NetBSD/sys/compat
thorpej 12347b2657 Make uvm_vslock() return the error code from uvm_fault_wire(). All places
which use uvm_vslock() should now test the return value.  If it's not
KERN_SUCCESS, wiring the pages failed, so the operation which is using
uvm_vslock() should error out.

XXX We currently just EFAULT a failed uvm_vslock().  We may want to do
more about translating error codes in the future.
1999-06-17 15:47:22 +00:00
..
aout Regen 1999-06-09 04:28:24 +00:00
common Build libraries for kernel/standalone code from within their compilation 1999-05-07 14:28:50 +00:00
freebsd regen 1999-06-09 12:38:50 +00:00
hpux FILE_UNUSE needs two args, not one. 1999-06-13 21:34:32 +00:00
ibcs2 Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +00:00
linux Add support for SETALL and GETALL to the Linux emulation of semctl() 1999-05-27 13:30:40 +00:00
m68k4k If we match, and we're COMPAT_AOUT, use the a.out compat syscall switch, 1999-02-20 23:25:55 +00:00
netbsd32 Make uvm_vslock() return the error code from uvm_fault_wire(). All places 1999-06-17 15:47:22 +00:00
osf1 don't vrele a bogus pointer if the namei() of the loader fails 1999-05-28 04:39:14 +00:00
ossaudio Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +00:00
sunos Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +00:00
svr4 copyinst() takes a `size_t *'. 1999-05-27 14:03:05 +00:00
ultrix Add "use counting" to file entries. When closing a file, and it's reference 1999-05-05 20:01:01 +00:00
vax1k completely remove Mach VM support. all that is left is the all the 1999-03-24 05:50:49 +00:00
Makefile Don't install includes 1998-10-03 20:30:50 +00:00