aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* - Add myself to calendar.freebsdJulien Laffaye2011-06-071-0/+1
* Remove redundant assignments to WARNS.Ed Schouten2011-06-063-6/+0
* Attempt to clear up some confusion in the following example, by statingGlen Barber2011-06-061-0/+6
* Fix regex for ptraceopname().Dmitry Chagin2011-06-061-1/+1
* Bump date from previous commit. :(Glen Barber2011-06-061-1/+1
* Document that when running 'su -m <user> -c <command>', <command> is runGlen Barber2011-06-061-4/+4
* Pass correct size to write(2).Jaakko Heinonen2011-06-061-1/+1
* find: Exit if there is an unknown option.Jilles Tjoelker2011-06-041-1/+1
* When MANCOLOR environment variable is set, enable ANSI color escapesRuslan Ermilov2011-06-032-13/+39
* Don't use col(1) since grotty(1) never outputs reverse line feeds,Ruslan Ermilov2011-06-032-15/+6
* Trim more when parsing MANCONFIG directive.Ruslan Ermilov2011-06-031-1/+1
* Typo.Ruslan Ermilov2011-06-031-1/+1
* Added support for the MANWIDTH environment variable:Ruslan Ermilov2011-06-032-2/+46
* Fix man -t by not passing grotty flags to groff when grotty is notUlrich Spörlein2011-06-021-1/+1
* mdoc: reorder sections consistentlyUlrich Spörlein2011-06-021-10/+10
* mdoc: fix markupUlrich Spörlein2011-06-021-1/+1
* Fix a couple of spelling errors.Warner Losh2011-05-311-3/+3
* - Document the -H option and 'H' key alongside other options and keysJohn Baldwin2011-05-311-4/+0
* Add a new option to toggle the display of the system idle process (per-CPUJohn Baldwin2011-05-311-0/+7
* printf(1): Document that %c and precision for %b/%s use bytes, not chars.Jilles Tjoelker2011-05-281-6/+17
* printf: Allow multibyte characters for '<char> form, avoid negative codes.Jilles Tjoelker2011-05-282-7/+20
* find: If a part of an expression is unknown, do not call it an option.Jilles Tjoelker2011-05-271-1/+1
* Remove definitions for RACCT_FSIZE and RACCT_SBSIZE - these two are ratherEdward Tomasz Napierala2011-05-271-3/+1
* Added myself as src committer.Aleksandr Rybalko2011-05-261-0/+1
* Fix a regression introduced with previous changeset: if output is stdout,Xin LI2011-05-251-1/+2
* [mdoc] Fixed .Dt call.Ruslan Ermilov2011-05-252-2/+2
* Build and install a BSD licensed grep.David E. O'Brien2011-05-252-5/+12
* Teach netstat(1) about the new global netisr policy sysctl,Robert Watson2011-05-241-12/+53
* Ensure there is a whitespace after a mount point.Ruslan Ermilov2011-05-241-1/+1
* Match symbolic link handling behavior with GNU gzip, bzip2 and xz:Xin LI2011-05-232-5/+5
* Diff reduction against NetBSD. The most notable change is to zdiff(1) toXin LI2011-05-235-63/+128
* Add missing header file.Sergey Kandaurov2011-05-201-0/+1
* Correct typos in comments, no functional changes.Benedict Reuschling2011-05-203-8/+8
* Fix typos in comments, no functional changes.Benedict Reuschling2011-05-198-8/+8
* Fix clang warnings.Ben Laurie2011-05-183-4/+4
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-2/+2
* - Fix several typos [1]Stanislav Sedov2011-05-141-6/+11
* Constify a few string variables. While I'm there, also convert usage() toXin LI2011-05-131-10/+10
* Fixed an embedded shell script.Ruslan Ermilov2011-05-131-1/+1
* uintmax_t is a better type here...Warner Losh2011-05-121-1/+1
* Fix printf int mismatch on 32-bit architectures...Warner Losh2011-05-121-2/+3
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-1222-1386/+999
* Flush the scriptfile whenever we see a non-graphical character to getPoul-Henning Kamp2011-05-101-5/+11
* Regenerated with latest configure script.Xin LI2011-05-101-0/+6
* - Add a forgotten -o to usage().Ruslan Ermilov2011-05-051-1/+1
* [mdoc] remove a hard sentence break.Ruslan Ermilov2011-05-051-1/+2
* Update nfsstat.1 to reflect the changes done to nfsstat(1)Rick Macklem2011-05-041-5/+10
* Modify nfsstat(1) so that it reports statistics for theRick Macklem2011-05-041-106/+253
* Modify nfsstat(1) so that it prints out the buffer cacheRick Macklem2011-05-041-4/+6
* Fix nfsstat.c so that the "-z" option works for the newRick Macklem2011-05-041-5/+12