summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix an overflow when calculating the number of kilobytes from theps2005-02-212-2/+2
* Style: fix indendation to be 8 and use tabulators. Fix lines longer thanharti2005-02-211-693/+717
* Forgot to set *freePtr to FALSE in another place.harti2005-02-211-0/+1
* Fix a bug in handling archive members: when a member was not foundharti2005-02-211-15/+11
* Fixate the hash bucket size to 4K. We were using the default,ru2005-02-191-3/+12
* simply ignore unknown address family.ume2005-02-191-3/+1
* teach IPv6 to `systat -netstat'.ume2005-02-191-29/+122
* Support correct programming environment name for amd64.wollman2005-02-181-1/+1
* Document the --null, --one-file-system, and -I options.kientzle2005-02-181-5/+34
* Push the assignments of some variables down into the sub-blocks whereharti2005-02-181-4/+16
* Push down variables into local scope in Var_Parse to make theirharti2005-02-181-7/+6
* Add myself to the calendarhq2005-02-171-0/+1
* Whitespace cleanup: substitute mixed tabs and spaces by canonicalharti2005-02-171-16/+17
* Move error case to begin of if-else chain. Do not needless initializeharti2005-02-171-14/+19
* Fix two typos in comments.harti2005-02-171-2/+2
* Sort out the error case that a single '$' was passed a little bitharti2005-02-171-6/+11
* Mostly stylistic issues: move a variable into local scope, makeharti2005-02-161-36/+48
* Better version of the patch in 1.117: bring a variable into local scopeharti2005-02-161-10/+15
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-1/+1
* Expand contractions.ru2005-02-135-6/+6
* Expand *n't contractions.ru2005-02-1335-49/+49
* New order after _netcat has been changed to _nc: sort the list.delphij2005-02-131-1/+1
* Back out the previous commit. There is an obvious bug in it.harti2005-02-131-12/+10
* Spell the variable as underscore plus their possible value, to followdelphij2005-02-131-2/+2
* Forgotten to commit this file during the last commit. Connect nc(1)delphij2005-02-131-0/+5
* Stylistic fixes: push variable into a local context (this part is goingharti2005-02-111-10/+12
* Convert several instances of negative logic to positive logic.harti2005-02-111-85/+84
* Buffers are already NUL-terminated so there is no need to explicitely addharti2005-02-101-1/+0
* Mostly stylistic nits in preparation for splitting up Var_Parse:harti2005-02-101-15/+19
* Fixed usage().ru2005-02-101-2/+3
* Require at least one argument.ru2005-02-102-10/+6
* Let the buffer just use the default size by specifying 0 as the sizeharti2005-02-101-1/+1
* Mark the modification of the input string (which should really be const)harti2005-02-101-1/+1
* Style nits:harti2005-02-101-7/+13
* Describe a pre-condition of Var_Parse().harti2005-02-101-0/+3
* Remove a comment that's not actual anymore.harti2005-02-101-3/+0
* Fix spacing by converting mixes of space and tab to tab. Also add a numberharti2005-02-104-41/+46
* Initialise the status variable. W_SETTERMSIG uses its value.harti2005-02-101-0/+1
* Lst_Append returns void, so the other case of the ? statementharti2005-02-101-1/+1
* back out 1.7 changes, unneeded and possibly wrong.alfred2005-02-101-9/+6
* Turn K&R functions into prototypes.stefanf2005-02-101-17/+6
* Let the generated code include <string.h> instead of <memory.h>.stefanf2005-02-101-2/+2
* Use defines for character constants for open and closing braces andharti2005-02-091-11/+22
* Fixed the misplaced $FreeBSD$.ru2005-02-092-23/+25
* While working on constification temporarily disable -Werror. Things are tooharti2005-02-091-0/+1
* Untangle VarFind and, while rewriting most of the function, fix theharti2005-02-091-45/+51
* Introduce VarCreate and VarDestroy functions and used them whereharti2005-02-091-58/+51
* Include missing headers.stefanf2005-02-094-0/+6
* Avoid usage of implicit int.stefanf2005-02-071-1/+2
* Include <stdlib.h> for exit().stefanf2005-02-071-0/+1
OpenPOWER on IntegriCloud