Date: Sun, 20 Dec 1998 23:41:51 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys proc.h systm.h src/sys/kern kern_synch.c Message-ID: <199812210741.XAA26615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1998/12/20 23:41:51 PST Modified files: sys/sys proc.h systm.h sys/kern kern_synch.c Log: Add asleep() and await() support. Currently highly experimental. A small support structure had to be added to the proc structure, and a few minor conditional panics no longer apply. Revision Changes Path 1.64 +14 -1 src/sys/sys/proc.h 1.80 +3 -1 src/sys/sys/systm.h 1.70 +189 -2 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812210741.XAA26615>