HardenedBSD/gnu/usr.bin
Bruce Evans 941b2747b6 Don't override FRAME_CHAIN(). If the current frame is valid, then
the previous frame is in the usual place even for traps, interrupts
and syscalls in the kernel, because the assembly language stubs
don't change the frame pointer.  The previous frame is just not for
the calling function.  We may as well depend on this as on magic to
determine the trap frame address.  The magic is in FRAME_SAVED_PC()
which elides the correct number of stubs (1) to go back to a pc that
matches the previous frame.

Removing fbsd_kern_frame_chain() fixes bugs in it.  Xsyscall was
misspelled as _Xsyscall (gdb removes one leading underscore), so
the tf_syscall frame type was never found.  This was harmless
because tf_normal works in all cases in fbsd_kern_frame_chain()
and Xsyscall is spelled correctly in fbsd_kern_frame_saved_pc()
where it matters.  There were style bugs on almost every line,
starting with a primary indent of 7.
1998-01-18 12:35:48 +00:00
..
as Make the ".set" directive copy the aux field when the expression 1998-01-10 05:36:35 +00:00
awk
bc
binutils Don't override FRAME_CHAIN(). If the current frame is valid, then 1998-01-18 12:35:48 +00:00
bison
cc More i386 -> ${MACHINE} changes to make this Makefile machine 1998-01-11 04:13:25 +00:00
cpio
cvs Fixed missing dependency on version.c. 1997-12-18 15:22:12 +00:00
dc
dialog
diff
diff3
gdb Don't override FRAME_CHAIN(). If the current frame is valid, then 1998-01-18 12:35:48 +00:00
genclass
gperf
grep When called as `zgrep', the -Z argument is assumed. Make a 1997-12-21 19:15:12 +00:00
groff Use BINOWN, etc. instead of bin, etc. so that (this part of) 1997-12-17 12:04:53 +00:00
gzip Check argument filename length before copying. 1997-12-27 03:38:39 +00:00
ld Removed /etc/ld.so.conf reference from FILES section (people get 1998-01-01 02:31:47 +00:00
man Remove manpath.[ch] here and use the ones in ../manpath instead. 1997-11-30 20:08:27 +00:00
patch Upgrade to 2.5 (contrib version) 1998-01-04 21:41:46 +00:00
perl
ptx
rcs
sdiff
send-pr Added a sparc category to the list. 1997-12-20 18:54:22 +00:00
sort
tar PR: gnu/4385 1998-01-05 11:32:39 +00:00
texinfo
Makefile
Makefile.inc