summaryrefslogtreecommitdiffstats
path: root/src/cgtop (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-04meson: redo grouping of tests under src/test/Zbigniew Jędrzejewski-Szmek1-122/+120
2023-04-04man: mention -o option for systemd-journal-remoteYu Watanabe1-0/+2
2023-04-04service: minor modernizationsLennart Poettering1-13/+13
2023-04-04manager: remove transient unit directory during startupZbigniew Jędrzejewski-Szmek1-0/+4
2023-04-04sd-bus: use macros for standard bus error names consistentlyZbigniew Jędrzejewski-Szmek6-98/+115
2023-04-04core: a more informative error when SetProperties/StartTransientUnit failsZbigniew Jędrzejewski-Szmek1-9/+18
2023-04-04man/sd_bus_message_open_container: mention two common errorsZbigniew Jędrzejewski-Szmek1-1/+15
2023-04-04man/systemd.service: add example for char prefixesZbigniew Jędrzejewski-Szmek1-1/+12
2023-04-04man: move description of command line substitution out of ExecStart=Zbigniew Jędrzejewski-Szmek1-76/+69
2023-04-04core: unify two similar paths, avoid formatting of unused stringZbigniew Jędrzejewski-Szmek1-26/+21
2023-04-04core: simplify unit_escape_setting()Zbigniew Jędrzejewski-Szmek2-17/+11
2023-04-04core: typos in commentsZbigniew Jędrzejewski-Szmek4-15/+14
2023-04-04update TODOLennart Poettering1-0/+4
2023-04-04service: dump fdstore contents also in free-form debug dumpLennart Poettering1-0/+39
2023-04-04chase: fix error handlingYu Watanabe1-2/+2
2023-04-04test: add tests for id128_{read,write}_at()Yu Watanabe1-0/+74
2023-04-04sd-id128: introduce id128_write_at()Yu Watanabe2-4/+8
2023-04-04sd-id128: introduce id128_read_at()Yu Watanabe2-4/+10
2023-04-04sd-id128: rename Id128FormatFlag -> Id128FlagYu Watanabe2-13/+13
2023-04-04sd-id128: rename argument and add missing assertionYu Watanabe2-6/+10
2023-04-04Revert "sd-id128: make id128_read() optionally take root directory"Yu Watanabe5-13/+16
2023-04-04src: changed usage of basename() to path_extract_filename().OMOJOLA JOSHUA DAMILOLA2-7/+19
2023-04-03pid1: drop two spurious empty lineLennart Poettering1-2/+0
2023-04-03core/main: also check the argument terminatorMike Yuan1-1/+1
2023-04-03udev-rules: check tokens orderDmitry V. Levin2-0/+21
2023-04-03shared/exec-util: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek1-6/+3
2023-04-03core/service: inline one variableZbigniew Jędrzejewski-Szmek1-3/+1
2023-04-03basic/fs-util: typo fixZbigniew Jędrzejewski-Szmek1-1/+1
2023-04-03man/systemd-sysext: minor grammar optimizationsZbigniew Jędrzejewski-Szmek1-2/+2
2023-04-03basic/mkdir: simplify error handlingZbigniew Jędrzejewski-Szmek1-5/+2
2023-04-03tpm2: add support for a trusted SRKWilliam Roberts13-68/+487
2023-04-03user-sessions: do not remove /etc/nologinZbigniew Jędrzejewski-Szmek2-11/+14
2023-04-03update 60-sensor.hwdb with toshiba tablet (#27103)dmkUK1-0/+4
2023-04-02core: do early setup check for arguments with '=' tooMike Yuan1-1/+1
2023-04-02Added unit test for strv_env_name_is_valid() function listed in env-util.c (#...taniishkaaa1-0/+9
2023-04-02po: Translated using Weblate (Russian)Andrei Stepanov1-7/+8
2023-04-01build(deps): bump github/codeql-action from 2.2.5 to 2.2.9dependabot[bot]2-4/+4
2023-04-01build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3dependabot[bot]1-1/+1
2023-04-01build(deps): bump actions/labeler from 4.0.2 to 4.0.3dependabot[bot]1-1/+1
2023-04-01build(deps): bump github/super-linter from 4.9.7 to 4.10.1dependabot[bot]1-1/+1
2023-04-01man: restore description of ConditionControlGroupController=v1|v2Zbigniew Jędrzejewski-Szmek1-5/+14
2023-04-01networkctl: use sd_bus_get_propertyMike Yuan1-11/+1
2023-04-01networkctl: style improvementsMike Yuan1-26/+28
2023-04-01networkctl: use FOREACH_ARRAY moreMike Yuan1-31/+27
2023-04-01ukify: Strip symbol/string table for old stubsJan Janssen1-0/+13
2023-04-01find-esp: Add openat() like helpers that operate on fdsDaan De Meyer2-136/+204
2023-04-01stat-util: Add xstatfsat()Daan De Meyer2-0/+16
2023-04-01find-esp: Drop explicit automount triggerDaan De Meyer1-5/+0
2023-04-01btrfs-util: Add btrfs_get_block_device_at()Daan De Meyer3-34/+17
2023-04-01networkctl: acquire bus only when necessaryMike Yuan1-62/+84