aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* comm: eliminate staticsDenis Vlasenko2007-04-071-44/+30
|
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-074-7/+8
|
* nc: code shrinkage, bugfixes. -50 bytes code sizeDenis Vlasenko2007-04-061-106/+142
|
* svn add match_fstype.c :(Denis Vlasenko2007-04-051-0/+44
|
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-054-6/+12
|
* diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)Denis Vlasenko2007-04-051-1/+1
|
* libbb: add xunlink()Denis Vlasenko2007-04-054-16/+19
| | | | patch: do not try to delete same file twice
* less intrusive export of FLTFLAGSMike Frysinger2007-04-051-2/+2
|
* set default FLTFLAGS for a fatty stackMike Frysinger2007-04-052-1/+5
|
* find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko2007-04-051-1/+7
|
* nc: missed exit() in signal handlerDenis Vlasenko2007-04-051-0/+1
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-059-12/+857
|
* - clean up addgroup, fix adding users to existing groups and make it ↵Bernhard Reutner-Fischer2007-04-054-43/+114
| | | | optional (Tito)
* - bail out if either file does not existBernhard Reutner-Fischer2007-04-051-0/+5
| | | | Avoids filling my scrollback-buffer with superfluous information ;)
* - add -s|--spider which only checks if the file exists but does not download ↵Bernhard Reutner-Fischer2007-04-052-12/+20
| | | | | | it's content. Closes #1291
* - size and prune were mixed upBernhard Reutner-Fischer2007-04-051-6/+6
|
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer2007-04-052-5/+5
| | | | Seen in the testsuite for du -l .../testsuite on exit with CLEAN_UP enabled.
* find: missed 'ststic' on const dataDenis Vlasenko2007-04-051-5/+6
|
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)Denis Vlasenko2007-04-043-116/+158
| | | | | find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) find: make constant array static, declare PARM_xx constants with enum
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-0433-67/+67
|
* - minor shrinkageBernhard Reutner-Fischer2007-04-041-26/+21
| | | | | | text data bss dec hex filename 1431 0 4 1435 59b tail.o.orig 1396 0 0 1396 574 tail.o
* - remove debugging output. sorry..Bernhard Reutner-Fischer2007-04-041-7/+0
|
* - note cosmetic glitch in tailBernhard Reutner-Fischer2007-04-041-2/+14
|
* reword commentDenis Vlasenko2007-04-041-1/+1
|
* - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ↵Bernhard Reutner-Fischer2007-04-041-74/+130
| | | | | | | | bugs text data bss dec hex filename 1969 0 32 2001 7d1 dd.o.oorig 1941 0 0 1941 795 dd.o
* - remove some bss users.Bernhard Reutner-Fischer2007-04-041-17/+22
| | | | | | text data bss dec hex filename 6220 8 14 6242 1862 stty.o.oorig 6219 8 0 6227 1853 stty.o
* - remove superfluous bss user (flags) and manually unswitch some areas:Bernhard Reutner-Fischer2007-04-041-138/+92
| | | | | | text data bss dec hex filename 4517 0 34 4551 11c7 stat.o.oorig 4300 0 30 4330 10ea stat.o
* Add/improve comment, shorten some usage texts. No code changes.Denis Vlasenko2007-04-043-40/+57
|
* ipsvd: use IP:PORT syntax for environment vars. Pros:Denis Vlasenko2007-04-042-71/+74
| | | | | | | | | 1. it's saner (matches internal libc sockaddr abstraction). 2. it's smaller. Cons: not compatible with smarden's ipsvd. Fix IPv6 define typos. Stop interpreting options in prog's args. Code size -162 bytes.
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelDenis Vlasenko2007-04-033-335/+131
| | | | | children for several streams of udp packets tested to work) code size: -509 bytes
* ipsvd: fixes and improvements after testingDenis Vlasenko2007-04-033-460/+349
|
* udpsvd: more work on it. works in limited testing.Denis Vlasenko2007-04-035-60/+320
|
* - use bb_error_msgBernhard Reutner-Fischer2007-04-021-1/+1
|
* - use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer2007-04-021-2/+2
| | | | | | text data bss dec hex filename 2522 0 0 2522 9da expr.o.r18305 2478 0 0 2478 9ae expr.o
* - remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-04-021-30/+26
|
* - remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer2007-04-021-40/+45
| | | | | | text data bss dec hex filename 2577 0 4 2581 a15 expr.o 2522 0 0 2522 9da expr.o
* test: comment out unused codeDenis Vlasenko2007-04-027-25/+62
| | | | | udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C
* udpsvd: forgotten 'svn add'Denis Vlasenko2007-04-021-0/+221
|
* udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko2007-04-015-7/+19
|
* tcpsvd: fix line buffering, add firewall query codeDenis Vlasenko2007-04-013-8/+52
|
* Copyright, help text, whitespace cleanupsDenis Vlasenko2007-04-014-41/+71
|
* tcpsvd: new appletDenis Vlasenko2007-04-0119-111/+704
| | | | | | | | | | It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o
* lash: make -c work; crush buffer overrun and free of non-malloced ptrDenis Vlasenko2007-03-311-9/+6
| | | | (from Mats Erik Andersson <mats.andersson64@comhem.se>)
* lash: style cleanupDenis Vlasenko2007-03-311-81/+84
|
* website: link to post-1.5.0 fixes, fix dangling linkDenis Vlasenko2007-03-312-2/+3
|
* hdparm: fix multisector mode settingDenis Vlasenko2007-03-311-2/+2
| | | | (from Toni Mirabete <amirabete@catix.cat>)
* uniq: getopt32-ization. -38 bytes.Denis Vlasenko2007-03-311-22/+23
|
* unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko2007-03-311-2/+3
|
* - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer2007-03-301-2/+0
|
* - debloat test. untested.Bernhard Reutner-Fischer2007-03-301-111/+116
| | | | | | | | | | text data bss dec hex filename 3154 0 172 3326 cfe test.o.oorig 2683 0 172 2855 b27 test.o This applet should be rewritten not to use such odd lexer semantics. It duplicates code from all over the place (see XXX). brrr