aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Bring DPADD in sync with LDADD.Marcel Moolenaar2012-05-192-2/+2
* Don't cast inode number or file size down to long or unsigned.Gleb Kurtsou2012-05-181-1/+1
* Fix a typo that crept in.Glen Barber2012-05-181-1/+1
* - Fix -o option that was broken by my clang compile fixGabor Kovesdan2012-05-171-3/+2
* Allow to specify strftime(3) format for process start end exit times.Konstantin Belousov2012-05-172-5/+36
* Add support for -z option for reading operations. It allows to not requestAlexander Motin2012-05-162-6/+7
* - Eliminate initializations if global variables. Compilers are notGabor Kovesdan2012-05-145-17/+17
* - Update catalogsGabor Kovesdan2012-05-142-6/+18
* - Fix build with clangGabor Kovesdan2012-05-142-22/+19
* Minor mdoc nits.Joel Dahl2012-05-133-5/+5
* 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