aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2008-11-30volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytesDenis Vlasenko
2008-11-29acpid: new applet by Vladimir. +737 bytesDenis Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-10-29whitespace fixes, no code changesDenis Vlasenko
2008-10-21getopt: reinstate erroneously removed getopt() reset code.Denis Vlasenko
2008-10-20ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko
2008-10-19add comment explaining previous changeDenis Vlasenko
2008-10-19volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko
2008-10-19blkid: vda forgot to svn add it again. vda is stupidDenis Vlasenko
2008-10-18mount: -o parm1 -o parm2 should accumulateDenis Vlasenko
2008-10-13hush: fix trashing of environment by local env vars:Denis Vlasenko
2008-10-12blkid: new applet. We almost had everything needed for it alreadyDenis Vlasenko
2008-10-12findfs: fix LUKS and FAT detection routines; do not exit if corruptedDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-08-24fbset: fix mode matching code: original code may trigger false positive.Denis Vlasenko
2008-08-23setarch: do not try to use non-existent data in argv[]Denis Vlasenko
2008-08-19- add new applet rdev (Grant Erickson)Bernhard Reutner-Fischer
2008-08-06- support relatime / norelatimeBernhard Reutner-Fischer
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-29randomconfig fixesDenis Vlasenko
2008-07-27fbset: shrink code a bit moreDenis Vlasenko
2008-07-27fbset: code shrinkDenis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-26mdev: do not complain if mdev.conf does not exist;Denis Vlasenko
2008-07-22- strip implied proto and superfluous "www." domain part.Bernhard Reutner-Fischer
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-22- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXPBernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- commentary typo fixBernhard Reutner-Fischer
2008-07-21- fix spellingBernhard Reutner-Fischer
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer
2008-07-19mount: support nfs mount option nordiplus.Denis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko
2008-07-15mdev: support for serializing hotplugDenis Vlasenko
2008-07-15libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko
2008-07-12mdev: check for "/block/" substring for block dev detectionDenis Vlasenko
2008-07-12mdev: if device was moved at creation, at removal coreectly removeDenis Vlasenko
2008-07-11switch_root: shrinkDenis Vlasenko
2008-07-09fdisk: fix compile failureDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-07-08mount: support for "-o mand"Denis Vlasenko
2008-07-06mdev: reinstate "follow symlinks" flag, this time with explanationDenis Vlasenko