summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pid1,cgroup-show: ignore -EOPNOTSUPP in cg_read_pid()v250.3Yu Watanabe2022-01-182-7/+18
* stdio-bridge: make the error more straightforwardZbigniew Jędrzejewski-Szmek2022-01-181-1/+1
* kernel-install: also remove modules.builtin.alias.binYu Watanabe2022-01-181-1/+1
* man: enhance the description of systemd-stdio-bridgeZbigniew Jędrzejewski-Szmek2022-01-182-8/+22
* systemd-stdio-bridge: add manpageLuca Boccassi2022-01-182-0/+79
* man: change 'allow[s] to' -> 'allow[s] one to'Luca Boccassi2022-01-183-6/+6
* core: add missing dependency DBus propertiesYu Watanabe2022-01-183-12/+27
* core: update log messageYu Watanabe2022-01-181-2/+6
* network: wireguard: also accept negative boolean values to disable adding routesYu Watanabe2022-01-182-10/+10
* network: wireguard: do not add routes to AllowedIPs= by defaultYu Watanabe2022-01-182-9/+3
* sd-device: silence gcc warning with newest gccZbigniew Jędrzejewski-Szmek2022-01-181-1/+1
* journal: Fix entry array iteration corruption checksDaan De Meyer2022-01-181-71/+81
* journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-184-39/+9
* man: Add more details about desktop file processingBenjamin Berg2022-01-181-0/+49
* boot: Don't try to free loaded_imageJan Janssen2022-01-181-1/+1
* boot: Fix invalid freeJan Janssen2022-01-182-3/+5
* test: add testcase for broken NTP server optionYu Watanabe2022-01-181-0/+51
* test: voidify test functionsYu Watanabe2022-01-181-71/+30
* sd-dhcp6-client: expose client_parse_message()Yu Watanabe2022-01-182-1/+8
* sd-dhcp6-client: ignore broken non-critical optionsYu Watanabe2022-01-181-5/+5
* journal: Don't discard -b arg when followed by -eDaan De Meyer2022-01-181-2/+0
* journal: Skip data objects with invalid offsetsDaan De Meyer2022-01-121-4/+4
* xdg-autostart-service: Ignore missing desktop-sepcific condition binaryBenjamin Berg2022-01-121-1/+1
* man+docs: adjust links to the new pageZbigniew Jędrzejewski-Szmek2022-01-127-33/+24
* policy files: adjust landing page linkZbigniew Jędrzejewski-Szmek2022-01-1211-11/+11
* docs: use https:// for fd.o linksZbigniew Jędrzejewski-Szmek2022-01-1210-20/+20
* README: link to the new pageZbigniew Jędrzejewski-Szmek2022-01-121-4/+6
* NEWS: adjust links to moved pagesZbigniew Jędrzejewski-Szmek2022-01-121-6/+6
* fix test-string-util failed when locale is not utf8yangmingtai2022-01-121-16/+16
* nss: only read logging config from environment variablesZbigniew Jędrzejewski-Szmek2022-01-115-9/+14
* nss: drop dummy setup_logging() helpersZbigniew Jędrzejewski-Szmek2022-01-112-12/+2
* bootctl: do not update sd-boot if it wasn't installed in the first placeZbigniew Jędrzejewski-Szmek2022-01-111-0/+11
* bootctl: split out the check whether sd-boot is installedZbigniew Jędrzejewski-Szmek2022-01-111-27/+38
* sd-bus/man: document EBUSY error in bus_message_read (#21954)lincoln auster2022-01-112-4/+20
* boot: Fix readdir_harder() on VirtualBoxJan Janssen2022-01-112-3/+8
* bpf: fix bpf_can_link_lsm_program conditionv250.2Julia Kartseva2022-01-101-3/+3
* bpf: check if lsm link ptr is libbpf errorJulia Kartseva2022-01-101-3/+4
* shared/rm-rf: loop over nested directories instead of instead of recursingZbigniew Jędrzejewski-Szmek2022-01-101-47/+112
* shared/rm_rf: refactor rm_rf() to shorten code a bitZbigniew Jędrzejewski-Szmek2022-01-101-30/+23
* shared/rm_rf: refactor rm_rf_children_inner() to shorten code a bitZbigniew Jędrzejewski-Szmek2022-01-101-18/+9
* systemctl: Fix --show timestampLudwig Nussel2022-01-101-1/+1
* boot-timestamps: Discard firmware init time when running in a VMJan Janssen2022-01-091-5/+13
* bpf: actually skip RestrictFileSystems= when not supportedZbigniew Jędrzejewski-Szmek2022-01-091-21/+7
* test: store empty files rather than symlinks for test-fstab-generatorLuca Boccassi2022-01-0922-23/+4
* man: add missing example title in systemd.network(5)Zbigniew Jędrzejewski-Szmek2022-01-091-2/+2
* seccomp: move arch_prctl to @defaultZbigniew Jędrzejewski-Szmek2022-01-071-1/+1
* test: add test cases for fstab-generatorYu Watanabe2022-01-0754-1/+244
* meson: install test-network-generator-conversion.sh even if networkd is not e...Yu Watanabe2022-01-071-5/+3
* fstab-generator: also skip other network filesystems and live imageYu Watanabe2022-01-071-0/+15
* fstab-generator: skip root directory handling when nfsroot is requestedYu Watanabe2022-01-071-2/+57