Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-17 | switch_root: allow /init to be a symlink; add doc (thanks Rob!) | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-09 | randomconfig fixes | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-05 | *: reduce #ifdef forest | Denys Vlasenko | |
Remove unnecessary #if statements from the "more", "script", and "scriptreplay" commands. Bloatcheck says 0 bytes changed. Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-05 | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko | |
function old new delta evalcommand 1195 1209 +14 testcmd - 10 +10 printfcmd - 10 +10 echocmd - 10 +10 func_exec 270 276 +6 echo_dg 104 109 +5 store_nlmsg 85 89 +4 pseudo_exec_argv 195 198 +3 dotcmd 287 290 +3 machtime_stream 29 31 +2 discard_stream 24 26 +2 argstr 1299 1301 +2 killcmd 108 109 +1 evalfor 226 227 +1 daytime_stream 43 44 +1 run_list 2544 2543 -1 lookupvar 62 61 -1 ipaddr_modify 1310 1309 -1 ... parse_stream 2254 2245 -9 evalpipe 356 347 -9 collect_if 210 197 -13 read_opt 869 851 -18 handle_dollar 681 658 -23 print_addrinfo 1342 1303 -39 iterate_on_dir 156 59 -97 print_route 1709 1609 -100 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 12/130 up/down: 74/-767) Total: -693 bytes text data bss dec hex filename 841748 467 7872 850087 cf8a7 busybox_old 841061 467 7872 849400 cf5f8 busybox_unstripped Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-19 | scriptreplay: new applet. +423 bytes | Denys Vlasenko | |
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-13 | mount: save 80 bytes by forced de-inlining | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-13 | mount: document when kernel started accepting string as NFS options | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-04 | mdev: revert last wrong commit | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-02 | mdev: do not exit if user:group parse failed. closes bug 309. | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-05-01 | mdev: fix a case where we mangle device_path string and then use it. | Denys Vlasenko | |
2009-04-29 | *: bb_error_msg's messages should not be capitalized | Denis Vlasenko | |
2009-04-21 | switch_root: move misplaced comment | Denis Vlasenko | |
2009-04-21 | switch_root: improve behavior on error; improve help text | Denis Vlasenko | |
*: make "can't execute '%s'" message uniform | |||
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | |
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | |||
2009-04-21 | switch_root: print errno on failure | Denis Vlasenko | |
2009-04-19 | mdev: enlarge inline documentation | Denis Vlasenko | |
2009-04-19 | mdev: support $ENVVAR=regex | Denis Vlasenko | |
2009-04-19 | mdev: Rob's #if forest removal | Denis Vlasenko | |
*: remove superfluous conts in "f(type *const param)" | |||
2009-04-18 | acpid: prevent creation of zombies | Denis Vlasenko | |
2009-04-17 | mdev: add large comment, fix a buglet with subsystem and /sys/block | Denis Vlasenko | |
2009-04-16 | mdev: set mode, needed when device node already exists. | Denis Vlasenko | |
2009-04-16 | mdev: change subsystem syntax from /subsystem to subsystem/devname | Denis Vlasenko | |
2009-04-14 | mdev: safer handling of $SUBSYSTEM in mdev -s | Denis Vlasenko | |
2009-04-14 | randomconfig fixes | Denis Vlasenko | |
2009-04-13 | mdev: add support for - "dont stop here" char | Denis Vlasenko | |
function old new delta make_device 1340 1362 +22 packed_usage 26291 26299 +8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 30/0) Total: 30 bytes | |||
2009-04-13 | mdev: provide $SUBSYSTEM (by Vladimir) | Denis Vlasenko | |
function old new delta make_device 1265 1340 +75 dirAction 14 60 +46 mdev_main 676 695 +19 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 140/0) Total: 140 bytes | |||
2009-04-13 | mdev: fix a bug where \t is not treated as delimiter after [>|=PATH] | Denis Vlasenko | |
2009-04-13 | mdev: make usage text more useful | Denis Vlasenko | |
function old new delta packed_usage 26235 26291 +56 | |||
2009-04-13 | mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove" | Denis Vlasenko | |
function old new delta mdev_main 665 676 +11 | |||
2009-04-12 | mdev: do not complain if /sys/block doesn't exist | Denis Vlasenko | |
2009-04-12 | mount: users report that CIFS support is breaking things, | Denis Vlasenko | |
mostly remove it. | |||
2009-04-09 | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko | |
2009-04-01 | more of pointless whitespace fixes | Denis Vlasenko | |
2009-03-31 | volumeid: fix bug 249 "findfs finds the wrong partition" | Denis Vlasenko | |
2009-03-28 | randomtest fixes | Denis Vlasenko | |
2009-03-28 | mkfs.vfat: fix a problem with over-estimating FAT size | Denis Vlasenko | |
2009-03-28 | mkfs.vfat: mkdosfs compat with choosing clyster size | Denis Vlasenko | |
2009-03-28 | mkfs.vfat: more of pointless tweaking | Denis Vlasenko | |
2009-03-28 | mkfs.vfat: small tweak to comments | Denis Vlasenko | |
2009-03-28 | mkdosfs (aka mkfs.vfat): new applet by Vladimir | Denis Vlasenko | |
text data bss dec hex filename 821202 476 7616 829294 ca76e busybox_old 823577 476 7616 831669 cb0b5 busybox_unstripped | |||
2009-03-14 | mount: support "-O option"; stop trying to mount swap partitions | Denis Vlasenko | |
function old new delta mount_main 975 1152 +177 umount_main 640 636 -4 packed_usage 25666 25662 -4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/2 up/down: 177/-8) Total: 169 bytes | |||
2009-03-03 | modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" | Denis Vlasenko | |
*: s/can't open %s/can't open '%s'/, it's better to use same string. function old new delta do_modprobe 588 601 +13 config_file_action 339 345 +6 modprobe_main 565 570 +5 unable_to_open 14 16 +2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 26/0) Total: 26 bytes text data bss dec hex filename 816800 476 7892 825168 c9750 busybox_old 816812 476 7892 825180 c975c busybox_unstripped | |||
2009-02-26 | runsv: small optimization | Denis Vlasenko | |
*: more paranoia around passing NULL to execl[e] function old new delta custom 240 221 -19 | |||
2009-02-18 | - bail out if screen resolution does not match PPM dimensions. | Bernhard Reutner-Fischer | |
Previously a 640x480 PPM on an e.g. 720x400 console would just segfault when reading the lines. While this bug should perhaps be fixed to handle such cases properly we just exit gracefully until somebody is willing to take care of it properly. | |||
2009-02-15 | volume_id: abort early on read failures. | Denis Vlasenko | |
should help with probing missing fdd's | |||
2009-02-13 | mdev: if /sys/class/block exists, don't scan /sys/block | Denis Vlasenko | |
2009-02-02 | udhcpd: add code which rejects lease files with suspicious or old timestamp. | Denis Vlasenko | |
*: s/time(0)/time(NULL)/g | |||
2009-01-12 | mdev: fix breakage caused by unified parser usage | Denis Vlasenko | |
2009-01-08 | do not whine if /sys/block does not exist ... embedded systems dont need ↵ | Mike Frysinger | |
stinkin block devices |