Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | Code refactor; only s6-ps has remaining globals now | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-24 | s6-mount: add support for relatime/norelatime options | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-11-29 | Prepare for 2.6.0.1 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-06-08 | Prepare for 2.6.0.0; delete s6-fillurandompool; add rngseed | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-09 | Prepare for 2.5.1.8; adapt to skalibs-2.12.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-10 | Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2020-11-29 | Adapt to new skalibs/exec.h | Laurent Bercot | |
2020-03-30 | C is stupid, part 270.4 | Laurent Bercot | |
2019-09-04 | Use wallclock explicitly | Laurent Bercot | |
2018-09-30 | Fix clang build: rewrite avltreeb into avltreen, requires new skalibs | Laurent Bercot | |
Thanks John Regan for the report. His fix idea duplicated the pointers to storage and freelist; there's no way to support a C99 avltreeb without duplicating the avltreen functionality, so I ended up scrapping avltreeb in skalibs. | |||
2018-08-14 | Remove s6-devd, s6-uevent-listener, s6-uevent-spawner, prepare for 2.5.0.0 | Laurent Bercot | |
2018-08-01 | Add nsss support, prepare for 2.4.0.3 | Laurent Bercot | |
2018-04-13 | Add missing flag options to s6-mount | Laurent Bercot | |
2018-01-17 | Fix s6-logwatch busyloop issue | Laurent Bercot | |
2017-10-26 | Deprecate s6-uevent-*, prepare for 2.4.0.2 | Laurent Bercot | |
2017-10-13 | Rewrite s6-logwatch | Laurent Bercot | |
2017-10-05 | And with the previous change, _BSD_SOURCE can go | Laurent Bercot | |
2017-10-05 | Include sys/sysmacros.h because glibc is glibc | Laurent Bercot | |
2017-08-22 | Convert to xpathexec | Laurent Bercot | |
2017-04-27 | Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interface | Laurent Bercot | |
2017-04-14 | Change s6-uevent-listener API: don't spawn, write events to stdout | Laurent Bercot | |
2017-04-13 | Fix s6-ps types parsing | Laurent Bercot | |
The documented type lengths for /proc/$pid/stat in "man 5 proc" are for *kernel* types. Those lengths may not apply to userland types (think 32-bit userspace on 64-bit kernels). So we need to parse everything as 64-bit, and do the conversion to userspace types later. Thanks to mixi for the report and the analysis. | |||
2017-04-12 | Replace fd_writev with buffer_write in s6-uevent-listener | Laurent Bercot | |
2017-03-27 | Make sure avltree indices (in s6-ps) are uint32_t | Laurent Bercot | |
2017-03-12 | Fix a few omissions2.3.0.0 | Laurent Bercot | |
2017-03-08 | Make it build with skalibs-2.5.0.0 | Laurent Bercot | |
2017-01-08 | Types fix, first pass | Laurent Bercot | |
Deeper fixes need to be done if the avltree.h API ever changes. | |||
2016-10-14 | Fix type of the dummy char in s6-fillurandompool | Laurent Bercot | |
2016-10-14 | Port to new librandom API. | Laurent Bercot | |
Interestingly, that new API makes implementing s6-fillurandom kind of a NOP. The waiting will be performed in the library. | |||
2016-09-15 | s6-fillurandompool: add workaround for old libcs that don't define ↵ | Laurent Bercot | |
SYS_getrandom | |||
2016-09-15 | Add s6-fillurandompool | Laurent Bercot | |
2016-09-10 | Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package) | Laurent Bercot | |
2016-08-12 | Add spawn_lib support | Laurent Bercot | |
2016-03-19 | Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed. | Laurent Bercot | |
Major version bump: rc for 2.1.0.0 | |||
2016-03-17 | Add halt, poweroff, reboot as unexported commands | Laurent Bercot | |
2016-03-12 | s6-mount bugfix: better parsing of -o options | Laurent Bercot | |
2016-01-12 | s6-mount: exit 1, not 111, on EBUSY (already mounted) | Laurent Bercot | |
2015-11-30 | - Fix selfpipe_read invocations | Laurent Bercot | |
- Easier CROSS_COMPILE support in configure | |||
2015-10-05 | - remove s6-hiercopy (unused, moved to s6-portable-utils) | Laurent Bercot | |
- fix s6ps_otree when /proc isn't available - remove fucking -Bsymbolic | |||
2015-06-14 | Better fix for s6-uevent-spawner. | Laurent Bercot | |
2015-06-14 | - Fix for s6-uevent-spawner event delay | Laurent Bercot | |
- rc for 2.0.2.1 | |||
2015-04-27 | s6-devd option bugfix (thanks Olivier Brunel) | Laurent Bercot | |
2015-03-10 | - add -n to s6-mount | Laurent Bercot | |
- s6-mount doc fixes | |||
2015-03-10 | s6-uevent-spawner fixes: linevar, multiple spawnsv2.0.2.0 | Laurent Bercot | |
2015-03-10 | It will work better if I *write* into an output buffer... | Laurent Bercot | |
2015-03-10 | Would it kill the kernel guys to DOCUMENT that the netlink(3) parsing | Laurent Bercot | |
DOES NOT APPLY to NETLINK_KOBJECT_UEVENT ? Seriously, f that. New version of s6-uevent-listener; no more bufalloc for good measure. | |||
2015-03-09 | - Added s6-uevent-listener and s6-uevent-spawner | Laurent Bercot | |
- s6-devd is now a wrapper around the former two - version: bump to 2.0.2.0, still missing s6-devd doc | |||
2015-03-07 | Don't redirect stdout in s6-devd | Laurent Bercot | |
2015-02-23 | Remove s6-hiercopyv2.0.1.0 | Laurent Bercot | |
Version: rc for 2.0.1.0 | |||
2015-01-15 | Cosmetic fix: avltree_iter -> avltree_iter_nocancel | Laurent Bercot | |