about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: inverted warning condition on s6_dtally_write (non-critical)Laurent Bercot2018-03-261-1/+1
* Fix minor bugs in s6-permafailonLaurent Bercot2018-03-243-2/+8
* Fix off-by-one in s6-svdt-clearLaurent Bercot2018-03-241-1/+1
* Add s6-svdt-clear, s6-permafailonLaurent Bercot2018-03-214-0/+137
* Add -g option to s6-tai64nlocalLaurent Bercot2018-03-211-2/+21
* Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0Laurent Bercot2018-03-203-1/+77
* Add throttling support to s6-svstatLaurent Bercot2018-03-201-1/+3
* Add death tally support to s6-supervise, throttling support to s6_svstatus_tLaurent Bercot2018-03-209-2/+144
* Make s6-svwait et al. exit instead of hang if s6-supervise diesLaurent Bercot2018-03-024-5/+9
* cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal c...Laurent Bercot2018-02-021-6/+8
* Use child_spawn2 instead of child_spawn in s6-setlockLaurent Bercot2018-01-032-3/+3
* Port ftrigr and s6lock to textclientLaurent Bercot2017-12-2216-137/+111
* 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
* 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 of...Laurent Bercot2017-09-121-6/+7
* 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
* 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
* 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
* s6-ftrigrd: be silent when the client dies in the middle of an asyncout flushLaurent Bercot2017-06-131-1/+1
* 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 setpg...Laurent Bercot2017-03-141-1/+1
* 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