Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | |
2006-10-03 | fdformat: remove redundant check | Denis Vlasenko | |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko | |
2006-10-03 | random style fixes | Denis Vlasenko | |
2006-10-03 | traceroute: fix compilation if netinet/protocols.h is missing | Denis Vlasenko | |
2006-10-03 | Yeah, yeah... I forgot about 'svn add'... fixing that | Denis Vlasenko | |
2006-10-03 | runit/chpst: "change process state" utility | Denis Vlasenko | |
It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||
2006-10-03 | traceroute: do not look up icmp protocol# in /etc, it is well-known :) | Denis Vlasenko | |
2006-10-02 | ifupdown: Debian users contributed improvement to it | Denis Vlasenko | |
2006-10-02 | eject: -T (implements single button open/close) | Denis Vlasenko | |
2006-10-02 | mount: accept and ignore -s (sloppy) option. | Denis Vlasenko | |
needed for compatibility with Linux automounter. | |||
2006-10-01 | sed: -e options were handled in reverse order. fix that. | Denis Vlasenko | |
2006-10-01 | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko | |
2006-10-01 | gzip: add a bit of comment. The code itself | Denis Vlasenko | |
is too bloated to work on it... | |||
2006-10-01 | g[un]zip: add support for -v (verbose). | Denis Vlasenko | |
Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. | |||
2006-10-01 | wget: make progress bar and ETA work correctly with -c | Denis Vlasenko | |
2006-09-30 | dpkg: fix use-after-free (bug 939) | Denis Vlasenko | |
2006-09-30 | lsmod: repair indentation | Denis Vlasenko | |
httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos) | |||
2006-09-30 | vconfig: fix bug 701 (I be damned if I understand it) | Denis Vlasenko | |
2006-09-30 | syslogd: do not retry udp sends (can stall syslogd for extended periods | Denis Vlasenko | |
of time), resolve remote logging host before daemonization | |||
2006-09-30 | syslogd: getopt_ulflags'ification (save ~50 bytes) | Denis Vlasenko | |
2006-09-30 | syslogd: add option to suppress logging of messages lower than level N (-n N) | Denis Vlasenko | |
2006-09-30 | fbset: store short string in the structure itself instead of the pointer | Denis Vlasenko | |
(small size saving) | |||
2006-09-30 | fbset: add support for -a (bug 1017) | Denis Vlasenko | |
2006-09-30 | no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce) | Denis Vlasenko | |
2006-09-30 | libiproute/ll_map.c: fix bug 279 | Denis Vlasenko | |
("On-demand net module loading fails with CONFIG_FEATURE_IFUPDOWN_IP") | |||
2006-09-29 | wc: optionally support very large files in wc | Denis Vlasenko | |
2006-09-29 | wc: reduce source cruft, make it so that "wc -c" (one option, no filenames) | Denis Vlasenko | |
will not print leading blanks. | |||
2006-09-29 | Mention the new gpl@busybox.net address. | Rob Landley | |
2006-09-29 | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | Denis Vlasenko | |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | |
2006-09-29 | grep: add help text; fix style | Denis Vlasenko | |
2006-09-29 | grep: implement -o option. Patch by Jac Goudsmit. | Denis Vlasenko | |
2006-09-29 | top: add support for -b, -n <iterations> | Denis Vlasenko | |
2006-09-29 | mount: fix bug 946 (mount -f should update mtab) | Denis Vlasenko | |
2006-09-29 | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | Denis Vlasenko | |
in order to look correct to both 4 tab and 8 tab population). Add comment about :: (which indicates optional argument). | |||
2006-09-29 | getopt_ulflags: formatting fixes | Denis Vlasenko | |
2006-09-29 | xargs: simplify option parsing | Denis Vlasenko | |
2006-09-28 | rt_names.c: move few strings into rodata | Denis Vlasenko | |
2006-09-28 | dpkg: style fixes; short -> int (generated code is smaller) | Denis Vlasenko | |
2006-09-28 | dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) | Denis Vlasenko | |
at the cost of ~100 bytes of text. Improves friendliness to nommu systems. (Dunno whether nommu people ever use dpkg, though...) | |||
2006-09-28 | ifupdown: make dhcp start/stop scripts user configurable | Denis Vlasenko | |
in /etc/network/interfaces. Patch author is Gabriel L. Somlo <somlo@cmu.edu> | |||
2006-09-28 | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko | |
(time to sleep, 02:28 in the morning)... | |||
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko | |
2006-09-27 | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | |
Few bugs are now exposed... | |||
2006-09-27 | silly switch style fix | Denis Vlasenko | |
2006-09-27 | crontab: we indent using tabs | Denis Vlasenko | |
2006-09-27 | losetup: with no arguments lists all /dev/loopN. Corrected help text. | Denis Vlasenko | |
(patch by Vladimir Dronnikov <dronnikov@gmail.ru>) | |||
2006-09-27 | kill: implement killall5. OpenWRT folks will be happy. | Denis Vlasenko | |
However their code was unusably different from sysvinit original. Run tested. |