aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
AgeCommit message (Expand)Author
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-22mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko
2020-11-22mdev: clean upDenys Vlasenko
2020-11-22mdev: add -v to increase log verbosityJan Klötzke
2020-11-22mdev: add syslog logging modeJan Klötzke
2020-11-22mdev: re-initialize if uevent messages were lostJan Klötzke
2020-11-22mdev: move daemon setup to dedicated functionJan Klötzke
2020-11-22mdev: increase netlink buffer sizesJan Klötzke
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
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