aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-194-13/+20
* mount: support -i; pass through -f and -n to helpers as necessaryDenys Vlasenko2009-06-191-27/+46
* mkswap: accidentally committed wrong patch. fix it upDenys Vlasenko2009-06-191-12/+13
* mkswap: improve randomness of UUID generation set version/variant bitsDenys Vlasenko2009-06-191-4/+55
* mkswap: generate UUID if CONFIG_DESKTOP=y. +110 bytesDenys Vlasenko2009-06-181-3/+28
* switch_root: allow /init to be a symlink; add doc (thanks Rob!)Denys Vlasenko2009-06-171-4/+93
* randomconfig fixesDenys Vlasenko2009-06-091-3/+4
* *: reduce #ifdef forestDenys Vlasenko2009-06-053-47/+35
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-052-4/+2
* scriptreplay: new applet. +423 bytesDenys Vlasenko2009-05-194-20/+85
* mount: save 80 bytes by forced de-inliningDenys Vlasenko2009-05-131-2/+2
* mount: document when kernel started accepting string as NFS optionsDenys Vlasenko2009-05-131-1/+4
* mdev: revert last wrong commitDenys Vlasenko2009-05-041-6/+7
* mdev: do not exit if user:group parse failed. closes bug 309.Denys Vlasenko2009-05-021-1/+2
* 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
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-215-24/+24
* 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
* 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
* mdev: provide $SUBSYSTEM (by Vladimir)Denis Vlasenko2009-04-131-7/+26
* 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
* mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"Denis Vlasenko2009-04-131-10/+21
* 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
* *: 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
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-142-17/+90
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-032-2/+2
* runsv: small optimizationDenis Vlasenko2009-02-261-1/+1
* - bail out if screen resolution does not match PPM dimensions.Bernhard Reutner-Fischer2009-02-181-13/+25
* volume_id: abort early on read failures.Denis Vlasenko2009-02-1520-70/+99