aboutsummaryrefslogtreecommitdiffstats
path: root/package/deps.mak
Commit message (Collapse)AuthorAgeFilesLines
...
* Add s6-notifyoncheckLaurent Bercot2017-08-191-0/+3
|
* Fix deps.makLaurent Bercot2017-07-161-2/+4
|
* Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot2017-07-121-2/+3
| | | | | | 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.
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-2/+3
| | | | | | | - 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()
* Revert wrong shared lib fixLaurent Bercot2016-10-241-1/+1
|
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-241-1/+1
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-1/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-121-8/+8
|
* Push back GNU make dependency to 3.81Laurent Bercot2015-10-121-59/+59
|
* add s6_svc_ok in libs6, refactor s6-svokLaurent Bercot2015-09-011-3/+4
|
* Link shared libs against their -l deps, better libpath managementv2.2.0.1Laurent Bercot2015-08-121-2/+3
|
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-2/+2
|
* - Add timeout-finish support and "down-readiness"Laurent Bercot2015-07-201-11/+14
| | | | | | | - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0
* - added s6-fdholder-delete(c)Laurent Bercot2015-01-261-0/+4
| | | | | | - small s6-fdholder-* fixes - s6-fdholder documentation (in review) - s6_svstatus_* bugfix (thanks Olivier Brunel)
* - add s6_accessrules_params_freeLaurent Bercot2015-01-231-3/+45
| | | | - some libfdholder debug
* Add readiness support to s6-svstatLaurent Bercot2015-01-201-4/+4
|
* - added the s6_fdholder library to libs6. (Nothing useful yet.)Laurent Bercot2015-01-191-4/+17
| | | | | | | | | | - fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat)
* - s6-svlisten and s6-svlisten1Laurent Bercot2015-01-161-1/+7
| | | | | - Synchronous s6-svc - version 2.0.2.0, rc
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-151-3/+47
| | | | as well as the accessrules library, from s6-networking to here
* - Parallel build fixv2.0.1.0Laurent Bercot2015-01-141-15/+15
| | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate
* Add s6-applyuidgidLaurent Bercot2015-01-061-0/+3
|
* With the child_spawn change, s6-setlock should be free of SOCKET_LIBLaurent Bercot2014-12-181-1/+1
|
* In s6-setlock too because child_spawn pulls socketpair. My bad.Laurent Bercot2014-12-161-1/+1
|
* And don't forget to update deps.makLaurent Bercot2014-12-161-4/+4
|
* Update gen-deps.sh and deps.makLaurent Bercot2014-12-161-13/+41
|
* Initial commitLaurent Bercot2014-12-051-0/+101