summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2022-11-29 Prepare for 0.1.6.1Laurent 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-05-07 Prepare for 0.1.5.2Laurent 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-08-27 Prepare for 0.1.5.0Laurent 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-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-09-24 Add -o outputfd, first draftLaurent Bercot
2020-01-27 Prepare for 0.1.1.2Laurent Bercot
2019-10-21 Fix gen-deps.sh for cross-buildsLaurent Bercot
2019-10-21 Prepare for 0.1.1.1Laurent Bercot
2019-08-09 Prepare for 0.1.1.0Laurent Bercot
2019-02-24 Build everything as PIC by default; prepare for 0.1.0.3Laurent Bercot
2018-08-20 Better support for slashpackage nsss buildsLaurent Bercot
2018-08-01 Add nsss supportLaurent Bercot
2018-07-21 Prepare for 0.1.0.2Laurent Bercot
2018-01-16 Bugfix: fd leak on datafd errors when loading firmware. version: 0.1.0.1v0.1.0.1Laurent Bercot
2018-01-14 New mdevd model, prepare for 0.1.0.0Laurent Bercot
- mdevd-netlink removed - mdevd listens to the netlink itself - mdevd-coldplug writes nothing to stdout, but triggers the kernel to create uevents
2017-10-22 Initial commitLaurent Bercot