From owner-cvs-all Sun Dec 20 23:41:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18089 for cvs-all-outgoing; Sun, 20 Dec 1998 23:41:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18084; Sun, 20 Dec 1998 23:41:50 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA26615; Sun, 20 Dec 1998 23:41:51 -0800 (PST) Date: Sun, 20 Dec 1998 23:41:51 -0800 (PST) Message-Id: <199812210741.XAA26615@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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