freebsd-skq/gnu/usr.bin
Andriy Gapon 7996bf419b kgdb: correctly map sections to addresses in elf object modules (amd64)
Unlike for modules with dso type, in elf object modules all the sections
have virtual address of zero.  So, it is insufficient to add module base
address to section virtual address (as recorded in section header) to
get section address in kernel memory.
Instead, we should apply the same calculations that are performed by
kernel loaders (in boot code and in kernel) when they lay out sections
in memory.

Discussed with:	jhb, np
MFC after:	3 weeks
2010-07-23 17:21:23 +00:00
..
binutils Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes 2010-07-10 02:29:22 +00:00
cc Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes 2010-07-10 02:29:22 +00:00
cvs Instead of using .POSIX:, use the cool looking "@:" rule. 2008-06-27 14:59:23 +00:00
dialog Mention the radiolist option in the man page. It is being listed when 2010-07-06 18:06:10 +00:00
diff Change all our own code to use st_*tim instead of st_*timespec. 2010-03-28 13:16:08 +00:00
diff3 POSIX patch(1) would treat -b as different meaning (the functionality 2010-02-22 22:32:24 +00:00
dtc Sanitize CFLAGS and add WARNS?=2. The hardcoding of -Os -fPIC 2010-07-15 02:22:50 +00:00
gdb kgdb: correctly map sections to addresses in elf object modules (amd64) 2010-07-23 17:21:23 +00:00
gperf Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:49:20 +00:00
grep For files not named on the command line, only the basename is compared 2009-01-30 00:22:08 +00:00
groff Add FreeBSD 8.1 to known list as it's being referenced by a couple of 2010-04-29 18:37:56 +00:00
man Don't set $PATH - if the caller doesn't have /bin and /usr/bin in their 2009-06-14 06:09:33 +00:00
patch The buffer returned by fgenln is not a "C" string and might not be NUL 2009-09-16 19:53:29 +00:00
rcs Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00
sdiff POSIX patch(1) would treat -b as different meaning (the functionality 2010-02-22 22:32:24 +00:00
send-pr Add 'arm' category. 2008-04-23 03:05:31 +00:00
sort Add strndup(3) prototype to string.h. 2008-12-08 21:04:24 +00:00
texinfo Catch up with the demise of /usr/X11R6 2007-09-19 14:21:18 +00:00
Makefile Connect FDT infrastructure to the build system. 2010-06-13 13:02:43 +00:00
Makefile.inc