index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-daemon
Age
Commit message (
Expand
)
Author
2015-11-04
Merge pull request #1768 from vcaputo/sd-daemon-listen-fds-overflow-bis
Lennart Poettering
2015-11-03
sd-daemon: fix potential LISTEN_FDS overflow in sd_listen_fds()
Vito Caputo
2015-11-03
sd-daemon: explicitly filter out -1 when parsing watchdog timeout
Lennart Poettering
2015-11-01
sd-daemon: verify NOTIFY_SOCKET path length
Lennart Poettering
2015-10-31
sd-daemon: increase sd_notify() socket buffer size
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-12
sd-daemon: wipe out memory before using CMSG_NXTHDR()
Daniel Mack
2015-10-09
sd-daemon: simply code simplification
Lennart Poettering
2015-10-06
core: add support for naming file descriptors passed using socket activation
Lennart Poettering
2015-09-30
sd-daemon: fix sd_is_mq for non-mq fds
Zbigniew Jędrzejewski-Szmek
2015-09-29
sd-daemon: Simplify sd_booted() check
Lennart Poettering
2015-09-09
sd_pid_notify_with_fds: fix computing msg_controllen
Maciej Wereski
2015-08-07
sd-daemon: return EBADF for invalid fd numbers
Zbigniew Jędrzejewski-Szmek
2015-03-13
sd-daemon: simplify sd_pid_notify_with_fds
Zbigniew Jędrzejewski-Szmek
2015-03-02
sd-daemon: replace VLA with alloca(), to make llvm happy
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-06
core: add new logic for services to store file descriptors in PID 1
Lennart Poettering
2014-10-23
sd-daemon,man: ignore missing $WATCHDOG_PID
Zbigniew Jędrzejewski-Szmek
2014-07-10
libsystemd: make use of our common sockaddr_union everywhere
Lennart Poettering
2014-06-05
sd-daemon: introduce sd_pid_notify() and sd_pid_notifyf()
Lennart Poettering
2014-04-13
build-sys: add Makefile symlink
Lennart Poettering
2014-03-24
sd-daemon: fix incorrect variable access
Lennart Poettering
2014-02-19
build-sys: merge libsystemd-daemon into libsystemd
Kay Sievers