Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2015-12-24 | Use return rather than exit to enable the stack protector. From | mmcc | |
fritjof@alokat.org. ok tb@ | |||
2015-12-24 | Order includes. From fritjof@alokat.org | mmcc | |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt | |
2015-10-03 | even before it reaches getopt(), this program will never do more than | Theo de Raadt | |
talk to stdio. tame "stdio" is a no-brainer. reviewed a while ago by doug | |||
2010-09-03 | add an EXIT STATUS section for /usr/bin; | 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-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado | |
ok jmc@ | |||
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 | |||
2005-04-12 | Special-case the old basename "" returns "" behaviour. Some people | Otto Moerbeek | |
depend on it. ok millert@ jaredy@ | |||
2005-04-07 | - Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek | |
take no options to recognize --. - Use basename(3) to do the groundwork, instead of a rolling our own. Visible changes in behaviour: basename "" now returns a dot instead of an empty line; pathnames longer than PATH_MAX will produce an error message. ok deraadt@ jaredy@ millert@ | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
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-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-07-05 | Move manpage to appropriate directory | Paul Janzen | |
2000-03-04 | Many improvements and general cleanup/standardization. | Aaron Campbell | |
1999-11-20 | /usr/bin/trail -> /usr/bin/tail, as suggested by rohee@ | Dug Song | |
1999-11-18 | basename /usr/bin/trail is "trail", not "ls" | Dug Song | |
1999-07-19 | Xr their libc equivalents; form@vell.nsc.ru | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | 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-23 | usr.bin/ man page repairs, a - e | Aaron Campbell | |
1998-07-04 | split dirname and basename man pages; add dirname | Theo de Raadt | |
1998-07-04 | split dirname and basename man pages | Theo de Raadt | |
1997-11-15 | add DIAGNOSTICS header; msaitoh | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-17 | Don't call getopt(3) since a) there are not switches and b) '-' is | Todd C. Miller | |
a perfectly reasonable character to have in a pathname. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |