From owner-cvs-all Fri Dec 1 21:41:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2A8137B400; Fri, 1 Dec 2000 21:41:30 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB25fUp19816; Fri, 1 Dec 2000 21:41:30 -0800 (PST) (envelope-from jake) Message-Id: <200012020541.eB25fUp19816@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 1 Dec 2000 21:41:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h src/sys/kern kern_fork.c kern_synch.c syscalls.master vfs_aio.c kern_threads.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2000/12/01 21:41:30 PST Modified files: sys/sys proc.h sys/kern kern_fork.c kern_synch.c syscalls.master vfs_aio.c Removed files: sys/kern kern_threads.c Log: Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup from struct proc, which are now unused (p_nthread already was). Remove process flag P_KTHREADP which was untested and only set in vfs_aio.c (it should use kthread_create). Move the yield system call to kern_synch.c as kern_threads.c has been removed completely. moral support from: alfred, jhb Revision Changes Path 1.128 +1 -5 src/sys/sys/proc.h 1.87 +1 -3 src/sys/kern/kern_fork.c 1.115 +26 -1 src/sys/kern/kern_synch.c 1.84 +3 -3 src/sys/kern/syscalls.master 1.88 +2 -2 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message