Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko | 2007-04-08 | 2 | -2/+0 | |
| | | | | | | | | | | | | | | | | function old new delta tar_main 705 695 -10 sort_main 928 918 -10 decode_format_string 886 876 -10 run_parts_main 197 185 -12 ps_main 513 500 -13 wget_main 2764 2750 -14 awk_main 1014 1000 -14 od_main 2886 2866 -20 llist_rev 25 - -25 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/8 up/down: 0/-128) Total: -128 bytes | |||||
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 2 | -3/+3 | |
| | | | | recursive_actions: uppercase flag constants | |||||
* | comm: eliminate statics | Denis Vlasenko | 2007-04-07 | 1 | -44/+30 | |
| | ||||||
* | diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+1 | |
| | ||||||
* | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -4/+2 | |
| | | | | Seen in the testsuite for du -l .../testsuite on exit with CLEAN_UP enabled. | |||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 | |
| | ||||||
* | - 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 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 | |||||
* | - 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 | 1 | -0/+4 | |
| | | | | | udpsvd: fake it compile tcpsvd: more optimal memorizing of IP's for -C | |||||
* | uniq: getopt32-ization. -38 bytes. | Denis Vlasenko | 2007-03-31 | 1 | -22/+23 | |
| | ||||||
* | - fix compilation if FEATURE_TR_CLASSES is off. Sorry for that.. | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -2/+0 | |
| | ||||||
* | - debloat test. untested. | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -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 | |||||
* | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -79/+82 | |
| | | | | | | | - 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 | |||||
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 3 | -10/+8 | |
| | | | | Minor size improvement (-16b for size, -24b according to bloat-o-meter). | |||||
* | - move additional fancy options not mandated by SUSv3 into a FANCY option | Bernhard Reutner-Fischer | 2007-03-28 | 2 | -7/+19 | |
| | ||||||
* | diff: fix SEGV (NULL deref) in diff -N | Denis Vlasenko | 2007-03-26 | 1 | -9/+18 | |
| | ||||||
* | split: let me join bikeshed painting frenzy :) | Denis Vlasenko | 2007-03-26 | 1 | -68/+71 | |
| | | | | | | | | | | | this one should be able to handle huge files. text data bss dec hex filename 664 4 0 668 29c busybox.t0/coreutils/split.o 628 0 0 628 274 busybox.t1/coreutils/split.o split_main 488 525 +37 suffix_len 4 - -4 next_file 77 - -77 (add/remove: 0/2 grow/shrink: 1/0 up/down: 37/-81) Total: -44 bytes | |||||
* | - check the suffix proper plus misc touch up | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -29/+21 | |
| | ||||||
* | - implement suffices as required by SUSv3 | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -17/+29 | |
| | | | | - fix glitch in next_file (suffices were exhaused too early). | |||||
* | - shrink a tiny bit (-8b) | Bernhard Reutner-Fischer | 2007-03-26 | 1 | -7/+18 | |
| | ||||||
* | - rough prototype for split(1). TODO: Still needs some love since it's way ↵ | Bernhard Reutner-Fischer | 2007-03-25 | 3 | -0/+127 | |
| | | | | | | | too big.. text data bss dec hex filename 602 4 0 606 25e coreutils/split.o | |||||
* | cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build) | Denis Vlasenko | 2007-03-21 | 1 | -11/+28 | |
| | ||||||
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 6 | -26/+26 | |
| | ||||||
* | ls: fix segfault-if-standalone-shell, add big fat comment. | Denis Vlasenko | 2007-03-19 | 1 | -2/+3 | |
| | ||||||
* | chown, env: stop using statics | Denis Vlasenko | 2007-03-14 | 2 | -14/+14 | |
| | ||||||
* | missed hunk of "stop using big static buffer for inode hash" | Denis Vlasenko | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 3 | -11/+3 | |
| | | | | | (patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix for vda's brainfart :( | |||||
* | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 2 | -2/+3 | |
| | | | | | Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp> | |||||
* | fix buglets found by randomconfig run | Denis Vlasenko | 2007-03-11 | 2 | -3/+4 | |
| | ||||||
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 8 | -39/+310 | |
| | ||||||
* | printf: allow hex/oct numbers; move functions around | Denis Vlasenko | 2007-03-09 | 1 | -113/+104 | |
| | | | | so that we have no forward declarations | |||||
* | diff: failed to confirm "static bug" in gcc - reinstating statics. | Denis Vlasenko | 2007-03-09 | 2 | -78/+80 | |
| | | | | microscopic code improvements. | |||||
* | chown: fix comment, fix verbose message | Denis Vlasenko | 2007-03-08 | 1 | -16/+15 | |
| | ||||||
* | chown: support -H -L -P if ENABLE_DESKTOP | Denis Vlasenko | 2007-03-08 | 3 | -28/+109 | |
| | | | | | chmod: cosmetic fixes expr: smallish help for dumb compilers | |||||
* | diff: make -U0 work | Denis Vlasenko | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+3 | |
| | ||||||
* | who: stop using static buffer, small size optimizations | Denis Vlasenko | 2007-03-07 | 1 | -17/+25 | |
| | ||||||
* | ls: w/o -l follow symlinks to dirs for commandline args | Denis Vlasenko | 2007-02-28 | 1 | -8/+10 | |
| | ||||||
* | start_stop_daemon: add -chuid support | Denis Vlasenko | 2007-02-26 | 1 | -19/+1 | |
| | ||||||
* | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | 2007-02-17 | 2 | -5/+11 | |
| | ||||||
* | diff: fix access past end of array | Denis Vlasenko | 2007-02-11 | 1 | -36/+13 | |
| | ||||||
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 3 | -4/+5 | |
| | | | | libbb: rename xgetcwd and xreadlink | |||||
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 5 | -5/+5 | |
| | ||||||
* | - fix buglet introduced in r17351 in find_param(). Closes #1193 | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -4/+5 | |
| |