aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Doc updatesLaurent Bercot2017-08-202-8/+34
|
* Fix fd leak in s6_svc_lock_releaseLaurent Bercot2017-08-194-4/+13
|
* Doc clarificationLaurent Bercot2017-08-191-1/+2
|
* Add s6-notifyoncheckLaurent Bercot2017-08-197-0/+415
|
* Doc typo fixLaurent Bercot2017-08-161-1/+1
|
* Bugfix: typo in s6_fdholder_getdump.cLaurent Bercot2017-08-061-1/+1
|
* Apply Guillermo's fixes to doc and examplesLaurent Bercot2017-07-243-9/+10
|
* 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 deps.makLaurent Bercot2017-07-161-2/+4
|
* 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-165-61/+113
|
* Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot2017-07-129-5/+53
| | | | | | 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
|
* version: 2.6.0.0v2.6.0.0Laurent Bercot2017-06-152-1/+9
|
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-1416-58/+129
| | | | | | | - 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-132-1/+3
| | | | Also add ./configure output to .gitignore
* bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrdLaurent Bercot2017-06-131-1/+1
|
* More schemeless URLsLaurent Bercot2017-05-242-2/+2
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* fix s6-sudod default timeout: infinite by default, as documentedLaurent Bercot2017-05-241-1/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-2379-319/+319
|
* version: 2.5.1.0 (fo realz)v2.5.1.0Laurent Bercot2017-05-211-1/+1
|
* version: 2.5.1.0Laurent Bercot2017-05-211-1/+1
|
* Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot2017-05-197-10/+46
|
* Better error message when s6-sudoc gets punted by s6-ipcserver-accessLaurent Bercot2017-05-121-2/+6
|
* doc precision: s6-ftrig-wait prints its last event to stdoutLaurent Bercot2017-05-111-1/+2
|
* s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot2017-05-114-3/+11
|
* Prepare for version 2.5.0.1Laurent Bercot2017-05-115-6/+19
|
* bugfix: s6-svstat accepts -w, not -WLaurent Bercot2017-05-091-1/+1
|
* Doc typo fixesLaurent Bercot2017-05-072-2/+2
|
* Fix trailing nulls in s6-svstat's outputLaurent Bercot2017-04-131-2/+2
|
* Doc link fixLaurent Bercot2017-04-051-1/+1
|
* Better doc for s6-svc -OLaurent Bercot2017-04-051-3/+3
|
* Better s6-svstat descriptionLaurent Bercot2017-03-291-2/+3
|
* s6-svstat doc typo fix and clarificationLaurent Bercot2017-03-291-2/+3
|
* version: 2.5.0.0v2.5.0.0Laurent Bercot2017-03-271-0/+22
|
* Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot2017-03-277-36/+62
|
* Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot2017-03-258-58/+319
|
* 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-207-16/+51
|
* 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-12106-652/+596
|
* 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)