Date: Fri, 1 Dec 2000 21:41:30 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> 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 Message-ID: <200012020541.eB25fUp19816@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012020541.eB25fUp19816>
