summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* man,catalog: fix typoYu Watanabe2023-02-242-3/+3
* shared: move cg_set_access() declaration to right header fileLennart Poettering2023-02-233-1/+3
* journal-file: Improve debug messagesDaan De Meyer2023-02-231-19/+26
* journal-file: Fix return value in bump_entry_array()Daan De Meyer2023-02-231-1/+2
* systemctl: use bus_message_hash_opsYu Watanabe2023-02-231-18/+8
* man: link up sd_event_add_memory_pressure() moreLennart Poettering2023-02-231-0/+2
* Merge pull request #26258 from DaanDeMeyer/boot-smbiosDaan De Meyer2023-02-237-20/+142
|\
| * vmm: Modernize get_smbios_table()Daan De Meyer2023-02-231-11/+7
| * stub: Read extra kernel command line items from SMBIOSDaan De Meyer2023-02-232-0/+24
| * vmm: Add smbios_find_oem_string()Daan De Meyer2023-02-232-3/+43
| * vmm: Add more constDaan De Meyer2023-02-231-7/+7
| * efi-string: Add efi_memchr()Daan De Meyer2023-02-233-0/+29
| * efi-string: Add startswith8()Daan De Meyer2023-02-223-0/+29
| * efi-string: Fix strchr() null byte handlingDaan De Meyer2023-02-222-1/+5
* | Merge pull request #26535 from yuwata/systemctl-list-cleanupsYu Watanabe2023-02-232-279/+307
|\ \
| * | systemctl: cleanups for list-pathsYu Watanabe2023-02-231-67/+62
| * | systemctl: cleanups for list-automountsYu Watanabe2023-02-231-37/+47
| * | systemctl: cleanups for list-timersYu Watanabe2023-02-232-52/+81
| * | systemctl: cleanups for list-socketsYu Watanabe2023-02-231-100/+104
| * | systemctl-list-units: drop unused return valueYu Watanabe2023-02-231-18/+10
| * | systemctl-list-units: fix memleak on errorYu Watanabe2023-02-231-7/+5
* | | Merge pull request #26560 from yuwata/journal-send-fix-memleak-and-cleanupsYu Watanabe2023-02-233-71/+57
|\ \ \
| * | | sd-journal: fix memleak and freeing invalid pointersYu Watanabe2023-02-231-69/+38
| * | | io-util: drop double evaluation in IOVEC_INIT_STRING()Yu Watanabe2023-02-231-2/+6
| * | | io-util: introduce IOVEC_NULLYu Watanabe2023-02-231-0/+1
| * | | io-util: introduce iovec_array_free()Lennart Poettering2023-02-232-0/+12
| |/ /
* | | core/dbus-socket: check the socket path is absoluteYu Watanabe2023-02-231-1/+1
* | | execute: pass ambient caps from PAM through to invoked serviceLennart Poettering2023-02-231-8/+26
* | | Merge pull request #26563 from dtardon/fd-initZbigniew Jędrzejewski-Szmek2023-02-235-7/+7
|\ \ \
| * | | bootctl: drop unneeded initializationDavid Tardon2023-02-231-1/+1
| * | | tree-wide: initialize fds with -EBADFDavid Tardon2023-02-235-6/+6
* | | | Merge pull request #26556 from keszybz/list-timers-optimize-leftZbigniew Jędrzejewski-Szmek2023-02-236-20/+103
|\ \ \ \
| * | | | systemctl: make list-timers not say "left" in "LEFT" columnZbigniew Jędrzejewski-Szmek2023-02-221-1/+1
| * | | | shared/format-table: optionally print timestamps without "left"Zbigniew Jędrzejewski-Szmek2023-02-225-19/+102
* | | | | Merge pull request #26458 from yuwata/core-network-namespace-remount-sysfsLennart Poettering2023-02-2318-28/+484
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | test-execute: add test for PrivateNetwork= with/without mount namespacingYu Watanabe2023-02-233-3/+22
| * | | | core/namespace: mount new sysfs when new network namespace is requestedYu Watanabe2023-02-234-0/+18
| * | | | core/namespace: introduce a new namespace mount mode PRIVATE_SYSFSYu Watanabe2023-02-231-1/+29
| * | | | core/namespace: rename SYSFS -> BIND_SYSFSYu Watanabe2023-02-231-7/+7
| * | | | mount-util: introduce remount_sysfs()Yu Watanabe2023-02-233-1/+339
| * | | | core/execute: make PrivateMounts= tristateYu Watanabe2023-02-234-5/+6
| * | | | core/dbus-util: introduce bus_set_transient_tristate()Yu Watanabe2023-02-232-0/+25
| * | | | bus-util: introduce bus_property_get_tristate()Yu Watanabe2023-02-232-0/+17
| * | | | core/execute: introduce exec_needs_ipc_namespace() helper functionYu Watanabe2023-02-231-6/+11
| * | | | core/execute: introduce exec_needs_network_namespace() helper functionYu Watanabe2023-02-233-5/+12
| * | | | core/namespace: drop unused field in NamespaceInfoYu Watanabe2023-02-232-2/+0
| | |/ / | |/| |
* | | | sd-event: fix error handlingYu Watanabe2023-02-231-1/+1
* | | | Merge pull request #26559 from yuwata/sd-event-memory-pressure-follow-upsLennart Poettering2023-02-231-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | sd-event: fix error handlingYu Watanabe2023-02-231-3/+4
| * | | sd-event: fix use of uninitialized variableYu Watanabe2023-02-231-1/+1