about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 0.1.6.5; move sysdevpath to ud scope for multiline HEAD masterLaurent Bercot5 days9-50/+73
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.6.4 v0.1.6.4Laurent Bercot2024-06-072-1/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.6.4; update depsLaurent Bercot2024-06-065-7/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clarify the -b argument to mdevdLaurent Bercot2024-04-221-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* env_merge() should never fail, by policyLaurent Bercot2023-12-201-5/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.6.3 v0.1.6.3Laurent Bercot2023-11-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-094-6/+12
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-091-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | 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>
* Prepare for 0.1.6.3 ; use open2() safe wrapperLaurent Bercot2023-07-076-8/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.6.2 v0.1.6.2Laurent Bercot2023-02-171-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.6.2; auto-update INTERNAL_LIBSLaurent Bercot2023-02-158-15/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.6.1 v0.1.6.1Laurent Bercot2023-01-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update dependenciesLaurent Bercot2023-01-023-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.6.1Laurent Bercot2022-11-298-10/+28
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.6.0 v0.1.6.0Laurent Bercot2022-08-171-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix the refactor... handle_event() modifies event, duh.Laurent Bercot2022-08-101-10/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adjust rebc output buffer according to kbufsz; refactor rebc callLaurent Bercot2022-08-092-18/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't force nonblock on recvmsg, mdevd-coldplug needs to blockLaurent Bercot2022-08-091-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Use DEVPATH for mdevd-coldplug testing; don't export MDEV on rebcLaurent Bercot2022-08-042-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix mdevd-coldlplug -O loop bugLaurent Bercot2022-08-035-8/+13
| | | | | | | | 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>
* Add "settle" functionality to mdevd-colplugLaurent Bercot2022-07-2417-149/+283
| | | | | | | | | - 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>
* Document optional nsss dependencyLaurent Bercot2022-06-221-0/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.5.2 v0.1.5.2Laurent Bercot2022-06-143-3/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Increase uevent buffer size to 8kLaurent Bercot2022-06-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Credit qylissLaurent Bercot2022-05-202-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix for the end-of-event detectionLaurent Bercot2022-05-141-10/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix event handling completion logicLaurent Bercot2022-05-081-31/+34
| | | | | | | | 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>
* Tentative fix for the spawn-before-fallthrough bugLaurent Bercot2022-05-071-63/+75
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.5.2Laurent Bercot2022-05-076-6/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.12.0.0Laurent Bercot2022-04-091-44/+4
| | | | | | Need to investigate what pulls vfprintf... Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.5.1 v0.1.5.1Laurent Bercot2021-12-211-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.5.1Laurent Bercot2021-12-195-5/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: support DESTDIR for sysdeps tooLaurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot2021-12-051-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.1.5.0 v0.1.5.0Laurent Bercot2021-09-261-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update docLaurent Bercot2021-09-263-2/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc typo fixLaurent Bercot2021-09-011-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support any action type in * and & command directivesLaurent Bercot2021-08-272-4/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.1.5.0Laurent Bercot2021-08-274-4/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add -O nlgroups for netlink rebroadcastLaurent Bercot2021-08-272-13/+53
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix sig_altignore() apiLaurent Bercot2021-08-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix buildLaurent Bercot2021-08-141-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 1.0.4.1Laurent Bercot2021-08-108-11/+60
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Cosmetic fixLaurent Bercot2021-05-061-1/+1
|
* version: 0.1.4.0 v0.1.4.0Laurent Bercot2021-04-151-3/+4
|
* Update dependenciesLaurent Bercot2021-04-134-4/+5
|
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-092-3/+2
|