summaryrefslogtreecommitdiffstats
path: root/usr.bin/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete duplicate RCS IDs; found with mandoc -Tlintschwarze2017-07-061-4/+2
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-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;schwarze2015-12-071-3/+0
| | | | forgotten to commit, OK deraadt@ some time ago
* tidy up a bit moretedu2015-09-251-11/+8
|
* No need for err.h, avoid excess fputs() calls and return from mainmillert2015-09-231-8/+4
| | | | instead of calling exit(). From Michael Reed.
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-2/+2
| | | | | to just be 0/1 ok miod florian
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-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 (andderaadt2009-10-271-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;jmc2007-05-311-3/+3
|
* compress codederaadt2004-05-091-5/+3
|
* knfderaadt2004-03-081-13/+13
|
* add missing includesdavid2003-07-101-1/+3
| | | | ok deraadt@ tedu@
* mostly ansi cleanup; pval okderaadt2003-06-101-5/+3
|
* term 3 & 4 from tholo after permissionderaadt2003-06-042-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.millert2002-02-161-2/+2
|
* Fix some formatting problems I missed before.aaron2000-03-231-3/+4
|
* Various cleanups and standardizations.aaron2000-03-111-3/+3
|
* Many improvements and general cleanup/standardization.aaron2000-03-041-13/+11
|
* Let arch compile again...espie1999-08-211-2/+1
|
* re-order includes and remove <sys/utsname.h> since we don't use uname()millert1999-08-201-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 willniklas1999-08-193-16/+64
| | | | be easier to get at the ISA (instruction set architecture)
* correct use of .Nm; some other formatting nitsaaron1999-07-041-3/+3
|
* Include OS as part of output; add -k option like SunOStholo1996-06-292-3/+52
|
* Add arch(1)tholo1996-06-233-0/+98