aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove end of line whitespace.Joel Dahl2012-05-121-1/+1
* - Hook up BSD sort to the build. By default, it will be installed asGabor Kovesdan2012-05-111-0/+1
* Add a BSD-licensed sort rewrite that was started by me and later completedGabor Kovesdan2012-05-1118-0/+7795
* Document the unzip(1) '-Z' option implemented in r234206.Glen Barber2012-05-111-1/+11
* General mdoc(7) and typo fixes.Glen Barber2012-05-1013-16/+16
* Make is part of the bootstrap path, so we need to guard against thisWarner Losh2012-05-091-1/+1
* Always define LD_32_PRELOAD so it works for 32 bits binaries onJeremie Le Hen2012-05-081-1/+12
* Upgrade our copy of llvm/clang to r155985, from upstream's release_31Dimitry Andric2012-05-031-1/+0
* Respect mathematical operation order piority with the exponent gnu extensionBaptiste Daroussin2012-04-301-2/+2
* Add src.conf option WITH_SHARED_TOOLCHAIN to enable building theKonstantin Belousov2012-04-292-0/+8
* Use standard getopt(3) error message.Jeremie Le Hen2012-04-291-6/+1
* Import stdbuf(1) and the shared library it relies on.Jeremie Le Hen2012-04-284-0/+229
* Add my birthday and place of birth.Jeremie Le Hen2012-04-231-0/+1
* Remove duplicate -l description.Christian Brueffer2012-04-221-5/+1
* The .Fx macro needs the version number be in its own word separated byXin LI2012-04-221-1/+1
* Include the associated wait channel message for context switch ktraceJohn Baldwin2012-04-202-4/+15
* Update file(1) to version 5.11.David E. O'Brien2012-04-191-1/+1
|\
* | Add my birth date/place to the calendar as new committer.Devin Teske2012-04-181-0/+1
* | Fix string buffer overflow when preparing the line of output.Konstantin Belousov2012-04-181-2/+2
* | Upgrade our copy of llvm/clang to trunk r154661, in preparation of theDimitry Andric2012-04-1623-47/+77
* | Add myself to the calendarGuido Falsi2012-04-151-0/+1
* | Correct my name in the copyright statement.Dag-Erling Smørgrav2012-04-152-2/+2
* | Improve m4 compatibility with GNU m4 extension ** (exponent)Baptiste Daroussin2012-04-153-3/+7
* | Eliminate an unused parameter of static method igmp_stats_live_old().Xin LI2012-04-131-2/+2
* | Belatedly add my entry to the calendar file, now that 30 is here and gone.Glen Barber2012-04-131-0/+1
* | Partially implement zipinfo (-Z) support.Kevin Lo2012-04-131-38/+71
* | Parenthesize args in yyless() and unput() replacement textJens Schweikhardt2012-04-101-3/+3
* | Since truss also uses kdump's mkioctls script, pass the value of ${CPP}Dimitry Andric2012-04-091-1/+1
* | In kdump's mkioctls script, use '${CPP}' instead of hardcodedly usingDimitry Andric2012-04-092-2/+2
* | 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