Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | getopt: use getopt32 for option parsing - inspired by patch by | Denis Vlasenko | 2007-04-07 | 1 | -195/+158 | |
| | | | | | | | | | | | | | | | | | | | | | | Mats Erik Andersson <mats.andersson64@comhem.se> function old new delta getopt_main 809 810 +1 static.BUFFER 4 - -4 shell 8 4 -4 quote 4 - -4 quiet_output 4 - -4 quiet_errors 4 - -4 long_options_nr 4 - -4 long_options_length 4 - -4 long_options 388 384 -4 alternative 4 - -4 shortopts 15 - -15 normalize 243 220 -23 .rodata 131832 131800 -32 add_longopt 200 - -200 ------------------------------------------------------------------------------ (add/remove: 0/9 grow/shrink: 1/4 up/down: 1/-306) Total: -305 bytes | |||||
* | docs: "how to add a patch" | Denis Vlasenko | 2007-04-07 | 2 | -1/+17 | |
| | ||||||
* | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko | 2007-04-07 | 11 | -319/+247 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill a few statics, made other globals smaller: oneline is smallint, _SL_ is char function old new delta print_tunnel 693 731 +38 print_route 1775 1777 +2 print_addrinfo 1495 1497 +2 ipaddr_list_or_flush 2826 2828 +2 oneline 4 1 -3 _SL_ 4 1 -3 ipaddr_modify 1476 1472 -4 parse_address 124 119 -5 ip_parse_common_args 429 423 -6 on_off 53 46 -7 do_del_ioctl 113 106 -7 do_add_ioctl 120 113 -7 do_show 864 856 -8 iprule_list 157 148 -9 do_iptunnel 310 299 -11 do_add 143 126 -17 get_ctl_fd 95 76 -19 set_address 108 84 -24 ip_main 351 323 -28 static.ifr 32 - -32 parse_args 1992 1949 -43 iproute_list_or_flush 1673 1582 -91 do_iplink 1583 1485 -98 filter 280 - -280 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 4/18 up/down: 44/-702) Total: -658 bytes | |||||
* | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko | 2007-04-07 | 9 | -156/+169 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | comm: eliminate statics | Denis Vlasenko | 2007-04-07 | 1 | -44/+30 | |
| | ||||||
* | random small shrinkage and elimination of statics | Denis Vlasenko | 2007-04-07 | 4 | -7/+8 | |
| | ||||||
* | nc: code shrinkage, bugfixes. -50 bytes code size | Denis Vlasenko | 2007-04-06 | 1 | -106/+142 | |
| | ||||||
* | svn add match_fstype.c :( | Denis Vlasenko | 2007-04-05 | 1 | -0/+44 | |
| | ||||||
* | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko | 2007-04-05 | 4 | -6/+12 | |
| | ||||||
* | diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+1 | |
| | ||||||
* | libbb: add xunlink() | Denis Vlasenko | 2007-04-05 | 4 | -16/+19 | |
| | | | | patch: do not try to delete same file twice | |||||
* | less intrusive export of FLTFLAGS | Mike Frysinger | 2007-04-05 | 1 | -2/+2 | |
| | ||||||
* | set default FLTFLAGS for a fatty stack | Mike Frysinger | 2007-04-05 | 2 | -1/+5 | |
| | ||||||
* | find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+7 | |
| | ||||||
* | nc: missed exit() in signal handler | Denis Vlasenko | 2007-04-05 | 1 | -0/+1 | |
| | ||||||
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 9 | -12/+857 | |
| | ||||||
* | - clean up addgroup, fix adding users to existing groups and make it ↵ | Bernhard Reutner-Fischer | 2007-04-05 | 4 | -43/+114 | |
| | | | | optional (Tito) | |||||
* | - bail out if either file does not exist | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -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-Fischer | 2007-04-05 | 2 | -12/+20 | |
| | | | | | | it's content. Closes #1291 | |||||
* | - size and prune were mixed up | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -6/+6 | |
| | ||||||
* | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | Bernhard Reutner-Fischer | 2007-04-05 | 2 | -5/+5 | |
| | | | | Seen in the testsuite for du -l .../testsuite on exit with CLEAN_UP enabled. | |||||
* | find: missed 'ststic' on const data | Denis Vlasenko | 2007-04-05 | 1 | -5/+6 | |
| | ||||||
* | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | Denis Vlasenko | 2007-04-04 | 3 | -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-Fischer | 2007-04-04 | 33 | -67/+67 | |
| | ||||||
* | - minor shrinkage | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -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-Fischer | 2007-04-04 | 1 | -7/+0 | |
| | ||||||
* | - note cosmetic glitch in tail | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+14 | |
| | ||||||
* | reword comment | Denis Vlasenko | 2007-04-04 | 1 | -1/+1 | |
| | ||||||
* | - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ↵ | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -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-Fischer | 2007-04-04 | 1 | -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-Fischer | 2007-04-04 | 1 | -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 Vlasenko | 2007-04-04 | 3 | -40/+57 | |
| | ||||||
* | ipsvd: use IP:PORT syntax for environment vars. Pros: | Denis Vlasenko | 2007-04-04 | 2 | -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 parallel | Denis Vlasenko | 2007-04-03 | 3 | -335/+131 | |
| | | | | | children for several streams of udp packets tested to work) code size: -509 bytes | |||||
* | ipsvd: fixes and improvements after testing | Denis Vlasenko | 2007-04-03 | 3 | -460/+349 | |
| | ||||||
* | udpsvd: more work on it. works in limited testing. | Denis Vlasenko | 2007-04-03 | 5 | -60/+320 | |
| | ||||||
* | - use bb_error_msg | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -1/+1 | |
| | ||||||
* | - use xregcomp. Untested. vda, isn't there a regfree missing here? | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -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-Fischer | 2007-04-02 | 1 | -30/+26 | |
| | ||||||
* | - remove args from bss, minor misc shrinkage while at it. | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -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 code | Denis Vlasenko | 2007-04-02 | 7 | -25/+62 | |
| | | | | | udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C | |||||
* | udpsvd: forgotten 'svn add' | Denis Vlasenko | 2007-04-02 | 1 | -0/+221 | |
| | ||||||
* | udpsvd: next part of ipsvd applets (not working yet) | Denis Vlasenko | 2007-04-01 | 5 | -7/+19 | |
| | ||||||
* | tcpsvd: fix line buffering, add firewall query code | Denis Vlasenko | 2007-04-01 | 3 | -8/+52 | |
| | ||||||
* | Copyright, help text, whitespace cleanups | Denis Vlasenko | 2007-04-01 | 4 | -41/+71 | |
| | ||||||
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 19 | -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 ptr | Denis Vlasenko | 2007-03-31 | 1 | -9/+6 | |
| | | | | (from Mats Erik Andersson <mats.andersson64@comhem.se>) | |||||
* | lash: style cleanup | Denis Vlasenko | 2007-03-31 | 1 | -81/+84 | |
| | ||||||
* | website: link to post-1.5.0 fixes, fix dangling link | Denis Vlasenko | 2007-03-31 | 2 | -2/+3 | |
| | ||||||
* | hdparm: fix multisector mode setting | Denis Vlasenko | 2007-03-31 | 1 | -2/+2 | |
| | | | | (from Toni Mirabete <amirabete@catix.cat>) |