Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05 | find: missed 'ststic' on const data | Denis Vlasenko | |
2007-04-04 | find: 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 shrinkage | Bernhard 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 tail | Bernhard Reutner-Fischer | |
2007-04-04 | reword comment | Denis 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-04 | Add/improve comment, shorten some usage texts. No code changes. | Denis Vlasenko | |
2007-04-04 | ipsvd: 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-03 | ipsvd: make udpsvd work similar to tcpsvd (multiple parallel | Denis Vlasenko | |
children for several streams of udp packets tested to work) code size: -509 bytes | |||
2007-04-03 | ipsvd: fixes and improvements after testing | Denis Vlasenko | |
2007-04-03 | udpsvd: more work on it. works in limited testing. | Denis Vlasenko | |
2007-04-02 | - use bb_error_msg | Bernhard 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-02 | test: comment out unused code | Denis Vlasenko | |
udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C | |||
2007-04-02 | udpsvd: forgotten 'svn add' | Denis Vlasenko | |
2007-04-01 | udpsvd: next part of ipsvd applets (not working yet) | Denis Vlasenko | |
2007-04-01 | tcpsvd: fix line buffering, add firewall query code | Denis Vlasenko | |
2007-04-01 | Copyright, help text, whitespace cleanups | Denis Vlasenko | |
2007-04-01 | tcpsvd: new applet | Denis 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-31 | lash: make -c work; crush buffer overrun and free of non-malloced ptr | Denis Vlasenko | |
(from Mats Erik Andersson <mats.andersson64@comhem.se>) | |||
2007-03-31 | lash: style cleanup | Denis Vlasenko | |
2007-03-31 | website: link to post-1.5.0 fixes, fix dangling link | Denis Vlasenko | |
2007-03-31 | hdparm: fix multisector mode setting | Denis Vlasenko | |
(from Toni Mirabete <amirabete@catix.cat>) | |||
2007-03-31 | uniq: getopt32-ization. -38 bytes. | Denis Vlasenko | |
2007-03-31 | unzip: 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 | |
2007-03-30 | - debloat test. untested. | Bernhard Reutner-Fischer | |
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 | |||
2007-03-30 | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | |
- debloat while at it: text data bss dec hex filename 1554 0 19 1573 625 tr.o.oorig 1357 0 16 1373 55d tr.o | |||
2007-03-30 | introduce the concept of LDLIBS for additional libraries so that when we do ↵ | Mike Frysinger | |
the final link, the objects/libraries are in the correct order | |||
2007-03-29 | traceroute: move data off bss. small code optimizations. | Denis Vlasenko | |
function old new delta traceroute_main 4358 4397 +39 verbose 13 9 -4 useicmp 4 - -4 nflag 4 - -4 split_suffices 40 24 -16 route 16 - -16 dumpleases_main 392 357 -35 gwlist 36 - -36 whereto 128 - -128 wherefrom 128 - -128 packet 512 - -512 ------------------------------------------------------------------------------ (add/remove: 0/7 grow/shrink: 1/3 up/down: 39/-883) Total: -844 bytes | |||
2007-03-29 | dpkg: run_package_script() returns 0 if all ok and non-zero if failure. | Denis Vlasenko | |
The result code was checked incorrectly in two places. (from "Kim B. Heino" <Kim.Heino@bluegiga.com>) | |||
2007-03-29 | dumpleases: getopt32()-ization | Denis Vlasenko | |
(from Mats Erik Andersson <mats.andersson64@comhem.se>) | |||
2007-03-29 | - use index_in_str_array also for find_main | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2605 1 12 2618 a3a find.o.r18274 2602 1 12 2615 a37 find.o.r18275 | |||
2007-03-29 | - remove bloated switch statement. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2706 1 12 2719 a9f find.o.r18273 2605 1 12 2618 a3a find.o.r18274 | |||
2007-03-29 | - implement a TODO: Use index_in_str_array in parse_params | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2771 1 12 2784 ae0 find.o.r18272 2749 1 12 2762 aca find.o.-try-switch 2706 1 12 2719 a9f find.o.r18273 | |||
2007-03-29 | - Purely cosmetic type fiddling | Bernhard Reutner-Fischer | |
2007-03-29 | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | |
Minor size improvement (-16b for size, -24b according to bloat-o-meter). | |||
2007-03-28 | - update defconfig | Bernhard Reutner-Fischer | |
2007-03-28 | run_parts: I was wrong, NULL termination is already done because | Denis Vlasenko | |
G is pre-initialized to 0. | |||
2007-03-28 | run_parts: NULL-terminate list of arguments; fix perror/error usage | Denis Vlasenko | |
2007-03-28 | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | Denis Vlasenko | |
2007-03-28 | - rewrite run-parts | Bernhard Reutner-Fischer | |
text data bss dec hex filename 1029 0 0 1029 405 debianutils/run_parts.o-old 478 0 0 478 1de debianutils/run_parts.o-new-bare 600 0 0 600 258 debianutils/run_parts.o-new-full bare, i.e. without long opts and fancy stuff ./scripts/bloat-o-meter bb_old busybox_unstripped function old new delta act - 215 +215 run_parts_main 216 201 -15 valid_name 50 - -50 runparts_long_options 64 - -64 .rodata 124323 124163 -160 run_parts 513 - -513 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 0/2 up/down: 215/-802) Total: -587 bytes | |||
2007-03-28 | - move additional fancy options not mandated by SUSv3 into a FANCY option | Bernhard Reutner-Fischer | |