NetBSD/sys/compat
njoly 5cec0f492f compat linux (and linux32) uid16 functions cleanup and fixes.
- Move uid16 functions to their own file linux_uid16.c, included by
  needed archs (arm, i386 and m68k).
- Add new MI types linux_{u,g}id16_t.
- Add macros to handle linux_uid16_t and uid_t conversions.
- Add linux_sys_getres{uid,gid}16 syscalls, to fix an overflow with
  bad sizes given to copyout when linux_sys_getres{uid,gid} are used.
- Update arm syscall table to use more uid16 functions.
2008-01-15 22:38:34 +00:00
..
aoutm68k regen 2007-12-20 23:07:25 +00:00
common #ifdef COMPAT_20 the ioctls only available conditionally. Patch from 2008-01-15 09:25:26 +00:00
darwin Patch up sysctl locking: 2008-01-07 16:12:52 +00:00
freebsd Patch up sysctl locking: 2008-01-07 16:12:52 +00:00
ibcs2 regen 2007-12-20 23:07:25 +00:00
irix include sys/simplock.h 2008-01-06 13:18:19 +00:00
linux compat linux (and linux32) uid16 functions cleanup and fixes. 2008-01-15 22:38:34 +00:00
linux32 compat linux (and linux32) uid16 functions cleanup and fixes. 2008-01-15 22:38:34 +00:00
m68k4k ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
mach fix malloc type mismatches. 2008-01-03 14:25:49 +00:00
ndis Remove a no-longer-used local variable. 2008-01-08 07:59:23 +00:00
netbsd32 Patch up sysctl locking: 2008-01-07 16:12:52 +00:00
osf1 regen 2007-12-20 23:07:25 +00:00
ossaudio Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
pecoff ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
sunos Remove now superflous (and wrong) extern declaration for maxfiles. 2007-12-27 17:05:28 +00:00
sunos32 Use FILE_LOCK() and FILE_UNLOCK(). 2008-01-05 19:14:07 +00:00
svr4 Remove unused variables 2008-01-09 13:24:57 +00:00
svr4_32 fd_revoke: variable vattr is no longer used. 2008-01-09 20:45:19 +00:00
sys Add a definition of compat_12_stat_conv() here so I can kill compat_file.h 2007-12-12 21:17:57 +00:00
ultrix Use FILE_LOCK() and FILE_UNLOCK(). 2008-01-05 19:14:07 +00:00
vax1k ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
Makefile