aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
AgeCommit message (Expand)Author
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
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-10Patch from Chris Steel to fix mdev deleting device nodes.Rob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-26Upgrade mdev to allow commands to be run on create/delete.Rob Landley
2006-06-13Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped.Rob Landley
2006-05-21Convert to a global struct, the way sed was. Now I have two, I can work outRob Landley
2006-05-08Shrink the code about 50 bytes, allocate less run-time memory, and add aRob Landley
2006-02-21Create /dev/root symlink pointing to real root device, if any.Rob Landley
2006-02-07add back in path nulling after calling find_dev() since it is needed for now ...Mike Frysinger
2006-02-03cleanup style ... just because you use less spaces doesnt mean the resulting ...Mike Frysinger
2006-02-03shrink the code a bitMike Frysinger
2006-02-03gavinl writes in Bug 661:Mike Frysinger
2006-01-25just whitespaceTim Riker