NetBSD/sys/compat
eeh a7474fcab6 netbsd32_close() would work better if it called sys_close() rather than
sys_write().
netbsd32_getfsstat() cannot just copyin()/copyout(), convert the structures,
and call sys_getffstat().  sys_getffstat() wants to do its own
copyin()/copyout().  So we need to implent the whole of sys_getffstat()
in netbsd32_getfsstat().
1999-12-31 22:26:21 +00:00
..
aout Regen 1999-09-16 18:19:11 +00:00
common Remplace kern.shortcorename sysctl with a more flexible sheme, 1999-09-28 14:47:00 +00:00
freebsd Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
hpux Regen. 1999-08-25 04:51:06 +00:00
ibcs2 Update to match new SVR4-style definition names in <sys/exec_elf.h>. 1999-10-25 13:55:06 +00:00
linux Regen. 1999-12-16 15:13:41 +00:00
m68k4k
netbsd32 netbsd32_close() would work better if it called sys_close() rather than 1999-12-31 22:26:21 +00:00
osf1 Spell "privilege" correctly (correct spelling from Jonathan Stone). 1999-08-16 02:59:22 +00:00
ossaudio Fix typo in comment. From Brad <brad@openbsd.org> 1999-11-19 23:50:21 +00:00
sunos
svr4 Make this compile again on sparc. 1999-11-28 18:06:46 +00:00
ultrix Update for new msgctl()/semctl()/shmctl() calls. 1999-08-25 04:52:06 +00:00
vax1k
Makefile