aboutsummaryrefslogtreecommitdiff
path: root/tests/inferior.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inferior.scm')
0 files changed, 0 insertions, 0 deletions
ts): Increase #:handshake-timeout. 2023-05-06services: dbus-service, secret-service: Do not cause (fibers) to be loaded.Ludovic Courtès * gnu/build/dbus-service.scm (sleep*): Pass #:ensure #f to 'resolve-module'. * gnu/build/secret-service.scm (wait-for-readable-fd): Likewise. 2022-09-13secret-service: Mark sockets as SOCK_CLOEXEC.Ludovic Courtès * gnu/build/secret-service.scm (secret-service-send-secrets) (secret-service-receive-secrets): Pass SOCK_CLOEXEC to 'socket'. 2022-04-07secret-service: Allow cooperative scheduling when Fibers is used.Ludovic Courtès This lets the 'childhurd' service start in the background, letting shepherd perform other tasks in the meantime, including serving clients (such as the 'herd' command). * gnu/build/secret-service.scm (with-modules): New macro. (wait-for-readable-fd): Add cooperative implementation when Fibers is in use. (secret-service-send-secrets): Define 'sleep' so that it cooperates when Fibers is in use. 2022-04-07secret-service: Abstract 'wait-for-readable-fd'.Ludovic Courtès * gnu/build/secret-service.scm (wait-for-readable-fd): New procedure. (secret-service-send-secrets): Use it instead of 'select'.