summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-13 Add missing flag options to s6-mountLaurent Bercot
2018-04-13 Doc fix: s6-mount has no default fstypeLaurent Bercot
2018-01-17 Fix s6-logwatch busyloop issueLaurent Bercot
2017-10-30 Make all-pic a user optionLaurent Bercot
2017-10-29 Support default pieLaurent Bercot
2017-10-26 version: 2.4.0.2v2.4.0.2Laurent Bercot
2017-10-26 Deprecate s6-uevent-*, prepare for 2.4.0.2Laurent Bercot
2017-10-19 Remove shebang from configureLaurent Bercot
2017-10-13 Rewrite s6-logwatchLaurent Bercot
2017-10-05 Better *FLAGS managementLaurent Bercot
2017-10-05 And with the previous change, _BSD_SOURCE can goLaurent Bercot
2017-10-05 Include sys/sysmacros.h because glibc is glibcLaurent Bercot
2017-08-28 version: 2.4.0.1v2.4.0.1Laurent Bercot
2017-08-28 Prepare for 2.4.0.1Laurent Bercot
2017-08-28 Comment mentions of mdevdLaurent Bercot
2017-08-22 Convert to xpathexecLaurent Bercot
2017-05-24 More schemeless URLsLaurent Bercot
2017-05-23 Switch doc to schemeless URLsLaurent Bercot
2017-05-21 version: 2.4.0.0v2.4.0.0Laurent Bercot
2017-05-11 Prepare for version 2.4.0.0Laurent Bercot
2017-04-27 Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interfaceLaurent Bercot
2017-04-14 Change s6-uevent-listener API: don't spawn, write events to stdoutLaurent Bercot
2017-04-13 Fix s6-ps types parsingLaurent 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-listenerLaurent Bercot
2017-03-27 version: 2.3.0.0v2.3.0.0Laurent Bercot
2017-03-27 Make sure avltree indices (in s6-ps) are uint32_tLaurent Bercot
2017-03-12 Fix a few omissions2.3.0.0Laurent Bercot
2017-03-08 Make it build with skalibs-2.5.0.0Laurent Bercot
2017-01-10 Preparation to version bumpLaurent Bercot
2017-01-08 Types fix, first passLaurent Bercot
Deeper fixes need to be done if the avltree.h API ever changes.
2016-10-28 version: 2.2.0.0v2.2.0.0Laurent Bercot
2016-10-25 Mention --enable-absolute-paths in INSTALLLaurent Bercot
2016-10-24 Revert wrong shared lib fixLaurent Bercot
2016-10-24Proper support for timer_libLaurent Bercot
2016-10-24Fix stupid shared lib dependenciesLaurent Bercot
2016-10-16 Implement --enable-absolute-pathsLaurent Bercot
2016-10-14 Fix type of the dummy char in s6-fillurandompoolLaurent 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-27 configure: allow $CC to have several wordsLaurent Bercot
2016-09-26 Replace c99 compiler test with clangLaurent Bercot
2016-09-26 -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot
2016-09-15 s6-fillurandompool: add workaround for old libcs that don't define ↵Laurent Bercot
SYS_getrandom
2016-09-15 Add s6-fillurandompoolLaurent Bercot
2016-09-11 Remove irrelevant shebangdir option from configureLaurent Bercot
2016-09-10 Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)Laurent Bercot
2016-08-16 Apply Eric's patch for spawn supportLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-04-14 version: 2.1.0.0v2.1.0.0Laurent Bercot
2016-03-19More standard cross-compilation support (only --host, no --enable-cross needed)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