summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Teach procstat(1) to display some information about signal dispositionkib2010-03-084-8/+84
* 1) Reimplement (differently) unlimited line length restricted in prev.ache2010-03-081-54/+65
* Pass the correct size to memset().jh2010-03-081-1/+1
* - document the -3, -A and -B properly in Synopsis.edwin2010-03-072-59/+106
* Remove vestiges of old %-format which prevents build on amd64ache2010-03-061-2/+2
* 1) Rewrite input processing to not exit with error on the first EILSEQ foundache2010-03-061-106/+68
* - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.jh2010-03-052-35/+34
* Let the afterinstall target ignore failures from running chflags. Thisscottl2010-03-041-1/+1
* Remove no-op of WARNS?=edwin2010-03-041-1/+0
* - Implement -3 option (show previous, this and next month) option.edwin2010-03-043-206/+266
* - Fix spelling.lulf2010-03-031-1/+1
* Use expand_number(3) from libutil instead of home-grown function to parsesobomax2010-03-032-62/+7
* - Include CURDIR in case the makefile is not run from the same directory.lulf2010-03-031-1/+1
* - Remove unused include path.lulf2010-03-031-1/+1
* - Revert Makefile to revision r203368, as the svn mv from contrib/csup replacedlulf2010-03-031-14/+32
* Always assign WARNS using ?=uqs2010-03-021-3/+3
* - Unmark authentication support as a TODO item.lulf2010-03-021-3/+2
* - Move csup away from contrib/ and into usr.bin/. Software is no longerlulf2010-03-0263-33/+20847
* Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' inrwatson2010-03-011-1/+1
* Teach netstat -Q to work with -N and -M by adding libkvm versions of datarwatson2010-03-013-26/+278
* Make pr build with WARNS=6.ed2010-02-262-2/+2
* Use time(NULL) instead of gettimeofday(), because we only need tv_sec.ed2010-02-261-8/+3
* Fixed static linkage.ru2010-02-262-4/+4
* Fixed dependencies (make checkdpadd).ru2010-02-254-6/+9
* Update date on netstat(1) for -Q.rwatson2010-02-221-1/+1
* Teach netstat(1) to print out netisr statistics when given the -Q argument.rwatson2010-02-225-4/+298
* Fix common misspelling of hierarchyuqs2010-02-205-5/+5
* Treat numbers after [Ee] a positive number rather than an invaliddelphij2010-02-201-1/+2
* Add a reference to newly added seq(1) command.delphij2010-02-201-1/+2
* Add seq(1), a small utility to generate sequence number.delphij2010-02-194-0/+648
* Update to upstream version 1.338fanf2010-02-192-27/+50
* The correct value of DEL is 0x7f, not 0xff. This is purely a documentationgavin2010-02-182-4/+4
* The kdump data stream is an unaligned data stream for stat andimp2010-02-181-3/+9
* bc and dc are not BSD version, not GNU version.imp2010-02-181-1/+1
* Bump .Dd for r203977gavin2010-02-161-1/+1
* Implement the rename query, for when a file with the same name as the onegavin2010-02-162-28/+69
* The NetBSD Foundation has granted permission to remove clause 3 and 4imp2010-02-1612-84/+0
* The -newerXB option was being interpreted the same as the -newerXm optiongavin2010-02-141-0/+2
* Make manpage's SYNOPSIS match program's usage().ru2010-02-122-2/+5
* Remove unneeded CFLAGS.ed2010-02-101-1/+0
* Add new -o option (r203042) to manpage synopsis and usage().emaste2010-02-102-2/+2
* Don't let find(1) depend on struct timeb.ed2010-02-093-42/+31
* As it turns out, fmt(1) is being used by the base system as well as thedelphij2010-02-091-2/+1
* - pt_BR.ISO8859-1 cataloggabor2010-02-092-1/+188
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...brucec2010-02-081-1/+2
* Simplify, remove unnecessary code.kientzle2010-02-071-30/+10
* Merge a bunch of refactoring from Joerg Sonnenberger tokientzle2010-02-0713-433/+724
* Style & Portability: Use archive_entry methods to examinekientzle2010-02-072-40/+24
* Various portability workarounds for non-FreeBSD platforms.kientzle2010-02-072-6/+49
* Restructure the logic that determines when we're crossing a mountkientzle2010-02-071-8/+29
OpenPOWER on IntegriCloud