Denis Vlasenko 2e864cd2193 eject: -T (implements single button open/close) 02 Oct 2006 Denis Vlasenko 546cd1881a1 mount: accept and ignore -s (sloppy) option. needed for compatibility with Linux automounter. 02 Oct 2006 Denis Vlasenko e2016e145b4 sed: -e options were handled in reverse order. fix that. 01 Oct 2006 Denis Vlasenko b97c9842a52 sed: unbreak multiple -e, -f option handling (my fault) 01 Oct 2006 Denis Vlasenko bb119d059a8 gzip: add a bit of comment. The code itself is too bloated to work on it... 01 Oct 2006 Denis Vlasenko 97a8dd3857a g[un]zip: add support for -v (verbose). Add CONFIG_DESKTOP, almost all bloat from this change
is hidden under that. 01 Oct 2006 Denis Vlasenko f8aa109a9f7 wget: make progress bar and ETA work correctly with -c 01 Oct 2006 Denis Vlasenko aecabffb8bf dpkg: fix use-after-free (bug 939) 30 Sep 2006 Denis Vlasenko 55a994055ff lsmod: repair indentation httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos) 30 Sep 2006 Denis Vlasenko 3038ac9c197 vconfig: fix bug 701 (I be damned if I understand it) 30 Sep 2006 Denis Vlasenko 02be0f5350f syslogd: do not retry udp sends (can stall syslogd for extended periods of time), resolve remote logging host before daemonization 30 Sep 2006 Denis Vlasenko 14c1940255a syslogd: getopt_ulflags'ification (save ~50 bytes) 30 Sep 2006 Denis Vlasenko 1decd0e5292 syslogd: add option to suppress logging of messages lower than level N (-n N) 30 Sep 2006 Denis Vlasenko 39d551fd157 fbset: store short string in the structure itself instead of the pointer (small size saving) 30 Sep 2006 Denis Vlasenko 274b8c0639a fbset: add support for -a (bug 1017) 30 Sep 2006 Denis Vlasenko 7e3eb5171b6 no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) 30 Sep 2006 Denis Vlasenko 7935a5a992e libiproute/ll_map.c: fix bug 279 ("On-demand net module loading fails with CONFIG_FEATURE_IFUPDOWN_IP") 30 Sep 2006 Denis Vlasenko 70210168fcb wc: optionally support very large files in wc 30 Sep 2006 Denis Vlasenko 3ed001ff263 wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) will not print leading blanks. 30 Sep 2006 Rob Landley 530c3ef8182 Mention the new gpl@busybox.net address. 30 Sep 2006 Denis Vlasenko 0b193a78719 losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y 29 Sep 2006 Denis Vlasenko a959588b805 Yet another silly little byte saving. couldn't -> cannot 29 Sep 2006 Denis Vlasenko 6c30db8bd37 grep: add help text; fix style 29 Sep 2006 Denis Vlasenko 51937534fb6 grep: implement -o option. Patch by Jac Goudsmit. 29 Sep 2006 Denis Vlasenko 266bc17690c top: add support for -b, -n <iterations> 29 Sep 2006 Denis Vlasenko b1726785f94 mount: fix bug 946 (mount -f should update mtab) 29 Sep 2006 Denis Vlasenko f0d6cc8ca97 getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ in order to look correct to both 4 tab and 8 tab population).
Add comment about :: (which indicates optional argument). 29 Sep 2006 Denis Vlasenko b02ef82c998 getopt_ulflags: formatting fixes 29 Sep 2006 Denis Vlasenko 6248a734e2d xargs: simplify option parsing 29 Sep 2006 Denis Vlasenko 981b24db5e7 rt_names.c: move few strings into rodata 29 Sep 2006 Denis Vlasenko 54928843119 dpkg: style fixes; short -> int (generated code is smaller) 29 Sep 2006 Denis Vlasenko 57308afb5b2 dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) at the cost of ~100 bytes of text.
Improves friendliness to nommu systems.
(Dunno whether nommu people ever use dpkg, though...) 29 Sep 2006 Denis Vlasenko 06b543b2176 ifupdown: make dhcp start/stop scripts user configurable in /etc/network/interfaces. Patch author is Gabriel L. Somlo <somlo@cmu.edu> 29 Sep 2006 Denis Vlasenko 524176680d6 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c (time to sleep, 02:28 in the morning)... 28 Sep 2006 Denis Vlasenko de9ec929586 usage.h: fix compile-time bugs exposed by previous change 28 Sep 2006 Denis Vlasenko ce97960a6e7 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. Few bugs are now exposed... 28 Sep 2006 Denis Vlasenko c16bd212e34 silly switch style fix 27 Sep 2006 Denis Vlasenko 94d5d82bd84 crontab: we indent using tabs 27 Sep 2006 Denis Vlasenko 956a5693603 losetup: with no arguments lists all /dev/loopN. Corrected help text. (patch by Vladimir Dronnikov <dronnikov@gmail.ru>) 27 Sep 2006 Denis Vlasenko 0bb628f4f3f kill: implement killall5. OpenWRT folks will be happy. However their code was unusably different from sysvinit original.
Run tested. 27 Sep 2006 Denis Vlasenko a77947f5bb9 kill: fix bugs (kill -l output was horrible), fix style, constify data 27 Sep 2006 Denis Vlasenko be905d550c9 process utilities related style cleanup 27 Sep 2006 Denis Vlasenko 2f4399c6cc9 ifupdown: fix for standalone shell; removed hardcoded PATH 27 Sep 2006 Denis Vlasenko 0534125ccc7 ifupdown: style cleanup, no code changes 26 Sep 2006 Denis Vlasenko e175ff252f9 several fixes from openWRT project 26 Sep 2006 Denis Vlasenko 22f6dcb47c3 login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) 26 Sep 2006 Denis Vlasenko 8b8c75e6abc httpd: sanitize indentation 26 Sep 2006 Denis Vlasenko a552eeb498e wget: add (configurable) large file support. Run tested. 26 Sep 2006 Eric Andersen 3312c989e6a fix 'grep -C' which requires an argument 26 Sep 2006 Denis Vlasenko d9867320b44 vlock: make message shorter 24 Sep 2006