freebsd-dev/sys/compat/freebsd32
John Baldwin df78f6d313 - Remove unused sysvec variables from various syscalls.conf.
- Send the systrace_args files for all the compat ABIs to /dev/null for
  now.  Right now makesyscalls.sh generates a file with a hardcoded
  function name, so it wouldn't work for any of the ABIs anyway.  Probably
  the function name should be configurable via a 'systracename' variable
  and the functions should be stored in a function pointer in the sysvec
  structure.
2006-08-15 17:25:55 +00:00
..
freebsd32_misc.c - Split out kern_accept(), kern_getpeername(), and kern_getsockname() for 2006-07-10 21:38:17 +00:00
freebsd32_proto.h Regen for MPSAFE flag removal. 2006-07-28 19:08:37 +00:00
freebsd32_syscall.h Regen for MPSAFE flag removal. 2006-07-28 19:08:37 +00:00
freebsd32_syscalls.c Regen for MPSAFE flag removal. 2006-07-28 19:08:37 +00:00
freebsd32_sysent.c Regen for MPSAFE flag removal. 2006-07-28 19:08:37 +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 Catch up to the not-so-recent statfs(2) changes. 2004-04-14 23:17:37 +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 Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to 2006-07-28 19:05:28 +00:00