aboutsummaryrefslogtreecommitdiff
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-29wc: optionally support very large files in wcDenis Vlasenko2-3/+15
2006-09-29wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)Denis Vlasenko1-44/+31
2006-09-29Mention the new gpl@busybox.net address.Rob Landley2-1/+6
2006-09-29losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko2-2/+4
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko17-33/+33
2006-09-29grep: add help text; fix styleDenis Vlasenko2-26/+27
2006-09-29grep: implement -o option. Patch by Jac Goudsmit.Denis Vlasenko1-22/+34
2006-09-29top: add support for -b, -n <iterations>Denis Vlasenko4-35/+34
2006-09-29mount: fix bug 946 (mount -f should update mtab)Denis Vlasenko1-6/+6
2006-09-29getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_Denis Vlasenko1-183/+189
2006-09-29getopt_ulflags: formatting fixesDenis Vlasenko1-71/+71
2006-09-29xargs: simplify option parsingDenis Vlasenko2-116/+92
2006-09-28rt_names.c: move few strings into rodataDenis Vlasenko1-10/+9
2006-09-28dpkg: style fixes; short -> int (generated code is smaller)Denis Vlasenko1-54/+54
2006-09-28dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)Denis Vlasenko2-77/+88
2006-09-28ifupdown: make dhcp start/stop scripts user configurableDenis Vlasenko1-0/+16
2006-09-28Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2-28/+25
2006-09-27usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko2-11/+8
2006-09-27usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.Denis Vlasenko5-279/+88
2006-09-27silly switch style fixDenis Vlasenko8-10/+10
2006-09-27crontab: we indent using tabsDenis Vlasenko1-272/+277
2006-09-27losetup: with no arguments lists all /dev/loopN. Corrected help text.Denis Vlasenko2-5/+18
2006-09-27kill: implement killall5. OpenWRT folks will be happy.Denis Vlasenko4-32/+65
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify dataDenis Vlasenko3-64/+64
2006-09-27process utilities related style cleanupDenis Vlasenko2-26/+24
2006-09-27ifupdown: fix for standalone shell; removed hardcoded PATHDenis Vlasenko1-41/+23
2006-09-26ifupdown: style cleanup, no code changesDenis Vlasenko1-266/+260
2006-09-26several fixes from openWRT projectDenis Vlasenko8-5/+88
2006-09-26login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)Denis Vlasenko1-3/+3
2006-09-26httpd: sanitize indentationDenis Vlasenko1-1213/+1209
2006-09-26wget: add (configurable) large file support. Run tested.Denis Vlasenko3-53/+99
2006-09-25fix 'grep -C' which requires an argumentEric Andersen1-1/+1
2006-09-24vlock: make message shorterDenis Vlasenko1-1/+1
2006-09-24mount: fix breakage from recent changes (spurious -ro mounts)Denis Vlasenko1-19/+11
2006-09-23Another attempt at untangling the logic so the compiler can follow it and notRob Landley1-24/+23
2006-09-23wget: fix bug where wget creates null file if there is no remote one.Denis Vlasenko2-79/+39
2006-09-23applets.c: fix indentationDenis Vlasenko1-64/+64
2006-09-23remove unneeded #includes, fix indentationDenis Vlasenko3-61/+47
2006-09-23inetd: deindent main loop, other readability enhancementsDenis Vlasenko1-145/+151
2006-09-23hexdump: fixlet for my breakageDenis Vlasenko1-1/+1
2006-09-23inetd: reformat with tabs for indentationDenis Vlasenko1-1217/+1220
2006-09-23hexdump: deindent, almost fits into 80 columns nowDenis Vlasenko1-34/+32
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko3-30/+17
2006-09-23ifupdown: getopt_ulflags'ification.Denis Vlasenko1-59/+29
2006-09-23arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko1-24/+16
2006-09-23insmod: getopt_ulflags'isationDenis Vlasenko1-62/+40
2006-09-23passwd: getopt_ulflags'isationDenis Vlasenko1-61/+52
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko4-31/+27
2006-09-22Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley1-1/+1
2006-09-22"I'll think about it" != "apply it now". It means I need to think about it.Rob Landley5-62/+1