aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Capitalize "Eve". This is the correct form and now matchesSean Farley2008-04-241-1/+1
* Add:Gabor Pali2008-04-221-0/+1
* Use ddb(4), not DDB(4) for man page cross-references.Robert Watson2008-04-211-1/+1
* Provide more detailed information about each procstat(1) display mode,Robert Watson2008-04-191-7/+248
* It is a bug that procstat(8) works only on live kernels and not crashdumps;Robert Watson2008-04-191-0/+4
* Add the '-u name' option to the env command, which will completely unsetGarance A Drosehn2008-04-172-8/+31
* Fixes typo's in sctp.cRandall Stewart2008-04-161-4/+4
* system_info.cpustates isn't sparse, so a bitmask of available CPU statesRuslan Ermilov2008-04-111-2/+0
* Allocate enough memory for pcpu_cp_time[] to stop sysctl() fromRuslan Ermilov2008-04-111-1/+1
* - Add support for interrupt bindig to cpuset(1). Interrupts are boundJeff Roberson2008-04-111-7/+19
* Fix "top -P" (`&' mistyped as `&&' and a botched logic).Ruslan Ermilov2008-04-101-2/+3
* Add forgotten -H, -h, and -P to usage().Ruslan Ermilov2008-04-101-1/+1
* MFp4(mips2-jnpr):Warner Losh2008-04-041-0/+3
* Add mips support.Warner Losh2008-04-041-0/+3
* Spell -t option's argument by name.Ruslan Ermilov2008-04-024-8/+8
* Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longerRuslan Ermilov2008-03-291-1/+1
* The sources covered by Sun's CDDL have been repo copied below theJohn Birrell2008-03-271-8/+8
* Allow awk (the one true one!) to handle 64 files instead of just 20.John Birrell2008-03-271-1/+1
* Fix some "in in" typos in comments.Christian Brueffer2008-03-262-2/+2
* Catch netstat up for the new bpf stats structures. Print 64 bit valuesChristian S.J. Peron2008-03-241-2/+6
* Fix splitting into words of the .for expression to allow forRuslan Ermilov2008-03-241-22/+8
* Fix bugs in the previous revision.Ruslan Ermilov2008-03-241-8/+13
* Fix usage string.Dag-Erling Smørgrav2008-03-201-2/+2
* Change .8s port name restriction to .15s.Hajimu UMEMOTO2008-03-181-1/+1
* Fix --fast-read by decrementing the remaining patterns to be matched,Tim Kientzle2008-03-182-2/+2
* Initialize variable "now" before using it (it is used by the LEFTEARTHAntoine Brodin2008-03-171-1/+1
* Add a -n option to split(1) to split files into N chunks rather thanDavid Schultz2008-03-162-12/+78
* style(9) fix to add whitespace around an '=' sign and restoreTim Kientzle2008-03-151-1/+2
* Support NetBSD's --insecure as a synonym for -P.Tim Kientzle2008-03-151-0/+1
* Document --chroot.Tim Kientzle2008-03-151-0/+6
* Support -q (from NetBSD) as a synonym for --fast-read (the old FreeBSDTim Kientzle2008-03-152-14/+13
* Also accept --uncompress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* --chroot implementation thanks to Joerg Sonnenberger.Tim Kientzle2008-03-154-0/+18
* Support --compress as a synonym for -Z.Tim Kientzle2008-03-151-0/+1
* Enable and document the -Z option for selecting "compress" compression,Tim Kientzle2008-03-153-5/+13
* uuidgen has been repo-copied from usr.bin/ to bin/ to match its "new"David E. O'Brien2008-03-134-202/+0
* - When running a new command cause cpuset to operate on the per-thread maskJeff Roberson2008-03-122-4/+8
* If the special target .MAKEFILEDEPS exists, then enable theDavid E. O'Brien2008-03-121-26/+26
* If the special target .MAKEFILEDEPS exists, then enable theDavid E. O'Brien2008-03-124-1/+24
* - Remove ksethrcmdname.Jeff Roberson2008-03-123-9/+0
* Fix apparent typo. The permitted confidence values include 95%, not 85%.Peter Wemm2008-03-121-1/+1
* GNU ar did NOT implment option -q as a synonym of -r as the manualKai Wang2008-03-114-6/+25
* Fix minor typo.Joel Dahl2008-03-111-2/+2
* Teach gunzip that .tbz and .tbz2 uncompress to .tar, in a manner similar toRobert Watson2008-03-091-0/+2
* When gzipping to a target file, only set the source file flags on theRobert Watson2008-03-091-4/+4
* - Add my birthday entryFelippe de Meirelles Motta2008-03-081-0/+1
* Merge revisions 1.10 and 1.11 from DragonFly:Xin LI2008-03-071-68/+61
* The non-POSIX environment variable MAKE was supersededYaroslav Tykhiy2008-03-051-1/+1
* Don't forget to set MAKEFLAGS in the childs' environmentYaroslav Tykhiy2008-03-052-31/+35
* - Remove the -i argument when running a command to simplify things aJeff Roberson2008-03-053-14/+177