| Commit message (Expand) | Author | Age | Files | Lines |
* | Add better mdoc(7) mark up, clean up wording, better describe the effects | trhodes | 2005-02-23 | 1 | -6/+23 |
* | Use the LST_FOREACH macro instead of the Lst_ForEach function | harti | 2005-02-23 | 1 | -40/+25 |
* | Style: fix indent, use tabs instead of space+tab for aligning things. | harti | 2005-02-23 | 1 | -147/+159 |
* | Fix the indendation of some multi-line comments. | harti | 2005-02-23 | 1 | -22/+22 |
* | Add endianness support to cap_mkdb(1), useful for cross builds. | ru | 2005-02-22 | 3 | -7/+37 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 3 | -0/+50 |
* | Fix the prototypes by addings some constness. This should have been | harti | 2005-02-22 | 1 | -2/+2 |
* | Use the new LST_FOREACH macro throughout the file and replace calls to | harti | 2005-02-22 | 1 | -70/+20 |
* | Invent the LST_FOREACH macro for looping through a list. In contrast | harti | 2005-02-22 | 1 | -0/+4 |
* | Fix an overflow when calculating the number of kilobytes from the | ps | 2005-02-21 | 2 | -2/+2 |
* | Style: fix indendation to be 8 and use tabulators. Fix lines longer than | harti | 2005-02-21 | 1 | -693/+717 |
* | Forgot to set *freePtr to FALSE in another place. | harti | 2005-02-21 | 1 | -0/+1 |
* | Fix a bug in handling archive members: when a member was not found | harti | 2005-02-21 | 1 | -15/+11 |
* | Fixate the hash bucket size to 4K. We were using the default, | ru | 2005-02-19 | 1 | -3/+12 |
* | simply ignore unknown address family. | ume | 2005-02-19 | 1 | -3/+1 |
* | teach IPv6 to `systat -netstat'. | ume | 2005-02-19 | 1 | -29/+122 |
* | Support correct programming environment name for amd64. | wollman | 2005-02-18 | 1 | -1/+1 |
* | Document the --null, --one-file-system, and -I options. | kientzle | 2005-02-18 | 1 | -5/+34 |
* | Push the assignments of some variables down into the sub-blocks where | harti | 2005-02-18 | 1 | -4/+16 |
* | Push down variables into local scope in Var_Parse to make their | harti | 2005-02-18 | 1 | -7/+6 |
* | Add myself to the calendar | hq | 2005-02-17 | 1 | -0/+1 |
* | Whitespace cleanup: substitute mixed tabs and spaces by canonical | harti | 2005-02-17 | 1 | -16/+17 |
* | Move error case to begin of if-else chain. Do not needless initialize | harti | 2005-02-17 | 1 | -14/+19 |
* | Fix two typos in comments. | harti | 2005-02-17 | 1 | -2/+2 |
* | Sort out the error case that a single '$' was passed a little bit | harti | 2005-02-17 | 1 | -6/+11 |
* | Mostly stylistic issues: move a variable into local scope, make | harti | 2005-02-16 | 1 | -36/+48 |
* | Better version of the patch in 1.117: bring a variable into local scope | harti | 2005-02-16 | 1 | -10/+15 |
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 1 | -1/+1 |
* | Expand contractions. | ru | 2005-02-13 | 5 | -6/+6 |
* | Expand *n't contractions. | ru | 2005-02-13 | 35 | -49/+49 |
* | New order after _netcat has been changed to _nc: sort the list. | delphij | 2005-02-13 | 1 | -1/+1 |
* | Back out the previous commit. There is an obvious bug in it. | harti | 2005-02-13 | 1 | -12/+10 |
* | Spell the variable as underscore plus their possible value, to follow | delphij | 2005-02-13 | 1 | -2/+2 |
* | Forgotten to commit this file during the last commit. Connect nc(1) | delphij | 2005-02-13 | 1 | -0/+5 |
* | Stylistic fixes: push variable into a local context (this part is going | harti | 2005-02-11 | 1 | -10/+12 |
* | Convert several instances of negative logic to positive logic. | harti | 2005-02-11 | 1 | -85/+84 |
* | Buffers are already NUL-terminated so there is no need to explicitely add | harti | 2005-02-10 | 1 | -1/+0 |
* | Mostly stylistic nits in preparation for splitting up Var_Parse: | harti | 2005-02-10 | 1 | -15/+19 |
* | Fixed usage(). | ru | 2005-02-10 | 1 | -2/+3 |
* | Require at least one argument. | ru | 2005-02-10 | 2 | -10/+6 |
* | Let the buffer just use the default size by specifying 0 as the size | harti | 2005-02-10 | 1 | -1/+1 |
* | Mark the modification of the input string (which should really be const) | harti | 2005-02-10 | 1 | -1/+1 |
* | Style nits: | harti | 2005-02-10 | 1 | -7/+13 |
* | Describe a pre-condition of Var_Parse(). | harti | 2005-02-10 | 1 | -0/+3 |
* | Remove a comment that's not actual anymore. | harti | 2005-02-10 | 1 | -3/+0 |
* | Fix spacing by converting mixes of space and tab to tab. Also add a number | harti | 2005-02-10 | 4 | -41/+46 |
* | Initialise the status variable. W_SETTERMSIG uses its value. | harti | 2005-02-10 | 1 | -0/+1 |
* | Lst_Append returns void, so the other case of the ? statement | harti | 2005-02-10 | 1 | -1/+1 |
* | back out 1.7 changes, unneeded and possibly wrong. | alfred | 2005-02-10 | 1 | -9/+6 |
* | Turn K&R functions into prototypes. | stefanf | 2005-02-10 | 1 | -17/+6 |