Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete duplicate RCS IDs; found with mandoc -Tlint | 2017-07-06 | 1 | -4/+2 | |
| | |||||
* | for some time now mandoc has not required MLINKS to function | 2016-03-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | ||||
* | delete pointless setlocale(3) call; | 2015-12-07 | 1 | -3/+0 | |
| | | | | forgotten to commit, OK deraadt@ some time ago | ||||
* | tidy up a bit more | 2015-09-25 | 1 | -11/+8 | |
| | |||||
* | No need for err.h, avoid excess fputs() calls and return from main | 2015-09-23 | 1 | -8/+4 | |
| | | | | instead of calling exit(). From Michael Reed. | ||||
* | in getopt() blocks, stop incrementing flag variable which are supposed | 2015-02-08 | 1 | -2/+2 | |
| | | | | | to just be 0/1 ok miod florian | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -1/+1 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -4/+0 | |
| | | | | | | | 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 | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -3/+3 | |
| | |||||
* | compress code | 2004-05-09 | 1 | -5/+3 | |
| | |||||
* | knf | 2004-03-08 | 1 | -13/+13 | |
| | |||||
* | add missing includes | 2003-07-10 | 1 | -1/+3 | |
| | | | | ok deraadt@ tedu@ | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -5/+3 | |
| | |||||
* | term 3 & 4 from tholo after permission | 2003-06-04 | 2 | -13/+3 | |
| | |||||
* | 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 | -2/+2 | |
| | |||||
* | Fix some formatting problems I missed before. | 2000-03-23 | 1 | -3/+4 | |
| | |||||
* | Various cleanups and standardizations. | 2000-03-11 | 1 | -3/+3 | |
| | |||||
* | Many improvements and general cleanup/standardization. | 2000-03-04 | 1 | -13/+11 | |
| | |||||
* | Let arch compile again... | 1999-08-21 | 1 | -2/+1 | |
| | |||||
* | re-order includes and remove <sys/utsname.h> since we don't use uname() | 1999-08-20 | 1 | -7/+8 | |
| | | | | | Use __progname, not argv[0] for determining how we were called Fix a typo | ||||
* | Merge arch and machine sources. Add some options so it will | 1999-08-19 | 3 | -16/+64 | |
| | | | | be easier to get at the ISA (instruction set architecture) | ||||
* | correct use of .Nm; some other formatting nits | 1999-07-04 | 1 | -3/+3 | |
| | |||||
* | Include OS as part of output; add -k option like SunOS | 1996-06-29 | 2 | -3/+52 | |
| | |||||
* | Add arch(1) | 1996-06-23 | 3 | -0/+98 | |