summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30172 from yuwata/analyze-verify-unit-pathLuca Boccassi2023-11-244-39/+21
|\
| * analyze: do not prepend the current working directory to SYSTEMD_UNIT_PATH ne...Yu Watanabe2023-11-231-0/+6
| * analyze: set SYSTEMD_UNIT_PATH in verify_generate_path()Yu Watanabe2023-11-234-25/+9
| * analyze: shorten code a bitYu Watanabe2023-11-231-14/+6
| * analyze: drop duplicated :Yu Watanabe2023-11-231-1/+1
* | pcrextend: fix minor memory leakLennart Poettering2023-11-241-22/+11
* | login: do not clear wall message before shutting downYu Watanabe2023-11-241-1/+0
|/
* hibernate-resume: actually set HibernateInfo.offsetMike Yuan2023-11-231-0/+2
* analyze: don't open systemd-executor needlesslyMike Yuan2023-11-233-1/+3
* analyze: use FOREACH_ARRAY moreMike Yuan2023-11-231-7/+7
* core/manager: open our parent dir with O_PATHMike Yuan2023-11-231-1/+1
* core/manager: correct and simplify errno handlingMike Yuan2023-11-231-8/+8
* core/manager: rename result parameter to retMike Yuan2023-11-231-3/+3
* exec-util: don't say sd-executor to avoid ambiguityMike Yuan2023-11-231-2/+2
* io-util: actually retry on failureYu Watanabe2023-11-221-0/+1
* systemctl: distinguish reload and reexecChristian Hesse2023-11-221-2/+4
* conf-parser: only read the first found main config fileMike Yuan2023-11-221-1/+3
* recurse-dir: correct commentLennart Poettering2023-11-221-1/+1
* Merge pull request #30145 from poettering/reset-terminal-line-editingLuca Boccassi2023-11-222-5/+8
|\
| * firstboot: reset terminal settings right before asking a questionLennart Poettering2023-11-221-0/+2
| * terminal-util: drop ECHOPRT flag from TTY settings when resettingLennart Poettering2023-11-221-1/+1
| * terminal-util: trivial modernizations for reset_terminal_fd()Lennart Poettering2023-11-221-4/+5
* | Merge pull request #30149 from yuwata/setlocaleLuca Boccassi2023-11-222-6/+7
|\ \
| * | locale-util: drop unused init_gettext()Yu Watanabe2023-11-222-6/+0
| * | locale-util: do not call setlocale() when multi-threadedYu Watanabe2023-11-221-0/+7
* | | Merge pull request #30143 from poettering/machine-credential-fixesLuca Boccassi2023-11-223-48/+31
|\ \ \
| * | | machine-credential: tweak --load-credential= use a bitLennart Poettering2023-11-221-3/+4
| * | | machine-credential: simplify code a bitLennart Poettering2023-11-221-2/+4
| * | | machine-credential: use word 'Credential' rather than 'MachineCredential'Lennart Poettering2023-11-221-3/+3
| * | | machine-credential: fix GREEDY_REALLOC error handlingLennart Poettering2023-11-221-21/+12
| * | | machine-credential: fix error loggingLennart Poettering2023-11-223-19/+8
| |/ /
* | | Merge pull request #30024 from keszybz/one-doc-thingyLuca Boccassi2023-11-229-39/+64
|\ \ \
| * | | core: serialize and deserialize trigger ratelimits for socket and pathZbigniew Jędrzejewski-Szmek2023-11-222-2/+12
| * | | core: use uniform style for RateLimit initializationZbigniew Jędrzejewski-Szmek2023-11-225-14/+8
| * | | core: serialize and deserialize auto start/stop ratelimitZbigniew Jędrzejewski-Szmek2023-11-221-0/+4
| * | | core: serialize and deserialize unit start ratelimitsZbigniew Jędrzejewski-Szmek2023-11-221-0/+6
| * | | core: split out the helper to serialize/deserialize ratelimitsZbigniew Jędrzejewski-Szmek2023-11-173-23/+34
* | | | fs-util: add comment explaining what xopenat() is forLennart Poettering2023-11-221-0/+10
| |/ / |/| |
* | | journal: sync immediately on shutting down journaldYu Watanabe2023-11-221-0/+6
| |/ |/|
* | Merge pull request #30133 from yuwata/fix-draw-cylonYu Watanabe2023-11-225-37/+70
|\ \
| * | test: add test for draw_cylon()Yu Watanabe2023-11-221-0/+28
| * | pid1: move draw_cylong() to pretty-print.[ch]Yu Watanabe2023-11-223-38/+41
| * | pid1: terminate cylon stringYu Watanabe2023-11-221-1/+3
| * | pid1: drop unnecessary spaceYu Watanabe2023-11-221-1/+1
* | | sd-journal: warn about seals may not be continuous only when the file is sealedYu Watanabe2023-11-221-1/+1
* | | network/dhcp: disable RapidCommit= by default when AllowList=/DenyList= is sp...Yu Watanabe2023-11-214-3/+10
|/ /
* | systemctl: fix typoYu Watanabe2023-11-211-1/+1
* | tpm2-util: rename json field "tpm2-pcrlock" → "tpm2_pcrlock"Lennart Poettering2023-11-211-2/+2
* | bsod: install the signal handler only just before we need itFrantisek Sumsal2023-11-211-1/+2
* | kernel-install: do not resolve symlink in paths passed to pluginsYu Watanabe2023-11-211-27/+50