| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - s6-svlisten and s6-svlisten1 | Laurent Bercot | 2015-01-16 | 15 | -23/+601 |
| | | | | | | - Synchronous s6-svc - version 2.0.2.0, rc | ||||
| * | Move Unix domain utilities and access control utilites, | Laurent Bercot | 2015-01-15 | 73 | -131/+4251 |
| | | | | | as well as the accessrules library, from s6-networking to here | ||||
| * | Doc typo fix | Laurent Bercot | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | - Parallel build fixv2.0.1.0 | Laurent Bercot | 2015-01-14 | 31 | -91/+134 |
| | | | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate | ||||
| * | Add .NOTPARALLEL to work around possible make bug | Laurent Bercot | 2015-01-13 | 1 | -0/+2 |
| | | |||||
| * | Clean up static/shared libs initialization in configure and Makefile | Laurent Bercot | 2015-01-11 | 3 | -4/+5 |
| | | | | | fd_close -> close in s6-notifywhenup | ||||
| * | Allow empty gidlists in s6-applyuidgid | Laurent Bercot | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | add <skalibs/setgroups.h> to s6-applyuidgid | Laurent Bercot | 2015-01-06 | 1 | -0/+1 |
| | | |||||
| * | Add s6-applyuidgid | Laurent Bercot | 2015-01-06 | 7 | -1/+141 |
| | | |||||
| * | - bugfix in s6-ftrigrd and s6lockd, need to align with skalibs-2.1.0.0v2.0.0.1 | Laurent Bercot | 2015-01-06 | 10 | -11/+17 |
| | | | | | - version increased to 2.0.0.1 | ||||
| * | Remove -x test from gen-deps.sh | Laurent Bercot | 2015-01-04 | 1 | -3/+1 |
| | | |||||
| * | Fix configure --help: no support for VAR=VALUE | Laurent Bercot | 2015-01-02 | 1 | -4/+1 |
| | | |||||
| * | More noob-friendly configure defaults | Laurent Bercot | 2015-01-02 | 1 | -11/+31 |
| | | |||||
| * | Better documentation for --enable-slashpackage | Laurent Bercot | 2015-01-02 | 1 | -2/+16 |
| | | |||||
| * | Replace LASTPID with ! in the init-stage1 example script | Laurent Bercot | 2014-12-23 | 1 | -1/+1 |
| | | |||||
| * | Tentative ucspilogd fix for Solarisv2.0.0.0 | Laurent Bercot | 2014-12-22 | 1 | -0/+63 |
| | | |||||
| * | Actually build ucspilogd >.> | Laurent Bercot | 2014-12-22 | 2 | -2/+4 |
| | | |||||
| * | Doc fixes | Laurent Bercot | 2014-12-19 | 4 | -12/+12 |
| | | |||||
| * | Add examples/ subtree | Laurent Bercot | 2014-12-19 | 73 | -0/+445 |
| | | |||||
| * | Doc fix | Laurent Bercot | 2014-12-19 | 1 | -9/+9 |
| | | |||||
| * | Remove freecode reference in doc | Laurent Bercot | 2014-12-19 | 1 | -3/+0 |
| | | |||||
| * | Doc update about systemd | Laurent Bercot | 2014-12-19 | 1 | -12/+19 |
| | | |||||
| * | s6-notifywhenup returns 1 when it does not notify | Laurent Bercot | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | s6-notifywhen up now sends U and exits on the first newline. | Laurent Bercot | 2014-12-19 | 3 | -19/+26 |
| | | | | | Doc updated to reflect it. | ||||
| * | With the child_spawn change, s6-setlock should be free of SOCKET_LIB | Laurent Bercot | 2014-12-18 | 2 | -2/+1 |
| | | |||||
| * | In s6-setlock too because child_spawn pulls socketpair. My bad. | Laurent Bercot | 2014-12-16 | 2 | -1/+2 |
| | | |||||
| * | And don't forget to update deps.mak | Laurent Bercot | 2014-12-16 | 1 | -4/+4 |
| | | |||||
| * | Add $SOCKET_LIB dependencies everywhere, because Solaris | Laurent Bercot | 2014-12-16 | 4 | -0/+4 |
| | | |||||
| * | Don't forget the new Makefile >.> | Laurent Bercot | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | Update gen-deps.sh and deps.mak | Laurent Bercot | 2014-12-16 | 2 | -14/+48 |
| | | |||||
| * | Give Solaris a chance | Laurent Bercot | 2014-12-16 | 1 | -0/+4 |
| | | |||||
| * | Update doc: dependency to make 4 | Laurent Bercot | 2014-12-16 | 2 | -2/+2 |
| | | |||||
| * | Test _XOPEN_SOURCE=700, fix include order in Makefile | Laurent Bercot | 2014-12-15 | 3 | -12/+23 |
| | | |||||
| * | Doc update | Laurent Bercot | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | Fix Jean's e-mail address | Laurent Bercot | 2014-12-14 | 1 | -1/+1 |
| | | |||||
| * | Include deps.mak after config.mak (not before), for ${*_LIB} expansion | Laurent Bercot | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | Use -O2 by default | Laurent Bercot | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | Fix make global-links with nonempty sproot | Laurent Bercot | 2014-12-11 | 1 | -3/+3 |
| | | |||||
| * | Cosmetic fix in s6-ftrigrd | Laurent Bercot | 2014-12-09 | 1 | -1/+1 |
| | | |||||
| * | Make ftrigr_startf data static const | Laurent Bercot | 2014-12-09 | 1 | -2/+2 |
| | | |||||
| * | errno fix in ftrigr_subscribe | Laurent Bercot | 2014-12-09 | 1 | -0/+2 |
| | | |||||
| * | Documentation update | Laurent Bercot | 2014-12-09 | 1 | -0/+1 |
| | | |||||
| * | Documentation update | Laurent Bercot | 2014-12-09 | 1 | -2/+2 |
| | | |||||
| * | Documentation update | Laurent Bercot | 2014-12-08 | 2 | -21/+9 |
| | | |||||
| * | Fix s6-notifywhenup | Laurent Bercot | 2014-12-08 | 1 | -4/+5 |
| | | |||||
| * | Remove CPPFLAGS_AUTO options that disable compiler warnings | Laurent Bercot | 2014-12-08 | 1 | -7/+0 |
| | | |||||
| * | OpenBSD portability fix | Laurent Bercot | 2014-12-08 | 1 | -0/+1 |
| | | |||||
| * | fork -> child_spawn in s6-ftrig-listen | Laurent Bercot | 2014-12-08 | 2 | -22/+4 |
| | | |||||
| * | Use ftrigw_notify_b in s6-ftrig-notify | Laurent Bercot | 2014-12-07 | 2 | -7/+5 |
| | | |||||
| * | Document the changes to s6-ftrigrd and s6-supervise | Laurent Bercot | 2014-12-07 | 2 | -1/+8 |
| | | |||||
