aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: s6-fdholderd crash when regex defs not presentLaurent Bercot2017-12-111-15/+19
|
* Add "-a perms" option to s6-ipcserver(-socketbinder)Laurent Bercot2017-12-112-7/+19
|
* Add s6_fdholder_start/end, prepare for 2.6.2.0Laurent Bercot2017-11-274-1/+40
|
* Add SKALIBS_HASODIRECTORY supportLaurent Bercot2017-11-221-1/+13
|
* More accurate exit code and clearer error messages for s6-svc and s6-svscanctlLaurent Bercot2017-11-104-12/+40
|
* bugfix: s6-log: use off_t instead of size_t for archive file sizeLaurent Bercot2017-10-171-11/+10
| | | | Also clarify internal names, to make CalimeroTechnik happy. ;)
* Use mkstemp() in s6-accessrules-cdb-from-fsLaurent Bercot2017-09-301-8/+5
|
* Cosmetic fix: start s6-ftrigrd from the child s6-notifyoncheckLaurent Bercot2017-09-171-5/+22
|
* bugfix: s6_accessrules_backend_cdb could incorrectly return ERROR instead ↵Laurent Bercot2017-09-121-6/+7
| | | | of DENY
* Switch to xpathexec_*Laurent Bercot2017-08-2828-65/+34
|
* Fix fd leak in s6_svc_lock_releaseLaurent Bercot2017-08-193-2/+10
|
* Add s6-notifyoncheckLaurent Bercot2017-08-192-0/+249
|
* Bugfix: typo in s6_fdholder_getdump.cLaurent Bercot2017-08-061-1/+1
|
* More secure s6-applyuidgid on systems with a broken setgroups() (thanks muh)Laurent Bercot2017-07-161-1/+1
|
* Fix ftrigw_fifodir_make on platforms where gid_t is unsigned (the BSDs, who ↵Laurent Bercot2017-07-161-2/+2
| | | | would have thought!)
* Fix setgroups() invocation on SnowflakeBSDLaurent Bercot2017-07-161-4/+3
|
* Propagate fd_close() changes, fix deps for ftrigr_updateb()Laurent Bercot2017-07-166-15/+4
|
* Add ftrigr_updateb()Laurent Bercot2017-07-164-57/+88
|
* Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot2017-07-124-1/+34
| | | | | | Allows fixing a race condition in s6-rc-init. s6-supervise also creates event/ before supervise/ so that locking the servicedir ensures event/ can be used.
* s6-ipcserver-access: make -E properly remove IPCCONNNUMLaurent Bercot2017-06-171-0/+2
|
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-148-51/+93
| | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
* s6-ftrigrd: be silent when the client dies in the middle of an asyncout flushLaurent Bercot2017-06-131-1/+1
| | | | Also add ./configure output to .gitignore
* bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrdLaurent Bercot2017-06-131-1/+1
|
* fix s6-sudod default timeout: infinite by default, as documentedLaurent Bercot2017-05-241-1/+1
|
* Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot2017-05-191-2/+21
|
* Better error message when s6-sudoc gets punted by s6-ipcserver-accessLaurent Bercot2017-05-121-2/+6
|
* s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot2017-05-111-2/+4
|
* bugfix: s6-svstat accepts -w, not -WLaurent Bercot2017-05-091-1/+1
|
* Fix trailing nulls in s6-svstat's outputLaurent Bercot2017-04-131-2/+2
|
* Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot2017-03-273-27/+20
|
* Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot2017-03-254-48/+230
|
* Use uint32_t for s6-fdholderd's indices in genset and avltreenLaurent Bercot2017-03-241-45/+46
|
* Implement permanent failure for services via ./finish exiting 125Laurent Bercot2017-03-205-13/+38
|
* Change setpgrp() to setpgid(0, 0) because lolBSD don't have a standard ↵Laurent Bercot2017-03-141-1/+1
| | | | | | setpgrp(). How the fuck are the BSDs even still alive?
* Cleanup of superfluous includesLaurent Bercot2017-03-1326-42/+18
|
* Fix argument order in memchr() !Laurent Bercot2017-03-122-2/+2
|
* Fix a few omissions in the adaptationLaurent Bercot2017-03-124-11/+12
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-12101-638/+582
|
* setpgrp() when nosetsid contains "setpgrp" (asked by Buck Evans)Laurent Bercot2017-02-191-2/+11
|
* Actually fix the return value of ftrigr_update() (thanks jjk)Laurent Bercot2017-01-311-1/+3
|
* bugfix: ftrigr_update() could return incorrect value for repeating events ↵Laurent Bercot2017-01-301-2/+21
| | | | (thanks jjk)
* Two-space indentation please :PLaurent Bercot2017-01-281-2/+2
|
* code style fix, types change in docLaurent Bercot2017-01-281-1/+1
|
* supervise: set down&ready (D) even on LASTFINISHOlivier Brunel2017-01-281-1/+7
| | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com>
* Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot2017-01-201-0/+1
|
* Types fix, first passLaurent Bercot2017-01-1281-309/+407
|
* bugfix: s6-ipcclient's socket needs to be blockingLaurent Bercot2016-12-011-1/+1
|
* s6-softlimit: don't use subgetopt_hereLaurent Bercot2016-12-011-22/+21
|
* Increase s6-log "s" limit to 256MBLaurent Bercot2016-11-211-1/+1
|
* Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, ↵Laurent Bercot2016-10-163-4/+20
| | | | and nobody cares about that RNG not being CS)