summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2008-08-02Do not build fbsd-threads.c if we're building a cross-debugger.Olivier Houchard
2008-07-10Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massivePeter Wemm
2008-06-27Instead of using .POSIX:, use the cool looking "@:" rule.David E. O'Brien
2008-06-25Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov
2008-06-18Catch up to recentish kgdb changes:John Baldwin
2008-06-16Install extra include files that were forgotten in original GCC 4.2.xAlexander Kabaev
2008-06-161. Make the BSD version of cpio the default [1]Doug Barton
2008-05-26Install GNU cpio as 'gcpio', symlink to 'cpio' unless WITH_BSDCPIO isTim Kientzle
2008-05-20Add Juniper's copyright.David E. O'Brien
2008-05-20MIPS arch target kgdb(1) support.David E. O'Brien
2008-05-14Add support for bzip2-compressed manpages.Ruslan Ermilov
2008-05-14Add an ability to run man(1) on local files (the argument shouldRuslan Ermilov
2008-05-09Trim unneeded header.John Baldwin
2008-05-07Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson
2008-05-05Go back to fondling FILE internals.John Baldwin
2008-05-04Lower WARNS to avoid warning about type-punned casting.Marcel Moolenaar
2008-05-03Unbreak build: gnu sort has been configured to grope inside structMarcel Moolenaar
2008-05-03 Add MIPS to the list of "no TLS" architectures.Oleksandr Tymoshenko
2008-05-01- Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. WeJohn Baldwin
2008-04-29Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishJohn Baldwin
2008-04-29- Add a global variable 'fbsdcoreops_suppress_target' that can be set toJohn Baldwin
2008-04-28Use kgdb_parse() instead of libkvm(3) to read the first instruction fromJohn Baldwin
2008-04-28Remove the 'add_kld_command' arg from load_kld(). It is always true sinceJohn Baldwin
2008-04-26FreeBSD/mips gdb build suspport. From the mips2-jnpr branch.Warner Losh
2008-04-23Add 'arm' category.Mark Linimon
2008-04-17Add support for the 32-bit EFI target.Marcel Moolenaar
2008-03-29Change kgdb_parse() to use wrapped versions of parse_expression() andJohn Baldwin
2008-03-29Initialize the head pointer in kld_current_sos() to NULL to avoid returningJohn Baldwin
2008-03-19Re-enable the CVS build.David E. O'Brien
2008-03-19Update for version 1.11-20080310.David E. O'Brien
2008-03-19+ Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.David E. O'Brien
2008-03-19Disable CVS build.David E. O'Brien
2008-03-02Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedRuslan Ermilov
2008-02-25Remove a stale prototype I missed when converting the kld support over toJohn Baldwin
2008-02-25Make again BSD ar(1) the default system ar(1), now properly handlingRuslan Ermilov
2008-02-24Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski
2008-02-23Bump the default .Os version to FreeBSD 8.0.Ruslan Ermilov
2008-02-21If 'WITH_BSDAR' is defined, install as gnu-<util_name>.David E. O'Brien
2008-02-21Back out previous commit. Restore Binutils ar as default. DisconnectKai Wang
2008-02-21* Connect ar(1) to the build and make it default ar. Rename GNUKai Wang
2008-02-19getopt(3) returns -1, not EOF.Ruslan Ermilov
2008-01-29- Rework the kld support to hook into GDB's shared library support.John Baldwin
2008-01-29Don't close the kernel bfd object during startup. Instead, leave it openJohn Baldwin
2008-01-29Use target_read_memory() and extract_unsigned_integer() instead of directJohn Baldwin
2008-01-29Don't look for "foo.ko.symbols" files. GDB is smart enough to open theJohn Baldwin
2008-01-28Use a for loop in find_kld_address() as in kgdb_auto_load_klds() andJohn Baldwin
2008-01-28Add support for automatically loading symbols for kld's on startup:John Baldwin
2008-01-28Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutJohn Baldwin
2008-01-28If the quiet flag is specified (-q), don't dump the unread portion ofJohn Baldwin
2008-01-24Move the code for working with kld's out into its own file.John Baldwin