| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some libcs have a char const *strchr()? need to investigate | Laurent Bercot | 2026-03-18 | 1 | -1/+1 |
| | | |||||
| * | Prepare for 0.1.8.1; save/restore errno in safe wrappers | Laurent Bercot | 2026-01-01 | 1 | -1/+3 |
| | | |||||
| * | Don't chmod device nodes for ! lines | Alyssa Ross | 2025-11-06 | 1 | -1/+1 |
| | | | | | | | | | | Busybox mdev will not chmod the device node when the matched rule contains a '!'. Matching this behaviour makes it possible for a rule to preserve the mode set by the kernel for devices that are created automatically by devtmpfs. Signed-off-by: Alyssa Ross <hi@alyssa.is> | ||||
| * | Move to atomic_symlink4 | Laurent Bercot | 2025-08-19 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't pollute mkdirp | Laurent Bercot | 2025-06-30 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add config test option to mdevd (thanks lanodan) | Laurent Bercot | 2025-06-01 | 1 | -2/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Increase default kbufsz to 1 MiB; don't die on ENOBUFS (but spam) | Laurent Bercot | 2025-05-02 | 3 | -7/+12 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add intake option | Laurent Bercot | 2025-04-08 | 1 | -6/+18 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.1.6.5; move sysdevpath to ud scope for multiline | Laurent Bercot | 2024-06-25 | 4 | -46/+56 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | env_merge() should never fail, by policy | Laurent Bercot | 2023-12-20 | 1 | -5/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 1 | -2/+3 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.1.6.3 ; use open2() safe wrapper | Laurent Bercot | 2023-07-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.1.6.1 | Laurent Bercot | 2022-11-29 | 3 | -3/+3 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix the refactor... handle_event() modifies event, duh. | Laurent Bercot | 2022-08-10 | 1 | -10/+8 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adjust rebc output buffer according to kbufsz; refactor rebc call | Laurent Bercot | 2022-08-09 | 1 | -18/+20 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't force nonblock on recvmsg, mdevd-coldplug needs to block | Laurent Bercot | 2022-08-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Use DEVPATH for mdevd-coldplug testing; don't export MDEV on rebc | Laurent Bercot | 2022-08-04 | 2 | -1/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix mdevd-coldlplug -O loop bug | Laurent Bercot | 2022-08-03 | 4 | -8/+11 |
| | | | | | | | | | 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-colplug | Laurent Bercot | 2022-07-24 | 9 | -134/+230 |
| | | | | | | | | | | - 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> | ||||
| * | Increase uevent buffer size to 8k | Laurent Bercot | 2022-06-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix for the end-of-event detection | Laurent Bercot | 2022-05-14 | 1 | -10/+7 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix event handling completion logic | Laurent Bercot | 2022-05-08 | 1 | -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 bug | Laurent Bercot | 2022-05-07 | 1 | -63/+75 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.12.0.0 | Laurent Bercot | 2022-04-09 | 1 | -44/+4 |
| | | | | | | | Need to investigate what pulls vfprintf... Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Support any action type in * and & command directives | Laurent Bercot | 2021-08-27 | 1 | -2/+3 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add -O nlgroups for netlink rebroadcast | Laurent Bercot | 2021-08-27 | 1 | -12/+47 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix sig_altignore() api | Laurent Bercot | 2021-08-18 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix build | Laurent Bercot | 2021-08-14 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 1.0.4.1 | Laurent Bercot | 2021-08-10 | 2 | -6/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Cosmetic fix | Laurent Bercot | 2021-05-06 | 1 | -1/+1 |
| | | |||||
| * | Prepare for 1.0.4.0; new +,-,& directives for execlineb cmd interp | Laurent Bercot | 2021-02-23 | 2 | -93/+98 |
| | | |||||
| * | Prepare for 0.1.3.0; add -C option for autocoldplug | Laurent Bercot | 2020-12-24 | 1 | -2/+14 |
| | | |||||
| * | Get rid of DJBUNIX_FLAG_ adhocness | Laurent Bercot | 2020-12-09 | 1 | -1/+1 |
| | | |||||
| * | coe outputfd; reorganize notif and outputfd tests | Laurent Bercot | 2020-09-25 | 1 | -13/+16 |
| | | |||||
| * | Add -o outputfd, first draft | Laurent Bercot | 2020-09-24 | 1 | -10/+39 |
| | | |||||
| * | Adapt to new stopwatch APIs | Laurent Bercot | 2019-09-06 | 1 | -1/+1 |
| | | |||||
| * | Use a stopwatch. Just for polling around firmware loading, yay. | Laurent Bercot | 2019-09-04 | 1 | -0/+1 |
| | | |||||
| * | Add nsss support | Laurent Bercot | 2018-08-01 | 1 | -0/+2 |
| | | |||||
| * | Remove obsolete [ -1 ] from usage message | Laurent Bercot | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: don't allow EINTR in the main loop | Laurent Bercot | 2018-07-25 | 1 | -1/+1 |
| | | |||||
| * | Prepare for 0.1.0.2 | Laurent Bercot | 2018-07-21 | 1 | -3/+4 |
| | | |||||
| * | Fix usage string (add -D notif) | Laurent Bercot | 2018-04-20 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: fd leak on datafd errors when loading firmware. version: 0.1.0.1v0.1.0.1 | Laurent Bercot | 2018-01-16 | 1 | -4/+5 |
| | | |||||
| * | Increase default kbufsz again, to 500 kB | Laurent Bercot | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Don't add the MDEV envvar more than once | Laurent Bercot | 2018-01-15 | 1 | -3/+6 |
| | | |||||
| * | Triple kbufsz default | Laurent Bercot | 2018-01-15 | 1 | -1/+1 |
| | | |||||
| * | Small bugfixes | Laurent Bercot | 2018-01-15 | 2 | -9/+4 |
| | | |||||
| * | netlink really isn't fd 0 anymore >.> | Laurent Bercot | 2018-01-14 | 1 | -6/+8 |
| | | |||||
| * | Only send readiness notification after the first config file read | Laurent Bercot | 2018-01-14 | 1 | -7/+6 |
| | | |||||
| * | netlink isn't fd 0 anymore | Laurent Bercot | 2018-01-14 | 1 | -7/+7 |
| | | |||||
