summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Back out previous revision until better tested fix is ready.kan2009-06-291-8/+0
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-281-0/+8
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getjamie2009-06-241-0/+1
* Don't set $PATH - if the caller doesn't have /bin and /usr/bin in theirbrian2009-06-141-1/+0
* Change the internal buffer used to store input lines from a static buffersepotvin2009-05-086-53/+74
* Fix build breakage due to the interplay between r189801 and r189824.das2009-03-141-0/+1
* Define a macro for POSIX.1-2008 here until a future groff importdas2009-02-281-0/+4
* Initial gdbserver support for PowerPC.raj2009-02-234-1/+274
* For files not named on the command line, only the basename is comparedobrien2009-01-301-2/+5
* Remove the /usr/X11R6 paths. It has been long enough since the X stuffkensmith2008-12-301-2/+0
* Added FreeBSD 6.4.ru2008-12-131-0/+1
* Added FreeBSD 7.1.ru2008-12-131-0/+1
* Push mips support into the tree.imp2008-12-113-1/+32
* Push mips support for ld into the tree.imp2008-12-115-0/+40
* Push mips support for as into the tree.imp2008-12-113-0/+27
* Add strndup(3) prototype to string.h.kib2008-12-082-2/+2
* Initial gdbserver support for ARM.raj2008-11-174-4/+226
* Document what the sed trick is for.obrien2008-10-162-4/+5
* Enable UTF-8.des2008-10-081-0/+1
* Oops, initialize sections and sections_end to NULL.jhb2008-10-021-1/+1
* Differentiate between interrupt frames, trap interrupt frames and timerkib2008-09-271-3/+33
* Use existing GDB routines for parsing the section table of klds injhb2008-09-251-36/+23
* add new build knobs and jigger some existing controls to improvesam2008-09-211-5/+6
* Widen psaddr_t from uintptr_t to uint64_t. This results in anmarcel2008-09-141-6/+7
* Add FreeBSD/MIPS support to GCC.obrien2008-09-013-1/+14
* GDB isn't building on MIPS. Temporarily disable, to revisit soon.obrien2008-09-011-1/+5
* Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Sharedobrien2008-08-313-23/+20
* Enable EFI target.rpaulo2008-08-311-1/+3
* Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisdfr2008-08-061-0/+1
* Unbreak the arm build, by spelling LIBSRCS correctly.cognet2008-08-021-1/+1
* Do not build fbsd-threads.c if we're building a cross-debugger.cognet2008-08-021-1/+4
* Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massivepeter2008-07-102-48/+585
* Instead of using .POSIX:, use the cool looking "@:" rule.obrien2008-06-271-2/+4
* Catch up to recentish kgdb changes:jhb2008-06-181-1/+6
* 1. Make the BSD version of cpio the default [1]dougb2008-06-162-4/+10
* Install GNU cpio as 'gcpio', symlink to 'cpio' unless WITH_BSDCPIO iskientzle2008-05-261-1/+9
* Add Juniper's copyright.obrien2008-05-201-0/+1
* MIPS arch target kgdb(1) support.obrien2008-05-201-0/+207
* Add support for bzip2-compressed manpages.ru2008-05-141-1/+1
* Add an ability to run man(1) on local files (the argument shouldru2008-05-143-3/+35
* Trim unneeded header.jhb2008-05-091-1/+0
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-2/+2
* Go back to fondling FILE internals.jhb2008-05-051-1/+1
* Lower WARNS to avoid warning about type-punned casting.marcel2008-05-041-1/+1
* Unbreak build: gnu sort has been configured to grope inside structmarcel2008-05-031-1/+1
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. Wejhb2008-05-018-47/+40
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishjhb2008-04-2911-184/+338
* - Add a global variable 'fbsdcoreops_suppress_target' that can be set tojhb2008-04-291-2/+11
* Use kgdb_parse() instead of libkvm(3) to read the first instruction fromjhb2008-04-281-16/+9
* Remove the 'add_kld_command' arg from load_kld(). It is always true sincejhb2008-04-281-12/+5
OpenPOWER on IntegriCloud