Date: Tue, 16 Jan 1996 02:19:30 -0800 (PST) From: "Andrey A. Chernov" <ache> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound os.h Message-ID: <199601161019.CAA02389@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 96/01/16 02:19:28 Modified: sys/i386/isa/sound os.h Log: 1) Fix comments: 386bsd -> FreeBSD, some other wrong info. 2) Use CURSIG(curproc) in PROCESS_ABORTING instead of junk code was there. 3) Reanimate timeout code in DO_SLEEP by setting WK_TIMEOUT flag which is never set in old code. 4) DO_SLEEP: set aborting flag on interrupting singnals as supposed, not on signals which do nothing as in old code. 5) Cleanup WAKE_UP macro, WK_WAKEUP not used. 6) Remove wrong typecasts in sleep/wakeup code. Revision Changes Path 1.24 +17 -15 src/sys/i386/isa/sound/os.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601161019.CAA02389>