aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17help text: regularize format, and shrinkDenis Vlasenko
2008-03-17mount: plug a hole where FEATURE_MOUNT_HELPERS could allow executionDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko
2008-02-28script: correctly handle buffered "tail" of output. +35 bytes.Denis Vlasenko
2008-02-27- fix compilation failure due to implicit decl of resolve_mount_spec().Bernhard Reutner-Fischer
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-27script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2008-02-20[#1334] exec script for devices even if they dont have device nodesMike Frysinger
2008-02-19findfs,mount: trivial build fix and whitespace fiexsDenis Vlasenko
2008-02-18support for mount by label (not yet tested)Denis Vlasenko
2008-02-18mount: with -vv -f, say what mount() calls we were going to makeDenis Vlasenko
2008-02-18mount: optional support for -vv verbosityDenis Vlasenko
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16mount: make -f work even without mtab supportDenis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-16random s/short/int/Denis Vlasenko
2008-02-15we need to pass back the rtc device name that was actually used so that we ca...Mike Frysinger
2008-02-15fix build failure when long opts are enabledMike Frysinger
2008-02-15split some rtc funcs out of hwclock and into an rtc header/lib so that the ne...Mike Frysinger
2008-02-14umount: instead of non-standard -D, use -d with opposite meaningDenis Vlasenko
2008-02-13switch_root: stop at first non-option. Closes bug 1425.Denis Vlasenko
2008-02-13mkswap: fix help text to not lie about supported options.Denis Vlasenko
2008-02-10getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko
2008-02-03mkswap: do not do extra seekDenis Vlasenko
2008-02-01add support for renaming/relocating device nodesMike Frysinger
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-29mount: allow and ignore _netdev optionDenis Vlasenko
2008-01-28*: move getopt reset code to better place(s)Denis Vlasenko
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-25fdisk: comment out unused functionDenis Vlasenko
2008-01-24fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko
2008-01-23as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger
2007-12-26save a bit of code with *strchrnul = '\0' trickDenis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-24umount: fix fallout from stack reduction changeDenis Vlasenko
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-12-21fix buglets found by randomconfigDenis Vlasenko
2007-12-16fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)Denis Vlasenko
2007-12-02mkfs.minix: add testsuite; disable code which makes images variableDenis Vlasenko
2007-12-02attack the biggest stack users:Denis Vlasenko
2007-11-23fix buglets found by randomconfigDenis Vlasenko
2007-11-19cleanup comments and coding style and rewrite the mdev.conf parser to use com...Mike Frysinger
2007-11-18hexdump: add hd alias, add -R optionDenis Vlasenko
2007-11-16dmesg,klogd: make code more readableDenis Vlasenko