freebsd-skq/sys/amd64/ia32
jhb c62c38439f 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
..
ia32_exception.S Don't repeat the definition of IDTVEC(). It is in asmacros.h. 2004-05-24 11:28:11 +00:00
ia32_reg.c include opt_compat.h to unbreak the build 2005-10-24 00:00:00 +00:00
ia32_signal.c Catch up to the system siginfo changes. Use a union for the ia32 layout 2005-12-06 23:06:29 +00:00
ia32_sigtramp.S Initial sweep at dividing up the generic 32bit-on-64bit kernel support 2003-08-22 23:19:02 +00:00
ia32_syscall.c Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to 2006-07-28 19:05:28 +00:00