1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00
The systemd System and Service Manager
Go to file
Lennart Poettering 31c75fcc41 loop-util: read kernel's uevent seqnum right before attaching a loopback device
Later, this will allow us to ignore uevents from earlier attachments a
bit better, as we can compare uevent seqnums with this boundary. It's
not a full fix for the race though, since we cannot atomically determine
the uevent and attach the device, but it at least shortens the window a
bit.
2021-04-20 17:13:56 +02:00
.github
.lgtm/cpp-queries
.mkosi mkosi.arch: add rsync build dependency 2021-04-10 22:22:08 +02:00
.semaphore
catalog
coccinelle
docs docs: use new URL for package-notes 2021-04-09 10:27:36 +02:00
factory/etc
hwdb.d hwdb: Add accel orientation quirk for the Teclast Tbook 11 tablet 2021-04-19 11:44:16 +01:00
man relay role implementation 2021-04-20 15:11:53 +02:00
mkosi.default.d
modprobe.d
network
po po: Translated using Weblate (Korean) 2021-04-15 20:16:19 +09:00
presets
rules.d
shell-completion shell-completion: use base.lst, not xorg.lst 2021-04-20 10:19:41 +02:00
src loop-util: read kernel's uevent seqnum right before attaching a loopback device 2021-04-20 17:13:56 +02:00
sysctl.d
sysusers.d
test relay role implementation 2021-04-20 15:11:53 +02:00
tmpfiles.d
tools test: check if the unit file fuzzer corpora is up to date 2021-04-05 14:41:05 +01:00
units systemd-networkd.socket: Add conflict with shutdown.target (#19348) 2021-04-19 11:25:33 +09:00
xorg
.clang-format
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.lgtm.yml
.mailmap
.packit.yml packit: drop the 'sources' file after cloning the Fedora repo 2021-04-12 18:10:04 +02:00
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt
meson.build Merge pull request #19326 from keszybz/reorder-meson-status-output 2021-04-15 20:37:29 +01:00
mkosi.build mkosi: work-around to make systemd build in Fedora images that lack populated /etc 2021-04-07 17:45:28 +02:00
NEWS
README
README.md
TODO update TODO 2021-04-20 16:32:24 +02:00

Systemd

System and Service Manager

Count of open issues over time Count of open pull requests over time Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
Language Grade: C/C++
CentOS CI - CentOS 7
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
Fossies codespell report
Packaging status

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 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.