Age | Commit message (Expand) | Author |
2008-04-22 | whitespace fixes. no code changes | Denis Vlasenko |
2008-03-29 | mdev: optional support for regex pattern group substitution. | Denis Vlasenko |
2008-03-29 | mdev: fix block/char device detection. Closes bug 2144. | Denis Vlasenko |
2008-03-29 | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko |
2008-03-29 | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko |
2008-03-27 | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-20 | [#1334] exec script for devices even if they dont have device nodes | Mike Frysinger |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko |
2008-02-01 | add support for renaming/relocating device nodes | Mike Frysinger |
2008-01-23 | as reported by George Boudreau, make sure we properly skip blank lines | Mike Frysinger |
2007-12-21 | fix buglets found by randomconfig | Denis Vlasenko |
2007-11-19 | cleanup comments and coding style and rewrite the mdev.conf parser to use com... | Mike Frysinger |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-06-30 | introduce 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-14 | Alex Landau writes: open firmware for reading, not writing | Mike Frysinger |
2007-06-13 | as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo... | Mike Frysinger |
2007-06-13 | add support for firmware loading | Mike Frysinger |
2007-06-08 | mdev: microscopic enhancement, should change nothing | Denis Vlasenko |
2007-06-03 | find_stray_communal_vars: script which finds communal variables | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko |
2006-11-26 | small fixes: | Denis Vlasenko |
2006-10-16 | mdev: reduce excessive indentation | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-10 | Patch from Chris Steel to fix mdev deleting device nodes. | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-26 | Upgrade mdev to allow commands to be run on create/delete. | Rob Landley |
2006-06-13 | Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. | Rob Landley |
2006-05-21 | Convert to a global struct, the way sed was. Now I have two, I can work out | Rob Landley |
2006-05-08 | Shrink the code about 50 bytes, allocate less run-time memory, and add a | Rob Landley |
2006-02-21 | Create /dev/root symlink pointing to real root device, if any. | Rob Landley |
2006-02-07 | add back in path nulling after calling find_dev() since it is needed for now ... | Mike Frysinger |
2006-02-03 | cleanup style ... just because you use less spaces doesnt mean the resulting ... | Mike Frysinger |
2006-02-03 | shrink the code a bit | Mike Frysinger |
2006-02-03 | gavinl writes in Bug 661: | Mike Frysinger |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | There was a missing ! on strcmp (despite the fact it worked in my testing, | Rob Landley |
2006-01-12 | Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need | Rob Landley |
2006-01-12 | The major:minor read from dev ends with \n, need to trim that. | Rob Landley |