summaryrefslogtreecommitdiff
path: root/util-linux/mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup comments and coding style and rewrite the mdev.conf parser to use com...Mike Frysinger2007-11-191-95/+98
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* introduce and use bb_basename()Denis Vlasenko2007-06-301-2/+2
* - strndupa is a GNU extension. Using strdup to avoid several errors like:Bernhard Reutner-Fischer2007-06-201-3/+8
* Alex Landau writes: open firmware for reading, not writingMike Frysinger2007-06-141-1/+1
* as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...Mike Frysinger2007-06-131-32/+27
* add support for firmware loadingMike Frysinger2007-06-131-2/+73
* mdev: microscopic enhancement, should change nothingDenis Vlasenko2007-06-081-8/+6
* find_stray_communal_vars: script which finds communal variablesDenis Vlasenko2007-06-031-11/+9
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+2
* small fixes:Denis Vlasenko2006-11-261-2/+2
* mdev: reduce excessive indentationDenis Vlasenko2006-10-161-105/+112
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+1
* lots of silly indent fixesDenis Vlasenko2006-10-031-1/+1
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-1/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* Patch from Chris Steel to fix mdev deleting device nodes.Rob Landley2006-08-101-7/+9
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-7/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-1/+2
* Upgrade mdev to allow commands to be run on create/delete.Rob Landley2006-06-261-91/+95
* Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped.Rob Landley2006-06-131-5/+6
* Convert to a global struct, the way sed was. Now I have two, I can work outRob Landley2006-05-211-4/+9
* Shrink the code about 50 bytes, allocate less run-time memory, and add aRob Landley2006-05-081-20/+19