freebsd-src/sys/amd64
John Baldwin 0865563a93 - Add support for decoding syscall names. (Brought over from the new alpha
trace code that was brought over from NetBSD.)
- Check for "syscall_with_err_pushed" as the label prior to a syscall trap
  frame rather than "Xlcall_syscall" and "Xint0x80_syscall".  We don't
  have a valid trapframe during the short range of code that those two
  symbols now cover.
- Simplify db_next_frame() to avoid duplicating the code for the different
  trap frame types.
- Don't try to trace a swapped-out process.  (Brought over from NetBSD via
  the new alpha trace code.)
2001-06-18 19:17:30 +00:00
..
acpica FreeBSD-specific OSD (operating system dependant) modules for the Intel 2000-10-28 06:56:15 +00:00
amd64 - Add support for decoding syscall names. (Brought over from the new alpha 2001-06-18 19:17:30 +00:00
conf Hints overhaul: 2001-06-12 09:40:04 +00:00
include Include sys/pcpu.h to get the prototype for globaldata_register() to quiet 2001-06-18 19:06:14 +00:00
isa Don't assume that resource type is ioport and rid equal 0. 2001-06-17 13:33:59 +00:00
pci Un-swap irq/link byte values so that printf works. 2001-05-11 04:52:29 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00