Repo-copy numerous files from sys/emulation/posix4 to sys/sys and sys/kern
commit495f774786edf25898c8127fece3f130e1af9952
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Jun 2007 19:31:10 +0000 (26 19:31 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 26 Jun 2007 19:31:10 +0000 (26 19:31 +0000)
tree24ff36a63346e345ab8520a4309726d77c9b42d5
parent6ad373c3572967a204e22fdd0ca36b7d12762913
Repo-copy numerous files from sys/emulation/posix4 to sys/sys and sys/kern
and adjust the build to suit.  posix scheduling is here to stay.

Submitted-by: Joe Talbott <josepht@cstone.net>
sys/conf/files
sys/emulation/linux/linux_misc.c
sys/emulation/posix4/aio.h [deleted file]
sys/emulation/posix4/mqueue.h [deleted file]
sys/emulation/posix4/sched.h [deleted file]
sys/emulation/posix4/semaphore.h [deleted file]
sys/kern/kern_p1003_1b.c [moved from sys/emulation/posix4/p1003_1b.c with 98% similarity]
sys/kern/kern_posix4_mib.c [moved from sys/emulation/posix4/posix4_mib.c with 97% similarity]
sys/kern/kern_sched.c [moved from sys/emulation/posix4/ksched.c with 98% similarity]
sys/sys/posix4.h [moved from sys/emulation/posix4/posix4.h with 96% similarity]