aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
AgeCommit message (Expand)Author
2008-07-16fix up callsites of config_read to check for >= 0Denis 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-06mdev: reinstate "follow symlinks" flag, this time with explanationDenis Vlasenko
2008-07-06mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-05-31mdev: add commented-out debug code to open stdio.Denis Vlasenko
2008-05-24mdev: fix counting of '%' in patternDenis Vlasenko
2008-05-23mdev: fix whitespace damageDenis Vlasenko
2008-05-22mdev: suppress "may be used uninitialized" warningDenis Vlasenko
2008-05-22mdev: add support for "only rename" option in mdev.confDenis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-08mdev: /sys/class/block/ are also block devicesDenis Vlasenko
2008-05-02mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko
2008-04-22whitespace fixes. no code changesDenis Vlasenko
2008-03-29mdev: optional support for regex pattern group substitution.Denis Vlasenko
2008-03-29mdev: fix block/char device detection. Closes bug 2144.Denis Vlasenko
2008-03-29mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytesDenis Vlasenko
2008-03-29mdev: fix a bug where it was not stopping on first matching ruleDenis Vlasenko
2008-03-27mdev: plug a few memory and fd leaks; simplify code a bitDenis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-20[#1334] exec script for devices even if they dont have device nodesMike Frysinger
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-01add support for renaming/relocating device nodesMike Frysinger
2008-01-23as reported by George Boudreau, make sure we properly skip blank linesMike Frysinger
2007-12-21fix buglets found by randomconfigDenis Vlasenko
2007-11-19cleanup comments and coding style and rewrite the mdev.conf parser to use com...Mike Frysinger
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-20- strndupa is a GNU extension. Using strdup to avoid several errors like:Bernhard Reutner-Fischer
2007-06-14Alex Landau writes: open firmware for reading, not writingMike Frysinger
2007-06-13as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...Mike Frysinger
2007-06-13add support for firmware loadingMike Frysinger
2007-06-08mdev: microscopic enhancement, should change nothingDenis Vlasenko
2007-06-03find_stray_communal_vars: script which finds communal variablesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-10-16mdev: reduce excessive indentationDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko