]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This is an upgrade so that the kernel supports the AIO calls from
authorJohn Dyson <dyson@FreeBSD.org>
Sun, 6 Jul 1997 02:40:43 +0000 (02:40 +0000)
committerJohn Dyson <dyson@FreeBSD.org>
Sun, 6 Jul 1997 02:40:43 +0000 (02:40 +0000)
commit2244ea07dc9813b20e9bfd82568ca66415da4f67
tree86dd51c7a51337effffd73d846ad747a75ad0195
parentee589d62ba3e49be9a660a0944562a85552bd375
This is an upgrade so that the kernel supports the AIO calls from
POSIX.4.  Additionally, there is some initial code that supports LIO.
This code supports AIO/LIO for all types of file descriptors, with
few if any restrictions.  There will be a followup very soon that
will support significantly more efficient operation for VCHR type
files (raw.)  This code is also dependent on some kernel features
that don't work under SMP yet.  After I commit the changes to the
kernel to support proper address space sharing on SMP, this code
will also work under SMP.
sys/kern/kern_exit.c
sys/kern/kern_fork.c
sys/kern/kern_threads.c
sys/kern/vfs_aio.c
sys/sys/malloc.h
sys/sys/proc.h