about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | 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.
* 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
| | | | Deeper fixes need to be done if the avltree.h API ever changes.
* 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
| | | | | Interestingly, that new API makes implementing s6-fillurandom kind of a NOP. The waiting will be performed in the library.
* s6-fillurandompool: add workaround for old libcs that don't define ↵Laurent Bercot2016-09-151-2/+5
| | | | SYS_getrandom
* 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
| | | | Major version bump: rc for 2.1.0.0
* 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
| | | | - Easier CROSS_COMPILE support in configure
* - remove s6-hiercopy (unused, moved to s6-portable-utils)Laurent Bercot2015-10-052-157/+1
| | | | | - fix s6ps_otree when /proc isn't available - remove fucking -Bsymbolic
* Better fix for s6-uevent-spawner.Laurent Bercot2015-06-141-2/+6
|
* - Fix for s6-uevent-spawner event delayLaurent Bercot2015-06-141-1/+1
| | | | - rc for 2.0.2.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-mount doc fixes
* 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
|
* Would it kill the kernel guys to DOCUMENT that the netlink(3) parsingLaurent Bercot2015-03-101-56/+33
| | | | | DOES NOT APPLY to NETLINK_KOBJECT_UEVENT ? Seriously, f that. New version of s6-uevent-listener; no more bufalloc for good measure.
* - Added s6-uevent-listener and s6-uevent-spawnerLaurent Bercot2015-03-095-241/+525
| | | | | - s6-devd is now a wrapper around the former two - version: bump to 2.0.2.0, still missing s6-devd doc
* Don't redirect stdout in s6-devdLaurent Bercot2015-03-071-9/+2
|
* Remove s6-hiercopy v2.0.1.0Laurent Bercot2015-02-231-1/+0
| | | | Version: rc for 2.0.1.0
* Cosmetic fix: avltree_iter -> avltree_iter_nocancelLaurent Bercot2015-01-152-2/+2
|
* initial commitLaurent Bercot2014-09-1939-0/+2868