aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fixed style bugs in rev.1.4, including clobbering of the "Don't generateBruce Evans2001-08-311-1/+2
* Dynamically adapt to kernbase changes on crashdumps, falling back toPeter Wemm2001-08-242-2/+38
* Note that submitted patches are assumed to be under the same license asNik Clayton2001-08-201-0/+4
* Define _KERNEL as this grubs around where no userland should go.David E. O'Brien2001-08-162-0/+4
* Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerDavid E. O'Brien2001-08-161-0/+4
* The .Rv macro support zero and more than one arguments.Ruslan Ermilov2001-08-152-10/+34
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-142-2/+4
* msg_out is already initializedPeter Wemm2001-08-131-1/+1
* Turn cvs back on. It seems that there's nothing outright broken, but therePeter Wemm2001-08-131-1/+1
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov2001-08-132-2/+4
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-133-4/+5
* Use some slightly less horrible make magic for doing the version stuff.Peter Wemm2001-08-102-17/+12
* One more version related tweak after cvs-1.11 -> 1.11.1p1Peter Wemm2001-08-101-4/+4
* Update build rules for .in and tidy up.Peter Wemm2001-08-101-6/+4
* Tools dir is now empty and unusedPeter Wemm2001-08-102-20/+1
* Generate version.c on the fly rather than using a generated file.Peter Wemm2001-08-101-0/+12
* Get the version source from the (more) correct place.Peter Wemm2001-08-101-8/+7
* *** empty log message ***Peter Wemm2001-08-102-18/+76
* Add annotate.c, remove rtag.c for 1.11.1p1Peter Wemm2001-08-101-2/+2
* Temporarily turn off cvs builds for the (short) duration ofPeter Wemm2001-08-101-1/+1
* Skip empty calls in the NAME section after the .Nm macro call.Ruslan Ermilov2001-08-091-0/+1
* An empty request (single dot on the line) is treated as anRuslan Ermilov2001-08-091-2/+2
* Teach makewhatis(1) about mdoc(7) .Xr macro.Ruslan Ermilov2001-08-091-3/+9
* mdoc(7) police:Ruslan Ermilov2001-08-073-7/+9
* Hook up the manpage.David E. O'Brien2001-07-291-1/+0
* Add lbasename which is used in the `LD' fix for -current.David E. O'Brien2001-07-201-1/+1
* Update the version string so I can identify this new variant.David E. O'Brien2001-07-201-1/+1
* Restore vendor CVS keywords; eliminate troff(1) warnings.Ruslan Ermilov2001-07-121-1/+3
* Use the real structure names explicitly. Note that this is mostly forPeter Wemm2001-07-121-0/+8
* Fixed CLEANFILES.Ruslan Ermilov2001-07-121-1/+2
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
* Add $FreeBSD$ CVS tag.Ruslan Ermilov2001-07-101-0/+3
* Upgrade to Groff 1.17.2.Ruslan Ermilov2001-07-102-4/+4
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-105-5/+5
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-095-8/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-092-3/+5
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
* Upgrade to Binutils 2.11.2.David E. O'Brien2001-06-291-2/+25
* Style fix.David E. O'Brien2001-06-261-1/+2
* Add the IA-64 unwind handling (needed for readelf).David E. O'Brien2001-06-261-1/+1
* Upgrade to Binutils 2.11.2.David E. O'Brien2001-06-261-4/+27
* Upgrade to 2.11.2.David E. O'Brien2001-06-261-1/+1
* Rewrite locale handling using nl_langinfo(CODESET), so aliases not needed hereAndrey A. Chernov2001-06-251-44/+77
* When processing -a, strip off the path of the argument before copyingDima Dorfman2001-06-181-3/+4
* Document the -a flag.Alexander Langer2001-06-171-0/+12
* Add an -a option which will make send-pr copy the specified file intoDima Dorfman2001-06-171-1/+21
* Fix the build of C programs that link against libperl, and use theAnton Berezin2001-06-137-14/+14
* In debug mode don't print error for C,POSIX,ASCII,US-ASCII localesAndrey A. Chernov2001-06-101-2/+7
* Fix for new locale namesAndrey A. Chernov2001-06-101-1/+1