Find a file
Sam Leonard 9eb118eea7
shared/ptyfwd: allow window title but not background color as a valid state
Previously if a PTYForward instance had the window title set but no
background color set then it would crash in an assertion as
pty_forward_ansi_process didn't require both to be present.

systemd-vmspawn could get into this state if it failed to get the
terminal tint color.

Now any method that would have called background_color_sequence now
becomes just a NOP if the background color is not set.

This allows keeping the functionality to set window titles even if the
terminal doesn't support the background coloring.
2024-02-28 11:50:18 +00:00
.clusterfuzzlite ci: unpin CFLite 2022-04-26 09:13:57 +00:00
.github Merge pull request #31511 from jamacku/prepare-for-diff-shellcheck 2024-02-28 10:28:56 +01:00
.semaphore semaphore: temporarily pin autopkgtest to v5.32 2024-02-09 11:18:25 +01:00
catalog bulgarian: use "RateLimitIntervalSec" rather than "RateLimitInterval" 2024-02-04 02:42:09 +09:00
coccinelle cocci: merge mfree.cocci and mfree_return.cocci (#30838) 2024-01-09 12:24:37 +09:00
docs docs: update link for Arch Linux bugtracker 2024-02-25 11:27:18 +00:00
factory man: don't suggest using pam_unix.so's use_authtok switch 2024-01-17 23:59:05 +00:00
hwdb.d Fix: Chuwi UBook X (CWI535) screen rotation matrix 2024-02-26 11:38:15 +01:00
LICENSES LICENSES/README.md: fix syntax 2023-07-08 22:33:53 +00:00
man network/ndisc: drop redundant sd_ndisc_router_get_icmp6_ratelimit() 2024-02-28 11:05:00 +00:00
mime creds-util: add a concept of "user-scoped" credentials 2024-01-30 17:07:47 +01:00
mkosi.conf.d Update to mkosi v19 2023-11-28 19:54:58 +01:00
mkosi.images Install pacman in Arch Linux image 2024-02-09 12:41:54 +00:00
modprobe.d modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0 2024-01-12 23:24:54 +00:00
network network: fix 6rd tunnel link section name 2024-01-12 21:42:04 +00:00
po po: Translated using Weblate (Lithuanian) 2024-02-16 09:29:40 +01:00
presets preset: enable homed sidecar services 2024-02-08 22:44:00 +00:00
rules.d udev: Add /dev/media/by-path symlinks for media controllers 2024-02-22 19:27:29 +00:00
shell-completion Merge pull request #31511 from jamacku/prepare-for-diff-shellcheck 2024-02-28 10:28:56 +01:00
src shared/ptyfwd: allow window title but not background color as a valid state 2024-02-28 11:50:18 +00:00
sysctl.d sysctl.d: Fix pid_max comment 2023-10-31 13:07:49 +01:00
sysusers.d Revert "sysusers.d: create the user for systemd-journal-upload.service" 2023-12-04 19:44:10 +01:00
test test-network: fix typo 2024-02-28 11:44:20 +09:00
tmpfiles.d tmpfiles.d: avoid deprecated, undocumented syntax (s/F/f+/) 2024-02-27 19:21:06 +00:00
tools Merge pull request #31352 from DaanDeMeyer/versioning 2024-02-23 11:07:56 +01:00
units homed: Create & advertise blob directory 2024-02-19 11:18:11 +00:00
xorg xorg/50-systemd-user: add a full license header 2021-10-01 14:45:00 +02:00
.clang-format clang-format: Adjust style of pointers 2022-05-30 04:00:54 +09:00
.ctags
.dir-locals.el
.editorconfig editorconfig: add NEWS whitespace configuration 2023-10-26 22:41:03 +01:00
.gitattributes Mark all base64 files as generated 2023-08-16 12:49:45 +02:00
.gitignore Update to mkosi v19 2023-11-28 19:54:58 +01:00
.mailmap mailmap: "reduce contributor count by 13" 2023-08-16 12:49:42 +02:00
.packit.yml Revert "packit: temporarily build systemd without BPF stuff" 2024-02-11 16:45:03 +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
configure configure: update meson invocation 2023-07-29 14:08:06 +02:00
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson.build meson: drop default-hierarchy= option, always use unified 2024-02-27 23:10:49 +08:00
meson.version meson: Start adding devel and rc suffixes to the project version 2024-02-14 15:36:34 +01:00
meson_options.txt meson: drop default-hierarchy= option, always use unified 2024-02-27 23:10:49 +08:00
mkosi.conf mkosi: Build a directory image by default 2024-01-12 16:19:48 +01:00
mkosi.kernel.config mkosi: Don't disable CONFIG_USB 2023-09-06 12:58:30 +02:00
NEWS NEWS: announce cgroup v1 deprecation 2024-02-27 23:10:50 +08:00
README README: mention fq_codel 2024-02-22 19:14:31 +00:00
README.md Revert "docs: use collections to structure the data" 2024-02-23 09:48:47 +01:00
TODO TODO: fix typo 2024-02-28 11:46:21 +09: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 9
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, join our IRC channel #systemd on libera.chat or Matrix channel

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