aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix a fatal typo.Joerg Wunsch1997-10-191-2/+2
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-135-3/+128
* If uptime < 1 min print in in secs otherwise we got confusing messageAndrey A. Chernov1997-10-131-10/+12
* Submitted by: Joachim Kuebart, thanks.Wolfgang Helbig1997-10-122-11/+23
* Fix a misleading comment. Rename a variable to make more sense.Poul-Henning Kamp1997-10-111-5/+4
* struct kmemstats was renamed.Poul-Henning Kamp1997-10-101-3/+3
* Make vmstat understand the dynamic malloc stuff. There are a numberPoul-Henning Kamp1997-10-101-15/+23
* Make sure lfp is non-NULL before closing it.Jordan K. Hubbard1997-10-091-2/+3
* Interpret multiple slashes as a single slash in ftp: URL's. ThisBill Fenner1997-10-081-2/+12
* Be more specific about -f/-t options (they're not yet implemented),Dima Ruban1997-10-061-11/+16
* Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to eachBill Fenner1997-10-061-10/+68
* For SMP, add a space between the state name and the CPU#.Steve Passe1997-10-051-3/+3
* Added -D_ANSI_SOURCE as discussed with bde,Wolfgang Helbig1997-10-051-3/+19
* Changes to support full make parallelism (-j<n>) in the worldJordan K. Hubbard1997-10-052-3/+5
* Check for invalid lower controls to not claim binary data with chars < 128 asAndrey A. Chernov1997-10-041-8/+11
* Add support for EMS emulation to doscmd. This requires changing theJonathan Lemon1997-09-3019-301/+2757
* Ooops, the Makefile was not supposed to be changed. Unspam this.Joerg Wunsch1997-09-301-1/+1
* Fix a number of fixed-size buffers etc.Joerg Wunsch1997-09-302-5/+32
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-293-8/+8
* Add #include <stdlib.h> to pick up prototypes for getenv and friends.Warner Losh1997-09-292-2/+4
* fetch(3) doesn't get asctime(3) format, wrong length assumedMartin Cracauer1997-09-281-2/+2
* Changes for KTH KerberosIV.Mark Murray1997-09-281-7/+2
* Changes for KTH KerberosIV.Mark Murray1997-09-282-11/+22
* Changes for KTH KerberosIV.Mark Murray1997-09-2814-605/+70
* Quieten -Wall.Mark Murray1997-09-281-1/+2
* YAMF22: (rev 1.3.2.2) Display realtime and idle priorities appropriately.Peter Wemm1997-09-281-2/+14
* Translated too much of it.Wolfram Schneider1997-09-272-54/+54
* Having done ICMP, UDP, and IP, could a TCP display be far behind?Garrett Wollman1997-09-275-14/+375
* Add canonical 32bit crc as alorithm 3.Poul-Henning Kamp1997-09-265-3/+127
* Show size of vnode pool in vmstat mode.Peter Wemm1997-09-251-2/+21
* Emboldened by the success of yesterday's ICMP statistics display,Garrett Wollman1997-09-254-2/+353
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-242-1/+277
* put in the link for the dummy collation module for Shift-JISJulian Elischer1997-09-241-2/+2
* Add a mode to display ICMP statistics.Garrett Wollman1997-09-249-19/+520
* Float overflow in statistic function for large databasesWolfram Schneider1997-09-231-4/+4
* Polish message catalogs for vi.Wolfram Schneider1997-09-221-2/+6
* Polish message catalogs for ee.Wolfram Schneider1997-09-223-1/+369
* Add ypwhich(1) and yppoll(8) manual pages.Wolfram Schneider1997-09-212-2/+101
* Fix argument string for getopt.Dima Ruban1997-09-181-2/+2
* Use -ansi -pedantic -trigraphs, as suggested by Bruce.Joerg Wunsch1997-09-182-21/+133
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-1815-43/+43
* Activate c89(1).Joerg Wunsch1997-09-171-2/+2
* c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C sourceJoerg Wunsch1997-09-173-0/+122
* revert: The warning was supposed to irritate someone into fixing this.Jordan K. Hubbard1997-09-151-3/+2
* Proper casting for clnt_broadcast() args.Jordan K. Hubbard1997-09-151-2/+2
* Silence a warning with a cast.Jordan K. Hubbard1997-09-151-2/+2
* unsigned char -> caddr_t for mmap's return value.Jordan K. Hubbard1997-09-151-2/+3
* Fix a comment.Poul-Henning Kamp1997-09-151-1/+1
* Change manual declarations of some functions to proper includesAndrey A. Chernov1997-09-151-15/+30
* Allow backspace tooAndrey A. Chernov1997-09-151-2/+3