- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
- fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
- 018bee6 mdev: support for serializing hotplug by Denis Vlasenko · 16 years ago
- e559e0a libbb: unified config parser (By Vladimir Dronnikov) mdev: use it by Denis Vlasenko · 16 years ago
- a87045c mdev: check for "/block/" substring for block dev detection by Denis Vlasenko · 16 years ago
- d986048 mdev: if device was moved at creation, at removal coreectly remove by Denis Vlasenko · 16 years ago
- 67075bb mdev: reinstate "follow symlinks" flag, this time with explanation by Denis Vlasenko · 16 years ago
- d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 17 years ago
- e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
- ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
- a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
- 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
- 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
- 4579e9c mdev: /sys/class/block/ are also block devices by Denis Vlasenko · 17 years ago
- 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
- 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
- f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
- aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 17 years ago
- cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
- 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago
- cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 17 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- ae86a33 [#1334] exec script for devices even if they dont have device nodes by Mike Frysinger · 17 years ago
- cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
- f0044c4 add support for renaming/relocating device nodes by Mike Frysinger · 17 years ago
- 46ef46a as reported by George Boudreau, make sure we properly skip blank lines by Mike Frysinger · 17 years ago
- ee87ebf fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
- c881c73 cleanup comments and coding style and rewrite the mdev.conf parser to use common busybox functions and call strdup() less often ... saves a ~few hundred bytes by Mike Frysinger · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
- bb0baed - strndupa is a GNU extension. Using strdup to avoid several errors like: by Bernhard Reutner-Fischer · 17 years ago
- 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 18 years ago
- b51fd35 as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off by Mike Frysinger · 18 years ago
- a78ef2c add support for firmware loading by Mike Frysinger · 18 years ago
- d6766c7 mdev: microscopic enhancement, should change nothing by Denis Vlasenko · 18 years ago
- 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
- cf749bc small fixes: by Denis Vlasenko · 18 years ago
- f46be09 mdev: reduce excessive indentation by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
- a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
- e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 10b36f9 Patch from Chris Steel to fix mdev deleting device nodes. by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- ef10d52 Upgrade mdev to allow commands to be run on create/delete. by Rob Landley · 18 years ago
- 0960ca7 Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. by Rob Landley · 19 years ago
- 5cd1ccd Convert to a global struct, the way sed was. Now I have two, I can work out by Rob Landley · 19 years ago
- 15fe2e1 Shrink the code about 50 bytes, allocate less run-time memory, and add a by Rob Landley · 19 years ago
- a7e3d05 Create /dev/root symlink pointing to real root device, if any. by Rob Landley · 19 years ago
- 271aa40 add back in path nulling after calling find_dev() since it is needed for now ... by Mike Frysinger · 19 years ago
- a421ba8 cleanup style ... just because you use less spaces doesnt mean the resulting code is smaller by Mike Frysinger · 19 years ago
- 248d222 shrink the code a bit by Mike Frysinger · 19 years ago
- 53d57db gavinl writes in Bug 661: by Mike Frysinger · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- e927743 There was a missing ! on strcmp (despite the fact it worked in my testing, by Rob Landley · 19 years ago
- 29e08ff Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need by Rob Landley · 19 years ago
- 1c19dee The major:minor read from dev ends with \n, need to trim that. by Rob Landley · 19 years ago
- 5990efb use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) by Mike Frysinger · 19 years ago
- 9bdd742 Sigh. Left the debug path in. Fixed. by Rob Landley · 19 years ago
- b56c285 Added /etc/mdev.conf support. Adds about 1.9k to mdev. by Rob Landley · 19 years ago
- 70f7ef7 Nothing to see here. Move along. by Rob Landley · 19 years ago