aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Due to the switch form Julian to Gregorian calender,Wolfgang Helbig1999-03-271-9/+14
* Display floats with format %*.0f instead of as "*****" if there isBruce Evans1999-03-221-1/+5
* An even number of nodes, not node pairs are required for tsort(1) to work.Bill Fumerola1999-03-201-1/+1
* Supporting locale for Chinese Big5 completely.Foxfair Hu1999-03-201-2/+2
* Disable setgid kmem for now.Warner Losh1999-03-161-2/+2
* Reference the sysctl variables related to various limits.Guy Helmer1999-03-151-4/+13
* Grammar nits, double negativesBill Fumerola1999-03-151-4/+4
* Fixes alignment of blocksize field to be prettier ifMatt Jacob1999-03-101-7/+7
* Fix fstat compatibility by printing the address of the tcppcb instead ofDag-Erling Smørgrav1999-03-101-3/+7
* Adds the '-p' option to make time(1) output POSIX.2 compliant.Ollivier Robert1999-03-102-21/+63
* 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