aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of space padding for compressionMatt Jacob1999-03-101-2/+2
* Restore \n at end of usage message.Garrett Wollman1999-03-081-2/+2
* Fix display of example usage.Guy Helmer1999-03-071-1/+2
* Oops, the test for "no-cpu" was inverted.Bruce Evans1999-03-071-2/+2
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpuBruce Evans1999-03-051-2/+2
* Fix the style of my previous commit.Joerg Wunsch1999-03-031-1/+1
* Increase the vector that's used to look for free pty's. We go throughJoerg Wunsch1999-03-031-1/+1
* Make window(1) actually work again. It has been broken for quite someJoerg Wunsch1999-03-022-2/+3
* Print actual density code as well as string for density- I dunno about others,Matt Jacob1999-03-021-5/+10
* Improve error message wording when attempting to link to a non-existentAlexander Langer1999-03-021-2/+2
* Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().Bill Paul1999-03-011-1/+17
* Fix disorder introduced by me in the Euro part 2 locale commit.Warner Losh1999-03-011-15/+15
* Make MACHINE_ARCH sensitive to the environment, as well as using theWarner Losh1999-03-011-4/+11
* fix PRUNEPATHS assignmentAndrey A. Chernov1999-02-281-2/+2
* Deal with broken Web sites which return 302 responses rather than 404Garrett Wollman1999-02-233-17/+38
* Change the prompt for the office location field from "Location:"Guy Helmer1999-02-233-8/+13
* Use `${CC} ${CFLAGS} ${LDFLAGS} -nostdlib -Wl...' instead ofBruce Evans1999-02-171-5/+5
* Fix off-by-one error.Bill Fenner1999-02-161-2/+2
* Re-enable doscmd build.Luoqi Chen1999-02-161-1/+2
* Look for aout X libraries at the right place.Luoqi Chen1999-02-161-4/+10
* back out obj/colldef PATH hack, it breaks cross-compiling per BruceAndrey A. Chernov1999-02-151-4/+1
* Fixed bitrot in usage message and disordering of options in previous commit.Bruce Evans1999-02-151-7/+7
* Fixed disordering of options in previous commit.Bruce Evans1999-02-151-4/+4
* Don't pass -static in ${LDFLAGS} to ld for building doscmd.kernel,Bruce Evans1999-02-151-2/+2
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsBill Fenner1999-02-151-2/+2
* Remove couple of 'extern int errno'. (They turned to something funny whenDmitrij Tejblum1999-02-142-8/+2
* Ignore errors from chflags. This makes it possible to make installworldDag-Erling Smørgrav1999-02-142-5/+5
* syntax change: allow symbolic names as substitute first argAndrey A. Chernov1999-02-133-5/+6
* syntax change: allow symbolic names as substitute first argAndrey A. Chernov1999-02-133-41/+39
* Add -z option to vmstat to dump data from the zone allocatorMatthew Dillon1999-02-132-12/+77
* substitute ssAndrey A. Chernov1999-02-122-4/+6
* add more checks for substitutionAndrey A. Chernov1999-02-121-7/+13
* fix EnglishAndrey A. Chernov1999-02-122-19/+26
* Merge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):Eivind Eklund1999-02-121-10/+16
* Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):Eivind Eklund1999-02-121-4/+3
* Back out the NetBSD .Nm changes - we don't have the requiredEivind Eklund1999-02-121-6/+6
* Removed occurrences of consecutive repeated words (such as "the the").Alexander Langer1999-02-121-2/+2
* Don't use an arbitrary hardcoded value for nfds in select() calls.Dag-Erling Smørgrav1999-02-101-6/+8
* Fix vmstat display problems. The header printout wasn't quite right, andKenneth D. Merry1999-02-102-13/+10
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-9/+10
* Added myself as maintainer.Wolfram Schneider1999-02-093-1/+11
* Include discrete ozfod as well as ozfod/zfod percentage.Matthew Dillon1999-02-081-7/+7
* If there are 4 or fewer disk devices, we have room to display additionalMatthew Dillon1999-02-082-5/+39
* Make the ipx part of netstat work again.John Hay1999-02-061-5/+7
* Don't dump core when p_stat is not in the expected range. This isBill Fenner1999-02-061-3/+9
* Be nice when no swap is configured in systemMatthew Dillon1999-02-061-1/+11
* Make 'top' handle case w/ new swapper where no swap is configuredMatthew Dillon1999-02-061-2/+2
* Print relative (mt_fileno, mt_blkno) position, if known.Matt Jacob1999-02-051-1/+58
* finally document new commandsMatt Jacob1999-02-051-4/+42
* Remove the FTP_PASSIVE_MODE "fix"; libftpio handles this.Bill Fenner1999-02-051-3/+1