aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for bzip2-compressed manpages.Ruslan Ermilov2008-05-141-1/+1
* Add an ability to run man(1) on local files (the argument shouldRuslan Ermilov2008-05-143-3/+35
* Trim unneeded header.John Baldwin2008-05-091-1/+0
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-2/+2
* Go back to fondling FILE internals.John Baldwin2008-05-051-1/+1
* Lower WARNS to avoid warning about type-punned casting.Marcel Moolenaar2008-05-041-1/+1
* Unbreak build: gnu sort has been configured to grope inside structMarcel Moolenaar2008-05-031-1/+1
* Add MIPS to the list of "no TLS" architectures.Oleksandr Tymoshenko2008-05-031-1/+1
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. WeJohn Baldwin2008-05-018-47/+40
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishJohn Baldwin2008-04-2911-184/+338
* - Add a global variable 'fbsdcoreops_suppress_target' that can be set toJohn Baldwin2008-04-291-2/+11
* Use kgdb_parse() instead of libkvm(3) to read the first instruction fromJohn Baldwin2008-04-281-16/+9
* Remove the 'add_kld_command' arg from load_kld(). It is always true sinceJohn Baldwin2008-04-281-12/+5
* FreeBSD/mips gdb build suspport. From the mips2-jnpr branch.Warner Losh2008-04-263-0/+794
* Add 'arm' category.Mark Linimon2008-04-232-0/+4
* Add support for the 32-bit EFI target.Marcel Moolenaar2008-04-171-3/+10
* Change kgdb_parse() to use wrapped versions of parse_expression() andJohn Baldwin2008-03-291-6/+9
* Initialize the head pointer in kld_current_sos() to NULL to avoid returningJohn Baldwin2008-03-291-0/+1
* Re-enable the CVS build.David E. O'Brien2008-03-191-3/+3
* Update for version 1.11-20080310.David E. O'Brien2008-03-191-5/+44
* + Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.David E. O'Brien2008-03-191-3/+3
* Disable CVS build.David E. O'Brien2008-03-191-3/+3
* Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forcedRuslan Ermilov2008-03-022-4/+0
* Remove a stale prototype I missed when converting the kld support over toJohn Baldwin2008-02-251-1/+0
* Make again BSD ar(1) the default system ar(1), now properly handlingRuslan Ermilov2008-02-252-10/+16
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski2008-02-241-1/+1
* Bump the default .Os version to FreeBSD 8.0.Ruslan Ermilov2008-02-231-1/+1
* If 'WITH_BSDAR' is defined, install as gnu-<util_name>.David E. O'Brien2008-02-212-0/+10
* Back out previous commit. Restore Binutils ar as default. DisconnectKai Wang2008-02-212-10/+0
* * Connect ar(1) to the build and make it default ar. Rename GNUKai Wang2008-02-212-0/+10
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-192-2/+2
* - Rework the kld support to hook into GDB's shared library support.John Baldwin2008-01-293-81/+165
* Don't close the kernel bfd object during startup. Instead, leave it openJohn Baldwin2008-01-293-7/+13
* Use target_read_memory() and extract_unsigned_integer() instead of directJohn Baldwin2008-01-291-19/+6
* Don't look for "foo.ko.symbols" files. GDB is smart enough to open theJohn Baldwin2008-01-291-1/+0
* Use a for loop in find_kld_address() as in kgdb_auto_load_klds() andJohn Baldwin2008-01-281-7/+4
* Add support for automatically loading symbols for kld's on startup:John Baldwin2008-01-283-140/+248
* Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutJohn Baldwin2008-01-282-6/+10
* If the quiet flag is specified (-q), don't dump the unread portion ofJohn Baldwin2008-01-281-1/+4
* Move the code for working with kld's out into its own file.John Baldwin2008-01-244-269/+306
* Remove one more alpha leftover.Ruslan Ermilov2008-01-241-1/+1
* Include the thread name (in addition to the proc name) in "info threads."Ed Maste2008-01-181-3/+13
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzeJohn Baldwin2008-01-173-2/+275
* Use a phony .POSIX target. This seems to be the way toDavid E. O'Brien2008-01-162-1/+3
* Use our standard verbose spelling of rules variables.David E. O'Brien2008-01-131-3/+3
* Disable contrib - there is weirdness going on with it.David E. O'Brien2008-01-131-1/+1
* Reenable cvs with the build.David E. O'Brien2008-01-131-3/+3
* Disable CVS from the build.David E. O'Brien2008-01-131-3/+3
* Tweak -lpmc's name.Joseph Koshy2007-11-271-1/+1
* While checking over the libraries for 7.0-REL Kris found the followingKen Smith2007-11-201-1/+1