Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When iterating over the list of input files close them when | 2016-08-31 | 1 | -3/+4 | |
| | | | | | | processing of each is done. ok guenther@ | ||||
* | Change all tame callers to namechange to pledge(2). | 2015-10-09 | 1 | -5/+5 | |
| | |||||
* | tame "stdio rpath" initially; if we find out the only file operated on | 2015-10-05 | 1 | -2/+8 | |
| | | | | | is stdin, then we can drop directly to tame "stdio" ok doug | ||||
* | Convert many atoi() calls to strtonum(), adding range checks and failure | 2015-04-18 | 1 | -4/+7 | |
| | | | | | handling along the way. Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert | ||||
* | in getopt() blocks, stop incrementing flag variable which are supposed | 2015-02-08 | 1 | -5/+5 | |
| | | | | | to just be 0/1 ok miod florian | ||||
* | remove erroneous char cast to switch expression processing getopt(3); | 2013-11-27 | 1 | -2/+2 | |
| | | | | | | not used in any cases. ok deraadt@, guenther@, millert@ | ||||
* | clarify a simple expression | 2013-11-12 | 1 | -2/+2 | |
| | |||||
* | simpler prototype repairs | 2013-11-12 | 1 | -4/+4 | |
| | |||||
* | backout VIS_HEX. guenther@ points out that the C89 \xff encoding | 2010-08-24 | 2 | -12/+6 | |
| | | | | | | | | | idiotically accepts more then two hex digits following the \x, even on platforms where a char has 8 bits. It is therefore dangerous to have an almost-bit-not-quite compatible format in vis(3). The VIS_ALL (encode all characters) option introduced in the same commit remains. | ||||
* | mirror new flags to vis(3): -a to encode all characters, -h to use | 2010-08-21 | 2 | -6/+17 | |
| | | | | hex encoding. feedback jmc@ ok millert@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 2 | -22/+2 | |
| | | | | | | | 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 | ||||
* | replace ".Ar file ..." with ".Ar" whenever possible. | 2009-08-16 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | `b' before `c'; from Igor Sobrado | 2007-03-15 | 2 | -5/+5 | |
| | |||||
* | the arg to -F is not optional; | 2005-04-10 | 2 | -9/+10 | |
| | | | | | | tweak -f description accordingly; found by wilfried@ | ||||
* | remove unused crap never deleted during development | 2004-09-14 | 1 | -7/+11 | |
| | |||||
* | sync usage w/ man page; closes PR 3456 (nice number!); henning@ OK | 2003-09-08 | 1 | -7/+16 | |
| | |||||
* | some extra markup and correct synopsis | 2003-09-03 | 1 | -3/+5 | |
| | | | | jmc@ ok | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -9/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 3 | -20/+8 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Better wording, partly related to recent vis(3) change. | 2003-05-14 | 1 | -5/+10 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -4/+4 | |
| | |||||
* | kill more registers | 2001-11-19 | 2 | -7/+7 | |
| | | | | millert@ ok | ||||
* | Finish off cleanup usr.bin/ man pages. | 2000-03-14 | 1 | -13/+18 | |
| | |||||
* | - remove trailing white space | 1999-06-05 | 1 | -2/+2 | |
| | | | | | | | - 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... :/ | ||||
* | insert a missing word; pjanzen@ | 1998-11-03 | 1 | -2/+3 | |
| | |||||
* | usr.bin/ man page fixes, t-z | 1998-10-30 | 1 | -7/+6 | |
| | |||||
* | $OpenBSD$ | 1997-09-21 | 1 | -2/+1 | |
| | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -3/+3 | |
| | |||||
* | rcsid | 1996-06-26 | 4 | -3/+6 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 4 | -0/+396 | |