freebsd-dev/sys/i386
John Baldwin 625c76db3a - Kill the have_giant parameter to userret() along with all instances of
that name as a variable.  Use mtx_owned(&Giant) where appropriate
  instead.
- Proc locking.
- P_FOO -> PS_FOO.
- Update comments about enable interrupts during trap and why this may be
  bad if we trap while holding a spin mutex.
- Don't bother resetting p to curproc in syscall() in case we are the child
  returning from fork.  The child hasn't returned from fork through syscall
  in a while.
- Remove fork_return() as it has been superseded by the MI version.
2001-01-24 09:53:49 +00:00
..
acpica FreeBSD-specific OSD (operating system dependant) modules for the Intel 2000-10-28 06:56:15 +00:00
apm select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
bios select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
conf Document some more options. 2001-01-20 12:34:53 +00:00
i386 - Kill the have_giant parameter to userret() along with all instances of 2001-01-24 09:53:49 +00:00
ibcs2 Use queue macros. 2001-01-24 00:01:42 +00:00
include - Relocate portions of this file to get it into an order closer to that of 2001-01-24 09:48:52 +00:00
isa Use selrecord() instead of doing the work ourselves. 2001-01-24 00:06:26 +00:00
linux Proc locking. 2001-01-24 00:27:28 +00:00
pci Fix a warning due to missing prototype. 2001-01-19 09:10:14 +00:00
svr4 - Proc locking. 2001-01-24 00:24:57 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00