freebsd-nq/sys/i386
John Baldwin f308e0d714 - Change ast() to take a pointer to a trapframe like other architectures.
- Don't use an atomic operation to update cnt.v_soft in ast().  This is
  the only place the variable is written to, and sched_lock is always
  held when it is written, so it is already protected and the mutex release
  of sched_lock asserts a memory barrier that ensures the value will be
  updated in a timely fashion.
2001-02-22 18:05:15 +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 Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORT 2001-02-22 10:03:05 +00:00
i386 - Change ast() to take a pointer to a trapframe like other architectures. 2001-02-22 18:05:15 +00:00
ibcs2 Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
include GC unused and now obsolete assertion macros. 2001-02-22 15:45:49 +00:00
isa - Change ast() to take a pointer to a trapframe like other architectures. 2001-02-22 18:05:15 +00:00
linux Allow debugging output to be controlled on a per-syscall granularity. 2001-02-16 16:40:43 +00:00
pci Free the memory we get from devclass_get_devices and device_get_children. 2001-02-08 20:44:49 +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