David E. O'Brien
|
f4636c5959
|
Use __FBSDID().
|
2003-06-11 06:34:30 +00:00 |
|
Alan Cox
|
7f758dabbb
|
Lock the vm object when performing vm_object_page_clean().
Approved by: re (rwatson)
|
2003-05-18 22:02:51 +00:00 |
|
Alexander Kabaev
|
104a9b7e3e
|
Deprecate machine/limits.h in favor of new sys/limits.h.
Change all in-tree consumers to include <sys/limits.h>
Discussed on: standards@
Partially submitted by: Craig Rodrigues <rodrigc@attbi.com>
|
2003-04-29 13:36:06 +00:00 |
|
Alan Cox
|
6134838f99
|
Sufficient access checks are performed by vmapbuf() that calling useracc()
is pointless. Remove the call to useracc().
Don't reinitialize fields that are already initialized by getpbuf().
Reviewed by: tegge
|
2003-04-06 19:26:30 +00:00 |
|
Tor Egge
|
5e2e6a67c4
|
Check return value from vmapbuf instead of the function address.
|
2003-03-27 20:48:34 +00:00 |
|
Tor Egge
|
10dccf8ff2
|
Eliminate a buffer sleep/wakeup race.
|
2003-03-27 19:28:11 +00:00 |
|
Tor Egge
|
5bbb806004
|
Add support for reading directly from file to userland buffer when the
O_DIRECT descriptor status flag is set and both offset and length is a
multiple of the physical media sector size.
|
2003-03-26 23:40:42 +00:00 |
|