summaryrefslogtreecommitdiffstats
path: root/src/machine (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-19fileio: extend comment about file sizes in virtual file systemsLennart Poettering1-1/+3
2021-02-19man: emphasize a bit more that PID files suckLennart Poettering1-1/+5
2021-02-19manager: taint systemd if cgroupsv1 is usedLennart Poettering1-0/+4
2021-02-19basic/alloc-util: also reset the cleaned-up variable in freep()Zbigniew Jędrzejewski-Szmek2-1/+1
2021-02-19hwdb: whitespace fixesLennart Poettering2-6/+6
2021-02-19update NEWSLennart Poettering1-42/+115
2021-02-19Fix grammar and a small typo on a commentSven Mueller1-1/+1
2021-02-19xdg-autostart-generator: ignore DBusActivatable=trueZbigniew Jędrzejewski-Szmek1-0/+1
2021-02-19xdg-autostart-generator: reindentZbigniew Jędrzejewski-Szmek1-50/+43
2021-02-19man: fix links to various pagesZbigniew Jędrzejewski-Szmek4-12/+13
2021-02-19tree-wide: fix links to systemd.io pagesZbigniew Jędrzejewski-Szmek6-9/+9
2021-02-19docs/ENVIRONMENT: syntax highlighting and some rewordingsZbigniew Jędrzejewski-Szmek1-92/+96
2021-02-19network: nexthop: update ID of nexthop created without specifiying IDYu Watanabe1-8/+67
2021-02-19network: configure nexthop before routes that requires gatewayYu Watanabe4-40/+119
2021-02-19tree-wide: fix typoYu Watanabe7-11/+11
2021-02-19GH Actions: Fix labeler botJameer Pathan1-0/+1
2021-02-19network: warn when any positive boolean string is specified for IPMasquerade=Yu Watanabe4-23/+62
2021-02-19network: address: reuse Address:ip_masquerade_done for IPv6 caseYu Watanabe2-11/+2
2021-02-19Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek15-106/+122
2021-02-19table: drop trailing white spaces of the last cell in rowYu Watanabe2-20/+26
2021-02-19update NEWSLennart Poettering1-33/+93
2021-02-18oomd: increase accuracy of SwapUsedLimit= to permyriads tooLennart Poettering8-62/+72
2021-02-18core: use our usual UINT32_MAX scaling for OOMD limitsLennart Poettering9-39/+42
2021-02-18parse-util: add format string macro for outputting permyriadLennart Poettering3-2/+6
2021-02-18tree-wide: port various pieces of code over to UINT32_SCALE_FROM_PERMYRIAD()Lennart Poettering4-6/+7
2021-02-18util: add some helpers for converting percent/permille/permyriad to parts of ...Lennart Poettering2-0/+97
2021-02-18percent-util: when parsing permyriads, permit percents too with 1 place after...Lennart Poettering2-4/+25
2021-02-18util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering16-294/+327
2021-02-18main: let's use physical_memory_scale() where appropriateLennart Poettering1-2/+2
2021-02-18tree-wide: parse permyriads wherever we canLennart Poettering6-22/+22
2021-02-18limits-util: tweak overflow checks for (physical_memory|system_tasks)_max_sca...Lennart Poettering1-8/+19
2021-02-18update TODOLennart Poettering1-0/+12
2021-02-18network: rename UseFQDN= -> UseHostname=Yu Watanabe6-12/+7
2021-02-18random-util: fix type of random_u64_range()Lennart Poettering2-2/+2
2021-02-18https://github.com/systemd/systemd/issues/15360chri21-11/+23
2021-02-18resolved: improve debug logging on incoming messages a bitLennart Poettering2-3/+7
2021-02-18journald: when we fail to add a new entry to a journal, return the seqnoLennart Poettering1-14/+46
2021-02-18udevadm: after validating action, use our internal string instead of optargLennart Poettering2-4/+3
2021-02-18sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering27-139/+145
2021-02-18sd-device: don't compare pointers with numeric zeroLennart Poettering1-3/+8
2021-02-18network: tighten table alignment a bitLennart Poettering1-17/+17
2021-02-18network: suffix types with _t in public headersLennart Poettering25-54/+54
2021-02-18resolved: optimize change notification handling away if bus calls set the sam...Lennart Poettering5-53/+82
2021-02-18basic: add set_equal() helperLennart Poettering3-0/+107
2021-02-18resolved: take fragment size into consideration when determining EDNS0 udp pa...Lennart Poettering2-3/+51
2021-02-18resolved: let's track fragment sizes of servers/retry on fragmentingLennart Poettering5-14/+76
2021-02-18resolved: tweak how we calculate MTU for sending packetsLennart Poettering4-29/+59
2021-02-18resolved: add udp_header_size() helperLennart Poettering2-6/+24
2021-02-18resolved: collect incoming fragment size when receiving UDP datagramsLennart Poettering4-1/+18
2021-02-18resolved: disable path MTU discovery for UDP trafficLennart Poettering4-0/+73