aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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 ↵Laurent Bercot2016-09-101-5/+10
| | | | listen() (suggested by Daniel Kahn Gillmor)
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-0/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-128-0/+8
|
* - doc typo fixLaurent Bercot2016-07-121-1/+2
| | | | - bugfix: proper error reporting in s6_fdholder_list_cb
* - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot2016-03-181-1/+1
| | | | - rc for v2.3.0.0, waiting to update deps before releasing
* Cosmetic fixes (remove useless headers, add a const)Laurent Bercot2016-02-232-4/+3
|
* Fix argc check in s6-svlisten1Laurent Bercot2016-02-021-1/+1
|
* Use bracket expression instead of alternation in svlisten regexv2.2.4.3Laurent Bercot2016-01-081-1/+1
|