freebsd-src/sys/i386
John Baldwin 99cca534f3 - Fixup / remove obsolete comments.
- ktrace no longer requires Giant so do ktrace syscall events before and
  after acquiring and releasing Giant, respectively.
- For i386, ia32 syscalls on ia64, powerpc, and sparc64, get rid of the
  goto bad hack and instead use the model on ia64 and alpha were we
  skip the actual syscall invocation if error != 0.  This fixes a bug
  where if we the copyin() of the arguments failed for a syscall that
  was not marked MP safe, we would try to release Giant when we had
  not acquired it.
2002-06-07 05:47:35 +00:00
..
acpica Make this compile with gcc-3.1, which objects to the multi-line string. 2002-05-19 06:42:29 +00:00
apm Remove __P. 2002-03-20 05:48:58 +00:00
bios Remove __P. 2002-03-20 05:48:58 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
i386 - Fixup / remove obsolete comments. 2002-06-07 05:47:35 +00:00
ibcs2 Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
include Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
isa Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
linux Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
pci Use a common function to map the bogus intlines. 2002-06-01 05:14:11 +00:00
svr4 Moved signal handling and rescheduling from userret() to ast() so that 2002-04-04 17:49:48 +00:00
Makefile Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00