aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* busybox.net: update "screenshot"vda2007-04-071-35/+39
* getopt: use getopt32 for option parsing - inspired by patch by vda2007-04-071-195/+158
* docs: "how to add a patch"vda2007-04-072-1/+17
* libiproute: audit callgraph, shortcut error paths into die() functions.vda2007-04-0711-319/+247
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.vda2007-04-079-156/+169
* comm: eliminate staticsvda2007-04-071-44/+30
* random small shrinkage and elimination of staticsvda2007-04-074-7/+8
* nc: code shrinkage, bugfixes. -50 bytes code sizevda2007-04-061-106/+142
* svn add match_fstype.c :(vda2007-04-051-0/+44
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)vda2007-04-054-6/+12
* diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)vda2007-04-051-1/+1
* libbb: add xunlink()vda2007-04-054-16/+19
* less intrusive export of FLTFLAGSvapier2007-04-051-2/+2
* set default FLTFLAGS for a fatty stackvapier2007-04-052-1/+5
* find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)vda2007-04-051-1/+7
* nc: missed exit() in signal handlervda2007-04-051-0/+1
* nc: port nc 1.10 to busyboxvda2007-04-059-12/+857
* - clean up addgroup, fix adding users to existing groups and make it optional...aldot2007-04-054-43/+114
* - bail out if either file does not existaldot2007-04-051-0/+5
* - add -s|--spider which only checks if the file exists but does not download ...aldot2007-04-052-12/+20
* - size and prune were mixed upaldot2007-04-051-6/+6
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.aldot2007-04-052-5/+5
* find: missed 'ststic' on const datavda2007-04-051-5/+6
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)vda2007-04-043-116/+158
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-0433-67/+67
* - minor shrinkagealdot2007-04-041-26/+21
* - 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