guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] branch devel updated (0b6d4d3 -> 03e18f1)


From: Ludovic Courtès
Subject: [shepherd] branch devel updated (0b6d4d3 -> 03e18f1)
Date: Sun, 31 Dec 2023 10:28:11 -0500 (EST)

civodul pushed a change to branch devel
in repository shepherd.

    from 0b6d4d3  herd: Show recent messages in chronological order.
     add f5b7411  service: Really set ownership and permissions on Unix sockets.
     add 9dfeb4e  support: ‘mkdir-p’ sets permissions when directory already 
exists.
     add 877d638  service: Move non-signalfd setup to (shepherd).
     add 596bf75  tests: #:stop returns #f.
     add 1ff1527  shepherd: In non-signalfd, fix dynamic state of signal 
handlers.
     add bb0f662  shepherd: Honor ‘SHEPHERD_DISABLE_SIGNALFD’ variable, for 
tests.
     add 8fbbca5  system: pipe2: Return unbuffered ports.
     add 489cbd9  shepherd: In the non-signalfd case, do not run handlers from 
asyncs.
     add 7bfb3d0  tests: Skip when dealing with Guile sigaction + fork bug.
     add 865215a  guix: On Linux, run tests also without ‘signalfd’ support.
     add d245de1  guix: Refer to Fibers disregarding its label.
     add 07006e4  tests: Skip ‘tests/daemonize.sh’ on Guile 2.2.* as well.
     new ec1550b  Merge branch 'main' into devel
     new 0f43d5e  build: Enable more compiler warnings.
     new 7e25172  herd: ‘detailed-status’ no longer shows recent messages.
     new 4e3b58e  service: ‘make-forkexec-constructor’ & co. return a <process>.
     new 03e18f1  service: Serialize <process> records in their entirety.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .guix/modules/shepherd-package.scm |  42 +++++++---
 Makefile.am                        |   6 +-
 NEWS                               |  13 +++
 doc/shepherd.texi                  |   4 +-
 modules/shepherd.scm               | 157 +++++++++++++++++++++++--------------
 modules/shepherd/scripts/herd.scm  |  70 ++++++++++++-----
 modules/shepherd/service.scm       | 114 +++++++++++++++++----------
 modules/shepherd/support.scm       |   7 +-
 modules/shepherd/system.scm.in     |   2 +-
 tests/close-on-exec.sh             |   4 +-
 tests/daemonize.sh                 |  11 +++
 tests/forking-service.sh           |   2 +-
 tests/pid-file.sh                  |   4 +-
 tests/replacement.sh               |   4 +-
 tests/signals.sh                   |  11 ++-
 tests/system-star.sh               |   5 +-
 tests/systemd.sh                   |  27 +++++--
 tests/transient.sh                 |   2 +-
 18 files changed, 330 insertions(+), 155 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]