aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-072-8/+8
* Add new ktrace records for the start and end of VM faults. This givesJohn Baldwin2012-04-056-4/+68
* With pf 4.5 import the name of pfsync stats sysctl has changed, thusGleb Smirnoff2012-04-041-2/+2
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-012-8/+31
* Remove superfluous paragraph macro.Joel Dahl2012-03-291-2/+0
* mandoc complains loudly when <TAB>s are misused in columnated lists. FixJoel Dahl2012-03-291-23/+23
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-2917-60/+60
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* Only use macros inside a reference block.Joel Dahl2012-03-271-10/+5
* mdoc: sort prologue macros.Joel Dahl2012-03-261-1/+1
* mdoc: terminate quoted strings.Joel Dahl2012-03-265-56/+56
* mdoc: document title should be all caps.Joel Dahl2012-03-251-1/+1
* Remove superfluous paragraph macro.Joel Dahl2012-03-2510-13/+0
* When displaying binary information show also osreldate.Mikolaj Golub2012-03-232-3/+17
* - Do not build libcom_err and compile_et when kerberos is disabled. TheyStanislav Sedov2012-03-231-1/+4
* Garbage collect defunct nlist(3) symbols.Sergey Kandaurov2012-03-221-14/+8
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsStanislav Sedov2012-03-221-1/+5
* Add multibyte char support.Gleb Smirnoff2012-03-212-53/+35
* Repair function when used with large scalesKevin Lo2012-03-181-2/+3
* xargs: Before exiting, wait for all invocations of the utility.Jilles Tjoelker2012-03-162-45/+81
* - Fix an erroneous invocation of the editline.Kevin Lo2012-03-153-22/+33
* After r232745, which makes sure __bswap16(), ntohs() and htons() returnDimitry Andric2012-03-091-3/+0
* Document the [n]eei and [n]bacc optionsEitan Adler2012-03-031-1/+23
* Replace the three spaces with one tag.Davide Italiano2012-03-011-1/+1
* Use proper "maxproc" name, not "nproc".Edward Tomasz Napierala2012-03-011-3/+3
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric2012-02-291-0/+8
* Use srandom() to init the PRNG, not srand(), since we use random().Olivier Houchard2012-02-291-1/+1
* Update the description for -s flag after r232182.Sergey Kandaurov2012-02-291-1/+3
* Document the 'URL' argument.David E. O'Brien2012-02-281-2/+7
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, toDimitry Andric2012-02-282-6/+2
* Backout r230934 which didn't work with unix sockets andSergey Kandaurov2012-02-271-34/+8
* xargs: Remove an unclear comment that only tried to repeat what the code didJilles Tjoelker2012-02-261-4/+0
* xargs: Fix comma splice in error message.Jilles Tjoelker2012-02-261-2/+2
* When displaying security credential information show also process umask.Mikolaj Golub2012-02-261-3/+29
* Update libarchive to 3.0.3Martin Matuska2012-02-257-147/+33
* Fix style in previous commit.John Baldwin2012-02-241-3/+3
* xargs: If a utility exits with 255 or a signal, write an error message.Jilles Tjoelker2012-02-241-4/+7
* Add underscore symbol to the end of definition stringsSergey A. Osokin2012-02-243-9/+9
* Pretty-print the advice constants passed to posix_fadvise(2).John Baldwin2012-02-232-0/+10
* Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install.Sergey A. Osokin2012-02-231-1/+2
* o Use ISO 3166 county code for Sweden.Maxim Konovalov2012-02-221-1/+1
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-224-7/+20
* IFC @231845Bjoern A. Zeeb2012-02-1760-276/+4427
|\
| * Removed unused code: fixes compiler warning with CC=gcc46Eitan Adler2012-02-161-83/+0
| * Don't extract the n_type value from the elf header, since it is never usedEitan Adler2012-02-161-2/+0
| * Remove unnecessary castKevin Lo2012-02-142-5/+5
| * Fix write(1) to support wide characters.Gleb Smirnoff2012-02-132-28/+17
| * Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
| * Include target names in diagnostic output.Max Khon2012-02-121-8/+15
| * And of course, I forgot to add -a to the usage.Ed Schouten2012-02-111-1/+1