aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-01gzip: add a bit of comment. The code itselfDenis Vlasenko
2006-10-01g[un]zip: add support for -v (verbose).Denis Vlasenko
2006-10-01wget: make progress bar and ETA work correctly with -cDenis Vlasenko
2006-09-30dpkg: fix use-after-free (bug 939)Denis Vlasenko
2006-09-30lsmod: repair indentationDenis Vlasenko
2006-09-30vconfig: fix bug 701 (I be damned if I understand it)Denis Vlasenko
2006-09-30syslogd: do not retry udp sends (can stall syslogd for extended periodsDenis Vlasenko
2006-09-30syslogd: getopt_ulflags'ification (save ~50 bytes)Denis Vlasenko
2006-09-30syslogd: add option to suppress logging of messages lower than level N (-n N)Denis Vlasenko
2006-09-30fbset: store short string in the structure itself instead of the pointerDenis Vlasenko
2006-09-30fbset: add support for -a (bug 1017)Denis Vlasenko
2006-09-30no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce)Denis Vlasenko
2006-09-30libiproute/ll_map.c: fix bug 279Denis Vlasenko
2006-09-29wc: optionally support very large files in wcDenis Vlasenko
2006-09-29wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)Denis Vlasenko
2006-09-29Mention the new gpl@busybox.net address.Rob Landley
2006-09-29losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-29grep: add help text; fix styleDenis Vlasenko
2006-09-29grep: implement -o option. Patch by Jac Goudsmit.Denis Vlasenko
2006-09-29top: add support for -b, -n <iterations>Denis Vlasenko
2006-09-29mount: fix bug 946 (mount -f should update mtab)Denis Vlasenko
2006-09-29getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_Denis Vlasenko
2006-09-29getopt_ulflags: formatting fixesDenis Vlasenko
2006-09-29xargs: simplify option parsingDenis Vlasenko
2006-09-28rt_names.c: move few strings into rodataDenis Vlasenko
2006-09-28dpkg: style fixes; short -> int (generated code is smaller)Denis Vlasenko
2006-09-28dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)Denis Vlasenko
2006-09-28ifupdown: make dhcp start/stop scripts user configurableDenis Vlasenko
2006-09-28Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko
2006-09-27usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko
2006-09-27usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko
2006-09-27silly switch style fixDenis Vlasenko
2006-09-27crontab: we indent using tabsDenis Vlasenko
2006-09-27losetup: with no arguments lists all /dev/loopN. Corrected help text.Denis Vlasenko
2006-09-27kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko
2006-09-27process utilities related style cleanupDenis Vlasenko
2006-09-27ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko
2006-09-26ifupdown: style cleanup, no code changesDenis Vlasenko
2006-09-26several fixes from openWRT projectDenis Vlasenko
2006-09-26login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko
2006-09-26httpd: sanitize indentationDenis Vlasenko
2006-09-26wget: add (configurable) large file support. Run tested.Denis Vlasenko
2006-09-25fix 'grep -C' which requires an argumentEric Andersen
2006-09-24vlock: make message shorterDenis Vlasenko
2006-09-24mount: fix breakage from recent changes (spurious -ro mounts)Denis Vlasenko
2006-09-23Another attempt at untangling the logic so the compiler can follow it and notRob Landley
2006-09-23wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko
2006-09-23applets.c: fix indentationDenis Vlasenko