No description
Find a file
Lennart Poettering 837659825f pidref: add helpers for managing PidRef on the heap
Usually we want to embed PidRef in other structures, but sometimes it
makes sense to allocate it on the heap in case it should be used
standalone. Add helpers for that.

Primary usecase: use as key in Hashmap objects, that for example map
process to unit objects in PID 1.

This adds pidref_free()/pidref_freep() for freeing such an allocated
struct, as well as pidref_dup() (for duplicating an existing PidRef
on the heap 1:1), and pidref_new_pid() (for allocating a new PidRef from a
PID).
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 helpers for managing PidRef on the heap 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
.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.