summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove shebang from configureLaurent Bercot2017-10-191-9/+1
|
* Rewrite s6-logwatchLaurent Bercot2017-10-132-96/+109
|
* Better *FLAGS managementLaurent Bercot2017-10-052-18/+35
|
* 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
|
* version: 2.4.0.1 v2.4.0.1Laurent Bercot2017-08-281-0/+1
|
* Prepare for 2.4.0.1Laurent Bercot2017-08-286-6/+21
|
* Comment mentions of mdevdLaurent Bercot2017-08-281-2/+2
|
* Convert to xpathexecLaurent Bercot2017-08-224-8/+5
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-2316-57/+57
|
* version: 2.4.0.0 v2.4.0.0Laurent Bercot2017-05-214-4/+7
|
* Prepare for version 2.4.0.0Laurent Bercot2017-05-113-1/+14
|
* Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interfaceLaurent Bercot2017-04-273-37/+40
|
* Change s6-uevent-listener API: don't spawn, write events to stdoutLaurent Bercot2017-04-147-78/+55
|
* 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
|
* version: 2.3.0.0 v2.3.0.0Laurent Bercot2017-03-271-0/+9
|
* 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
|
* Preparation to version bumpLaurent Bercot2017-01-104-4/+10
|
* Types fix, first passLaurent Bercot2017-01-0815-170/+192
| | | | Deeper fixes need to be done if the avltree.h API ever changes.
* version: 2.2.0.0 v2.2.0.0Laurent Bercot2016-10-281-1/+1
|
* Mention --enable-absolute-paths in INSTALLLaurent Bercot2016-10-251-0/+12
|
* Revert wrong shared lib fixLaurent Bercot2016-10-241-3/+0
|
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
|
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-241-0/+3
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-163-20/+19
|
* 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.
* configure: allow $CC to have several wordsLaurent Bercot2016-09-271-1/+1
|
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1
|
* -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot2016-09-261-1/+1
|
* s6-fillurandompool: add workaround for old libcs that don't define ↵Laurent Bercot2016-09-151-2/+5
| | | | SYS_getrandom
* Add s6-fillurandompoolLaurent Bercot2016-09-159-1/+110
|
* Remove irrelevant shebangdir option from configureLaurent Bercot2016-09-111-9/+4
|
* Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)Laurent Bercot2016-09-1016-253/+6
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-162-2/+5
|
* Add spawn_lib supportLaurent Bercot2016-08-127-6/+14
|
* version: 2.1.0.0 v2.1.0.0Laurent Bercot2016-04-143-4/+11
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-192-23/+40
|
* Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed.Laurent Bercot2016-03-1920-115/+115
| | | | Major version bump: rc for 2.1.0.0
* Add halt, poweroff, reboot as unexported commandsLaurent Bercot2016-03-1710-1/+88
|
* Really fix update and global-links dependencies this time...Laurent Bercot2016-03-141-1/+1
|
* Fix update/global-links dependenciesLaurent Bercot2016-03-141-1/+3
|
* 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 --enable-crossLaurent Bercot2015-12-051-1/+1
|
* - Fix selfpipe_read invocationsLaurent Bercot2015-11-303-4/+5
| | | | - Easier CROSS_COMPILE support in configure