freebsd-dev/sys/compat/freebsd32
Brooks Davis a8c6d6d0ba id_t is a 64-bit integer and thus is passed as two arguments like off_t is.
As a result, those arguments must be recombined before calling the real
syscal implementation.  This change fixes 32-bit compatibility for
cpuset_getid(), cpuset_setid(), cpuset_getaffinity(), and
cpuset_setaffinity().
2008-07-10 17:45:57 +00:00
..
freebsd32_ipc.h Add freebsd32 compat wrappers for msgctl() and _semctl() using 2007-12-06 23:35:29 +00:00
freebsd32_misc.c id_t is a 64-bit integer and thus is passed as two arguments like off_t is. 2008-07-10 17:45:57 +00:00
freebsd32_proto.h Regen 2008-03-31 12:12:27 +00:00
freebsd32_signal.h Oops, add the missing file. 2006-10-05 01:58:08 +00:00
freebsd32_syscall.h Regen 2008-03-31 12:12:27 +00:00
freebsd32_syscalls.c Regen 2008-03-31 12:12:27 +00:00
freebsd32_sysent.c Regen 2008-03-31 12:12:27 +00:00
freebsd32_util.h - Change the commented out freebsd32_xxx() example to use kern_xxx() along 2005-06-29 15:16:20 +00:00
freebsd32.h Move several data structure definitions out of freebsd32_misc.c and into 2007-12-06 23:11:27 +00:00
Makefile Add a 'clean' target. 2005-10-23 23:58:23 +00:00
syscalls.conf - Remove unused sysvec variables from various syscalls.conf. 2006-08-15 17:25:55 +00:00
syscalls.master id_t is a 64-bit integer and thus is passed as two arguments like off_t is. 2008-07-10 17:45:57 +00:00