Age | Commit message (Expand) | Author |
2014-03-06 | add an ASYNCHRONOUS EVENTS section for signals, as per vi; | Jason McIntyre |
2014-02-24 | NO_REALLOC_NULL and NEED_INSQUE are long gone. | Todd C. Miller |
2014-02-23 | add HISTORY and AUTHORS; | Ingo Schwarze |
2014-02-22 | STANDARDS: | Jason McIntyre |
2014-02-21 | remove section 2/3 pointers from section 1, | Ingo Schwarze |
2014-02-19 | Map negative mtimes to zero instead of skipping the affected files. | Philip Guenther |
2014-02-15 | schwarze poinits out that -n conflicts with posix, so document it as such, | Jason McIntyre |
2014-02-14 | reference xsi, not xpg; | Jason McIntyre |
2014-02-14 | some general and portability notes; | Jason McIntyre |
2014-02-14 | use .At where appropriate; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-13 | BLOCKSIZE is an extension; | Jason McIntyre |
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther |
2014-02-12 | tweak previous; | Jason McIntyre |
2014-02-12 | missing .An macros, based on a patch from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-02-12 | Add an operand to /bin/dd that suppresses the status lines printed | Alexander Bluhm |
2014-02-06 | Oops, pax -x and cpio -H need to set frmt | Philip Guenther |
2014-02-05 | make pax cope with a stripped down format list, e.g. when compiled | Alexander Hall |
2014-02-04 | various minor fixes; ok sobrado | Jason McIntyre |
2014-02-02 | expand STANDARDS; ok sobrado | Jason McIntyre |
2014-01-30 | abstraction for the sake of abstraction is distracting. | Marc Espie |
2014-01-30 | Add MISSING to the list of possible results of a checklist comparison | Lawrence Teo |
2014-01-29 | same tweak as per ch* utils: for -H, remove brackets in description; | Jason McIntyre |
2014-01-28 | update book references; | Jason McIntyre |
2014-01-28 | consistency fixes, to match the other ch* utils; | Jason McIntyre |
2014-01-25 | sticky bit is marked xsi; | Jason McIntyre |
2014-01-24 | bump the year for ISO/IEC 8802:3 from 1989 to 1996; | Jason McIntyre |
2014-01-23 | add a note to STANDARDS about non-root use of chown; | Jason McIntyre |
2014-01-21 | paste in the fs.posix.setuid blurb from chown(1), as it's | Jason McIntyre |
2014-01-21 | document that specifying ":group" (without an owner) is an extension; | Jason McIntyre |
2014-01-21 | - remove brackets in -H description: the information is quite relevant | Jason McIntyre |
2014-01-21 | localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@ | Otto Moerbeek |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-20 | Do not use .Ar for fixed strings, it is intended for argument placeholders. | Ingo Schwarze |
2014-01-20 | P_NOZOMBIE and P_STOPPED are PS_* process flags now | Philip Guenther |
2014-01-20 | The strings "1" and "2" are not placeholders for arguments, | Ingo Schwarze |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-19 | Forget to remove the prototype for set_lids() after removing the definition | Philip Guenther |
2014-01-15 | add -C to the man page, and adjust usage(); | Jason McIntyre |
2014-01-15 | Add support for a -C option. It works on a checklist like -c but only | Lawrence Teo |
2014-01-14 | No exception is made for symlinks in the spec, so use | Philip Guenther |
2014-01-12 | Also move case 'c' into the #ifdef for a smaller binary. It will fall into | Theo de Raadt |
2014-01-11 | Add -DNOCPIO option for use by distrib/special | Theo de Raadt |
2014-01-11 | use -DSHA2_ONLY to be more clear about what we are butchering | Theo de Raadt |
2014-01-10 | depluralize | Theo de Raadt |
2014-01-10 | catch up to the fact that md5/sha* got merged, and document -c consistently; | Jason McIntyre |
2014-01-10 | Add MISSING to the list of possible results of a checklist comparison. | Lawrence Teo |
2014-01-10 | When using a checklist, print MISSING for non-existent files. | Lawrence Teo |
2014-01-10 | tedu merged the hash manual pages back together. This goes even further, | Theo de Raadt |
2014-01-10 | the -c option is really a mode change, incompatible with other options. | Ted Unangst |
2014-01-09 | Symlinks are displayed with '->', not '=>' | Philip Guenther |