Go to file
tsutsui 82e46da13f Use the kernel symbol table to see the beginning of the current
subroutine to get more proper backtrace on ddb(4).

In the previous code it scans backwards from the current PC
for the end of the previous subroutine and checks "jr ra" or
"jr k0" instructions, but it often fails because gcc is
so aggressive nowadays as to reorder instruction blocks
to create efficient code path by branch predict etc. and
"jr ra" is not always located at the end of subroutines.

No objection on port-mips.
2007-05-29 12:03:45 +00:00
bin Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
common Typo: prop_dictionary_receive_ioctl -> prop_dictionary_recv_ioctl. 2007-05-10 22:15:47 +00:00
crypto Use RESCUEDIR if set. 2007-05-17 00:17:50 +00:00
dist Do not include internal header files from libpcap without setting the 2007-05-28 11:55:19 +00:00
distrib Update minor version of libcurses. 2007-05-28 15:02:30 +00:00
doc Added libcurses wide curses merge. 2007-05-28 15:14:55 +00:00
etc Remove more dup entries uniq(1) can't detect. 2007-05-24 15:55:50 +00:00
games Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
gnu Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
include Move .db files for services and netgroup to /var/db per gimpy's request. 2007-05-10 17:45:50 +00:00
lib Fix some compiler warnings. 2007-05-29 11:10:55 +00:00
libexec Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
regress Descending into ld.elf_so only makes sense if ${MKPIC} != "no". 2007-05-23 09:39:53 +00:00
rescue Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
sbin Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
share Sigh. Fix USE_FORT: do not use /usr/include/ssp from *host* system. 2007-05-29 04:56:34 +00:00
sys Use the kernel symbol table to see the beginning of the current 2007-05-29 12:03:45 +00:00
tools Remove non-shared hooks for VAX. 2007-03-31 05:55:43 +00:00
usr.bin Since Christos cleaned up the use of libc internals here, we can switch 2007-05-28 18:12:06 +00:00
usr.sbin Since Christos cleaned up the use of libc internals here, we can switch 2007-05-28 18:12:06 +00:00
x11 build sunffb and xf8_32wid on sparc 2007-04-22 23:42:38 +00:00
BUILDING Document recent changes to "make iso-image". 2007-04-13 19:43:38 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc
UPDATING Add a note about the way absolute symlinks inside the emulated root are now 2007-04-30 20:50:20 +00:00
build.sh Fix some problems with the change from revision 1.167: 2007-04-14 10:50:48 +00:00