aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-30no-op (just for svn commit run. 2.6.18 oopses on that, need to reproduce)vda1-1/+0
2006-09-30libiproute/ll_map.c: fix bug 279vda1-6/+30
2006-09-29wc: optionally support very large files in wcvda2-3/+15
2006-09-29wc: reduce source cruft, make it so that "wc -c" (one option, no filenames)vda1-44/+31
2006-09-29Mention the new gpl@busybox.net address.landley2-1/+6
2006-09-29losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2-2/+4
2006-09-29Yet another silly little byte saving. couldn't -> cannotvda17-33/+33
2006-09-29grep: add help text; fix stylevda2-26/+27
2006-09-29grep: implement -o option. Patch by Jac Goudsmit.vda1-22/+34
2006-09-29top: add support for -b, -n <iterations>vda4-35/+34
2006-09-29mount: fix bug 946 (mount -f should update mtab)vda1-6/+6
2006-09-29getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_vda1-183/+189
2006-09-29getopt_ulflags: formatting fixesvda1-71/+71
2006-09-29xargs: simplify option parsingvda2-116/+92
2006-09-28rt_names.c: move few strings into rodatavda1-10/+9
2006-09-28dpkg: style fixes; short -> int (generated code is smaller)vda1-54/+54
2006-09-28dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)vda2-77/+88
2006-09-28ifupdown: make dhcp start/stop scripts user configurablevda1-0/+16
2006-09-28Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cvda2-28/+25
2006-09-27usage.h: fix compile-time bugs exposed by previous changevda2-11/+8
2006-09-27usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda5-279/+88
2006-09-27silly switch style fixvda8-10/+10
2006-09-27crontab: we indent using tabsvda1-272/+277
2006-09-27losetup: with no arguments lists all /dev/loopN. Corrected help text.vda2-5/+18
2006-09-27kill: implement killall5. OpenWRT folks will be happy.vda4-32/+65
2006-09-27kill: fix bugs (kill -l output was horrible), fix style, constify datavda3-64/+64
2006-09-27process utilities related style cleanupvda2-26/+24
2006-09-27ifupdown: fix for standalone shell; removed hardcoded PATHvda1-41/+23
2006-09-26ifupdown: style cleanup, no code changesvda1-266/+260
2006-09-26several fixes from openWRT projectvda8-5/+88
2006-09-26login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)vda1-3/+3
2006-09-26httpd: sanitize indentationvda1-1213/+1209
2006-09-26wget: add (configurable) large file support. Run tested.vda3-53/+99
2006-09-25fix 'grep -C' which requires an argumentandersen1-1/+1
2006-09-24vlock: make message shortervda1-1/+1
2006-09-24mount: fix breakage from recent changes (spurious -ro mounts)vda1-19/+11
2006-09-23Another attempt at untangling the logic so the compiler can follow it and notlandley1-24/+23
2006-09-23wget: fix bug where wget creates null file if there is no remote one.vda2-79/+39
2006-09-23applets.c: fix indentationvda1-64/+64
2006-09-23remove unneeded #includes, fix indentationvda3-61/+47
2006-09-23inetd: deindent main loop, other readability enhancementsvda1-145/+151
2006-09-23hexdump: fixlet for my breakagevda1-1/+1
2006-09-23inetd: reformat with tabs for indentationvda1-1217/+1220
2006-09-23hexdump: deindent, almost fits into 80 columns nowvda1-34/+32
2006-09-23correct_password: undo whitespace damage.vda3-30/+17
2006-09-23ifupdown: getopt_ulflags'ification.vda1-59/+29
2006-09-23arping: fix bug (getopt_ulflags and optarg don't mix),vda1-24/+16
2006-09-23insmod: getopt_ulflags'isationvda1-62/+40
2006-09-23passwd: getopt_ulflags'isationvda1-61/+52
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.vda4-31/+27