aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* s6-fdholderd bugfix: defaultre rre, not wre when !rre_doneLaurent Bercot2015-02-201-1/+1
|
* Cosmetic error message fix in s6-fdholder-deletecLaurent Bercot2015-02-191-1/+1
|
* Bugfix: s6-log wasn't parsing regexps correctly (!)Laurent Bercot2015-02-172-2/+2
| | | | | Thanks to Roy Lanek. version: 2.1.1.1
* One more spurious warning fixv2.1.1.1v2.1.1.0Laurent Bercot2015-02-161-1/+1
|
* - cosmetic fixes in s6-fdholderdLaurent Bercot2015-02-082-6/+4
| | | | - timestamp length bugfix in s6-log
* - s6-log overhaul (more stack, less heap), with new directivesLaurent Bercot2015-02-071-447/+480
| | | | | - related doc update - version: 2.1.1.0 rc
* I changed my mind. Added access control for listing to s6-fdholderd.Laurent Bercot2015-01-291-2/+4
|
* - clang build fixv2.1.0.1Laurent Bercot2015-01-272-22/+29
| | | | | - s6-fdholder-daemon ltimeout bugfix - rc for v2.1.0.1
* - added s6-fdholder-delete(c)Laurent Bercot2015-01-2614-19/+117
| | | | | | - small s6-fdholder-* fixes - s6-fdholder documentation (in review) - s6_svstatus_* bugfix (thanks Olivier Brunel)
* Added fdholder, beta. Documentation will come next.Laurent Bercot2015-01-2329-3/+1732
|
* - add s6_accessrules_params_freeLaurent Bercot2015-01-2312-15/+36
| | | | - some libfdholder debug
* Add readiness support to s6-svstatLaurent Bercot2015-01-205-11/+32
|
* Change "signal TERM" to "signal SIGTERM" in s6-svstatLaurent Bercot2015-01-191-0/+3
|
* - added the s6_fdholder library to libs6. (Nothing useful yet.)Laurent Bercot2015-01-1927-126/+651
| | | | | | | | | | - fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat)
* - s6-svlisten and s6-svlisten1Laurent Bercot2015-01-168-14/+378
| | | | | - Synchronous s6-svc - version 2.0.2.0, rc
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-1536-0/+2174
| | | | as well as the accessrules library, from s6-networking to here
* - Parallel build fixv2.0.1.0Laurent Bercot2015-01-1418-39/+62
| | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate
* Clean up static/shared libs initialization in configure and MakefileLaurent Bercot2015-01-111-2/+2
| | | | fd_close -> close in s6-notifywhenup
* Allow empty gidlists in s6-applyuidgidLaurent Bercot2015-01-071-1/+1
|
* add <skalibs/setgroups.h> to s6-applyuidgidLaurent Bercot2015-01-061-0/+1
|
* Add s6-applyuidgidLaurent Bercot2015-01-062-0/+69
|
* - bugfix in s6-ftrigrd and s6lockd, need to align with skalibs-2.1.0.0v2.0.0.1Laurent Bercot2015-01-066-7/+7
| | | | - version increased to 2.0.0.1
* Tentative ucspilogd fix for Solarisv2.0.0.0Laurent Bercot2014-12-221-0/+63
|
* Actually build ucspilogd >.>Laurent Bercot2014-12-221-1/+2
|
* s6-notifywhenup returns 1 when it does not notifyLaurent Bercot2014-12-191-1/+1
|
* s6-notifywhen up now sends U and exits on the first newline.Laurent Bercot2014-12-191-11/+10
| | | | Doc updated to reflect it.
* With the child_spawn change, s6-setlock should be free of SOCKET_LIBLaurent Bercot2014-12-181-1/+0
|
* In s6-setlock too because child_spawn pulls socketpair. My bad.Laurent Bercot2014-12-161-0/+1
|
* Add $SOCKET_LIB dependencies everywhere, because SolarisLaurent Bercot2014-12-164-0/+4
|
* Cosmetic fix in s6-ftrigrdLaurent Bercot2014-12-091-1/+1
|
* Make ftrigr_startf data static constLaurent Bercot2014-12-091-2/+2
|
* errno fix in ftrigr_subscribeLaurent Bercot2014-12-091-0/+2
|
* Fix s6-notifywhenupLaurent Bercot2014-12-081-4/+5
|
* OpenBSD portability fixLaurent Bercot2014-12-081-0/+1
|
* fork -> child_spawn in s6-ftrig-listenLaurent Bercot2014-12-082-22/+4
|
* Use ftrigw_notify_b in s6-ftrig-notifyLaurent Bercot2014-12-072-7/+5
|
* Make ./event subdir private with s6-supervise's gid instead of public by defaultLaurent Bercot2014-12-071-1/+1
|
* Rewrite s6-ftrigrd to avoid moving buffers (and pointers in them)Laurent Bercot2014-12-072-41/+39
|
* someday I'll test BEFORE committingLaurent Bercot2014-12-061-1/+1
|
* typo in s6-ftrigrdLaurent Bercot2014-12-061-1/+1
|
* Fix: correctly init ftrigio buffer in s6-ftrigrdLaurent Bercot2014-12-061-1/+7
|
* fix: (EXT)BINPREFIX needs an ending /. Revert bad fix in s6lock.h and ftrigr.hLaurent Bercot2014-12-062-3/+3
|
* Bugfix: WTERMSIG, not WIFSIGNAL for 2nd argument to ./finish in s6-superviseLaurent Bercot2014-12-051-1/+1
|
* Initial commitLaurent Bercot2014-12-0598-0/+5429