summaryrefslogtreecommitdiffstats
path: root/man/systemd-machined.service.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-15ASSERT_STREQ for simple casesIvan Kruglov93-1519/+1519
2024-04-15ndisc-option: add missing caseYu Watanabe1-0/+1
2024-04-15github: add systemd-vmspawn to the issue templatesKristian Klausen3-0/+5
2024-04-15vmspawn: Fix incorrect/broken links in the man pageKristian Klausen1-11/+11
2024-04-14sd-ndisc: make ndisc_send() and icmp6_send() take struct in6_addrYu Watanabe8-23/+16
2024-04-14libsystemd-network: make constant addresses type-safeYu Watanabe9-21/+24
2024-04-14dhcp6-network: constify argumentsYu Watanabe4-20/+11
2024-04-14mkosi: Remove outdated commentDaan De Meyer1-1/+0
2024-04-14mkosi: Don't log debug logs to consoleDaan De Meyer2-1/+2
2024-04-14mkosi: Use new volatile package settingsDaan De Meyer7-58/+66
2024-04-14mkosi: Update to latestDaan De Meyer2-2/+2
2024-04-14man/sd-journal: correct project name for man7Mike Yuan1-1/+1
2024-04-14man: switch wireguard man project to man7Mike Yuan2-14/+2
2024-04-14man/custom-html: update link to Arch manualMike Yuan1-4/+2
2024-04-14core/execute: also check cg_is_threaded for clone3()Mike Yuan3-3/+16
2024-04-14core/dbus-manager: rephrase the comment for method_get_unit_processes a bitMike Yuan1-3/+4
2024-04-14core/dbus-manager: add missing assertionMike Yuan1-0/+1
2024-04-14cgroup-setup: modernize cg_migrateMike Yuan1-41/+18
2024-04-14core/unit: use IN_SET at one more placeMike Yuan1-1/+1
2024-04-14network: add mechanism to configure default UseDomains= setting, update man p...Henry Li9-1/+77
2024-04-14man: remove PrivateMounts= from list of other settings in its own descriptionOle Peder Brandtzæg1-6/+6
2024-04-12vmspawn: check firmware target architectureSam Leonard1-28/+78
2024-04-12tree-wide: insert missing space after commaYu Watanabe7-11/+11
2024-04-12journal: drop thousands separator in commentYu Watanabe1-1/+1
2024-04-12home: wrap long lineYu Watanabe1-1/+9
2024-04-12homectl: realign tableYu Watanabe1-96/+96
2024-04-12network/ndisc: fix typoYu Watanabe1-1/+1
2024-04-12core: fix typoYu Watanabe1-1/+1
2024-04-12fuzz: check that resource records are serialized successfullyEvgeny Vereshchagin1-6/+4
2024-04-12sd-dhcp-server: use close_and_replace (avoid fd leak)Mike Yuan1-3/+3
2024-04-12sd-dhcp-server: check dir_fd with assert_returnMike Yuan1-3/+1
2024-04-12shared/killall: minor modernizationMike Yuan1-8/+8
2024-04-12string-util: correct comment in strextendf_with_separatorMike Yuan1-1/+1
2024-04-12vmspawn: add --discard-disk= to control handling of disk discard requestsSam Leonard2-1/+21
2024-04-12test: add instructions on how to run Coverity locallyFrantisek Sumsal1-0/+45
2024-04-12vmspawn: update parse_boolean to parse_boolean_argumentSam Leonard1-10/+4
2024-04-12bus-polkit: fix return value for `varlink_allow_interactive_authentication()`Antonio Alvarez Feijoo1-2/+4
2024-04-12meson: do not fail build with newer kernel headersZbigniew Jędrzejewski-Szmek1-1/+1
2024-04-12ndisc-option: also ignore Prefix Information option with multicast addressYu Watanabe1-1/+3
2024-04-11network/ndisc: drop onlink prefix when valid lifetime is zeroYu Watanabe1-3/+17
2024-04-11network/ndisc: do nothing for existing routes if on-link flag is zeroYu Watanabe1-55/+4
2024-04-11resolved: use NULL to represent an empty answerRonan Pigott1-8/+2
2024-04-11vmspawn: enabled free page reporting in qemu by defaultSam Leonard1-1/+2
2024-04-11nsresourced: don't redefine of bpf_rdonly_castLudwig Nussel1-0/+5
2024-04-11sd-ndisc-redirect: fix verification of target addressYu Watanabe1-4/+9
2024-04-11network/ndisc: fix verification of sender of Redirect messageYu Watanabe2-53/+65
2024-04-11network/ndisc: split out ndisc_redirect_verify_sender()Yu Watanabe1-8/+17
2024-04-11network/ndisc: drop ndisc_request_redirect_route()Yu Watanabe1-28/+9
2024-04-11network/ndisc: redirect routes do not have lifetimeYu Watanabe1-25/+1
2024-04-11network/ndisc: introduce ndisc_request_router_route()Yu Watanabe1-22/+30