| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert make tgz change (needs to be ok without config.mak)v2.2.2.2 | Laurent Bercot | 2015-11-04 | 1 | -4/+5 |
| | | |||||
| * | - link .so to correct soname | Laurent Bercot | 2015-11-04 | 4 | -14/+18 |
| | | | | | | - fully strip shared libs - Makefile syntactic consistency | ||||
| * | version: 2.2.2.1v2.2.2.1 | Laurent Bercot | 2015-11-04 | 3 | -2/+8 |
| | | |||||
| * | Don't say bb is the *only* syslogd doing rotation right (metalog does it). | Laurent Bercot | 2015-10-27 | 1 | -2/+3 |
| | | |||||
| * | Separate sections for smaller static binaries (thanks Denys Vlasenko) | Laurent Bercot | 2015-10-26 | 1 | -0/+6 |
| | | |||||
| * | Remove extraneous space in s6-tai64nlocal | Laurent Bercot | 2015-10-20 | 2 | -2/+1 |
| | | |||||
| * | - remove now useless tain_now() check in s6-setlockv2.2.2.0 | Laurent Bercot | 2015-10-15 | 4 | -5/+8 |
| | | | | | - version: 2.2.2.0 | ||||
| * | - update AUTHORS list | Laurent Bercot | 2015-10-14 | 2 | -2/+4 |
| | | | | | - s6-setlock bugfix: find s6lockd-helper in libexec | ||||
| * | s6-log bugfix: only finalize() and exit when all rotations have completed ↵ | Laurent Bercot | 2015-10-14 | 1 | -3/+5 |
| | | | | | successfully | ||||
| * | Doc fix (thanks Michael Zuo) | Laurent Bercot | 2015-10-12 | 1 | -1/+1 |
| | | |||||
| * | Agh! SIGWINCH isn't POSIX! | Laurent Bercot | 2015-10-12 | 1 | -0/+3 |
| | | |||||
| * | Add SIGWINCH support to s6-supervise and s6-svc (-y) | Laurent Bercot | 2015-10-12 | 3 | -11/+18 |
| | | |||||
| * | Push back GNU make dependency to 3.81 | Laurent Bercot | 2015-10-12 | 5 | -66/+65 |
| | | |||||
| * | - add -s support to s6-svscan | Laurent Bercot | 2015-10-06 | 55 | -180/+161 |
| | | | | | | - change examples to support -s - change examples to invoke s6-rc, remove servicedirs | ||||
| * | - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1 | Laurent Bercot | 2015-10-05 | 8 | -8/+18 |
| | | | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1 | ||||
| * | Clarify what the -wr/-wR option to s6-svlisten does | Laurent Bercot | 2015-09-25 | 2 | -2/+4 |
| | | |||||
| * | Bugfix: definition of the s6_fdholder_delete_g macrov2.2.1.0 | Laurent Bercot | 2015-09-23 | 1 | -1/+1 |
| | | |||||
| * | servicedir doc fix | Laurent Bercot | 2015-09-19 | 1 | -3/+5 |
| | | |||||
| * | Fix display of readiness at service startup | Laurent Bercot | 2015-09-17 | 1 | -0/+1 |
| | | |||||
| * | Add specific exit to s6-svstat when service is unsupervised | Laurent Bercot | 2015-09-08 | 2 | -0/+12 |
| | | |||||
| * | add s6_svc_ok in libs6, refactor s6-svok | Laurent Bercot | 2015-09-01 | 6 | -23/+36 |
| | | |||||
| * | s6-svscan bugfix: remove inactive dead services after the next scan | Laurent Bercot | 2015-09-01 | 1 | -5/+16 |
| | | |||||
| * | - New -wr | -wR options to s6-svc, s6-svlisten1 and s6-svlisten | Laurent Bercot | 2015-08-27 | 10 | -21/+77 |
| | | | | | | - skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc | ||||
| * | Doc fix | Laurent Bercot | 2015-08-23 | 1 | -2/+2 |
| | | |||||
| * | s6-fdholderd: fix possible leak when setdump overwrites an existing id | Laurent Bercot | 2015-08-14 | 1 | -4/+12 |
| | | |||||
| * | Link shared libs against their -l deps, better libpath managementv2.2.0.1 | Laurent Bercot | 2015-08-12 | 5 | -20/+32 |
| | | |||||
| * | xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) | Laurent Bercot | 2015-08-12 | 9 | -40/+60 |
| | | |||||
| * | Update ucspilogd doc | Laurent Bercot | 2015-08-10 | 1 | -1/+12 |
| | | |||||
| * | ucspilogd: actually make it compile >.> | Laurent Bercot | 2015-08-09 | 1 | -0/+1 |
| | | |||||
| * | ucspilogd: allow last log line to not be null-terminated | Laurent Bercot | 2015-08-09 | 1 | -1/+5 |
| | | |||||
| * | Add make version guard | Laurent Bercot | 2015-08-03 | 1 | -0/+5 |
| | | |||||
| * | Doc typo fixes | Laurent Bercot | 2015-08-03 | 2 | -3/+3 |
| | | |||||
| * | - Doc fixes on notification, mentions of s6-rcv2.2.0.0 | Laurent Bercot | 2015-07-27 | 3 | -7/+44 |
| | | | | | - version: 2.2.0.0 | ||||
| * | execline dep bump | Laurent Bercot | 2015-07-21 | 3 | -2/+3 |
| | | |||||
| * | - Add timeout-finish support and "down-readiness" | Laurent Bercot | 2015-07-20 | 37 | -687/+454 |
| | | | | | | | | - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0 | ||||
| * | Doc typo fix | Laurent Bercot | 2015-07-08 | 1 | -1/+1 |
| | | |||||
| * | - Error message fix in s6-svcv2.1.6.0 | Laurent Bercot | 2015-06-25 | 1 | -1/+1 |
| | | | | | - version: 2.1.6.0 | ||||
| * | - doc fixes (changed mentions of s6-notifywhenup) | Laurent Bercot | 2015-06-25 | 9 | -29/+88 |
| | | | | | | - s6-svc -X - rc for 2.1.6.0 | ||||
| * | - documented s6-log changev2.1.5.0 | Laurent Bercot | 2015-06-25 | 4 | -5/+13 |
| | | | | | - version: 2.1.5.0 | ||||
| * | Make s6-log exit cleanly on SIGHUP even with -p | Laurent Bercot | 2015-06-18 | 1 | -2/+2 |
| | | |||||
| * | Update the overview (remove s6-notifywhenup mention) | Laurent Bercot | 2015-06-18 | 1 | -2/+5 |
| | | |||||
| * | Doc fix | Laurent Bercot | 2015-06-17 | 1 | -2/+0 |
| | | |||||
| * | - add links to s6-linux-initv2.1.4.0 | Laurent Bercot | 2015-06-17 | 2 | -4/+35 |
| | | | | | - version: 2.1.4.0 | ||||
| * | - Add support for SIGUSR1 for poweroff in s6-svscan | Laurent Bercot | 2015-06-17 | 3 | -6/+22 |
| | | | | | - Optimize respawn delay in s6-supervise | ||||
| * | Update examples/ to use notification-fd | Laurent Bercot | 2015-06-16 | 4 | -2/+4 |
| | | |||||
| * | - Readiness notification support in s6-supervise | Laurent Bercot | 2015-06-15 | 13 | -52/+217 |
| | | | | | | | - s6-notifywhenup deprecated - Change abundantly documented - rc for 2.1.4.0 | ||||
| * | Remove a comparison to shut gcc up | Laurent Bercot | 2015-06-11 | 1 | -1/+1 |
| | | |||||
| * | Doc typo fixes | Laurent Bercot | 2015-06-03 | 2 | -2/+2 |
| | | |||||
| * | Make all doc mobile-readable according to Google standards | Laurent Bercot | 2015-05-07 | 80 | -0/+80 |
| | | |||||
| * | systemd page update | Laurent Bercot | 2015-04-22 | 1 | -6/+57 |
| | | |||||
