aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mdev: safer handling of $SUBSYSTEM in mdev -sDenis Vlasenko2009-04-141-7/+7
* randomconfig fixesDenis Vlasenko2009-04-141-3/+4
* mdev: add support for - "dont stop here" charDenis Vlasenko2009-04-131-82/+97
* mdev: provide $SUBSYSTEM (by Vladimir)Denis Vlasenko2009-04-131-7/+26
* mdev: fix a bug where \t is not treated as delimiter after [>|=PATH]Denis Vlasenko2009-04-131-1/+4
* mdev: make usage text more usefulDenis Vlasenko2009-04-131-17/+17
* mdev: ignore events with "$SUBSYSTEM" == "firmware" && "$ACTION" == "remove"Denis Vlasenko2009-04-131-10/+21
* mdev: do not complain if /sys/block doesn't existDenis Vlasenko2009-04-121-2/+3
* mdev: if /sys/class/block exists, don't scan /sys/blockDenis Vlasenko2009-02-131-4/+11
* mdev: fix breakage caused by unified parser usageDenis Vlasenko2009-01-121-2/+3
* do not whine if /sys/block does not exist ... embedded systems dont need stin...Mike Frysinger2009-01-081-1/+1
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-2/+1
* whitespace fixes, no code changesDenis Vlasenko2008-10-291-2/+2
* watchdog: add -T optionDenis Vlasenko2008-09-071-29/+26
* fix several problems with config parser:Denis Vlasenko2008-07-261-5/+1
* mdev: do not complain if mdev.conf does not exist;Denis Vlasenko2008-07-261-138/+155
* - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXPBernhard Reutner-Fischer2008-07-221-1/+4
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-1/+1
* - fix segfault in nameif with mactab fileBernhard Reutner-Fischer2008-07-171-5/+5
* fix up callsites of config_read to check for >= 0Denis Vlasenko2008-07-161-1/+1
* mdev: support for serializing hotplugDenis Vlasenko2008-07-151-3/+28
* libbb: unified config parser (By Vladimir Dronnikov)Denis Vlasenko2008-07-151-56/+25
* mdev: check for "/block/" substring for block dev detectionDenis Vlasenko2008-07-121-7/+5
* mdev: if device was moved at creation, at removal coreectly removeDenis Vlasenko2008-07-121-19/+37
* mdev: reinstate "follow symlinks" flag, this time with explanationDenis Vlasenko2008-07-061-4/+7
* mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).Denis Vlasenko2008-07-061-5/+12
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-5/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-6/+6
* mdev: add commented-out debug code to open stdio.Denis Vlasenko2008-05-311-0/+9
* mdev: fix counting of '%' in patternDenis Vlasenko2008-05-241-2/+3
* mdev: fix whitespace damageDenis Vlasenko2008-05-231-1/+1
* mdev: suppress "may be used uninitialized" warningDenis Vlasenko2008-05-221-5/+6
* mdev: add support for "only rename" option in mdev.confDenis Vlasenko2008-05-221-3/+5
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+4
* mdev: /sys/class/block/ are also block devicesDenis Vlasenko2008-05-081-2/+8
* mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko2008-05-021-30/+32
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-1/+1
* mdev: optional support for regex pattern group substitution.Denis Vlasenko2008-03-291-3/+41
* 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
* 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-261-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-4/+8
* [#1334] exec script for devices even if they dont have device nodesMike Frysinger2008-02-201-4/+14
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-1/+1
* add support for renaming/relocating device nodesMike Frysinger2008-02-011-5/+43
* as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger2008-01-231-2/+6
* fix buglets found by randomconfigDenis Vlasenko2007-12-211-2/+2