summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-09 Adapt to skalibs-2.14Laurent Bercot
2023-07-07 Prepare for 0.1.6.3 ; use open2() safe wrapperLaurent Bercot
2022-11-29 Prepare for 0.1.6.1Laurent Bercot
2022-08-10 Fix the refactor... handle_event() modifies event, duh.Laurent Bercot
2022-08-09 Adjust rebc output buffer according to kbufsz; refactor rebc callLaurent Bercot
2022-08-09 Don't force nonblock on recvmsg, mdevd-coldplug needs to blockLaurent Bercot
2022-08-04 Use DEVPATH for mdevd-coldplug testing; don't export MDEV on rebcLaurent Bercot
2022-08-03 Fix mdevd-coldlplug -O loop bugLaurent Bercot
2022-07-24 Add "settle" functionality to mdevd-colplugLaurent Bercot
2022-06-14 Increase uevent buffer size to 8kLaurent Bercot
2022-05-14 Fix for the end-of-event detectionLaurent Bercot
2022-05-08 Fix event handling completion logicLaurent Bercot
2022-05-07 Tentative fix for the spawn-before-fallthrough bugLaurent Bercot
2022-04-09 Adapt to skalibs-2.12.0.0Laurent Bercot
2021-08-27 Support any action type in * and & command directivesLaurent Bercot
2021-08-27 Add -O nlgroups for netlink rebroadcastLaurent Bercot
2021-08-18 Fix sig_altignore() apiLaurent Bercot
2021-08-14 Fix buildLaurent Bercot
2021-08-10 Prepare for 1.0.4.1Laurent Bercot
2021-05-06 Cosmetic fixLaurent Bercot
2021-02-23 Prepare for 1.0.4.0; new +,-,& directives for execlineb cmd interpLaurent Bercot
2020-12-24 Prepare for 0.1.3.0; add -C option for autocoldplugLaurent Bercot
2020-12-09 Get rid of DJBUNIX_FLAG_ adhocnessLaurent Bercot
2020-09-25 coe outputfd; reorganize notif and outputfd testsLaurent Bercot
2020-09-24 Add -o outputfd, first draftLaurent Bercot
2019-09-06 Adapt to new stopwatch APIsLaurent Bercot
2019-09-04 Use a stopwatch. Just for polling around firmware loading, yay.Laurent Bercot
2018-08-01 Add nsss supportLaurent Bercot
2018-07-25 Remove obsolete [ -1 ] from usage messageLaurent Bercot
2018-07-25 Bugfix: don't allow EINTR in the main loopLaurent Bercot
2018-07-21 Prepare for 0.1.0.2Laurent Bercot
2018-04-20 Fix usage string (add -D notif)Laurent Bercot
2018-01-16 Bugfix: fd leak on datafd errors when loading firmware. version: 0.1.0.1v0.1.0.1Laurent Bercot
2018-01-16 Increase default kbufsz again, to 500 kBLaurent Bercot
2018-01-15 Don't add the MDEV envvar more than onceLaurent Bercot
2018-01-15 Triple kbufsz defaultLaurent Bercot
2018-01-15 Small bugfixesLaurent Bercot
2018-01-14 netlink really isn't fd 0 anymore >.>Laurent Bercot
2018-01-14 Only send readiness notification after the first config file readLaurent Bercot
2018-01-14 netlink isn't fd 0 anymoreLaurent Bercot
2018-01-14 New mdevd model, prepare for 0.1.0.0Laurent Bercot
2017-10-23 Inline more functionsLaurent Bercot
2017-10-23 Only reload when it's safe; credit mixi; doc dep to skalibs-2.6.0.2Laurent Bercot
2017-10-22 Add line counting to first pass; refactor error messagesLaurent Bercot
2017-10-22 Don't fail mkdirp on EEXISTLaurent Bercot
2017-10-22 Don't read clock in main loop, start columns at 1, honor verbosityLaurent Bercot
2017-10-22 Start line counting at 1Laurent Bercot
2017-10-22 Option args need to be absolute pathsLaurent Bercot
2017-10-22 Remove loldebugsLaurent Bercot
2017-10-22 Fix 8 GB stack smashing bug (*cough* UINT_MAX isn't UINT_FMT). Thanks mixi.Laurent Bercot