aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* scriptreplay: new applet. +423 bytesDenys Vlasenko2009-05-194-20/+85
| | | | | Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mount: save 80 bytes by forced de-inliningDenys Vlasenko2009-05-131-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mount: document when kernel started accepting string as NFS optionsDenys Vlasenko2009-05-131-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: revert last wrong commitDenys Vlasenko2009-05-041-6/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: do not exit if user:group parse failed. closes bug 309.Denys Vlasenko2009-05-021-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mdev: fix a case where we mangle device_path string and then use it.Denys Vlasenko2009-05-011-1/+4
|
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-291-5/+5
|
* switch_root: move misplaced commentDenis Vlasenko2009-04-211-1/+1
|
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-28/+34
| | | | | *: make "can't execute '%s'" message uniform
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-215-24/+24
| | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything!
* switch_root: print errno on failureDenis Vlasenko2009-04-211-1/+1
|
* mdev: enlarge inline documentationDenis Vlasenko2009-04-191-6/+22
|
* mdev: support $ENVVAR=regexDenis Vlasenko2009-04-191-27/+42
|
* mdev: Rob's #if forest removalDenis Vlasenko2009-04-191-178/+146
| | | | | *: remove superfluous conts in "f(type *const param)"
* acpid: prevent creation of zombiesDenis Vlasenko2009-04-181-2/+2
|
* mdev: add large comment, fix a buglet with subsystem and /sys/blockDenis Vlasenko2009-04-171-4/+42
|
* mdev: set mode, needed when device node already exists.Denis Vlasenko2009-04-161-0/+1
|
* mdev: change subsystem syntax from /subsystem to subsystem/devnameDenis Vlasenko2009-04-161-13/+15
|
* mdev: safer handling of $SUBSYSTEM in mdev -sDenis Vlasenko2009-04-141-7/+7
|
* randomconfig fixesDenis Vlasenko2009-04-141-3/+4
|
* mdev: add support for - "dont stop here" charDenis Vlasenko2009-04-131-82/+97
| | | | | | | | | 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
* mdev: provide $SUBSYSTEM (by Vladimir)Denis Vlasenko2009-04-131-7/+26
| | | | | | | | | | 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
* mdev: fix a bug where \t is not treated as delimiter after [>|=PATH]Denis Vlasenko2009-04-131-1/+4
|
* mdev: make usage text more usefulDenis Vlasenko2009-04-131-17/+17
| | | | | | function old new delta packed_usage 26235 26291 +56
* mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"Denis Vlasenko2009-04-131-10/+21
| | | | | | function old new delta mdev_main 665 676 +11
* mdev: do not complain if /sys/block doesn't existDenis Vlasenko2009-04-121-2/+3
|
* mount: users report that CIFS support is breaking things,Denis Vlasenko2009-04-121-8/+11
| | | | | mostly remove it.
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-7/+2
|
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-1/+1
|
* volumeid: fix bug 249 "findfs finds the wrong partition"Denis Vlasenko2009-03-311-3/+1
|
* randomtest fixesDenis Vlasenko2009-03-281-3/+14
|
* mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko2009-03-281-6/+15
|
* mkfs.vfat: mkdosfs compat with choosing clyster sizeDenis Vlasenko2009-03-281-5/+5
|
* mkfs.vfat: more of pointless tweakingDenis Vlasenko2009-03-281-7/+6
|
* mkfs.vfat: small tweak to commentsDenis Vlasenko2009-03-281-1/+3
|
* mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko2009-03-283-0/+600
| | | | | | | text data bss dec hex filename 821202 476 7616 829294 ca76e busybox_old 823577 476 7616 831669 cb0b5 busybox_unstripped
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-142-17/+90
| | | | | | | | | | 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
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-032-2/+2
| | | | | | | | | | | | | | | | *: 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
* runsv: small optimizationDenis Vlasenko2009-02-261-1/+1
| | | | | | | | *: more paranoia around passing NULL to execl[e] function old new delta custom 240 221 -19
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-181-13/+25
| | | | | | | 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.
* volume_id: abort early on read failures.Denis Vlasenko2009-02-1520-70/+99
| | | | | should help with probing missing fdd's
* mdev: if /sys/class/block exists, don't scan /sys/blockDenis Vlasenko2009-02-131-4/+11
|
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-021-1/+1
| | | | | *: s/time(0)/time(NULL)/g
* mdev: fix breakage caused by unified parser usageDenis Vlasenko2009-01-121-2/+3
|
* do not whine if /sys/block does not exist ... embedded systems dont need ↵Mike Frysinger2009-01-081-1/+1
| | | | stinkin block devices
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-2/+1
| | | | | | | | | | | | | | | | | | | udhcpc: stop filtering environment passed to the script. crond: fix uncovered potential bug (failing unsetenv) mdev: fix uncovered potential bug (failing unsetenv) tcp, udpsvd: fix uncovered potential bug (failing unsetenv) function old new delta safe_setenv - 58 +58 bb_unsetenv - 55 +55 builtin_unset 139 138 -1 tcpudpsvd_main 1843 1830 -13 free_strings_and_unsetenv 87 53 -34 udhcp_run_script 1186 1133 -53 safe_setenv4 62 - -62 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 0/4 up/down: 113/-163) Total: -50 bytes
* mount: make it more readableDenis Vlasenko2008-12-101-16/+11
|
* placate Rob's qualms about mount.cDenis Vlasenko2008-12-101-40/+40
|
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-1/+1
| | | | | | | | | | | | | | | | function old new delta udhcpd_main 1239 1257 +18 udhcp_add_simple_option 93 92 -1 buffer_read_le_u32 19 18 -1 unpack_gz_stream_with_info 526 520 -6 dnsd_main 1470 1463 -7 udhcp_run_script 1208 1186 -22 send_ACK 255 229 -26 arping_main 1661 1623 -38 send_offer 470 428 -42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/8 up/down: 18/-143) Total: -125 bytes
* Fix forgotten license commentsDenis Vlasenko2008-12-077-27/+32
|