From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010330155641.9D9EA19A00@mail.cse.psu.edu> Subject: [9fans] (no subject) Date: Fri, 30 Mar 2001 10:56:39 -0500 Topicbox-Message-UUID: 77a87f48-eac9-11e9-9e20-41e7f4b1d025 My first screw up in the current release: % diff ../port/portclock.c /n/emelieother/plan9/sys/src/9/port 72,73c72,73 < m->inclockintr = 0; < if(up == 0 || up->state != Running) --- > if(up == 0 || up->state != Running){ > m->inclockintr = 0; 74a75 > } 76c77 < if(anyready()){ --- > if(anyready()) 78,79d78 < splhi(); < } 85a85 > m->inclockintr = 0; I'll do a wrap soon with this and other updates.