index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
mdev.c
Age
Commit message (
Expand
)
Author
2019-01-22
Whitespace: remove tabs from indentation.
Elliott Hughes
2018-11-29
Marius Adaskevicius pointed out mdev -s should follow symlinks.
Rob Landley
2018-08-07
Added support for a fourth field in mdev.conf
Faustas Azuolas Bagdonas
2018-04-08
Add mkpath() for common case of mkpathat(), and #define magic constants.
Rob Landley
2017-12-03
Gaƫl PORTAY wants mdev to work when Linux has the block layer configured out.
Rob Landley
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2017-05-24
Add and use xmmap.
Elliott Hughes
2016-08-04
Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
Rob Landley
2016-03-02
For years the man pages have said to #include <sys/types.h> to get
Rob Landley
2015-10-04
Minor cleanup and add "MODALIAS" handler (suggested by Isaac Dunham).
Rob Landley
2015-08-01
'!' replaces '/' in the sysfs paths of older drivers, so properly
Isaac Dunham
2015-04-19
mdev: implement hotplug support.
Isaac Dunham
2015-04-08
Revert last mdev commit because it copied code out of a GPLv2 program.
Rob Landley
2015-03-18
mdev : add hotplugin feature
Hyejin Kim
2014-03-29
Group headers by standard (POSIX or LSB) or function (internationalization, n...
Rob Landley
2013-03-16
Move mdev into the pending directory, since it's not done yet.
Rob Landley