summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.6.2.0, add minflt/majflt to s6-psLaurent Bercot2023-09-074-61/+117
* Prepare for 2.6.1.3, use safe wrappersLaurent Bercot2023-07-071-1/+2
* Fix build issue with old glibcLaurent Bercot2023-02-231-0/+2
* Fix option order in s6-mountLaurent Bercot2023-02-121-2/+2
* Deglobalize s6-psLaurent Bercot2023-02-1214-343/+377
* Code refactor; only s6-ps has remaining globals nowLaurent Bercot2023-02-1134-250/+279
* s6-mount: add support for relatime/norelatime optionsLaurent Bercot2023-01-241-0/+2
* Prepare for 2.6.0.1Laurent Bercot2022-11-2912-12/+12
* Prepare for 2.6.0.0; delete s6-fillurandompool; add rngseedLaurent Bercot2022-06-084-11/+281
* Prepare for 2.5.1.8; adapt to skalibs-2.12.0.0Laurent Bercot2022-04-091-5/+1
* Prepare for 2.5.1.6 ; adapt to skalibs-2.11.0.0Laurent Bercot2021-08-106-17/+17
* Adapt to new skalibs/exec.hLaurent Bercot2020-11-292-14/+10
* C is stupid, part 270.4Laurent Bercot2020-03-301-7/+7
* Use wallclock explicitlyLaurent Bercot2019-09-041-1/+1
* Fix clang build: rewrite avltreeb into avltreen, requires new skalibsLaurent Bercot2018-09-301-8/+7
* Remove s6-devd, s6-uevent-listener, s6-uevent-spawner, prepare for 2.5.0.0Laurent Bercot2018-08-146-519/+0
* Add nsss support, prepare for 2.4.0.3Laurent Bercot2018-08-011-0/+2
* Add missing flag options to s6-mountLaurent Bercot2018-04-131-0/+17
* Fix s6-logwatch busyloop issueLaurent Bercot2018-01-171-0/+2
* Deprecate s6-uevent-*, prepare for 2.4.0.2Laurent Bercot2017-10-262-0/+2
* Rewrite s6-logwatchLaurent Bercot2017-10-131-95/+109
* And with the previous change, _BSD_SOURCE can goLaurent Bercot2017-10-051-4/+0
* Include sys/sysmacros.h because glibc is glibcLaurent Bercot2017-10-051-0/+1
* Convert to xpathexecLaurent Bercot2017-08-223-6/+3
* Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interfaceLaurent Bercot2017-04-272-36/+39
* Change s6-uevent-listener API: don't spawn, write events to stdoutLaurent Bercot2017-04-141-57/+18
* Fix s6-ps types parsingLaurent Bercot2017-04-131-4/+14
* Replace fd_writev with buffer_write in s6-uevent-listenerLaurent Bercot2017-04-124-81/+77
* Make sure avltree indices (in s6-ps) are uint32_tLaurent Bercot2017-03-276-16/+20
* Fix a few omissions 2.3.0.0Laurent Bercot2017-03-127-21/+20
* Make it build with skalibs-2.5.0.0Laurent Bercot2017-03-0814-129/+116
* Types fix, first passLaurent Bercot2017-01-0815-170/+192
* Fix type of the dummy char in s6-fillurandompoolLaurent Bercot2016-10-141-1/+1
* Port to new librandom API.Laurent Bercot2016-10-141-20/+5
* s6-fillurandompool: add workaround for old libcs that don't define SYS_getra...Laurent Bercot2016-09-151-2/+5
* Add s6-fillurandompoolLaurent Bercot2016-09-152-0/+27
* Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)Laurent Bercot2016-09-108-69/+2
* Add spawn_lib supportLaurent Bercot2016-08-122-0/+2
* Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed.Laurent Bercot2016-03-1910-70/+23
* Add halt, poweroff, reboot as unexported commandsLaurent Bercot2016-03-177-0/+73
* s6-mount bugfix: better parsing of -o optionsLaurent Bercot2016-03-121-1/+1
* s6-mount: exit 1, not 111, on EBUSY (already mounted)Laurent Bercot2016-01-121-1/+2
* - Fix selfpipe_read invocationsLaurent Bercot2015-11-302-2/+2
* - remove s6-hiercopy (unused, moved to s6-portable-utils)Laurent Bercot2015-10-052-157/+1
* Better fix for s6-uevent-spawner.Laurent Bercot2015-06-141-2/+6
* - Fix for s6-uevent-spawner event delayLaurent Bercot2015-06-141-1/+1
* s6-devd option bugfix (thanks Olivier Brunel)Laurent Bercot2015-04-271-1/+1
* - add -n to s6-mountLaurent Bercot2015-03-101-3/+6
* s6-uevent-spawner fixes: linevar, multiple spawns v2.0.2.0Laurent Bercot2015-03-101-6/+9
* It will work better if I *write* into an output buffer...Laurent Bercot2015-03-101-2/+2