aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdev: don't reparse rules on -sDenys Vlasenko2011-09-221-217/+341
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+5
* mdev: expand --help so that it's actually useful.Denys Vlasenko2011-09-191-8/+80
* simplify parsing of /etc/busybox.confDenys Vlasenko2011-05-161-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+35
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* mdev: fix non-working device deletion, add a test for thatDenys Vlasenko2010-08-161-2/+3
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-4/+2
* mdev: add "!" syntax supportDenys Vlasenko2010-04-021-19/+32
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* mdev: fix a trivial SEGVDenys Vlasenko2010-03-161-1/+1
* mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko2010-02-241-22/+32
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* mdev: print line# in error messagesDenys Vlasenko2009-11-071-1/+1
* mdev: do not die on mknod errorsDenys Vlasenko2009-11-011-1/+1
* mdev: adjust error messageBernhard Reutner-Fischer2009-10-271-1/+1
* mdev: handle string modesBernhard Reutner-Fischer2009-10-271-2/+3
* mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer2009-10-271-3/+6
* mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko2009-07-021-3/+7
* mdev: set $MDEV correctly for renamed nodesDenys Vlasenko2009-07-021-37/+39
* mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko2009-06-221-19/+17