1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/i386
Bruce Evans 6003d411e1 Fixed traceback for the following cases:
- legitimate null frames from idle() (traceback was aborted after a null
  pointer trap)
- second instruction of normal function prologue, and last instruction of
  a function (caller wasn't reported).

Reviewed by:	davidg
1996-03-27 17:06:03 +00:00
..
apm Add some comments on the APM specs, and make the APM 'idle/busy' 1996-03-19 16:56:56 +00:00
bios Add some comments on the APM specs, and make the APM 'idle/busy' 1996-03-19 16:56:56 +00:00
boot Saved 14 bytes by avoiding gas braindamage and 8 bytes by better 1996-03-08 07:27:52 +00:00
conf Add support for Pentium and Pentium Pro performance counters. 1996-03-26 19:57:56 +00:00
eisa aha1742.c: 1996-03-10 07:04:27 +00:00
i386 Fixed traceback for the following cases: 1996-03-27 17:06:03 +00:00
ibcs2 Remove references to MAP_FILE.. That is now "default" and is only 1996-03-12 06:20:19 +00:00
include Add support for Pentium and Pentium Pro performance counters. 1996-03-26 19:57:56 +00:00
isa Whoops, back out the last commit, which was accidentally committed at 1996-03-23 21:36:03 +00:00
linux Fixed unsigned longs that should have been vm_offset_t. 1996-03-19 15:03:00 +00:00
pci recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
scsi Remove an unused #define. 1996-03-23 11:29:20 +00:00
Makefile