aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.14.2 patchesDenys Vlasenko2009-08-022-9/+5
* post-1.14.0 fixesDenys Vlasenko2009-05-272-3/+4
* 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
* 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
* 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 stin...Mike Frysinger2009-01-081-1/+1
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-2/+1
* 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
* Fix forgotten license commentsDenis Vlasenko2008-12-077-27/+32
* mount: cosmetics, no code changes (verified with objdump -drsx)Denis Vlasenko2008-12-051-80/+58
* volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko2008-11-303-66/+68
* acpid: new applet by Vladimir. +737 bytesDenis Vlasenko2008-11-293-0/+190
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-4/+0
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-221-1/+1
* *: a bit of code shrinkDenis Vlasenko2008-11-091-1/+2
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-3/+1
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-3/+3
* whitespace fixes, no code changesDenis Vlasenko2008-10-291-2/+2
* getopt: reinstate erroneously removed getopt() reset code.Denis Vlasenko2008-10-211-0/+9
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-201-9/+2
* add comment explaining previous changeDenis Vlasenko2008-10-191-0/+11
* volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko2008-10-193-225/+33
* blkid: vda forgot to svn add it again. vda is stupidDenis Vlasenko2008-10-191-0/+18
* mount: -o parm1 -o parm2 should accumulateDenis Vlasenko2008-10-181-4/+4
* hush: fix trashing of environment by local env vars:Denis Vlasenko2008-10-131-1/+1