aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document s6-mount exit codes (thanks Aranea)Laurent Bercot2018-09-302-0/+11
|
* Conditional nsss slashpackage buildLaurent Bercot2018-08-201-0/+1
|
* Support conditional slashpackage buildsLaurent Bercot2018-08-201-6/+13
|
* version: 2.5.0.0v2.5.0.0Laurent Bercot2018-08-141-3/+2
|
* Remove s6-devd, s6-uevent-listener, s6-uevent-spawner, prepare for 2.5.0.0Laurent Bercot2018-08-1416-826/+9
|
* Add nsss support, prepare for 2.4.0.3Laurent Bercot2018-08-019-7/+33
|
* Add missing flag options to s6-mountLaurent Bercot2018-04-131-0/+17
|
* Doc fix: s6-mount has no default fstypeLaurent Bercot2018-04-131-1/+2
|
* Fix s6-logwatch busyloop issueLaurent Bercot2018-01-171-0/+2
|
* Make all-pic a user optionLaurent Bercot2017-10-303-12/+24
|
* Support default pieLaurent Bercot2017-10-292-0/+19
|
* version: 2.4.0.2v2.4.0.2Laurent Bercot2017-10-261-0/+2
|
* Deprecate s6-uevent-*, prepare for 2.4.0.2Laurent Bercot2017-10-269-11/+45
|
* 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.1v2.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.0v2.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.0v2.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 omissions2.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.0v2.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
|