summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Updates for 5.4.Ken Smith2005-04-031-2/+2
* MFC kgdb.1 (1.7), main.c (1.6):Marcel Moolenaar2005-03-142-6/+46
* MFC: rev 1.5: modify SRCS organization.David E. O'Brien2005-03-021-35/+43
* MFC: Implement the EMACS-inspired -a option to bump the annotation_level.David E. O'Brien2005-03-022-2/+15
* MFC: revs 1.3-5 (minus '-a' addition): Don't abuse 'Ar', mdoc fixes, andDavid E. O'Brien2005-03-011-5/+61
* MFC: Properly initialize kgdb to recognize what ABI to use on amd64 platform...David E. O'Brien2005-03-019-24/+217
* MFC: use the system gnuregex library vs. building GNU regex bits into libiberty.David E. O'Brien2005-03-015-8/+13
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-1327-28/+28
* MFC: rev. 1.4Christian Brueffer2005-02-081-1/+1
* MFC: libpam is now standard.Ruslan Ermilov2005-01-251-1/+0
* MFC version 1.9:Peter Edwards2005-01-211-3/+7
* MFC r1.17:Ceri Davies2005-01-121-0/+1
* MFC: Uncomment entries for FreeBSD 4.11, 5.4, and 6.0.Ruslan Ermilov2004-12-181-3/+3
* MFC: 1.42: FreeBSD 4.11 and FreeBSD 6.0.Ruslan Ermilov2004-12-171-0/+2
* MFC 1.26: Correct the name of the --line-buffered option.Giorgos Keramidas2004-11-161-2/+3
* MFC: Unbreak c++filt and reconnect it to the build.Alexander Kabaev2004-11-092-9/+2
* MFC r1.36:Ceri Davies2004-11-091-1/+1
* MFC rev. 1.3:Marcel Moolenaar2004-11-071-1/+1
* Update the mdoc to reflect 5.3Scott Long2004-10-241-1/+1
* MFC: fix cvsbug to actually work, fix the version number cvs reports.Peter Wemm2004-10-062-3/+8
* MFC: Makefile.inc1,v 1.440 and gnu/usr.bin/cc/cc_tools/Makefile,v 1.80.Ruslan Ermilov2004-09-221-10/+0
* MFC: Add code to support statically linked binary and .core file ofDavid Xu2004-09-041-197/+377
* MFC: Only compile fbsd-thread.c on amd64 and i386.David Xu2004-09-041-1/+5
* Set vendor to a non-fun, but non-controversial one for the release.David E. O'Brien2004-08-232-3/+3
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memMarcel Moolenaar2004-08-152-49/+126
* Bring in fix from gzip 1.3.3 to avoid crashes when processing certain corruptTim J. Robbins2004-08-131-6/+8
* Consolidate libiberty files in one place and avoid listing someAlexander Kabaev2004-08-122-15/+12
* Change version string to distinguish our modified version of GNU grepTim J. Robbins2004-08-121-1/+1
* Update version strings to better reflect reality.Tim J. Robbins2004-08-121-3/+3
* Hook xalloc-die.c up to the build.Tim J. Robbins2004-08-121-0/+1
* Initialize thread_db module.David Xu2004-08-101-0/+2
* Initialize thread_db module.David Xu2004-08-081-0/+2
* 1. Add some code check if thread suspending or resuming is failed.David Xu2004-08-082-4/+80
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Whitespace nit.Ruslan Ermilov2004-08-031-1/+1
* Fix a copy and paste error. Do not include errors.c in libgcc_int.a,Alexander Kabaev2004-07-301-1/+1
* Add NO_WERROR here. Binutils as does not compile cleanly with GCC 3.4.x.Alexander Kabaev2004-07-281-0/+1
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-2817-648/+675
* Hook kgdb into the build.Marcel Moolenaar2004-07-251-1/+1
* Add the beginnings of kernel debugging support. the kgdb(1) toolMarcel Moolenaar2004-07-2511-0/+1089
* o ps_pd{read|write} and ps_pt{read|write} are obsolete interfaceMarcel Moolenaar2004-07-171-22/+2
* Make bsdtar the default system tar. This makes /usr/bin/tar a symlinkTim Kientzle2004-07-171-1/+1
* ptrace's first parameter is command not pid. pointy hat to me.David Xu2004-07-161-2/+6
* Update config.h to account for the prgregset_t and psaddr_t typesMarcel Moolenaar2004-07-165-10/+10
* Add libthread_db assisted debugging support module.David Xu2004-07-151-0/+1095
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-0837-23474/+161
* Build things in dictionary order.Ruslan Ermilov2004-07-071-14/+34
* Prepare for upcoming Binutils house cleaning.David E. O'Brien2004-07-061-1/+1
* Fix bug causing `[' to be wrongly included in character class expressionsTim J. Robbins2004-07-041-1/+1
* Make grep run much (~10x) faster in multibyte locales by caching the wideTim J. Robbins2004-07-046-74/+188