freebsd-dev/sys/alpha
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
..
alpha - Fixup / remove obsolete comments. 2002-06-07 05:47:35 +00:00
compile
conf Typo fix: detects -> detect. 2002-05-03 17:59:25 +00:00
include Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
isa Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
linux Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
mcbus Initialise the AS4100 console at the same time as most of the other 2002-03-26 19:46:40 +00:00
osf1 Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
pci Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains 2002-05-10 16:56:14 +00:00
tc
tlsb Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
Makefile