summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-07mdev: create devices from /sys/devDenys Vlasenko1-47/+41
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-19libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko4-29/+24
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston8-17/+13
2015-04-19mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko1-7/+22
2015-04-19mdev: improve loggingDenys Vlasenko1-4/+8
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko1-1/+1
2013-05-13mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss1-12/+35
2013-04-02mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko1-3/+3
2013-03-17mdev: fix build failureDenys Vlasenko1-2/+1
2013-02-27mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko2-91/+181
2013-02-25mdev: add environment variable matchDenys Vlasenko2-8/+73
2013-02-04mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko1-1/+2
2013-01-30mdev: extend debug logging outputDenys Vlasenko1-1/+5
2013-01-21mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2-3/+35
2012-05-19mdev: tell kernel that we didn't find the firmwareChristoph Lohmann1-17/+24
2012-05-19Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko4-49/+40
2012-05-18mdev: remove undocumented subsystem/devname matching hackDenys Vlasenko2-30/+2
2012-05-18mdev: when found, print major,minor into mdev.logDenys Vlasenko3-12/+26
2012-05-18tweak help textDenys Vlasenko1-2/+2
2012-05-18mdev: add support for $DEVNAME and /dev/mdev.log debug aidDenys Vlasenko2-23/+147
2012-04-21mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko1-3/+5
2012-02-06mdev: add a comment. no code changesDenys Vlasenko1-1/+5
2012-01-30mdev: fix wrong sizeofJavier Viguera1-1/+1
2012-01-10mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko3-4/+6
2011-09-22mdev: trim overlong comments. No code changesDenys Vlasenko1-30/+1
2011-09-22mdev: don't reparse rules on -sDenys Vlasenko1-217/+341
2011-09-20add INIT_G()'s. No code changes.Denys Vlasenko11-6/+33
2011-09-19mdev: expand --help so that it's actually useful.Denys Vlasenko5-71/+89
2011-05-15simplify parsing of /etc/busybox.confDenys Vlasenko3-47/+33
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16mdev: fix non-working device deletion, add a test for thatDenys Vlasenko2-2/+13
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko6-10/+11
2010-04-02mdev: add "!" syntax supportDenys Vlasenko2-24/+43
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-03-16mdev: fix a trivial SEGVDenys Vlasenko1-1/+1
2010-02-24mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721.Denys Vlasenko1-22/+32
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-11-07mdev: print line# in error messagesDenys Vlasenko1-1/+1
2009-11-01mdev: do not die on mknod errorsDenys Vlasenko1-1/+1
2009-10-27mdev: adjust error messageBernhard Reutner-Fischer1-1/+1
2009-10-27mdev: handle string modesBernhard Reutner-Fischer1-2/+3
2009-10-27mdev: tiny shrinkage by index_in_stringsBernhard Reutner-Fischer1-3/+6
2009-07-02mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko1-3/+7
2009-07-02mdev: set $MDEV correctly for renamed nodesDenys Vlasenko2-39/+41
2009-06-21mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko2-19/+43
[next]