NetBSD/sys/compat
jdolecek a777f280d1 fix obvious bug in svr4_sys_resolvepath():
since we have not requested locked vnode (LOCKLEAF is not used for namei()
call), the vnode is returned unlocked, so we need to use vrele(), not vput()

This fixes kern/11044.
2000-09-21 21:24:33 +00:00
..
aout update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
common Emulation stackgap sanity checks, based partly on fixes from 2000-08-29 14:33:25 +00:00
freebsd update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
hpux Emulation stackgap sanity checks, based partly on fixes from 2000-08-29 14:33:25 +00:00
ibcs2 Emulation stackgap sanity checks, based partly on fixes from 2000-08-29 14:33:25 +00:00
linux In the case of MAP_ANON, Linux mmap ignores the fd argument completely. 2000-09-07 22:20:45 +00:00
m68k4k remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 15:39:24 +00:00
netbsd32 declare struct firm_event32 2000-08-22 03:35:14 +00:00
osf1 Add an align argument to uvm_map() and some callers of that 2000-09-13 15:00:15 +00:00
ossaudio Use accurate rounding in conversion between OSS and NetBSD volume values. 2000-08-16 16:14:33 +00:00
pecoff remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-28 15:39:24 +00:00
sunos update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
svr4 fix obvious bug in svr4_sys_resolvepath(): 2000-09-21 21:24:33 +00:00
ultrix update for changed makesyscalls.master 2000-08-18 19:35:15 +00:00
vax1k Add an align argument to uvm_map() and some callers of that 2000-09-13 15:00:15 +00:00
Makefile