| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring DPADD in sync with LDADD. | marcel | 2012-05-19 | 2 | -2/+2 |
* | Don't cast inode number or file size down to long or unsigned. | gleb | 2012-05-18 | 1 | -1/+1 |
* | Fix a typo that crept in. | gjb | 2012-05-18 | 1 | -1/+1 |
* | - Fix -o option that was broken by my clang compile fix | gabor | 2012-05-17 | 1 | -3/+2 |
* | Allow to specify strftime(3) format for process start end exit times. | kib | 2012-05-17 | 2 | -5/+36 |
* | Add support for -z option for reading operations. It allows to not request | mav | 2012-05-16 | 2 | -6/+7 |
* | - Eliminate initializations if global variables. Compilers are not | gabor | 2012-05-14 | 5 | -17/+17 |
* | - Update catalogs | gabor | 2012-05-14 | 2 | -6/+18 |
* | - Fix build with clang | gabor | 2012-05-14 | 2 | -22/+19 |
* | Minor mdoc nits. | joel | 2012-05-13 | 3 | -5/+5 |
* | Remove end of line whitespace. | joel | 2012-05-12 | 1 | -1/+1 |
* | - Hook up BSD sort to the build. By default, it will be installed as | gabor | 2012-05-11 | 1 | -0/+1 |
* | Add a BSD-licensed sort rewrite that was started by me and later completed | gabor | 2012-05-11 | 18 | -0/+7795 |
* | Document the unzip(1) '-Z' option implemented in r234206. | gjb | 2012-05-11 | 1 | -1/+11 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 13 | -16/+16 |
* | Make is part of the bootstrap path, so we need to guard against this | imp | 2012-05-09 | 1 | -1/+1 |
* | Always define LD_32_PRELOAD so it works for 32 bits binaries on | jlh | 2012-05-08 | 1 | -1/+12 |
* | Upgrade our copy of llvm/clang to r155985, from upstream's release_31 | dim | 2012-05-03 | 1 | -1/+0 |
* | Respect mathematical operation order piority with the exponent gnu extension | bapt | 2012-04-30 | 1 | -2/+2 |
* | Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the | kib | 2012-04-29 | 2 | -0/+8 |
* | Use standard getopt(3) error message. | jlh | 2012-04-29 | 1 | -6/+1 |
* | Import stdbuf(1) and the shared library it relies on. | jlh | 2012-04-28 | 4 | -0/+229 |
* | Add my birthday and place of birth. | jlh | 2012-04-23 | 1 | -0/+1 |
* | Remove duplicate -l description. | brueffer | 2012-04-22 | 1 | -5/+1 |
* | The .Fx macro needs the version number be in its own word separated by | delphij | 2012-04-22 | 1 | -1/+1 |
* | Include the associated wait channel message for context switch ktrace | jhb | 2012-04-20 | 2 | -4/+15 |
* | Update file(1) to version 5.11. | obrien | 2012-04-19 | 1 | -1/+1 |
|\ |
|
* | | Add my birth date/place to the calendar as new committer. | dteske | 2012-04-18 | 1 | -0/+1 |
* | | Fix string buffer overflow when preparing the line of output. | kib | 2012-04-18 | 1 | -2/+2 |
* | | Upgrade our copy of llvm/clang to trunk r154661, in preparation of the | dim | 2012-04-16 | 23 | -47/+77 |
* | | Add myself to the calendar | madpilot | 2012-04-15 | 1 | -0/+1 |
* | | Correct my name in the copyright statement. | des | 2012-04-15 | 2 | -2/+2 |
* | | Improve m4 compatibility with GNU m4 extension ** (exponent) | bapt | 2012-04-15 | 3 | -3/+7 |
* | | Eliminate an unused parameter of static method igmp_stats_live_old(). | delphij | 2012-04-13 | 1 | -2/+2 |
* | | Belatedly add my entry to the calendar file, now that 30 is here and gone. | gjb | 2012-04-13 | 1 | -0/+1 |
* | | Partially implement zipinfo (-Z) support. | kevlo | 2012-04-13 | 1 | -38/+71 |
* | | Parenthesize args in yyless() and unput() replacement text | schweikh | 2012-04-10 | 1 | -3/+3 |
* | | Since truss also uses kdump's mkioctls script, pass the value of ${CPP} | dim | 2012-04-09 | 1 | -1/+1 |
* | | In kdump's mkioctls script, use '${CPP}' instead of hardcodedly using | dim | 2012-04-09 | 2 | -2/+2 |
* | | mdoc: fix column names, indentation, column separation within each row, and | joel | 2012-04-07 | 2 | -8/+8 |
* | | Add new ktrace records for the start and end of VM faults. This gives | jhb | 2012-04-05 | 6 | -4/+68 |
* | | With pf 4.5 import the name of pfsync stats sysctl has changed, thus | glebius | 2012-04-04 | 1 | -2/+2 |
* | | Export some more useful info about shared memory objects to userland | jhb | 2012-04-01 | 2 | -8/+31 |
* | | Remove superfluous paragraph macro. | joel | 2012-03-29 | 1 | -2/+0 |
* | | mandoc complains loudly when <TAB>s are misused in columnated lists. Fix | joel | 2012-03-29 | 1 | -23/+23 |
* | | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 17 | -60/+60 |
* | | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | jmallett | 2012-03-29 | 1 | -1/+1 |
* | | Only use macros inside a reference block. | joel | 2012-03-27 | 1 | -10/+5 |
* | | mdoc: sort prologue macros. | joel | 2012-03-26 | 1 | -1/+1 |
* | | mdoc: terminate quoted strings. | joel | 2012-03-26 | 5 | -56/+56 |