aboutsummaryrefslogtreecommitdiff
path: root/toys/mdev.c
AgeCommit message (Expand)Author
2012-05-20dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE...Rob Landley
2012-05-09Remove strndupa() gnu-ism at Georgi's suggestion, and adjust mdev to compile ...Rob Landley
2012-03-08More stabs at getting #includes right, and moving off of deprecated functions.Rob Landley
2010-01-05Use fdlength() instead of lseek(SEEK_END).Rob Landley
2008-12-14Shut up some new aggressively stupid warnings gcc 4.3 produces.Rob Landley
2008-05-12Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.Rob Landley
2008-02-12Add TOYFLAG_UMASK.Rob Landley
2008-02-12Fix up (admittedly stubby) mdev so it's actually hooked up to the build.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-12-03Add comments about SUSv3 specs (or lack thereof).Rob Landley
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-11-15Remove trailing whitespace (thanks to Charlie Shepherd), and a couple commentRob Landley
2007-04-23Add sync and an incomplete version of mdev.Rob Landley