1
0
Fork 0
mirror of https://github.com/systemd/systemd.git synced 2025-12-05 20:45:22 +00:00
The systemd System and Service Manager
Find a file
David Tardon d23a7eb4c0 udev-rules: use the right variable
We carefully prepare a copy of a local buffer to save in device cache
and then save the buffer there instead... This leads to abort in free()
on exit (also, copied is leaked).

Reproducer:
 # udevadm test /sys/block/sr0

Follow-up-for: a9559ebcbc

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2406118
2025-12-06 02:29:24 +09:00
.clusterfuzzlite ci: unpin CFLite 2022-04-26 09:13:57 +00:00
.github build(deps): bump softprops/action-gh-release from 2.4.1 to 2.5.0 2025-12-01 13:25:11 +00:00
.obs ci: stop triggering suse-specific package build on OBS 2025-08-08 18:46:07 +01:00
.semaphore semaphore-runner: disable cgroup setup in lxc 2025-03-16 15:30:38 +01:00
catalog core: record transactions that have seen ordering cycles 2025-11-12 23:47:39 +01:00
coccinelle coccinelle: error out when spatch is not installed 2025-11-24 21:05:10 +01:00
docs docs/MOUNT_REQUIREMENTS: fix typo 2025-11-25 22:52:10 +09:00
factory factory: do not install nsswitch.conf when nss is disabled 2025-11-25 10:48:31 +01:00
hwdb.d hwdb: add ProtoArc EM01 NL mouse configuration 2025-11-29 13:02:27 +09:00
LICENSES licensing: update address of FSF 2025-10-07 13:00:12 +01:00
man man: Clarify secure-boot-enroll defaults 2025-12-05 11:57:18 +01:00
mime mime: add mimetype for luks home dir 2025-03-07 17:27:20 +01:00
mkosi mkosi: Add fixed qemu ppa for Noble temporarily 2025-11-25 11:02:34 +01:00
modprobe.d modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0 2024-01-12 23:24:54 +00:00
network network: make use of LocalLeaseDomain= by default 2025-11-15 07:52:42 +01:00
po po: Translated using Weblate (Czech) 2025-12-05 16:03:15 +00:00
presets presets: Disable by default for initrd presets 2025-07-04 16:22:27 +01:00
profile.d profile: skip setting PS0 when PROMPT_COMMAND= is cleared 2025-11-10 06:05:15 +09:00
rules.d Symlink for the /dev/ptp0 in vmware (#39917) 2025-11-27 03:54:03 +09:00
shell-completion tree-wide: replace tab with space, adjust missing or duplicated space 2025-11-24 12:45:06 +01:00
src udev-rules: use the right variable 2025-12-06 02:29:24 +09:00
sysctl.d meson: drop explicit custom_target names 2025-06-28 17:14:50 +02:00
sysusers.d run0: Never ask --empower sessions for polkit auth 2025-11-12 19:55:35 +01:00
test ci: split out nvpcr test, so that it runs before rest of pcrextend (#39915) 2025-11-26 12:24:57 +00:00
tmpfiles.d fsck,quotacheck: drop support for traditional /forcefsck, /fastboot, and /forcequotacheck files 2025-07-16 05:47:38 +09:00
tools meson: rework include_directories() and finding of tools (#39956) 2025-12-02 20:07:37 +09:00
units units: let's set a socket name for networkd rtnl socket 2025-11-15 07:52:42 +01:00
xorg xorg/50-systemd-user: add a full license header 2021-10-01 14:45:00 +02:00
.clang-format clang-format: Add include sorting directives 2025-04-30 09:30:33 +02:00
.clang-tidy clang-tidy: Enable misc-include-cleaner check 2025-11-22 10:19:41 +01:00
.clangd clangd: Enable UnusedIncludes feature again 2025-05-24 20:57:05 +02:00
.ctags editors: Prevent ctags from following symlinks 2019-02-15 11:01:20 -08:00
.dir-locals.el scripts: use 4 space indentation 2019-04-12 08:30:31 +02:00
.editorconfig chore: fix editorconfig pattern and add setting for zsh 2025-05-30 14:53:45 +09:00
.gitattributes Mark all base64 files as generated 2023-08-16 12:49:45 +02:00
.gitignore gitignore: add aider 2025-10-20 11:39:25 +01:00
.mailmap mailmap: deduplicate Daan 2025-09-17 12:08:03 +02:00
.packit.yml mkosi: Rework how the pkgenv environment variables are set 2025-11-25 11:02:34 +01:00
.pylintrc Add .pylintrc to globally suppress warnings we don't really care about 2023-08-10 18:13:29 +02:00
.vimrc vimrc: explicitly set shiftwidth for the C file type 2023-09-18 13:11:45 +02:00
.ycm_extra_conf.py tools: consistently use #!/usr/bin/env python3 2025-07-25 12:33:13 +02:00
CITATION.cff add CITATION.cff file 2025-06-05 14:39:20 +02:00
LICENSE.GPL2 licensing: update address of FSF 2025-10-07 13:00:12 +01:00
LICENSE.LGPL2.1 licensing: update address of FSF 2025-10-07 13:00:12 +01:00
meson.build meson: rework include_directories() and finding of tools (#39956) 2025-12-02 20:07:37 +09:00
meson.version meson: bump version to v259~rc2 2025-11-26 12:26:56 +00:00
meson_options.txt meson: make persistent journal the default 2025-11-13 00:08:31 +01:00
mypy.ini Move mypy.ini and ruff.toml to top level 2024-11-24 16:47:20 +01:00
NEWS NEWS: finalize date 2025-11-26 12:26:45 +00:00
README README: align features after 'for' 2025-11-09 04:53:46 +09:00
README.md README: update badges 2025-05-22 01:37:05 +09:00
ruff.toml ruff: Default to python 3.7 version 2025-07-10 18:09:17 +02:00
TODO Various comment and whitespace cleanups (#39740) 2025-11-17 16:52:38 +01:00

Systemd

System and Service Manager

OBS Packages Status
Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
Fossies codespell report
Translation status
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, join our IRC channel #systemd on libera.chat or Matrix channel

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

We have a security bug bounty program sponsored by the Sovereign Tech Fund hosted on YesWeHack

Repositories with distribution packages built from git main are available on OBS