summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-01-12 Types fix, first passLaurent Bercot
2016-12-01 bugfix: s6-ipcclient's socket needs to be blockingLaurent Bercot
2016-12-01 s6-softlimit: don't use subgetopt_hereLaurent Bercot
2016-11-21 Increase s6-log "s" limit to 256MBLaurent Bercot
2016-10-16 Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, ↵Laurent Bercot
and nobody cares about that RNG not being CS)
2016-10-14 Port to the new librandom APILaurent Bercot
2016-09-10 Add guard-rail to s6-ipcserver to avoid it choking on a dgram socketLaurent Bercot
2016-09-10 Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not ↵Laurent Bercot
listen() (suggested by Daniel Kahn Gillmor)
2016-08-16 Apply Eric's patch for spawn supportLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-07-12 - doc typo fixLaurent Bercot
- bugfix: proper error reporting in s6_fdholder_list_cb
2016-03-18 - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot
- rc for v2.3.0.0, waiting to update deps before releasing
2016-02-23 Cosmetic fixes (remove useless headers, add a const)Laurent Bercot
2016-02-02Fix argc check in s6-svlisten1Laurent Bercot
2016-01-08 Use bracket expression instead of alternation in svlisten regexv2.2.4.3Laurent Bercot
2016-01-07 - fix stupid, stupid s6-ftrigrd crash (thx jjk)Laurent Bercot
- rc for 2.2.4.3
2015-12-16 Fix s6-envuidgid behaviour when -D is given but not -u/-g/-Bv2.2.4.1Laurent Bercot
2015-11-30 - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot
- Easier CROSS_COMPILE support in configure
2015-11-13 allow user: syntax for s6-envuidgid -BLaurent Bercot
2015-11-13 - new options to s6-envuidgidLaurent Bercot
- rc for 2.2.4.0
2015-11-05 - s6-ioconnect bugfixv2.2.3.1Laurent Bercot
- version: 2.2.3.1
2015-11-04 - add -g option to s6-envuidgidLaurent Bercot
- set s6-log processor wd to the logdir
2015-10-20 Remove extraneous space in s6-tai64nlocalLaurent Bercot
2015-10-15 - remove now useless tain_now() check in s6-setlockv2.2.2.0Laurent Bercot
- version: 2.2.2.0
2015-10-14 - update AUTHORS listLaurent Bercot
- s6-setlock bugfix: find s6lockd-helper in libexec
2015-10-14 s6-log bugfix: only finalize() and exit when all rotations have completed ↵Laurent Bercot
successfully
2015-10-12 Agh! SIGWINCH isn't POSIX!Laurent Bercot
2015-10-12 Add SIGWINCH support to s6-supervise and s6-svc (-y)Laurent Bercot
2015-10-06 - add -s support to s6-svscanLaurent Bercot
- change examples to support -s - change examples to invoke s6-rc, remove servicedirs
2015-10-05 - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot
- remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
2015-09-23 Bugfix: definition of the s6_fdholder_delete_g macrov2.2.1.0Laurent Bercot
2015-09-17 Fix display of readiness at service startupLaurent Bercot
2015-09-08 Add specific exit to s6-svstat when service is unsupervisedLaurent Bercot
2015-09-01 add s6_svc_ok in libs6, refactor s6-svokLaurent Bercot
2015-09-01 s6-svscan bugfix: remove inactive dead services after the next scanLaurent Bercot
2015-08-27 - New -wr | -wR options to s6-svc, s6-svlisten1 and s6-svlistenLaurent Bercot
- skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc
2015-08-14 s6-fdholderd: fix possible leak when setdump overwrites an existing idLaurent Bercot
2015-08-12Link shared libs against their -l deps, better libpath managementv2.2.0.1Laurent Bercot
2015-08-09 ucspilogd: actually make it compile >.>Laurent Bercot
2015-08-09 ucspilogd: allow last log line to not be null-terminatedLaurent Bercot
2015-07-20 - Add timeout-finish support and "down-readiness"Laurent Bercot
- LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0
2015-06-25 - Error message fix in s6-svcv2.1.6.0Laurent Bercot
- version: 2.1.6.0
2015-06-25 - doc fixes (changed mentions of s6-notifywhenup)Laurent Bercot
- s6-svc -X - rc for 2.1.6.0
2015-06-18 Make s6-log exit cleanly on SIGHUP even with -pLaurent Bercot
2015-06-17 - Add support for SIGUSR1 for poweroff in s6-svscanLaurent Bercot
- Optimize respawn delay in s6-supervise
2015-06-15 - Readiness notification support in s6-superviseLaurent Bercot
- s6-notifywhenup deprecated - Change abundantly documented - rc for 2.1.4.0
2015-06-11 Remove a comparison to shut gcc upLaurent Bercot
2015-03-20 Fix error message in s6-envuidgidLaurent Bercot
2015-03-20 Warn when s6-svc is used with several argumentsLaurent Bercot
2015-03-16 - doc fixesLaurent Bercot
- added -X to s6-notifywhenup