aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
a few global variables reduced to smallints function old new delta add_lease 75 227 +152 static.blank_chaddr - 16 +16 MAC_BCAST_ADDR - 6 +6 sockfd 4 8 +4 udhcp_run_script 1153 1155 +2 state 8 5 -3 listen_mode 4 1 -3 perform_release 152 148 -4 fd 8 4 -4 blank_chaddr 16 - -16 udhcpc_main 2518 2497 -21 .rodata 131864 131832 -32 oldest_expired_lease 61 - -61 clear_lease 127 - -127 ------------------------------------------------------------------------------ (add/remove: 2/3 grow/shrink: 3/6 up/down: 180/-271) Total: -91 bytes
2007-04-07comm: eliminate staticsDenis Vlasenko
2007-04-07random small shrinkage and elimination of staticsDenis Vlasenko
2007-04-06nc: code shrinkage, bugfixes. -50 bytes code sizeDenis Vlasenko
2007-04-05svn add match_fstype.c :(Denis Vlasenko
2007-04-05[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko
2007-04-05diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>)Denis Vlasenko
2007-04-05libbb: add xunlink()Denis Vlasenko
patch: do not try to delete same file twice
2007-04-05less intrusive export of FLTFLAGSMike Frysinger
2007-04-05set default FLTFLAGS for a fatty stackMike Frysinger
2007-04-05find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko
2007-04-05nc: missed exit() in signal handlerDenis Vlasenko
2007-04-05nc: port nc 1.10 to busyboxDenis Vlasenko
2007-04-05- clean up addgroup, fix adding users to existing groups and make it ↵Bernhard Reutner-Fischer
optional (Tito)
2007-04-05- bail out if either file does not existBernhard Reutner-Fischer
Avoids filling my scrollback-buffer with superfluous information ;)
2007-04-05- add -s|--spider which only checks if the file exists but does not download ↵Bernhard Reutner-Fischer
it's content. Closes #1291
2007-04-05- size and prune were mixed upBernhard Reutner-Fischer
2007-04-05- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.Bernhard Reutner-Fischer
Seen in the testsuite for du -l .../testsuite on exit with CLEAN_UP enabled.
2007-04-05find: missed 'ststic' on const dataDenis Vlasenko
2007-04-04find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)Denis Vlasenko
find: -group, -depth (Natanael Copa <natanael.copa@gmail.com>) find: make constant array static, declare PARM_xx constants with enum
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-04-04- minor shrinkageBernhard Reutner-Fischer
text data bss dec hex filename 1431 0 4 1435 59b tail.o.orig 1396 0 0 1396 574 tail.o
2007-04-04- remove debugging output. sorry..Bernhard Reutner-Fischer
2007-04-04- note cosmetic glitch in tailBernhard Reutner-Fischer
2007-04-04reword commentDenis Vlasenko
2007-04-04- remove bss users. Shrinkage while at it. See XXX for further, pre-existing ↵Bernhard Reutner-Fischer
bugs text data bss dec hex filename 1969 0 32 2001 7d1 dd.o.oorig 1941 0 0 1941 795 dd.o
2007-04-04- remove some bss users.Bernhard Reutner-Fischer
text data bss dec hex filename 6220 8 14 6242 1862 stty.o.oorig 6219 8 0 6227 1853 stty.o
2007-04-04- remove superfluous bss user (flags) and manually unswitch some areas:Bernhard Reutner-Fischer
text data bss dec hex filename 4517 0 34 4551 11c7 stat.o.oorig 4300 0 30 4330 10ea stat.o
2007-04-04Add/improve comment, shorten some usage texts. No code changes.Denis Vlasenko
2007-04-04ipsvd: use IP:PORT syntax for environment vars. Pros:Denis Vlasenko
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.
2007-04-03ipsvd: make udpsvd work similar to tcpsvd (multiple parallelDenis Vlasenko
children for several streams of udp packets tested to work) code size: -509 bytes
2007-04-03ipsvd: fixes and improvements after testingDenis Vlasenko
2007-04-03udpsvd: more work on it. works in limited testing.Denis Vlasenko
2007-04-02- use bb_error_msgBernhard Reutner-Fischer
2007-04-02- use xregcomp. Untested. vda, isn't there a regfree missing here?Bernhard Reutner-Fischer
text data bss dec hex filename 2522 0 0 2522 9da expr.o.r18305 2478 0 0 2478 9ae expr.o
2007-04-02- remove some unneeded forward declarations. No obj-code changes.Bernhard Reutner-Fischer
2007-04-02- remove args from bss, minor misc shrinkage while at it.Bernhard Reutner-Fischer
text data bss dec hex filename 2577 0 4 2581 a15 expr.o 2522 0 0 2522 9da expr.o
2007-04-02test: comment out unused codeDenis Vlasenko
udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C
2007-04-02udpsvd: forgotten 'svn add'Denis Vlasenko
2007-04-01udpsvd: next part of ipsvd applets (not working yet)Denis Vlasenko
2007-04-01tcpsvd: fix line buffering, add firewall query codeDenis Vlasenko
2007-04-01Copyright, help text, whitespace cleanupsDenis Vlasenko
2007-04-01tcpsvd: new appletDenis Vlasenko
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
2007-03-31lash: make -c work; crush buffer overrun and free of non-malloced ptrDenis Vlasenko
(from Mats Erik Andersson <mats.andersson64@comhem.se>)
2007-03-31lash: style cleanupDenis Vlasenko
2007-03-31website: link to post-1.5.0 fixes, fix dangling linkDenis Vlasenko
2007-03-31hdparm: fix multisector mode settingDenis Vlasenko
(from Toni Mirabete <amirabete@catix.cat>)
2007-03-31uniq: getopt32-ization. -38 bytes.Denis Vlasenko
2007-03-31unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!)Denis Vlasenko
2007-03-30- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..Bernhard Reutner-Fischer