| Commit message (Expand) | Author | Age | Files | Lines |
* | set default FLTFLAGS for a fatty stack | vapier | 2007-04-05 | 2 | -1/+5 |
* | find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) | vda | 2007-04-05 | 1 | -1/+7 |
* | nc: missed exit() in signal handler | vda | 2007-04-05 | 1 | -0/+1 |
* | nc: port nc 1.10 to busybox | vda | 2007-04-05 | 9 | -12/+857 |
* | - clean up addgroup, fix adding users to existing groups and make it optional... | aldot | 2007-04-05 | 4 | -43/+114 |
* | - bail out if either file does not exist | aldot | 2007-04-05 | 1 | -0/+5 |
* | - add -s|--spider which only checks if the file exists but does not download ... | aldot | 2007-04-05 | 2 | -12/+20 |
* | - size and prune were mixed up | aldot | 2007-04-05 | 1 | -6/+6 |
* | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | aldot | 2007-04-05 | 2 | -5/+5 |
* | find: missed 'ststic' on const data | vda | 2007-04-05 | 1 | -5/+6 |
* | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | vda | 2007-04-04 | 3 | -116/+158 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | aldot | 2007-04-04 | 33 | -67/+67 |
* | - minor shrinkage | aldot | 2007-04-04 | 1 | -26/+21 |
* | - remove debugging output. sorry.. | aldot | 2007-04-04 | 1 | -7/+0 |
* | - note cosmetic glitch in tail | aldot | 2007-04-04 | 1 | -2/+14 |
* | reword comment | vda | 2007-04-04 | 1 | -1/+1 |
* | - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ... | aldot | 2007-04-04 | 1 | -74/+130 |
* | - remove some bss users. | aldot | 2007-04-04 | 1 | -17/+22 |
* | - remove superfluous bss user (flags) and manually unswitch some areas: | aldot | 2007-04-04 | 1 | -138/+92 |
* | Add/improve comment, shorten some usage texts. No code changes. | vda | 2007-04-04 | 3 | -40/+57 |
* | ipsvd: use IP:PORT syntax for environment vars. Pros: | vda | 2007-04-04 | 2 | -71/+74 |
* | ipsvd: make udpsvd work similar to tcpsvd (multiple parallel | vda | 2007-04-03 | 3 | -335/+131 |
* | ipsvd: fixes and improvements after testing | vda | 2007-04-03 | 3 | -460/+349 |
* | udpsvd: more work on it. works in limited testing. | vda | 2007-04-03 | 5 | -60/+320 |
* | - use bb_error_msg | aldot | 2007-04-02 | 1 | -1/+1 |
* | - use xregcomp. Untested. vda, isn't there a regfree missing here? | aldot | 2007-04-02 | 1 | -2/+2 |
* | - remove some unneeded forward declarations. No obj-code changes. | aldot | 2007-04-02 | 1 | -30/+26 |
* | - remove args from bss, minor misc shrinkage while at it. | aldot | 2007-04-02 | 1 | -40/+45 |
* | test: comment out unused code | vda | 2007-04-02 | 7 | -25/+62 |
* | udpsvd: forgotten 'svn add' | vda | 2007-04-02 | 1 | -0/+221 |
* | udpsvd: next part of ipsvd applets (not working yet) | vda | 2007-04-01 | 5 | -7/+19 |
* | tcpsvd: fix line buffering, add firewall query code | vda | 2007-04-01 | 3 | -8/+52 |
* | Copyright, help text, whitespace cleanups | vda | 2007-04-01 | 4 | -41/+71 |
* | tcpsvd: new applet | vda | 2007-04-01 | 19 | -111/+704 |
* | lash: make -c work; crush buffer overrun and free of non-malloced ptr | vda | 2007-03-31 | 1 | -9/+6 |
* | lash: style cleanup | vda | 2007-03-31 | 1 | -81/+84 |
* | website: link to post-1.5.0 fixes, fix dangling link | vda | 2007-03-31 | 2 | -2/+3 |
* | hdparm: fix multisector mode setting | vda | 2007-03-31 | 1 | -2/+2 |
* | uniq: getopt32-ization. -38 bytes. | vda | 2007-03-31 | 1 | -22/+23 |
* | unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) | vda | 2007-03-31 | 1 | -2/+3 |
* | - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. | aldot | 2007-03-30 | 1 | -2/+0 |
* | - debloat test. untested. | aldot | 2007-03-30 | 1 | -111/+116 |
* | - fix bug where we did not reject invalid classes like '[[:alpha' | aldot | 2007-03-30 | 6 | -87/+114 |
* | introduce the concept of LDLIBS for additional libraries so that when we do t... | vapier | 2007-03-30 | 2 | -4/+7 |
* | traceroute: move data off bss. small code optimizations. | vda | 2007-03-29 | 1 | -94/+109 |
* | dpkg: run_package_script() returns 0 if all ok and non-zero if failure. | vda | 2007-03-29 | 1 | -5/+3 |
* | dumpleases: getopt32()-ization | vda | 2007-03-29 | 1 | -34/+27 |
* | - use index_in_str_array also for find_main | aldot | 2007-03-29 | 1 | -2/+8 |
* | - remove bloated switch statement. | aldot | 2007-03-29 | 1 | -17/+8 |
* | - implement a TODO: Use index_in_str_array in parse_params | aldot | 2007-03-29 | 1 | -40/+118 |