No description
Find a file
Lennart Poettering dcfcea6d02 pidref: add PIDREF_MAKE_FROM_PID()
This helper truns a pid_t into a PidRef. It's different from
pidref_set_pid() in being "passive", i.e. it does not attempt to acquire
a pidfd for the pid.

This is useful when using the PidRef as a lookup key that shall also
work after a process is already dead, and hence no conversion to a pidfd
is possible anymore.
2023-09-28 23:22:58 +02:00
.clusterfuzzlite
.github
.semaphore
catalog
coccinelle
docs docs: note root storage daemons can now also use SurviveFinalKillSignal=yes 2023-09-28 13:48:14 +01:00
factory
hwdb.d add support for hp pavilion gaming 15 lid switch (#29304) 2023-09-26 13:32:03 +01:00
LICENSES
man Merge pull request #29361 from keszybz/kernel-install-work 2023-09-28 17:16:15 +01:00
mkosi.conf.d
mkosi.presets mkosi: Run meson and ninja as the user invoking mkosi 2023-09-25 11:06:15 +01:00
modprobe.d
network
po po: Translated using Weblate (Hungarian) 2023-09-27 07:56:54 +00:00
presets
rules.d
shell-completion bash-completion: add missing commands and options to systemd-dissect 2023-09-25 16:46:11 +02:00
src pidref: add PIDREF_MAKE_FROM_PID() 2023-09-28 23:22:58 +02:00
sysctl.d
sysusers.d
test Merge pull request #28545 from bluca/softreboot_survive 2023-09-28 17:12:03 +01:00
tmpfiles.d
tools update-dbus-docs: Test that items are documented in the History section 2023-09-26 19:11:53 +01:00
units Merge pull request #29345 from poettering/measured-uki-condition 2023-09-27 16:39:46 +02:00
xorg xorg/50-systemd-user: add a full license header 2021-10-01 14:45:00 +02:00
.clang-format
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.mailmap
.packit.yml
.pylintrc
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson.build Merge pull request #29296 from keszybz/make-cryptsetup-offical-and-add-docs 2023-09-27 13:31:11 +01:00
meson_options.txt
mkosi.kernel.config
NEWS fix typo in NEWS 2023-09-27 17:24:39 +09:00
README
README.md
TODO update TODO 2023-09-28 13:22:45 +02:00

Systemd

System and Service Manager

Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
CentOS CI - CentOS 8
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
Fossies codespell report
Weblate
Coverage Status
Packaging status
OpenSSF Scorecard

Details

Most documentation is available on systemd's web site.

Assorted, older, general information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Code Map for information about this repository's layout and content.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.

Stable branches with backported patches are available in the stable repo.