Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray | |
Starting from "Combined Table of Contents" in Doug McIlroy's "A Research UNIX Reader" a table of which edition manuals appeared in. Checked against manuals from bitsavers/TUHS and source from TUHS where available. Ingo points out there are cases where something is included but not documented until a later release. bcd(6) v6 v7 printf(3) v2 v4 abort(3) v5 v6 system(3) v6 v7 fmod(3) v5 v6 ok schwarze@ | |||
2016-10-28 | Delete some useless setlocale(3) calls in /usr/bin, no functional change. | Ingo Schwarze | |
Patches from Jan Stary <hans at stare dot cz>, tweaked by me and tb@. While here, apply some simple style improvements: Sort headers, static void __dead usage(), return from main(), zap case '?', drop /* NOTREACHED */, drop break after usage(), ... OK tb@ millert@ | |||
2016-09-04 | usage() is __dead and main() needs no prototype | Theo Buehler | |
2015-10-19 | pledge "stdio exec proc" early on, setpriority, then pledge "stdio exec" | Theo de Raadt | |
from Theo Buehler | |||
2014-02-13 | use strotonum | Ted Unangst | |
2014-02-13 | small style fix from jan stary | Ted Unangst | |
2013-11-20 | this isdigit() needs an unsigned char cast; ok ratchov | Theo de Raadt | |
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-06-17 | remove superfluous spaces around brackets in usage. | Igor Sobrado | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-06 | i saw the previous was wrong as soon as i committed it: put the | Jason McIntyre | |
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies. | |||
2009-01-06 | document, consistently, those apps which also exist as built-ins | Jason McIntyre | |
on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze | |||
2007-07-27 | getpriority() and setpriority() are documented in the same page, so only | Jason McIntyre | |
list one of them as a reference in SEE ALSO; | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre | |
- note which options are extensions to POSIX | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-06-17 | KNF | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-16 | remove some unneeded includes; ok millert | Peter Valchev | |
2001-05-24 | - Add a main() prototype. | Peter Valchev | |
- Use __progname in usage(). millert@ ok | |||
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-07 | Add __P(). ok deraadt@ | Kevin Lo | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-25 | Xr more | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |