nldev

NetLink DEVice manager; a lightweight netlink frontend for mdev.
git clone git://r-36.net/nldev
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-09-12 19:24Fix style of usage declaration in nltrigger.Christoph Lohmann1+2-1
2021-09-12 19:22Fix argument handling in nltrigger.Christoph Lohmann1+9-8
2021-09-12 18:59Push v0.4 with major changes.Christoph Lohmann6+265-141
2021-09-12 08:58Change LICENSE to current state.Christoph Lohmann1+2-1
2021-09-11 12:24if neither subsystem nor runpath is specified, process uevents based on compiled-in configPlaton Ryzhikov4+45-5
2019-01-13 07:20Do not wait runpath to exitPlaton Ryzhikov1+0-2
2019-01-13 07:15Fix nltrigger behavior for uevents with '_' in pathPlaton Ryzhikov1+2-2
2018-08-03 10:44Fix spaces vs. tabs problemChristoph Lohmann1+1-1
2018-08-03 06:56nltrigger: proceed all ueventsPlaton Ryzhikov1+2-2
2016-03-03 12:43Fix oob in arg.h.Christoph Lohmann1+16-23
2015-07-27 15:28My default, _GNU_SOURCE is needed.Christoph Lohmann1+1-1
2015-07-27 15:26Update arg.h and remove the compiler warning about DEFAULT SOURCE.Christoph Lohmann2+19-5
2015-03-12 20:44nldev: set kernel buffer to 16kbNatanael Copa1+1-1
2015-03-12 20:05nldev: close netlink filhandle on execNatanael Copa1+1-0
2015-03-12 19:59nldev: do not try trap SIGKILLNatanael Copa1+0-2
2014-12-29 21:01move netlink socket initialization to its own functionNatanael Copa1+35-23
2012-06-10 16:23Applying DVB changes for the new mdev.conf format.Christoph Lohmann1+12-10
2012-05-28 11:55Preliminary fixes for the new mdev in busybox.Christoph Lohmann3+66-45
2012-05-19 08:02devinput and /dev/fd are now correctly created.Christoph Lohmann6+34-23
2012-05-18 13:20Sanitizing env handling for children and using busbox for scripts.Christoph Lohmann3+5-13
2012-05-11 14:16There could be now /proc/fd or /dev/fd.Christoph Lohmann1+5-1
2012-05-03 14:19Fixing the spelling in the manpage.Christoph Lohmann1+1-1
2012-05-02 19:36Moving nldev to man section 8.Christoph Lohmann3+76-76
2012-05-02 19:24Fixing the dup handling of the child.Christoph Lohmann1+2-4
2012-05-02 19:06Fixing dup typo in execl.Christoph Lohmann1+1-1
2012-04-29 17:33Making the FIXES.md into the Makefile.Christoph Lohmann1+1-1
2012-04-29 17:33Adding a simple db for fixing udev dependencies.Christoph Lohmann1+14-0
2012-04-28 18:43Some more oss ads for the README.md.Christoph Lohmann1+21-0
2012-04-28 18:34A bit more precise in README.md.Christoph Lohmann8+470-0
2012-04-28 18:31Add README.md.Christoph Lohmann1+33-0
2012-04-28 18:30Add nltrigger.Christoph Lohmann3+62-0
2012-04-28 09:59Adding a common startup script that supports logging.Christoph Lohmann3+7-1
2012-04-28 09:13Message error handling fixed at nl_pid and EINTR.Christoph Lohmann1+7-9
2012-04-28 08:59Adding security and nasty comments.Christoph Lohmann3+62-11
2012-04-15 21:08Initial commit.Christoph Lohmann6+498-0