summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Truncate link addresses like it is done for anytuexen2011-07-121-1/+1
* If one's message is longer than the buffer size, then we reset 'cnt' at theobrien2011-07-121-1/+2
* Fix run-time breakage when encoutering invalid input-data.edwin2011-07-111-0/+2
* Allow per-CPU statistics to be toggled at runtime via the 'P' key.jhb2011-07-111-70/+78
* Fix typo in order of markup and text.edwin2011-07-111-1/+1
* ncal(1) highlights the current date (or a date provided via parameter)edwin2011-07-112-1/+4
* Fix the interpreter for:edwin2011-07-111-0/+28
* peeraddr is only used in sizeof() evaluations, so instead of declaring itdelphij2011-07-111-1/+1
* Use %zu when printing size_t.delphij2011-07-111-2/+2
* Match size_t and ssize_t by using %zu and %zd instead of %d.delphij2011-07-111-1/+1
* Use a pair of parentheses to ensure right evaluation order.delphij2011-07-111-1/+1
* Use strlcpy().delphij2011-07-111-15/+11
* Always skip the kernel idle process if requested, it is not specific tojhb2011-07-071-5/+4
* Only print entries for which ut_host points to a character device.ed2011-07-051-1/+1
* Fix quota(1) output.pluknet2011-06-301-5/+11
* Remove needless file due to Russia scraps DST in 2011.osa2011-06-282-17/+0
* The --newer-than test should descend into oldkientzle2011-06-261-4/+12
* More accurate birthplace.joel2011-06-251-1/+1
* If there is a read error reading Y/N confirmation from the keyboard,kientzle2011-06-252-1/+12
* Remove duplicated header fileskevlo2011-06-245-6/+0
* Acknowledge Edwin Groothuis for the major rewrite herodrigc2011-06-241-1/+7
* Update references to RFC's that the newer TFTP implementation supports.rodrigc2011-06-221-0/+34
* Bump date.rodrigc2011-06-221-1/+49
* Eliminate unneeded headers.delphij2011-06-212-3/+0
* Remove unneeded headers.delphij2011-06-212-6/+0
* Staticify cleanup() which is not referenced in other places.delphij2011-06-211-1/+1
* Merge tnftp-20100108 from the vendor branch into head.gavin2011-06-203-290/+519
* fuser: Fix skipping "SIG" on signal names (-s).jilles2011-06-181-3/+2
* Fix clang warnings.benl2011-06-185-23/+36
* Let the size of the namebuf depend on the size of the ut_user field.ed2011-06-181-1/+1
* Add WITHOUT_UTMPX switch to the build system.ed2011-06-171-4/+7
* Add 2-clause BSD license.netchild2011-06-171-0/+23
* Clarify that the TFTP blocksize (RFC2348) or non-standardrodrigc2011-06-161-2/+3
* Specify correct RFC2347 for TFTP options in diagnostic message.rodrigc2011-06-161-2/+2
* Using statfs.f_fstypename rather than statfs.f_type whilst performing fstypeavatar2011-06-131-20/+6
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-121-0/+2
* - Use REG_NOSUB to bypass submatch counting when not necessary. This maygabor2011-06-122-2/+8
* - Fix -w behaviorgabor2011-06-122-14/+13
* Add self to calendarcrees2011-06-111-0/+1
* - Add myself to calendar.freebsdjlaffaye2011-06-071-0/+1
* Remove redundant assignments to WARNS.ed2011-06-063-6/+0
* Attempt to clear up some confusion in the following example, by statinggjb2011-06-061-0/+6
* Fix regex for ptraceopname().dchagin2011-06-061-1/+1
* Bump date from previous commit. :(gjb2011-06-061-1/+1
* Document that when running 'su -m <user> -c <command>', <command> is rungjb2011-06-061-4/+4
* Pass correct size to write(2).jh2011-06-061-1/+1
* find: Exit if there is an unknown option.jilles2011-06-041-1/+1
* When MANCOLOR environment variable is set, enable ANSI color escapesru2011-06-032-13/+39
* Don't use col(1) since grotty(1) never outputs reverse line feeds,ru2011-06-032-15/+6
* Trim more when parsing MANCONFIG directive.ru2011-06-031-1/+1
OpenPOWER on IntegriCloud