aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix.Archie Cobbs1999-02-051-2/+3
* Warn about collapsing multiple slashes into 1 in ftp URL's.Bill Fenner1999-02-032-4/+34
* Don't try to parse a colon in a URL as a portBill Fenner1999-02-031-2/+2
* Update to the most recent version. Among other things, this also solvesJoerg Wunsch1999-02-0312-66/+178
* Merge from NetBSD: cut.1 rev 1.6 to 1.8Eivind Eklund1999-02-022-21/+28
* Bring in use of strsep() to handle bad input better, and clean upEivind Eklund1999-02-022-7/+8
* Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. ThisEivind Eklund1999-02-022-7/+26
* Add -R for .RU domainsAndrey A. Chernov1999-02-022-5/+15
* Add new option '-p pattern' for splitting files based on matching lines inArchie Cobbs1999-02-013-52/+94
* Added xref to nologin(5)Wolfram Schneider1999-02-011-1/+2
* Update the -d flag to use the new .MIL NIC address (from PR 9802)Garrett Wollman1999-02-012-10/+23
* Added "SVR4" as an acceptable brandMark Newton1999-01-301-2/+2
* Typo.Bill Fumerola1999-01-281-2/+2
* Use __XSTRING() from cdefs.h instead of rolling my own.Eivind Eklund1999-01-251-7/+1
* I may have forgotten to upgrade this value, but that will never happenEivind Eklund1999-01-231-6/+8
* __FreeBSD__ is also used here.John Hay1999-01-231-1/+3