summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | network: call link_handle_bound_by_list() before trying to reconfigure interfaceYu Watanabe2024-07-301-4/+7
| * | | network: do not bring down bound interfaces immediatelyYu Watanabe2024-07-301-19/+11
* | | | Merge pull request #33875 from yuwata/network-link-get-addressYu Watanabe2024-07-319-67/+119
|\ \ \ \ | |_|/ / |/| | |
| * | | test-network: add test case for preferred source with peerYu Watanabe2024-07-302-0/+13
| * | | network: make link_get_address() provide matching address with peerYu Watanabe2024-07-306-37/+63
| * | | network/ipv4acd: manage ACD engines with Address objectYu Watanabe2024-07-303-31/+44
| |/ /
* | | Revert "network/ndisc: ignore most fields of RA header when lifetime is zero"Ivan Shapovalov2024-07-301-6/+0
* | | Fix detection of TDX confidential VM on Azure platformDaniel P. Berrangé2024-07-303-6/+15
|/ /
* | document how TimeoutStartSec= affects notify-reload (#33653)Arian van Putten2024-07-301-0/+6
* | nspawn: remove macvlan interfaces before network namespace diedYu Watanabe2024-07-303-0/+55
|/
* kernel-install: Try some more initrd variants in 90-loaderentry.installDaan De Meyer2024-07-291-2/+12
* kernel-install: Only read cmdline from /proc/cmdline when not in containerDaan De Meyer2024-07-291-2/+4
* Merge pull request #33857 from DaanDeMeyer/mkosiDaan De Meyer2024-07-293-17/+5
|\
| * docs: Simplify hacking instructions a bitDaan De Meyer2024-07-291-15/+4
| * test: Don't mount build sources into image when running non-interactivelyDaan De Meyer2024-07-292-2/+1