aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* This compiles cleanly with WARNS=2; make sure it stays that way.Dima Dorfman2001-06-201-2/+3
* Don't arbitrarily limit tabstop expansions to 256 characters.Dima Dorfman2001-06-201-1/+1
* Made all fields in default output be space separated. Run-togetherJens Schweikhardt2001-06-191-11/+6
* Call clnt_destroy() to prevent exhausting resources.Mike Heffner2001-06-192-0/+3
* Cleanup the mix of styles in this file:Mike Heffner2001-06-191-125/+124
* Teach fstat(1) about FIFO's - it's OK to display them as regular files.Peter Pentchev2001-06-181-3/+10
* Support mail boxes that have dates without seconds (SysV) and thoseMike Heffner2001-06-181-4/+33
* Satisfy gcc's parenthetical needs and clamp down with WANRS=2.Dima Dorfman2001-06-172-2/+3
* Add the -p flag to force unknown control sequences to be passedMike Heffner2001-06-173-7/+18
* Use err(3) and style(9) cleanup.Mike Heffner2001-06-171-21/+13
* Make the synopsis resemble the usage in the source file.Dima Dorfman2001-06-161-5/+4
* Print spaces on the leading edge rather than the trailing edge of eachMike Heffner2001-06-161-8/+7
* Cast size_t -> int to satisfy printf %* constraints on the alpha.Jonathan Lemon2001-06-161-1/+1
* remove warningsAssar Westerlund2001-06-1513-93/+67
* remove K&R supportAssar Westerlund2001-06-1515-338/+201
* Remove unwanted CFLAGS, and add a CVS id.Eric Melville2001-06-152-1/+5
* revert removal of warning and K&R supportAssar Westerlund2001-06-1516-138/+294
* nflag -> numeric_port. nflag is no moreAssar Westerlund2001-06-151-1/+1
* Print symbolic names for appletalk ports. Also some very minor style 9 issues.Warner Losh2001-06-151-2/+15
* First round of netstat(1) cleanup.Ruslan Ermilov2001-06-154-65/+52
* Line up `netstat -rl' display.Ruslan Ermilov2001-06-151-5/+7
* remove most of the warningsAssar Westerlund2001-06-1516-277/+144
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-1510-45/+55
* Restore -M -N support for -m.Ruslan Ermilov2001-06-144-32/+69
* Removed -h option.Ruslan Ermilov2001-06-141-5/+1
* Really delete the -h option.Ruslan Ermilov2001-06-141-2/+2
* Silence warnings and minor style fixes. Mostly constify and don'tDima Dorfman2001-06-142-10/+14
* Part 2 of gensetdefs de-orbit burn. linker sets are now self containedPeter Wemm2001-06-144-429/+0
* Respect REPLYTO in mailrc.Mike Heffner2001-06-144-10/+8
* Avoid the avm field joining the w field when avm is > 9.999.999 pagesJens Schweikhardt2001-06-131-1/+1
* Add '-I mask' cmdline flag to ignore/skip files and subdirectoriesPeter Pentchev2001-06-132-2/+70
* Increase field width by one for 'fre' to accomodate today's memory sizes.Jens Schweikhardt2001-06-121-3/+3
* Allow -u to work with UID's also.David E. O'Brien2001-06-121-6/+9
* Fixed printing of netatalk statistics WRT the -s flag.Ruslan Ermilov2001-06-121-2/+2
* ANSI C prohibits text after #endif.Dima Dorfman2001-06-121-2/+2
* Mention about -rl behavior change. Now, MTU is printed.Hajimu UMEMOTO2001-06-111-1/+3
* Add missing column for Mtu in header when -rl is specified.Hajimu UMEMOTO2001-06-111-4/+13
* Sync with recent KAME.Hajimu UMEMOTO2001-06-117-43/+126
* ISO_ -> ISOAndrey A. Chernov2001-06-112-2/+2
* ISO_ -> ISOAndrey A. Chernov2001-06-116-748/+9
* ISO_ -> ISOAndrey A. Chernov2001-06-119-41/+41
* ISO_ -> ISOAndrey A. Chernov2001-06-1110-426/+11
* Handle ASCII and US-ASCII aliasesAndrey A. Chernov2001-06-101-1/+3
* Install additional en_US linksAndrey A. Chernov2001-06-101-1/+3
* Remove "SU" - not valid country codeAndrey A. Chernov2001-06-101-2/+3
* Add more *.US-ASCII entriesAndrey A. Chernov2001-06-101-1/+3
* Add Latin15 entriesAndrey A. Chernov2001-06-101-0/+6
* Add new and Latin15 namesAndrey A. Chernov2001-06-101-0/+8
* Understand new locale names and Latin15Andrey A. Chernov2001-06-101-2/+23
* Always print at least 2 bytes for IN_CLASSB_NET networks.Ruslan Ermilov2001-06-081-10/+29