about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 (t...Laurent Bercot2017-01-301-2/+21
* 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
* 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, and...Laurent Bercot2016-10-163-4/+20
* Port to the new librandom APILaurent Bercot2016-10-143-2/+7
* Add guard-rail to s6-ipcserver to avoid it choking on a dgram socketLaurent Bercot2016-09-101-0/+1
* Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not list...Laurent Bercot2016-09-101-5/+10
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-0/+1
* Add spawn_lib supportLaurent Bercot2016-08-128-0/+8