From owner-cvs-sys Tue Jan 16 02:19:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02397 for cvs-sys-outgoing; Tue, 16 Jan 1996 02:19:34 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02389 Tue, 16 Jan 1996 02:19:30 -0800 (PST) Date: Tue, 16 Jan 1996 02:19:30 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601161019.CAA02389@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound os.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk 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