about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 0.1.6.5; move sysdevpath to ud scope for multiline HEAD masterLaurent Bercot2024-06-254-46/+56
* env_merge() should never fail, by policyLaurent Bercot2023-12-201-5/+1
* Adapt to skalibs-2.14Laurent Bercot2023-09-091-2/+3
* Prepare for 0.1.6.3 ; use open2() safe wrapperLaurent Bercot2023-07-071-1/+1
* Prepare for 0.1.6.1Laurent Bercot2022-11-293-3/+3
* Fix the refactor... handle_event() modifies event, duh.Laurent Bercot2022-08-101-10/+8
* Adjust rebc output buffer according to kbufsz; refactor rebc callLaurent Bercot2022-08-091-18/+20
* Don't force nonblock on recvmsg, mdevd-coldplug needs to blockLaurent Bercot2022-08-091-1/+1
* Use DEVPATH for mdevd-coldplug testing; don't export MDEV on rebcLaurent Bercot2022-08-042-1/+2
* Fix mdevd-coldlplug -O loop bugLaurent Bercot2022-08-034-8/+11
* Add "settle" functionality to mdevd-colplugLaurent Bercot2022-07-249-134/+230
* Increase uevent buffer size to 8kLaurent Bercot2022-06-141-1/+1
* Fix for the end-of-event detectionLaurent Bercot2022-05-141-10/+7
* Fix event handling completion logicLaurent Bercot2022-05-081-31/+34
* Tentative fix for the spawn-before-fallthrough bugLaurent Bercot2022-05-071-63/+75
* Adapt to skalibs-2.12.0.0Laurent Bercot2022-04-091-44/+4
* Support any action type in * and & command directivesLaurent Bercot2021-08-271-2/+3
* Add -O nlgroups for netlink rebroadcastLaurent Bercot2021-08-271-12/+47
* Fix sig_altignore() apiLaurent Bercot2021-08-181-1/+1
* Fix buildLaurent Bercot2021-08-141-1/+0
* Prepare for 1.0.4.1Laurent Bercot2021-08-102-6/+6
* Cosmetic fixLaurent Bercot2021-05-061-1/+1
* Prepare for 1.0.4.0; new +,-,& directives for execlineb cmd interpLaurent Bercot2021-02-232-93/+98
* Prepare for 0.1.3.0; add -C option for autocoldplugLaurent Bercot2020-12-241-2/+14
* Get rid of DJBUNIX_FLAG_ adhocnessLaurent Bercot2020-12-091-1/+1
* coe outputfd; reorganize notif and outputfd testsLaurent Bercot2020-09-251-13/+16
* Add -o outputfd, first draftLaurent Bercot2020-09-241-10/+39
* Adapt to new stopwatch APIsLaurent Bercot2019-09-061-1/+1
* Use a stopwatch. Just for polling around firmware loading, yay.Laurent Bercot2019-09-041-0/+1
* Add nsss supportLaurent Bercot2018-08-011-0/+2
* Remove obsolete [ -1 ] from usage messageLaurent Bercot2018-07-251-1/+1
* Bugfix: don't allow EINTR in the main loopLaurent Bercot2018-07-251-1/+1
* Prepare for 0.1.0.2Laurent Bercot2018-07-211-3/+4
* Fix usage string (add -D notif)Laurent Bercot2018-04-201-1/+1
* Bugfix: fd leak on datafd errors when loading firmware. version: 0.1.0.1 v0.1.0.1Laurent Bercot2018-01-161-4/+5
* Increase default kbufsz again, to 500 kBLaurent Bercot2018-01-161-1/+1
* Don't add the MDEV envvar more than onceLaurent Bercot2018-01-151-3/+6
* Triple kbufsz defaultLaurent Bercot2018-01-151-1/+1
* Small bugfixesLaurent Bercot2018-01-152-9/+4
* netlink really isn't fd 0 anymore >.>Laurent Bercot2018-01-141-6/+8
* Only send readiness notification after the first config file readLaurent Bercot2018-01-141-7/+6
* netlink isn't fd 0 anymoreLaurent Bercot2018-01-141-7/+7
* New mdevd model, prepare for 0.1.0.0Laurent Bercot2018-01-145-334/+223
* Inline more functionsLaurent Bercot2017-10-231-2/+2
* Only reload when it's safe; credit mixi; doc dep to skalibs-2.6.0.2Laurent Bercot2017-10-231-4/+6
* Add line counting to first pass; refactor error messagesLaurent Bercot2017-10-222-18/+24
* Don't fail mkdirp on EEXISTLaurent Bercot2017-10-221-1/+1
* Don't read clock in main loop, start columns at 1, honor verbosityLaurent Bercot2017-10-221-4/+4
* Start line counting at 1Laurent Bercot2017-10-222-1/+2
* Option args need to be absolute pathsLaurent Bercot2017-10-221-1/+4