| Commit message (Expand) | Author | Age | Files | Lines |
* | Add myself to the FreeBSD callendar. Ooops, it seems like I'm the | Daniel Gerzo | 2006-08-20 | 1 | -0/+1 |
* | Hook lessecho(1) to build. | Xin LI | 2006-08-20 | 1 | -1/+1 |
* | Regen. | Xin LI | 2006-08-20 | 1 | -2/+15 |
* | Tell in a comment that the symlinks from /usr/bin are | Yaroslav Tykhiy | 2006-08-20 | 1 | -0/+5 |
* | Install pkill(1), aka pgrep(1), to /bin so that rc scripts | Yaroslav Tykhiy | 2006-08-19 | 1 | -0/+5 |
* | Further nitpicking. | Ceri Davies | 2006-08-17 | 1 | -13/+13 |
* | Fix a grammatical error. | Ceri Davies | 2006-08-17 | 1 | -1/+1 |
* | o Fix the date of LZ 129 Hindenburg crash. | Maxim Konovalov | 2006-08-16 | 1 | -1/+1 |
* | Add support for splitting at gigabyte boundaries. [1] | Giorgos Keramidas | 2006-08-10 | 2 | -8/+20 |
* | o Simple strcpy/strcat replacement. | Maxim Konovalov | 2006-08-09 | 1 | -3/+4 |
* | Update usage & SYNOPSIS and clarify that input files are not removed. | Giorgos Keramidas | 2006-08-08 | 2 | -18/+30 |
* | Update document date. | Bruce M Simpson | 2006-08-03 | 1 | -1/+1 |
* | Add a new command-line option, -P, which allows the user to specify | Bruce M Simpson | 2006-08-02 | 2 | -11/+27 |
* | In 'od -c' mode, deal with printable but zero-width combining | Joseph Koshy | 2006-07-31 | 1 | -1/+1 |
* | Stop enforcing dependencies between MK_* options at Makefile level. | Yaroslav Tykhiy | 2006-07-31 | 1 | -1/+2 |
* | Remove two unused variables. | Tim Kientzle | 2006-07-31 | 1 | -6/+0 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | Tim Kientzle | 2006-07-30 | 1 | -1/+4 |
* | o Kill unneeded assignment. | Maxim Konovalov | 2006-07-30 | 1 | -1/+0 |
* | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all. | Yaroslav Tykhiy | 2006-07-28 | 6 | -49/+52 |
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | Yaroslav Tykhiy | 2006-07-28 | 18 | -307/+321 |
* | Both fields of struct timeval are of a non-basic type, | Yaroslav Tykhiy | 2006-07-28 | 1 | -6/+10 |
* | Avoid useless work: Do not build inet6.c if INET6 support is off. | Yaroslav Tykhiy | 2006-07-28 | 1 | -1/+3 |
* | Obey MK_INET6_SUPPORT. | Yaroslav Tykhiy | 2006-07-27 | 3 | -5/+23 |
* | Respect MK_INET6_SUPPORT. | Yaroslav Tykhiy | 2006-07-27 | 1 | -1/+5 |
* | rpcinfo(1) doesn't depend on INET6 explicitly. | Yaroslav Tykhiy | 2006-07-27 | 1 | -1/+1 |
* | Make sure that the sc pointer gets initialized. No functional change | Xin LI | 2006-07-26 | 2 | -2/+2 |
* | Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) instead | Jung-uk Kim | 2006-07-25 | 1 | -10/+3 |
* | Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longer | Robert Watson | 2006-07-24 | 1 | -1/+0 |
* | Tell when a .include is processed with '-dd'. | David E. O'Brien | 2006-07-22 | 1 | -0/+1 |
* | Remove break after return. | Stefan Farfeleder | 2006-07-18 | 1 | -2/+0 |
* | Document that the pathname(s) following the options need not be given if | Stefan Farfeleder | 2006-07-18 | 1 | -1/+7 |
* | Fix type mismatch between char * and unsigned char *. C guarantees that | Stefan Farfeleder | 2006-07-18 | 1 | -1/+1 |
* | The variables i and tot don't need to be static. | Stefan Farfeleder | 2006-07-18 | 1 | -2/+2 |
* | Remove break after return. | Stefan Farfeleder | 2006-07-18 | 1 | -2/+0 |
* | VarAdd() already does the debug printing, so Var_Set() only needs to do it | David E. O'Brien | 2006-07-17 | 1 | -2/+1 |
* | whitespace fixing | David E. O'Brien | 2006-07-17 | 1 | -8/+8 |
* | Not having ipv6 in your kernel is not an error and should not be reported. | Julian Elischer | 2006-07-14 | 1 | -1/+4 |
* | o Fix some printf(3) format nits in my patch I submitted to kib@. | Maxim Konovalov | 2006-07-12 | 1 | -2/+2 |
* | Remove slipped in spaces. | Konstantin Belousov | 2006-07-12 | 1 | -3/+3 |
* | Check that the signal number is in range. | Konstantin Belousov | 2006-07-12 | 1 | -1/+4 |
* | Check that the signal number is in range. | Konstantin Belousov | 2006-07-12 | 1 | -1/+4 |
* | Since kernel & userland use different timebase and netstat is reading kernel | Oleg Bulyzhin | 2006-07-06 | 1 | -3/+13 |
* | Add myself. | Pyun YongHyeon | 2006-07-04 | 1 | -0/+1 |
* | Update dillon's mail address. | Greg Lehey | 2006-07-04 | 1 | -1/+1 |
* | - Simplify the formatting in the SYNOPSIS. | Ruslan Ermilov | 2006-06-30 | 2 | -4/+3 |
* | Add a -q option to suppress header lines when multiple files are specified. | Florent Thoumie | 2006-06-29 | 4 | -8/+19 |
* | Add myself to the freebsd calendar. | Boris Samorodov | 2006-06-22 | 1 | -0/+1 |
* | Update for the 'file' 4.17 import. | David E. O'Brien | 2006-06-19 | 1 | -54/+48 |
* | Fix display of idle processes, which had been broken since rev. 1.56 of | Stefan Eßer | 2006-06-11 | 1 | -1/+2 |
* | o Sync usage() with reality. | Maxim Konovalov | 2006-06-11 | 1 | -1/+1 |