aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-03libbb: move netlink socket binding to the utility functionDenys Vlasenko
2019-06-03mdev: add support to run as daemonJan Klötzke
2019-06-03mdev: use option parser helperJan Klötzke
2019-06-03mdev: move action processing into separate functionsJan Klötzke
2018-12-28config: update size informationDenys Vlasenko
2018-12-08mdev: suppress aliasing warningDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
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