aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use LC_ALL=C before awk generating "optionlist"Andrey A. Chernov2007-11-181-3/+3
* Add thread support for arm.Olivier Houchard2007-11-174-5/+40
* There's no reason why we couldn't attach to a live process on arm.Olivier Houchard2007-11-171-0/+3
* Teach kgdb how to handle double fault frames on i386:John Baldwin2007-11-163-1/+154
* Added ".Lb libkse" support to mdoc(7).Ruslan Ermilov2007-10-221-0/+1
* Introduce FreeBSD 8.0 to mdoc(7).Ruslan Ermilov2007-10-151-0/+1
* Back out last commit -- it breaks sparc64 build which hasRuslan Ermilov2007-10-131-2/+2
* style.Makefile(5)David E. O'Brien2007-10-121-2/+2
* Minor tweak to finding BEG/END source.David E. O'Brien2007-10-121-2/+2
* style.Makefile(5)David E. O'Brien2007-10-121-2/+2
* Welcome FreeBSD 8.David E. O'Brien2007-10-121-2/+2
* - After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h whichRong-En Fan2007-10-121-1/+1
* Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLSMarius Strobl2007-10-081-0/+2
* FreeBSD 6.2 is now known to mdoc.Ruslan Ermilov2007-10-041-1/+0
* Force -O1 compilation when targeted for ia64. GCC 4 generatesMarcel Moolenaar2007-09-261-0/+4
* Fix possible uninitialized variable insert due to previous commit.Edwin Groothuis2007-09-251-1/+1
* man(1) can't handle compressed included files.Edwin Groothuis2007-09-201-0/+15
* Catch up with the demise of /usr/X11R6David E. O'Brien2007-09-191-1/+1
* Reduce diff to vendor for maintance purposes.David E. O'Brien2007-09-191-5/+6
* In the case of a native build, set NATIVE to yes so that the code circuitsThomas Quinot2007-09-191-1/+4
* Make gcc default to big endian when building it for a big endian target.Olivier Houchard2007-09-181-0/+4
* Fix stack overflow with too many items return list in 'dialog' program.Andrey A. Chernov2007-08-241-1/+1