aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - remove debugging output. sorry..aldot2007-04-041-7/+0
* - note cosmetic glitch in tailaldot2007-04-041-2/+14
* reword commentvda2007-04-041-1/+1
* - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ...aldot2007-04-041-74/+130
* - remove some bss users.aldot2007-04-041-17/+22
* - remove superfluous bss user (flags) and manually unswitch some areas:aldot2007-04-041-138/+92
* Add/improve comment, shorten some usage texts. No code changes.vda2007-04-043-40/+57
* ipsvd: use IP:PORT syntax for environment vars. Pros:vda2007-04-042-71/+74
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelvda2007-04-033-335/+131
* ipsvd: fixes and improvements after testingvda2007-04-033-460/+349
* udpsvd: more work on it. works in limited testing.vda2007-04-035-60/+320
* - use bb_error_msgaldot2007-04-021-1/+1
* - use xregcomp. Untested. vda, isn't there a regfree missing here?aldot2007-04-021-2/+2
* - remove some unneeded forward declarations. No obj-code changes.aldot2007-04-021-30/+26
* - remove args from bss, minor misc shrinkage while at it.aldot2007-04-021-40/+45
* test: comment out unused codevda2007-04-027-25/+62
* udpsvd: forgotten 'svn add'vda2007-04-021-0/+221
* udpsvd: next part of ipsvd applets (not working yet)vda2007-04-015-7/+19
* tcpsvd: fix line buffering, add firewall query codevda2007-04-013-8/+52
* Copyright, help text, whitespace cleanupsvda2007-04-014-41/+71
* tcpsvd: new appletvda2007-04-0119-111/+704
* lash: make -c work; crush buffer overrun and free of non-malloced ptrvda2007-03-311-9/+6
* lash: style cleanupvda2007-03-311-81/+84
* website: link to post-1.5.0 fixes, fix dangling linkvda2007-03-312-2/+3
* hdparm: fix multisector mode settingvda2007-03-311-2/+2
* uniq: getopt32-ization. -38 bytes.vda2007-03-311-22/+23
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)vda2007-03-311-2/+3
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..aldot2007-03-301-2/+0
* - debloat test. untested.aldot2007-03-301-111/+116
* - fix bug where we did not reject invalid classes like '[[:alpha'aldot2007-03-306-87/+114
* introduce the concept of LDLIBS for additional libraries so that when we do t...vapier2007-03-302-4/+7
* traceroute: move data off bss. small code optimizations.vda2007-03-291-94/+109
* dpkg: run_package_script() returns 0 if all ok and non-zero if failure.vda2007-03-291-5/+3
* dumpleases: getopt32()-izationvda2007-03-291-34/+27
* - use index_in_str_array also for find_mainaldot2007-03-291-2/+8
* - remove bloated switch statement.aldot2007-03-291-17/+8
* - implement a TODO: Use index_in_str_array in parse_paramsaldot2007-03-291-40/+118
* - Purely cosmetic type fiddlingaldot2007-03-291-15/+14
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-2911-55/+50
* - update defconfigaldot2007-03-281-3/+5
* run_parts: I was wrong, NULL termination is already done becausevda2007-03-281-1/+1
* run_parts: NULL-terminate list of arguments; fix perror/error usagevda2007-03-281-5/+5
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2007-03-282-4/+6
* - rewrite run-partsaldot2007-03-283-132/+115
* - move additional fancy options not mandated by SUSv3 into a FANCY optionaldot2007-03-283-7/+21
* - fix formatting of help textaldot2007-03-281-2/+1
* - reinstate dmalloc and efence supportaldot2007-03-282-1/+9
* hdparm: flag variables can easily be smaller than longvda2007-03-281-96/+101
* hdparm: remove stray static (-200 bytes bss)vda2007-03-281-1/+1
* hdparm: whitespace style fixesvda2007-03-281-90/+89