| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some compilers don't like labels ending compound statements | Laurent Bercot | 2025-12-24 | 1 | -2/+2 |
| * | fstab2s6rc: warn on UUID=/LABEL= when -U | Laurent Bercot | 2025-12-11 | 1 | -20/+18 |
| * | fstab2s6rc: doc typo fix; add binddep even for non-bind mounts | Laurent Bercot | 2025-12-11 | 1 | -1/+1 |
| * | Working version of fstab2s6rc, with binddep and everything | Laurent Bercot | 2025-12-08 | 1 | -137/+198 |
| * | fstab2s6rc: handle "none" type and empty options | Laurent Bercot | 2025-11-29 | 1 | -30/+40 |
| * | fstab2s6rc: fix mountpoint insertion | Laurent Bercot | 2025-11-29 | 1 | -41/+39 |
| * | Add fstab2s6rc (untested), prepare for 2.6.4.0 | Laurent Bercot | 2025-11-28 | 6 | -29/+705 |
| * | rngseed: use mkdirp2 | Laurent Bercot | 2025-06-30 | 1 | -16/+2 |
| * | Prepare for 2.6.2.0, add minflt/majflt to s6-ps | Laurent Bercot | 2023-09-07 | 4 | -61/+117 |
| * | Prepare for 2.6.1.3, use safe wrappers | Laurent Bercot | 2023-07-07 | 1 | -1/+2 |
| * | Fix build issue with old glibc | Laurent Bercot | 2023-02-23 | 1 | -0/+2 |
| * | Fix option order in s6-mount | Laurent Bercot | 2023-02-12 | 1 | -2/+2 |
| * | Deglobalize s6-ps | Laurent Bercot | 2023-02-12 | 14 | -342/+376 |
| * | Code refactor; only s6-ps has remaining globals now | Laurent Bercot | 2023-02-11 | 34 | -250/+279 |
| * | s6-mount: add support for relatime/norelatime options | Laurent Bercot | 2023-01-24 | 1 | -0/+2 |
| * | Prepare for 2.6.0.1 | Laurent Bercot | 2022-11-29 | 12 | -12/+12 |
| * | Prepare for 2.6.0.0; delete s6-fillurandompool; add rngseed | Laurent Bercot | 2022-06-08 | 4 | -11/+281 |
| * | Prepare for 2.5.1.8; adapt to skalibs-2.12.0.0 | Laurent Bercot | 2022-04-09 | 1 | -5/+1 |
| * | Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0 | Laurent Bercot | 2021-08-10 | 6 | -17/+17 |
| * | Adapt to new skalibs/exec.h | Laurent Bercot | 2020-11-29 | 2 | -14/+10 |
| * | C is stupid, part 270.4 | Laurent Bercot | 2020-03-30 | 1 | -7/+7 |
| * | Use wallclock explicitly | Laurent Bercot | 2019-09-04 | 1 | -1/+1 |
| * | Fix clang build: rewrite avltreeb into avltreen, requires new skalibs | Laurent Bercot | 2018-09-30 | 1 | -8/+7 |
| * | Remove s6-devd, s6-uevent-listener, s6-uevent-spawner, prepare for 2.5.0.0 | Laurent Bercot | 2018-08-14 | 6 | -519/+0 |
| * | Add nsss support, prepare for 2.4.0.3 | Laurent Bercot | 2018-08-01 | 1 | -0/+2 |
| * | Add missing flag options to s6-mount | Laurent Bercot | 2018-04-13 | 1 | -0/+17 |
| * | Fix s6-logwatch busyloop issue | Laurent Bercot | 2018-01-17 | 1 | -0/+2 |
| * | Deprecate s6-uevent-*, prepare for 2.4.0.2 | Laurent Bercot | 2017-10-26 | 2 | -0/+2 |
| * | Rewrite s6-logwatch | Laurent Bercot | 2017-10-13 | 1 | -95/+109 |
| * | And with the previous change, _BSD_SOURCE can go | Laurent Bercot | 2017-10-05 | 1 | -4/+0 |
| * | Include sys/sysmacros.h because glibc is glibc | Laurent Bercot | 2017-10-05 | 1 | -0/+1 |
| * | Convert to xpathexec | Laurent Bercot | 2017-08-22 | 3 | -6/+3 |
| * | Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interface | Laurent Bercot | 2017-04-27 | 2 | -36/+39 |
| * | Change s6-uevent-listener API: don't spawn, write events to stdout | Laurent Bercot | 2017-04-14 | 1 | -57/+18 |
| * | Fix s6-ps types parsing | Laurent Bercot | 2017-04-13 | 1 | -4/+14 |
| * | Replace fd_writev with buffer_write in s6-uevent-listener | Laurent Bercot | 2017-04-12 | 4 | -81/+77 |
| * | Make sure avltree indices (in s6-ps) are uint32_t | Laurent Bercot | 2017-03-27 | 6 | -16/+20 |
| * | Fix a few omissions2.3.0.0 | Laurent Bercot | 2017-03-12 | 7 | -21/+20 |
| * | Make it build with skalibs-2.5.0.0 | Laurent Bercot | 2017-03-08 | 14 | -129/+116 |
| * | Types fix, first pass | Laurent Bercot | 2017-01-08 | 15 | -170/+192 |
| * | Fix type of the dummy char in s6-fillurandompool | Laurent Bercot | 2016-10-14 | 1 | -1/+1 |
| * | Port to new librandom API. | Laurent Bercot | 2016-10-14 | 1 | -20/+5 |
| * | s6-fillurandompool: add workaround for old libcs that don't define SYS_getra... | Laurent Bercot | 2016-09-15 | 1 | -2/+5 |
| * | Add s6-fillurandompool | Laurent Bercot | 2016-09-15 | 2 | -0/+27 |
| * | Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package) | Laurent Bercot | 2016-09-10 | 8 | -69/+2 |
| * | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 2 | -0/+2 |
| * | Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed. | Laurent Bercot | 2016-03-19 | 10 | -70/+23 |
| * | Add halt, poweroff, reboot as unexported commands | Laurent Bercot | 2016-03-17 | 7 | -0/+73 |
| * | s6-mount bugfix: better parsing of -o options | Laurent Bercot | 2016-03-12 | 1 | -1/+1 |
| * | s6-mount: exit 1, not 111, on EBUSY (already mounted) | Laurent Bercot | 2016-01-12 | 1 | -1/+2 |