freebsd-skq/sys/amd64/linux32
John Baldwin 49d409a108 - Add a kern_semctl() helper function for __semctl(). It accepts a pointer
to a copied-in copy of the 'union semun' and a uioseg to indicate which
  memory space the 'buf' pointer of the union points to.  This is then used
  in linux_semctl() and svr4_sys_semctl() to eliminate use of the stackgap.
- Mark linux_ipc() and svr4_sys_semsys() MPSAFE.
2006-06-27 18:28:50 +00:00
..
linux32_dummy.c Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too. 2006-06-21 08:45:40 +00:00
linux32_genassym.c
linux32_ipc64.h
linux32_locore.s
linux32_machdep.c Fix exec_map resource leaks. 2006-03-08 20:21:54 +00:00
linux32_proto.h Regen. 2006-06-27 14:47:08 +00:00
linux32_syscall.h Regen. 2006-06-27 14:47:08 +00:00
linux32_sysent.c Regen. 2006-06-27 14:47:08 +00:00
linux32_sysvec.c Forgot the amd/linux32 part since sys/*/linux didn't match :-( 2006-05-06 17:26:45 +00:00
linux.h regen after COMPAT_43 removal 2006-03-18 18:24:38 +00:00
Makefile
syscalls.conf
syscalls.master - Add a kern_semctl() helper function for __semctl(). It accepts a pointer 2006-06-27 18:28:50 +00:00