summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-25 Prepare for 0.1.6.5; move sysdevpath to ud scope for multilineHEADmasterLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-06-07 version: 0.1.6.4v0.1.6.4Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-06-06 Prepare for 0.1.6.4; update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-04-22 Clarify the -b argument to mdevdLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-12-20 env_merge() should never fail, by policyLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-06 version: 0.1.6.3v0.1.6.3Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-22 Simpler MakefileLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Adapt to skalibs-2.14Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-10configure: Catch all of variable valuesMobin
If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
2023-07-07 Prepare for 0.1.6.3 ; use open2() safe wrapperLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-17 version: 0.1.6.2v0.1.6.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-15 Prepare for 0.1.6.2; auto-update INTERNAL_LIBSLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-14 version: 0.1.6.1v0.1.6.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-02 Update dependenciesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Prepare for 0.1.6.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-17 version: 0.1.6.0v0.1.6.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-10 Fix the refactor... handle_event() modifies event, duh.Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-09 Adjust rebc output buffer according to kbufsz; refactor rebc callLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-09 Don't force nonblock on recvmsg, mdevd-coldplug needs to blockLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-04 Use DEVPATH for mdevd-coldplug testing; don't export MDEV on rebcLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-03 Fix mdevd-coldlplug -O loop bugLaurent Bercot
mdevd-coldplug -O reads its data from mdevd, a user process, so the check that we only read kernel data is invalid. Add an option to mdevd_uevent_read() to activate the check or not. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-07-24 Add "settle" functionality to mdevd-colplugLaurent Bercot
- Still untested. - Also prepare for 0.1.6.0. - Includes a refactor of several functions in mdevd, moved into an internal libmdevd that is also used by mdevd-coldplug. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-22 Document optional nsss dependencyLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-14 version: 0.1.5.2v0.1.5.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-14 Increase uevent buffer size to 8kLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-05-20 Credit qylissLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-05-14 Fix for the end-of-event detectionLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-05-08 Fix event handling completion logicLaurent Bercot
With the fix for the duplicate spawn_command bug, we can now return to the main loop mid-script. We need a marker to know when we're done with the event and can rebc it. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-05-07 Tentative fix for the spawn-before-fallthrough bugLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-05-07 Prepare for 0.1.5.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-09 Adapt to skalibs-2.12.0.0Laurent Bercot
Need to investigate what pulls vfprintf... Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-21 version: 0.1.5.1v0.1.5.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-19 Prepare for 0.1.5.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: support DESTDIR for sysdeps tooLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-26 version: 0.1.5.0v0.1.5.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-26 Update docLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-01 Doc typo fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-27 Support any action type in * and & command directivesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-27 Prepare for 0.1.5.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-27 Add -O nlgroups for netlink rebroadcastLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-18 Fix sig_altignore() apiLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-14 Fix buildLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-10 Prepare for 1.0.4.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-05-06 Cosmetic fixLaurent Bercot
2021-04-15 version: 0.1.4.0v0.1.4.0Laurent Bercot
2021-04-13 Update dependenciesLaurent Bercot
2021-04-11 Do not compile or link into /dev/nullLaurent Bercot
2021-04-09 Real noexecstack fix: make strip less greedyLaurent Bercot