summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* testsuite/runtest: remove (last) bashismDenis Vlasenko2008-04-251-1/+1
* - fsetfilecon_war is hidden so use fsetfilecon instead.Bernhard Reutner-Fischer2008-04-241-1/+2
* whitespace fixes. no code changesDenis Vlasenko2008-04-222-2/+2
* build system: use spaces in Kbuild filesDenis Vlasenko2008-04-211-28/+28
* build system: move misplaced config entry for script appletDenis Vlasenko2008-04-211-0/+6
* libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko2008-04-191-2/+2
* fdisk: fix a case where we can inadvertently close /proc/partitions fd earlyDenis Vlasenko2008-04-172-19/+29
* fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.Denis Vlasenko2008-04-175-155/+136
* mount: remove superfluous commentDenis Vlasenko2008-04-071-1/+0
* script: do not ignore poll() errors. ~+20 bytes.Denis Vlasenko2008-04-011-1/+5
* mdev: optional support for regex pattern group substitution.Denis Vlasenko2008-03-292-3/+48
* mdev: fix block/char device detection. Closes bug 2144.Denis Vlasenko2008-03-291-1/+3
* mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko2008-03-291-11/+16
* mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko2008-03-291-109/+99
* whitespace fixesDenis Vlasenko2008-03-282-4/+4
* mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko2008-03-271-71/+69
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-263-4/+4
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-242-6/+6
* lpr: add more accurate commentsDenis Vlasenko2008-03-242-2/+2
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-234-5/+0
* *: fix build problems found with randomconfigDenis Vlasenko2008-03-211-0/+1
* termios can be used by either top or more.Paul Fox2008-03-201-1/+1
* mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko2008-03-181-0/+4
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-4/+5
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-173-3/+3
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-1719-187/+204
* volude_id: remove unused fields and functions which were setting themDenis Vlasenko2008-03-1734-322/+364
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-15/+14
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-175-30/+41
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-174-8/+26
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-1714-22/+26
* help text: regularize format, and shrinkDenis Vlasenko2008-03-171-3/+1
* mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko2008-03-171-18/+22
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-43/+36
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-171-221/+133
* script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko2008-02-281-60/+52
* - fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer2008-02-271-2/+0
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-275-6/+4
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-272-0/+196
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-1/+2
* [#1334] exec script for devices even if they dont have device nodesMike Frysinger2008-02-201-4/+14
* findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko2008-02-192-6/+8
* support for mount by label (not yet tested)Denis Vlasenko2008-02-1839-3/+4601
* mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko2008-02-181-13/+24
* mount: optional support for -vv verbosityDenis Vlasenko2008-02-182-12/+57
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-0/+9
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-1/+1
* mount: make -f work even without mtab supportDenis Vlasenko2008-02-162-20/+42
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5