CVS: cvs.openbsd.org: src

2008-07-11 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/11 08:18:39 Modified files: sys/sys: timeout.h sys/kern : kern_timeout.c Log message: Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts in something other th

CVS: cvs.openbsd.org: src

2008-07-11 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/11 08:12:57 Modified files: sys/kern : sys_pipe.c Log message: de-__inline a trio of functions to shave some space. ok art@

CVS: cvs.openbsd.org: src

2008-07-05 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/05 12:28:08 Modified files: sys/nfs: nfs_socket.c Log message: When waking an nfs daemon, use wakeup_one vice wakeup, as a) we're attempting to wake a specific process which b) sleeps on a un

CVS: cvs.openbsd.org: src

2008-07-04 Thread Bret Lambert
CVSROOT:/cvs Module name:src Changes by: [EMAIL PROTECTED] 2008/07/04 10:49:28 Modified files: sys/nfs: rpcv2.h Log message: Remove unused NQNFS #define ok thib@