aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Credit smaeul, prepare for 2.7.0.1Laurent Bercot2018-02-026-4/+17
|
* cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal ↵Laurent Bercot2018-02-021-6/+8
| | | | can't convert time
* Doc update: systemd unit file exampleLaurent Bercot2018-01-151-9/+34
|
* 2018, not 2017Laurent Bercot2018-01-041-1/+1
|
* version: 2.7.0.0v2.7.0.0Laurent Bercot2018-01-041-0/+2
|
* Use child_spawn2 instead of child_spawn in s6-setlockLaurent Bercot2018-01-033-4/+4
|
* Port ftrigr and s6lock to textclientLaurent Bercot2017-12-2221-141/+135
|
* Credit eto for the bug-reportLaurent Bercot2017-12-111-0/+1
|
* Bugfix: s6-fdholderd crash when regex defs not presentLaurent Bercot2017-12-112-15/+20
|
* Add "-a perms" option to s6-ipcserver(-socketbinder)Laurent Bercot2017-12-114-8/+28
|
* version: 2.6.2.0v2.6.2.0Laurent Bercot2017-11-271-5/+62
|
* Add s6_fdholder_start/end, prepare for 2.6.2.0Laurent Bercot2017-11-2712-11/+90
|
* 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
|
* Better s6-supervise docLaurent Bercot2017-11-021-35/+73
|
* Make all-pic a user optionLaurent Bercot2017-10-304-12/+28
|
* Support default pieLaurent Bercot2017-10-292-0/+19
|
* Doc grammar fixLaurent Bercot2017-10-251-1/+1
|
* Document s6-log's -l optionLaurent Bercot2017-10-251-1/+8
|
* Remove shebang from configureLaurent Bercot2017-10-191-9/+1
|
* 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. ;)
* version: 2.6.1.1v2.6.1.1Laurent Bercot2017-10-091-1/+2
|
* Better *FLAGS management; prepare for 2.6.1.1Laurent Bercot2017-10-057-23/+53
|
* 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
|
* Remove mention of /etc/leapsecs.dat from s6-tai64nlocal docLaurent Bercot2017-09-131-1/+0
|
* bugfix: s6_accessrules_backend_cdb could incorrectly return ERROR instead ↵Laurent Bercot2017-09-121-6/+7
| | | | of DENY
* Change absolute link to relative one in docLaurent Bercot2017-09-121-4/+3
|
* version: 2.6.1.0v2.6.1.0Laurent Bercot2017-08-281-1/+1
|
* Switch to xpathexec_*Laurent Bercot2017-08-2829-69/+39
|
* Prepare for 2.6.1.0Laurent Bercot2017-08-225-9/+20
|
* 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
|