| Commit message (Expand) | Author | Age | Files | Lines |
* | In version 1.8 I botched findval()'s type, fix. | stefanf | 2005-09-02 | 1 | -1/+1 |
* | Use socklen_t variables when passing sizes to getsockname() and | stefanf | 2005-09-02 | 1 | -4/+4 |
* | The appropriate argument is -K -1, not -k -1. | stefanf | 2005-09-02 | 1 | -2/+2 |
* | Fix a syntax error in the generated code when invoked with -P. Note that | stefanf | 2005-09-02 | 1 | -1/+0 |
* | - Do not allocate memory to entries in /var/rwho which have been down for | ssouhlal | 2005-09-02 | 1 | -3/+3 |
* | Stop generating the `register' keyword. | stefanf | 2005-09-02 | 3 | -4/+4 |
* | Don't generate K&R C code. The -C flag is kept for backwards compatibility. | stefanf | 2005-09-02 | 9 | -402/+125 |
* | Only write the dispatch table function prototypes to the header if the -h | stefanf | 2005-09-01 | 3 | -25/+24 |
* | - Use prototypes in headers. | stefanf | 2005-08-31 | 10 | -43/+49 |
* | Rename the variable `inline' to `inline_size'. | stefanf | 2005-08-31 | 4 | -16/+11 |
* | Include option-argument names in the list in the DESCRIPTION section. | tjr | 2005-08-30 | 1 | -12/+4 |
* | Remove undocumented historic support for treating "-" as an option | tjr | 2005-08-30 | 1 | -14/+8 |
* | Unbreak tail -f on non-local filesystems. | ps | 2005-08-26 | 1 | -0/+10 |
* | Revert previous behaviour of '-F' option and add '-L' option, which will | pjd | 2005-08-25 | 2 | -27/+43 |
* | Fixes for gcc 4.x. | roberto | 2005-08-25 | 1 | -15/+11 |
* | Fixes for gcc4.x. | roberto | 2005-08-25 | 2 | -1/+2 |
* | Modify '-F' option to work nicely with pidfile(3) - a pidfile given as | pjd | 2005-08-24 | 2 | -0/+22 |
* | List -W as one of the meaningful options to the -i (interfaces) | yar | 2005-08-24 | 1 | -1/+1 |
* | Add a -h option to tell cmp not to follow symbolic links. | brian | 2005-08-23 | 5 | -7/+123 |
* | Most users probably aren't interested in locating 13000+ files named | cperciva | 2005-08-22 | 2 | -2/+2 |
* | Remove the hack that varied the first character of the output file name | tjr | 2005-08-21 | 2 | -15/+5 |
* | Bail if interface is misspelled instead of falling out into the | ru | 2005-08-20 | 1 | -0/+2 |
* | Correct typos found by ispell. | murray | 2005-08-19 | 2 | -2/+2 |
* | Add a new switch -h for interface stats mode, which prints all interface | glebius | 2005-08-18 | 4 | -10/+29 |
* | While revision 1.26 fixed the code to really subtract 3600 due to | stefanf | 2005-08-18 | 1 | -3/+1 |
* | Remove the dates from these files. They serve no purpose and result in | cperciva | 2005-08-17 | 1 | -1/+2 |
* | Correct birthdate for Meriwether Lewis. He was born before the | murray | 2005-08-17 | 1 | -1/+1 |
* | It's actually 11 minutes when the machine is assumed to be down and removed | ssouhlal | 2005-08-07 | 1 | -1/+1 |
* | Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extracting | rwatson | 2005-08-06 | 1 | -96/+19 |
* | Old habits die hard: Make that .if defined(YES_HESIOD) not .if !defined | phk | 2005-08-06 | 1 | -1/+1 |
* | Change the data type of the upper shared memory limits from a signed | csjp | 2005-08-06 | 1 | -5/+5 |
* | Put hesinfo(1) under buildoption "YES_HESIOD" | phk | 2005-08-06 | 1 | -1/+5 |
* | Include ../Makefile.inc, since without it programs get installed in the | cperciva | 2005-08-06 | 1 | -0/+3 |
* | Add bsdiff and bspatch to the base system. These are tools for | cperciva | 2005-08-06 | 9 | -0/+753 |
* | Don't include -lipx twice. | phk | 2005-08-05 | 1 | -2/+2 |
* | Make IPX support depend on NO_IPX | phk | 2005-08-05 | 2 | -2/+16 |
* | Let NO_MAN control catman | phk | 2005-08-05 | 1 | -1/+5 |
* | Use socklen_t where appropriate. | stefanf | 2005-08-05 | 2 | -3/+4 |
* | Include <err.h> where needed. Add $FreeBSD$ where missing. | stefanf | 2005-08-05 | 7 | -0/+11 |
* | Prefer {u,}intmax_t over the deprecated {u_,}quad_t. | stefanf | 2005-08-05 | 1 | -17/+18 |
* | Don't throw away the adjusted `runtimer' value. | stefanf | 2005-08-05 | 1 | -3/+1 |
* | Call usage() instead of being insolent. | jmallett | 2005-08-05 | 1 | -5/+4 |
* | Bug fix: a numeric flag specification in the substitute command would | dds | 2005-08-04 | 1 | -2/+8 |
* | Add NO_CALENDAR | phk | 2005-08-03 | 1 | -1/+5 |
* | Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8). | seanc | 2005-08-02 | 2 | -0/+2 |
* | The bsdtar_warnc() reporting function requires the program name to be | kientzle | 2005-08-02 | 1 | -10/+12 |
* | Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvm | rwatson | 2005-08-01 | 1 | -14/+19 |
* | Fix all the spelling mistakes I could find in the man pages for words | keramida | 2005-07-31 | 7 | -8/+8 |
* | Introduce kdevtoname, which when given the kernel address of a | csjp | 2005-07-30 | 1 | -4/+16 |
* | Minor syntax tweaks: | rwatson | 2005-07-28 | 1 | -17/+0 |