summaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)AuthorFilesLines
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko4-5/+0
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko1-0/+1
2008-03-20termios can be used by either top or more.Paul Fox1-1/+1
2008-03-18mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko1-0/+4
2008-03-17brctl: eliminate stray data objectDenis Vlasenko1-4/+5
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko3-3/+3
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko19-187/+204
2008-03-17volude_id: remove unused fields and functions which were setting themDenis Vlasenko34-322/+364
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko1-15/+14
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko5-30/+41
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko1-1/+1
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko4-8/+26
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko14-22/+26
2008-03-17help text: regularize format, and shrinkDenis Vlasenko1-3/+1
2008-03-17mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko1-18/+22
2008-03-17dos2unix: tiny shrinkDenis Vlasenko1-43/+36
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko1-221/+133
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko1-60/+52
2008-02-27- fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer1-2/+0
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko5-6/+4
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2-0/+196
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko1-1/+2
2008-02-20[#1334] exec script for devices even if they dont have device nodesMike Frysinger1-4/+14
2008-02-19findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko2-6/+8
2008-02-18support for mount by label (not yet tested)Denis Vlasenko39-3/+4601
2008-02-18mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko1-13/+24
2008-02-18mount: optional support for -vv verbosityDenis Vlasenko2-12/+57
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko1-0/+9
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko1-1/+1
2008-02-16mount: make -f work even without mtab supportDenis Vlasenko2-20/+42
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko1-3/+5
2008-02-16random s/short/int/Denis Vlasenko4-14/+15
2008-02-15we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger2-8/+8
2008-02-15fix build failure when long opts are enabledMike Frysinger1-11/+10
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger4-99/+232
2008-02-14umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko1-36/+37
2008-02-13switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko1-2/+2
2008-02-13mkswap: fix help text to not lie about supported options.Denis Vlasenko1-6/+39
2008-02-10getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko1-19/+10
2008-02-03mkswap: do not do extra seekDenis Vlasenko3-3/+28
2008-02-01add support for renaming/relocating device nodesMike Frysinger2-5/+52
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer1-1/+1
2008-01-29mount: allow and ignore _netdev optionDenis Vlasenko1-0/+2
2008-01-28*: move getopt reset code to better place(s)Denis Vlasenko1-1/+8
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko1-2/+4
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer1-1/+1
2008-01-25fdisk: comment out unused functionDenis Vlasenko1-0/+2
2008-01-24fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko1-3/+2
2008-01-23as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger1-2/+6
2007-12-26save a bit of code with *strchrnul = '\0' trickDenis Vlasenko1-1/+1