| Commit message (Expand) | Author | Age | Files | Lines |
* | Update manpages for FILE 4.17. | ru | 2006-09-17 | 2 | -39/+235 |
* | Initial memory allocation for fields was off-by-one. | ru | 2006-09-15 | 2 | -1/+19 |
* | Don't require a space between -[fv] and its argument. | ru | 2006-09-15 | 1 | -1/+44 |
* | Remove references to the pam(8) manual page. It does not exist. | joel | 2006-09-13 | 2 | -5/+3 |
* | initialize variable (WARNS=6) | charnier | 2006-09-13 | 1 | -0/+1 |
* | Add my birthday to the calendar, sadly I am only the fifth youngest. | alexbl | 2006-09-12 | 1 | -0/+1 |
* | WARNS=6 chocked on unitialized variable. | charnier | 2006-09-12 | 1 | -1/+1 |
* | Update some of the bulgarian holidays since it no longer | erwin | 2006-09-08 | 1 | -2/+2 |
* | Fixed the -# option to work as documented in a manpage. | ru | 2006-09-07 | 1 | -8/+20 |
* | Chase revision 1.10 in usage string and a comment. | ceri | 2006-09-07 | 1 | -2/+2 |
* | Bump WARNS level to 3. | ru | 2006-09-01 | 1 | -1/+1 |
* | Integrate audit_submit(3) bits into su. This means that records for | csjp | 2006-09-01 | 2 | -6/+76 |
* | Fix markup (in the same way as it was fixed in tip.1) and thus | ru | 2006-08-31 | 1 | -135/+171 |
* | Fix compilation warnings (up to level 3). | ru | 2006-08-31 | 8 | -12/+14 |
* | Document the undocumented change in OpenBSD: the ${raisechar} | ru | 2006-08-31 | 1 | -2/+1 |
* | Actually merge OpenBSD changes and local changes (a diff should | ru | 2006-08-31 | 1 | -140/+179 |
* | Remove some dust. | ru | 2006-08-31 | 1 | -65/+0 |
* | Resolve merge conflicts. | ru | 2006-08-31 | 28 | -1164/+1033 |
* | This commit was generated by cvs2svn to compensate for changes in r161751, | ru | 2006-08-31 | 1 | -0/+470 |
|\ |
|
| * | Import OpenBSD's tip(1) as of today | ru | 2006-08-31 | 29 | -1048/+1441 |
| * | Import of OpenBSD's tip (which was the tip code of a month ago, modulo | markm | 2001-12-20 | 28 | -1443/+1538 |
| * | This commit was manufactured by cvs2svn to create branch 'bsd'. | cvs2svn | 1995-03-31 | 28 | -0/+6859 |
* | | In rev. 1.2 we have introduced a fallback handler for files with unknown | delphij | 2006-08-30 | 1 | -3/+0 |
* | | Manual page tweaks. | jkoshy | 2006-08-29 | 1 | -6/+6 |
* | | Improve input parsing: | phk | 2006-08-28 | 1 | -14/+36 |
* | | Remove alpha-specific stuff. | ru | 2006-08-23 | 4 | -460/+0 |
* | | Build libsmb and smbutil on ia64. | marcel | 2006-08-22 | 1 | -0/+4 |
* | | Remove alpha left-overs. | marcel | 2006-08-21 | 4 | -251/+1 |
* | | Add myself to the FreeBSD callendar. Ooops, it seems like I'm the | danger | 2006-08-20 | 1 | -0/+1 |
* | | Hook lessecho(1) to build. | delphij | 2006-08-20 | 1 | -1/+1 |
* | | Regen. | delphij | 2006-08-20 | 1 | -2/+15 |
* | | Tell in a comment that the symlinks from /usr/bin are | yar | 2006-08-20 | 1 | -0/+5 |
* | | Install pkill(1), aka pgrep(1), to /bin so that rc scripts | yar | 2006-08-19 | 1 | -0/+5 |
* | | Further nitpicking. | ceri | 2006-08-17 | 1 | -13/+13 |
* | | Fix a grammatical error. | ceri | 2006-08-17 | 1 | -1/+1 |
* | | o Fix the date of LZ 129 Hindenburg crash. | maxim | 2006-08-16 | 1 | -1/+1 |
* | | Add support for splitting at gigabyte boundaries. [1] | keramida | 2006-08-10 | 2 | -8/+20 |
* | | o Simple strcpy/strcat replacement. | maxim | 2006-08-09 | 1 | -3/+4 |
* | | Update usage & SYNOPSIS and clarify that input files are not removed. | keramida | 2006-08-08 | 2 | -18/+30 |
* | | Update document date. | bms | 2006-08-03 | 1 | -1/+1 |
* | | Add a new command-line option, -P, which allows the user to specify | bms | 2006-08-02 | 2 | -11/+27 |
* | | In 'od -c' mode, deal with printable but zero-width combining | jkoshy | 2006-07-31 | 1 | -1/+1 |
* | | Stop enforcing dependencies between MK_* options at Makefile level. | yar | 2006-07-31 | 1 | -1/+2 |
* | | Remove two unused variables. | kientzle | 2006-07-31 | 1 | -6/+0 |
* | | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -1/+4 |
* | | o Kill unneeded assignment. | maxim | 2006-07-30 | 1 | -1/+0 |
* | | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all. | yar | 2006-07-28 | 6 | -49/+52 |
* | | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | yar | 2006-07-28 | 18 | -307/+321 |
* | | Both fields of struct timeval are of a non-basic type, | yar | 2006-07-28 | 1 | -6/+10 |
* | | Avoid useless work: Do not build inet6.c if INET6 support is off. | yar | 2006-07-28 | 1 | -1/+3 |