aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko2020-11-221-10/+6
* mdev: clean upDenys Vlasenko2020-11-221-10/+10
* mdev: add -v to increase log verbosityJan Klötzke2020-11-221-3/+8
* mdev: add syslog logging modeJan Klötzke2020-11-221-6/+18
* mdev: re-initialize if uevent messages were lostJan Klötzke2020-11-221-0/+10
* mdev: move daemon setup to dedicated functionJan Klötzke2020-11-221-17/+27
* mdev: increase netlink buffer sizesJan Klötzke2020-11-221-9/+17
* libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-011-11/+9
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+8
* libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-20/+8
* mdev: add support to run as daemonJan Klötzke2019-06-031-17/+120
* mdev: use option parser helperJan Klötzke2019-06-031-2/+9
* mdev: move action processing into separate functionsJan Klötzke2019-06-031-72/+82
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* mdev: suppress aliasing warningDenys Vlasenko2018-12-081-1/+11
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-17/+17
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* mdev: create devices from /sys/devDenys Vlasenko2016-09-071-47/+41
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+1
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-1/+1
* mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko2015-04-191-7/+22
* mdev: improve loggingDenys Vlasenko2015-04-191-4/+8
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko2014-09-081-1/+1
* mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss2013-05-131-12/+35
* mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko2013-04-021-3/+3
* mdev: fix build failureDenys Vlasenko2013-03-171-2/+1
* mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko2013-02-271-88/+177
* mdev: add environment variable matchDenys Vlasenko2013-02-261-6/+71
* mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko2013-02-041-1/+2
* mdev: extend debug logging outputDenys Vlasenko2013-01-301-1/+5
* mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2013-01-211-2/+14
* mdev: tell kernel that we didn't find the firmwareChristoph Lohmann2012-05-191-17/+24
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2012-05-191-37/+14
|\
| * mdev: remove undocumented subsystem/devname matching hackDenys Vlasenko2012-05-181-29/+2
| * mdev: when found, print major,minor into mdev.logDenys Vlasenko2012-05-181-8/+12
* | tweak help textDenys Vlasenko2012-05-181-2/+2
|/
* mdev: add support for $DEVNAME and /dev/mdev.log debug aidDenys Vlasenko2012-05-181-20/+147
* mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko2012-04-211-3/+5
* mdev: add a comment. no code changesDenys Vlasenko2012-02-061-1/+5
* mdev: fix wrong sizeofJavier Viguera2012-01-301-1/+1
* mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko2012-01-111-1/+2
* mdev: trim overlong comments. No code changesDenys Vlasenko2011-09-221-30/+1