summaryrefslogtreecommitdiffstats
path: root/man/sd_watchdog_enabled.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-09various: indentationZbigniew Jędrzejewski-Szmek2-11/+11
2022-06-09Resolve conflicts between #23616 and the recent NFT additionsZbigniew Jędrzejewski-Szmek3-36/+22
2022-06-09hwdb: Add HP Dev OneJeremy Soller1-0/+5
2022-06-09meson: Add nspawn-locale meson optionDaan De Meyer3-4/+6
2022-06-09nspawn: use udev_available()Nick Rosbrook1-1/+1
2022-06-09libsystemd-network: use udev_available()Nick Rosbrook1-2/+1
2022-06-08cifuzz: build fuzzers on i386 as wellEvgeny Vereshchagin1-2/+7
2022-06-08po: Added translation using Weblate (Estonian)H A2-0/+848
2022-06-08core: firewall integration with DynamicUserNFTSet=Topi Miettinen14-0/+310
2022-06-08core: firewall integration with ControlGroupNFTSet=Topi Miettinen15-0/+304
2022-06-08network: firewall integration with NFT setsTopi Miettinen13-7/+792
2022-06-07basic: Propagate SIGBUS signal info when re-raising signalsDaan De Meyer1-1/+3
2022-06-07basic/socket-util: align tablesZbigniew Jędrzejewski-Szmek1-20/+20
2022-06-07activate: reduce scope of iterator variablesZbigniew Jędrzejewski-Szmek1-12/+9
2022-06-07core: wrap some long commentsZbigniew Jędrzejewski-Szmek1-7/+7
2022-06-07shared/condition: reduce scope of variablesZbigniew Jędrzejewski-Szmek1-18/+7
2022-06-07bootctl: inline iterator variableZbigniew Jędrzejewski-Szmek1-6/+5
2022-06-07meson: adjust rootlibdir default for multiarchMike Gilbert1-1/+6
2022-06-07meson: install libsystemd-shared into rootpkglibdirMichael Biebl5-128/+132
2022-06-06networkd: NetLabel integrationTopi Miettinen16-7/+445
2022-06-06hwdb: Add accel orientation quirk for the Aya Neo NextMaccraft1231-0/+8
2022-06-06execute: fix resource leakShreenidhi Shedi1-1/+1
2022-06-06journalctl: Use STATIC_DESTRUCTOR_REGISTER()Daan De Meyer1-17/+16
2022-06-06shared: Rename pcre2-dlopen.h/c to pcre2-util.h/cDaan De Meyer5-8/+10
2022-06-06test: fix TEST-70 under sanitizersFrantisek Sumsal1-2/+1
2022-06-06test: set $ASAN_RT_PATH along with $LD_PRELOAD to the ASan runtime DSOFrantisek Sumsal1-1/+1
2022-06-06various: use CONST_MAX for array allocationZbigniew Jędrzejewski-Szmek2-3/+3
2022-06-06CODING_STYLE: say that inet_ntop() is a no noZbigniew Jędrzejewski-Szmek1-0/+5
2022-06-06tree-wide: convert inet_ntop() calls to anonymous-buffer macrosZbigniew Jędrzejewski-Szmek6-35/+19
2022-06-06basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek18-223/+155
2022-06-06basic/in-addr-util: drop check for prefix length in formatting functionZbigniew Jędrzejewski-Szmek3-6/+26
2022-06-06libsystemd-network: minor simplificationZbigniew Jędrzejewski-Szmek1-4/+2
2022-06-06resolved: use TAKE_PTR() in one more placeZbigniew Jędrzejewski-Szmek1-3/+2
2022-06-06networkctl: assume that we can always print local networking addressesZbigniew Jędrzejewski-Szmek1-41/+18
2022-06-06basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek23-134/+98
2022-06-05Revert "Support -D_FORTIFY_SOURCE=3 by using __builtin_dynamic_object_size."Evgeny Vereshchagin1-13/+3
2022-06-05manager: ignore return value of unit_watch_pid()Shreenidhi Shedi1-6/+6
2022-06-05machinectl: ignore return value of get_process_comm()Shreenidhi Shedi1-1/+1
2022-06-05polkit: explicitly ignore fd_wait_for_event()'s return valueShreenidhi Shedi1-1/+1
2022-06-05ci: build systemd with clang with -Dmode=release --optimization=2Evgeny Vereshchagin2-5/+9
2022-06-05shared/microhttp-util: silence gcc warningZbigniew Jędrzejewski-Szmek1-1/+1
2022-06-03meson: Switch default-locale default to C.UTF-8Daan De Meyer3-22/+1
2022-06-03core: suppress message about missing libbpf if in initrd()Zbigniew Jędrzejewski-Szmek1-1/+2
2022-06-03cryptenroll: fix typoAntonio Alvarez Feijoo1-1/+1
2022-06-03test: add dlopen test for pam_systemd_homeYu Watanabe1-1/+9
2022-06-03sha256: fix compilation on efi-ia32Zbigniew Jędrzejewski-Szmek1-1/+1
2022-06-02shared/utmp-wtmp: fix build without utmpChristian Hesse1-1/+1
2022-06-02login: fix typoYu Watanabe1-2/+2
2022-06-02boot: use CMP() macro for safetyYu Watanabe2-6/+9
2022-06-02boot: make several functions inlineYu Watanabe2-43/+29