summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* os-release: Add RELEASE_TYPE=Adrian Vovk2024-08-011-0/+23
* test: attempt to install sshd-session from multiple placesFrantisek Sumsal2024-08-012-2/+2
* build(deps): bump github/codeql-action from 3.25.11 to 3.25.15dependabot[bot]2024-08-012-4/+4
* build(deps): bump meson from 1.4.1 to 1.5.1 in /.github/workflowsdependabot[bot]2024-08-011-3/+3
* build(deps): bump systemd/mkosidependabot[bot]2024-08-011-1/+1
* build(deps): bump redhat-plumbers-in-action/differential-shellcheckdependabot[bot]2024-08-011-1/+1
* build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0dependabot[bot]2024-08-011-1/+1
* journalctl: fix compile error on i386Yu Watanabe2024-08-011-1/+1
* Merge pull request #33888 from YHNdnzj/followupsYu Watanabe2024-08-016-25/+41
|\
| * core/socket: stop hardcoding every service inactive stateMike Yuan2024-07-311-14/+27
| * core/cgroup: use UNIT_IS_INACTIVE_OR_FAILED where appropriateMike Yuan2024-07-311-1/+1
| * core/unit: merge use of LOG_CONTEXT_SET_LOG_LEVEL into LOG_CONTEXT_PUSH_UNITMike Yuan2024-07-312-7/+7
| * core: clean up ambient capability loggingMike Yuan2024-07-312-3/+6
* | Merge pull request #32448 from yuwata/journalctl-current-invocationYu Watanabe2024-08-0114-191/+721
|\ \ | |/ |/|
| * test: add test for journalctl --list-invocations and --invocation=Yu Watanabe2024-08-012-0/+68
| * journalctl: add --list-invocations command and -I/--invocation optionsYu Watanabe2024-08-019-11/+244
| * logs-show: extend journal_get_boots() and friends to find invocation IDsYu Watanabe2024-08-012-54/+235
| * logs-show: introduce several helper functionsYu Watanabe2024-08-012-34/+71
| * use int64_t for index in show_log_ids()Yu Watanabe2024-08-011-5/+6
| * journalctl: split out show_log_ids() from action_list_boots()Yu Watanabe2024-08-011-21/+31
| * journalctl: update log messagesYu Watanabe2024-08-011-2/+2
| * logs-show: rename BootId -> LogIdYu Watanabe2024-08-014-78/+78
|/
* Merge pull request #33886 from DaanDeMeyer/autologinDaan De Meyer2024-07-313-3/+21
|\
| * mkosi: Beef up testuser a bitDaan De Meyer2024-07-312-1/+15
| * mkosi: Switch to autologin via credentialsDaan De Meyer2024-07-311-2/+6
* | Merge pull request #33885 from DaanDeMeyer/pidref-kthreadDaan De Meyer2024-07-311-1/+9
|\ \ | |/ |/|
| * cgroup-util: Don't try to open pidfd for kernel threadsDaan De Meyer2024-07-311-1/+3
| * cgroup-util: Ignore kernel threads in cg_kill_items()Daan De Meyer2024-07-301-0/+6
* | Merge pull request #33873 from DaanDeMeyer/rename-credsDaan De Meyer2024-07-3116-53/+365
|\ \
| * | units: Import tty specific credentials for each getty unitDaan De Meyer2024-07-314-0/+8
| * | core: Add support for renaming credentials with ImportCredential=Daan De Meyer2024-07-3112-45/+339
| * | exec-credential: Skip duplicate credentials in load_credential_glob()Daan De Meyer2024-07-312-5/+15
| * | exec-credential: Log if we skip duplicate credentialDaan De Meyer2024-07-311-1/+3
| * | Drop EEXIST handling in load_credential_glob()Daan De Meyer2024-07-311-2/+0
* | | socket: fix socket activation of stopped services with pinned FD storeMichal Sekletar2024-07-312-2/+12
* | | Merge pull request #32937 from steelman/github/drop-ambient-caps-executorLuca Boccassi2024-07-315-6/+44
|\ \ \ | |/ / |/| |
| * | Revert "execute: Call capability_ambient_set_apply even if ambient set is 0"Łukasz Stelmach2024-07-311-1/+1
| * | core: drop ambient capabilities in systemd-executorŁukasz Stelmach2024-07-314-5/+43
* | | Merge pull request #33884 from DaanDeMeyer/log-contextDaan De Meyer2024-07-313-5/+18
|\ \ \
| * | | log: Fix size calculation for number of iovecsDaan De Meyer2024-07-311-3/+3
| * | | execute: Drop log level to unit log level in exec_spawn()Daan De Meyer2024-07-313-2/+15
| | |/ | |/|
* | | Merge pull request #33882 from bluca/efi_proto_fallback_memoryDaan De Meyer2024-07-316-11/+30
|\ \ \ | |_|/ |/| |
| * | efi: fix link to legacy EFI handover protocolLuca Boccassi2024-07-311-1/+1
| * | stub: allocate and zero enough space in legacy x86 handover protocolLuca Boccassi2024-07-316-10/+29
* | | man: suggest to enable global IPv6Forwarding= setting to make IPv6 packets fo...Yu Watanabe2024-07-311-1/+9
* | | NEWS: mention that udevadm test and test-builtin are now non-destructiveYu Watanabe2024-07-311-0/+7
* | | network: mention that IPv4 ACD is enabled by default for 169.254.0.0/16Yu Watanabe2024-07-311-3/+11
* | | network: request non-NULL SSID when a wlan interface is configured as stationYu Watanabe2024-07-311-0/+1
* | | Merge pull request #33878 from yuwata/network-bind-carrierYu Watanabe2024-07-311-26/+18
|\ \ \
| * | | network: shorten code a bitYu Watanabe2024-07-301-3/+0