freebsd-skq/sys/amd64/linux32
John Baldwin af5bf12239 Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
mark system calls as being MPSAFE:
- Stop conditionally acquiring Giant around system call invocations.
- Remove all of the 'M' prefixes from the master system call files.
- Remove support for the 'M' prefix from the script that generates the
  syscall-related files from the master system call files.
- Don't explicitly set SYF_MPSAFE when registering nfssvc.
2006-07-28 19:05:28 +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-07-11 20:55:23 +00:00
linux32_syscall.h Regen. 2006-07-11 20:55:23 +00:00
linux32_sysent.c Regen. 2006-07-11 20:55:23 +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 Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to 2006-07-28 19:05:28 +00:00