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