summaryrefslogtreecommitdiffstats
path: root/src/debug-generator (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2022-06-02boot: fix typoYu Watanabe1-1/+1
2022-06-02test: enable virtio-rng device for QEMU guestsFranck Bui1-0/+1
2022-06-02core: rework variable initialization to avoid gcc warningZbigniew Jędrzejewski-Szmek1-3/+3
2022-06-02man: add missing arguments to systemd-creds synopsisAntonio Alvarez Feijoo1-0/+2
2022-06-02core/bpf: prefix log messages from different bpf subsystemsZbigniew Jędrzejewski-Szmek5-95/+105
2022-06-02core: define a helper function for basic bpf checksZbigniew Jędrzejewski-Szmek6-40/+57
2022-06-02test-socket-bind: fix commentZbigniew Jędrzejewski-Szmek1-2/+2
2022-06-02tests: drop pointless checks for rootZbigniew Jędrzejewski-Szmek3-9/+0
2022-06-02shared/bpf: install log callback and suppress most messages from libbpfZbigniew Jędrzejewski-Szmek2-3/+28
2022-06-02meson: use files() for libcore_sources tooZbigniew Jędrzejewski-Szmek1-134/+134
2022-06-02userwork: use a better errno valueZbigniew Jędrzejewski-Szmek1-1/+1
2022-06-02various: add %m in messagesZbigniew Jędrzejewski-Szmek3-3/+3
2022-06-02test: fix indentationYu Watanabe1-45/+45
2022-06-02test: add test for sha256Yu Watanabe2-0/+52
2022-06-02sha256: use memcpy() when result buffer is unalignedYu Watanabe1-19/+20
2022-06-02Documents the AssertCPUFeature= flag (#23594)Steve Ramage1-0/+1
2022-06-02Move basic/recovery-key.* to shared/Zbigniew Jędrzejewski-Szmek4-2/+2
2022-06-01resolved: choose correct file descriptor for proxy stub repliesBenjamin Franzke1-1/+1
2022-06-01build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0dependabot[bot]1-1/+1
2022-06-01build(deps): bump github/super-linter from 4.9.3 to 4.9.4dependabot[bot]1-1/+1
2022-06-01src: The return value of server_vacuum () is not used and could be modified t...Li kunyu2-4/+2
2022-06-01login: do not issue wall messages on local terminals for suspend and hibernateChristian Göttsche2-4/+14
2022-06-01shared/pager: print the name of the pager we'll try next in debug messageZbigniew Jędrzejewski-Szmek1-18/+17
2022-06-01man/systemctl: improve grammar in description of --check-inhibitorsZbigniew Jędrzejewski-Szmek2-18/+16
2022-06-01systemctl: drop translation of method names to descriptions in error messageZbigniew Jędrzejewski-Szmek1-22/+19
2022-06-01systemctl: make function staticZbigniew Jędrzejewski-Szmek2-11/+4
2022-06-01logind: reduce scope of a few variablesZbigniew Jędrzejewski-Szmek2-20/+16
2022-06-01logind: rework wall message about pending shutdown/halt/reboot/…Zbigniew Jędrzejewski-Szmek6-8/+26
2022-05-31resolved: define source address for proxy-only stub repliesBenjamin Franzke1-3/+11
2022-05-31logind: do not print wall messages to local pseudoterminalsZbigniew Jędrzejewski-Szmek1-9/+7
2022-05-31tests: add a helper that dumps /run/utmp in detailZbigniew Jędrzejewski-Szmek2-0/+63
2022-05-31test-network: call networkctl only when specified interface existsYu Watanabe1-2/+4
2022-05-31test-network: add tests for erspan version 0 and 2Yu Watanabe7-19/+168
2022-05-31network/erspan: support erspan version 0 and 2Yu Watanabe5-9/+207