Date: Mon, 20 Jan 2003 09:46:49 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c src/sys/kern kern_physio.c vfs_aio.c vfs_bio.c src/sys/sys buf.h src/sys/vm vm_glue.c vm_map.c Message-ID: <200301201746.h0KHkn9a067539@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2003/01/20 09:46:49 PST
Modified files:
sys/cam cam_periph.c
sys/kern kern_physio.c vfs_aio.c vfs_bio.c
sys/sys buf.h
sys/vm vm_glue.c vm_map.c
Log:
Close the remaining user address mapping races for physical
I/O, CAM, and AIO. Still TODO: streamline useracc() checks.
Reviewed by: alc, tegge
MFC after: 7 days
Revision Changes Path
1.44 +23 -3 src/sys/cam/cam_periph.c
1.55 +11 -1 src/sys/kern/kern_physio.c
1.154 +13 -2 src/sys/kern/vfs_aio.c
1.358 +26 -6 src/sys/kern/vfs_bio.c
1.140 +1 -1 src/sys/sys/buf.h
1.162 +12 -0 src/sys/vm/vm_glue.c
1.281 +8 -3 src/sys/vm/vm_map.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?200301201746.h0KHkn9a067539>
