aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
AgeCommit message (Expand)Author
2016-09-07mdev: create devices from /sys/devDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-04-19mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko
2015-04-19mdev: improve loggingDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko
2013-03-17mdev: fix build failureDenys Vlasenko
2013-02-27mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko
2013-02-26mdev: add environment variable matchDenys Vlasenko
2013-02-04mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko
2013-01-30mdev: extend debug logging outputDenys Vlasenko
2013-01-21mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko
2012-05-19mdev: tell kernel that we didn't find the firmwareChristoph Lohmann
2012-05-19Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2012-05-18mdev: remove undocumented subsystem/devname matching hackDenys Vlasenko
2012-05-18mdev: when found, print major,minor into mdev.logDenys Vlasenko
2012-05-18tweak help textDenys Vlasenko
2012-05-18mdev: add support for $DEVNAME and /dev/mdev.log debug aidDenys Vlasenko
2012-04-21mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko
2012-02-06mdev: add a comment. no code changesDenys Vlasenko
2012-01-30mdev: fix wrong sizeofJavier Viguera
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko
2011-09-22mdev: trim overlong comments. No code changesDenys Vlasenko
2011-09-22mdev: don't reparse rules on -sDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-09-19mdev: expand --help so that it's actually useful.Denys Vlasenko
2011-05-16simplify parsing of /etc/busybox.confDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16mdev: fix non-working device deletion, add a test for thatDenys Vlasenko
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-04-02mdev: add "!" syntax supportDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-16mdev: fix a trivial SEGVDenys Vlasenko
2010-02-24mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-07mdev: print line# in error messagesDenys Vlasenko
2009-11-01mdev: do not die on mknod errorsDenys Vlasenko
2009-10-27mdev: adjust error messageBernhard Reutner-Fischer
2009-10-27mdev: handle string modesBernhard Reutner-Fischer
2009-10-27mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer
2009-07-02mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko
2009-07-02mdev: set $MDEV correctly for renamed nodesDenys Vlasenko
2009-06-22mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko