cvs commit: src/sys/i386/i386 uio_machdep.c src/sys/kern kern_subr.c src/sys/sys uio.h src/share/man/man9 uio.9
Hiten Pandya
hmp at crater.dragonflybsd.org
Tue Jul 27 06:12:54 PDT 2004
hmp 2004/07/27 06:11:22 PDT
DragonFly src repository
Modified files:
sys/i386/i386 uio_machdep.c
sys/kern kern_subr.c
sys/sys uio.h
share/man/man9 uio.9
Log:
Remove UIO_USERISPACE, we do not support any split instruction/data
address space machines such as the PDP-11. It is not used anywhere
in the kernel.
Remove it from the manual page as well; the only place where it is
referenced now is the old 4.4BSD FS Interface doc which cannott be
changed.
Mostly obtained from FreeBSD -HEAD.
Revision Changes Path
1.6 +0 -1 src/sys/i386/i386/uio_machdep.c
1.17 +0 -10 src/sys/kern/kern_subr.c
1.9 +0 -1 src/sys/sys/uio.h
1.3 +2 -5 src/share/man/man9/uio.9
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/uio_machdep.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_subr.c.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/uio.h.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man9/uio.9.diff?r1=1.2&r2=1.3&f=u
More information about the Commits
mailing list