aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getconf
Commit message (Expand)AuthorAgeFilesLines
* o confstr(3) returns 0 on error. Check the return value accordingly.Maxim Konovalov2006-12-061-6/+10
* Support correct programming environment name for amd64.Garrett Wollman2005-02-181-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-15/+15
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Warns fixes. Mainly unused headers/params/vars removal, but alsoMark Murray2003-08-227-28/+19
* Tidy up usage message.Tim J. Robbins2003-08-171-3/+3
* Replace an alloca() call with a slightly more standard malloc()/free()Mark Murray2003-07-211-3/+8
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* mdoc(7) police: markup nits, "The .Nm utility".Ruslan Ermilov2002-11-261-17/+12
* Make this work under non-C locales.Ruslan Ermilov2002-11-251-4/+5
* Remove unnecessary compatibility macro. (We were only printing, not parsing,Garrett Wollman2002-10-271-1/+0
* Add new 1003.1-2001/TC1/D6 parameters. (On final recirculation ballot now,Garrett Wollman2002-10-274-2/+16
* Completely revamp the way getconf(1) works, for better adherence to theGarrett Wollman2002-09-1910-189/+457
* Make obrien happy. Add a bad awk script which emulates as much ofGarrett Wollman2002-09-181-0/+57
* ANSIify function definitions.David Malone2002-09-042-2/+2
* Support POSIX ``programming environment'' mistake.Garrett Wollman2002-07-151-0/+13
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* confstr() returns (size_t)-1 on failure. Check for this explicitly insteadTim J. Robbins2002-06-041-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Reword the description a little bit more for parallel construction.Garrett Wollman2001-02-211-1/+1
* Destroy the evidence of my misunderstanding of the specification.Garrett Wollman2001-02-212-29/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-6/+6
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* Unbreak for the case where ``make obj'' was run first.David E. O'Brien2000-04-261-0/+1
* Hello, getconf. This is a slight reinvention of theGarrett Wollman2000-04-267-0/+688