| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adapt to skalibs-2.5.0.0 | Laurent Bercot | 2017-03-12 | 106 | -652/+596 |
| | | |||||
| * | setpgrp() when nosetsid contains "setpgrp" (asked by Buck Evans) | Laurent Bercot | 2017-02-19 | 1 | -2/+11 |
| | | |||||
| * | Actually fix the return value of ftrigr_update() (thanks jjk) | Laurent Bercot | 2017-01-31 | 1 | -1/+3 |
| | | |||||
| * | bugfix: ftrigr_update() could return incorrect value for repeating events ↵ | Laurent Bercot | 2017-01-30 | 1 | -2/+21 |
| | | | | | (thanks jjk) | ||||
| * | Two-space indentation please :P | Laurent Bercot | 2017-01-28 | 1 | -2/+2 |
| | | |||||
| * | code style fix, types change in doc | Laurent Bercot | 2017-01-28 | 3 | -6/+6 |
| | | |||||
| * | supervise: set down&ready (D) even on LASTFINISH | Olivier Brunel | 2017-01-28 | 1 | -1/+7 |
| | | | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com> | ||||
| * | Document the types change (uid_t and gid_t in accessrules) | Laurent Bercot | 2017-01-24 | 1 | -2/+2 |
| | | |||||
| * | Delete obsolete examples/ROOT, refer to s6-linux-init instead | Laurent Bercot | 2017-01-24 | 44 | -298/+11 |
| | | |||||
| * | Write a warning to stderr when s6-log closes the stdout stream | Laurent Bercot | 2017-01-20 | 1 | -0/+1 |
| | | |||||
| * | Preparation to version bump | Laurent Bercot | 2017-01-12 | 4 | -6/+13 |
| | | |||||
| * | Types fix, first pass | Laurent Bercot | 2017-01-12 | 81 | -309/+407 |
| | | |||||
| * | Fifodir doc clarification (thanks Buck Evans) | Laurent Bercot | 2016-12-31 | 1 | -1/+37 |
| | | |||||
| * | bugfix: s6-ipcclient's socket needs to be blocking | Laurent Bercot | 2016-12-01 | 1 | -1/+1 |
| | | |||||
| * | s6-softlimit: don't use subgetopt_here | Laurent Bercot | 2016-12-01 | 1 | -22/+21 |
| | | |||||
| * | Increase s6-log "s" limit to 256MB | Laurent Bercot | 2016-11-21 | 6 | -6/+12 |
| | | |||||
| * | Doc typo fix | Laurent Bercot | 2016-10-31 | 1 | -1/+1 |
| | | |||||
| * | version: 2.4.0.0v2.4.0.0 | Laurent Bercot | 2016-10-28 | 1 | -0/+2 |
| | | |||||
| * | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | 2016-10-25 | 1 | -0/+12 |
| | | |||||
| * | Revert wrong shared lib fix | Laurent Bercot | 2016-10-24 | 2 | -4/+1 |
| | | |||||
| * | Proper support for timer_lib | Laurent Bercot | 2016-10-24 | 1 | -0/+2 |
| | | |||||
| * | Fix stupid shared lib dependencies | Laurent Bercot | 2016-10-24 | 2 | -1/+4 |
| | | |||||
| * | Implement --enable-absolute-paths | Laurent Bercot | 2016-10-16 | 3 | -21/+19 |
| | | |||||
| * | Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, ↵ | Laurent Bercot | 2016-10-16 | 3 | -4/+20 |
| | | | | | and nobody cares about that RNG not being CS) | ||||
| * | Port to the new librandom API | Laurent Bercot | 2016-10-14 | 3 | -2/+7 |
| | | |||||
| * | configure: allow $CC to have several words | Laurent Bercot | 2016-09-27 | 1 | -1/+1 |
| | | |||||
| * | Replace c99 compiler test with clang | Laurent Bercot | 2016-09-26 | 1 | -1/+1 |
| | | |||||
| * | -Wa,--noexecstack belongs to CPPFLAGS | Laurent Bercot | 2016-09-26 | 1 | -1/+1 |
| | | |||||
| * | Remove irrelevant shebangdir option from configure | Laurent Bercot | 2016-09-11 | 1 | -6/+1 |
| | | |||||
| * | Add guard-rail to s6-ipcserver to avoid it choking on a dgram socket | Laurent Bercot | 2016-09-10 | 2 | -0/+2 |
| | | |||||
| * | Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not ↵ | Laurent Bercot | 2016-09-10 | 2 | -9/+23 |
| | | | | | listen() (suggested by Daniel Kahn Gillmor) | ||||
| * | Doc typo fix | Laurent Bercot | 2016-09-06 | 1 | -1/+1 |
| | | |||||
| * | Doc typo fix (thanks Daniel Kahn Gillmor!) | Laurent Bercot | 2016-08-30 | 1 | -1/+1 |
| | | |||||
| * | Doc update: more mentions of the finish script's arguments | Laurent Bercot | 2016-08-19 | 2 | -1/+5 |
| | | |||||
| * | Apply Eric's patch for spawn support | Laurent Bercot | 2016-08-16 | 3 | -1/+3 |
| | | |||||
| * | Update link to nosh | Laurent Bercot | 2016-08-13 | 1 | -1/+1 |
| | | |||||
| * | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 14 | -25/+40 |
| | | |||||
| * | Remove /etc/leapsecs.dat from examples/ | Laurent Bercot | 2016-07-12 | 1 | -0/+0 |
| | | |||||
| * | - doc typo fix | Laurent Bercot | 2016-07-12 | 2 | -2/+3 |
| | | | | | - bugfix: proper error reporting in s6_fdholder_list_cb | ||||
| * | Documentation link fix | Laurent Bercot | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | Doc fix and clarification about symlinking servicedirs into the scandir | Laurent Bercot | 2016-04-15 | 1 | -2/+5 |
| | | |||||
| * | Update why.html to reflect that s6-svscan is now -t0 by default | Laurent Bercot | 2016-04-15 | 1 | -3/+3 |
| | | |||||
| * | version: 2.3.0.0v2.3.0.0 | Laurent Bercot | 2016-04-14 | 3 | -4/+8 |
| | | |||||
| * | More standard cross-compilation support (only --host, no --enable-cross needed) | Laurent Bercot | 2016-03-19 | 2 | -24/+41 |
| | | |||||
| * | add -f to the final shutdown command in the examples | Laurent Bercot | 2016-03-19 | 1 | -1/+1 |
| | | |||||
| * | - s6-svscan defaults to -t0 instead of -t5000 | Laurent Bercot | 2016-03-18 | 7 | -12/+18 |
| | | | | | - rc for v2.3.0.0, waiting to update deps before releasing | ||||
| * | Really fix update and global-links dependencies this time... | Laurent Bercot | 2016-03-14 | 1 | -1/+1 |
| | | |||||
| * | Fix update/global-links dependencies | Laurent Bercot | 2016-03-14 | 1 | -1/+3 |
| | | |||||
| * | Doc typo fix | Laurent Bercot | 2016-02-29 | 1 | -1/+1 |
| | | |||||
| * | Doc fix about launchd's XML usage (thanks awilfox) | Laurent Bercot | 2016-02-25 | 1 | -5/+9 |
| | | |||||
