summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* random s/short/int/Denis Vlasenko2008-02-164-14/+15
* we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2008-02-152-8/+8
* fix build failure when long opts are enabledMike Frysinger2008-02-151-11/+10
* split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger2008-02-154-99/+232
* umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko2008-02-141-36/+37
* switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko2008-02-131-2/+2
* mkswap: fix help text to not lie about supported options.Denis Vlasenko2008-02-131-6/+39
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-101-19/+10
* mkswap: do not do extra seekDenis Vlasenko2008-02-033-3/+28
* add support for renaming/relocating device nodesMike Frysinger2008-02-012-5/+52
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-1/+1
* mount: allow and ignore _netdev optionDenis Vlasenko2008-01-291-0/+2
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-281-1/+8
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-2/+4
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* fdisk: comment out unused functionDenis Vlasenko2008-01-251-0/+2
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-241-3/+2
* as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger2008-01-231-2/+6
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-1/+1