summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | core: fix bpf-foreign cg controller realizationJulia Kartseva2021-11-102-11/+4
* | | | update TODOLennart Poettering2021-11-111-0/+40
| |/ / |/| |
* | | scope: count successful cgroup additions when delegating via D-BusJonas Witschel2021-11-111-1/+4
* | | man: remove unintentionally repetitive wordsml2021-11-117-7/+7
* | | Merge pull request #21302 from yuwata/udev-drop-colon-from-ID_NET_NAME_MACLennart Poettering2021-11-113-6/+24
|\ \ \
| * | | udev: drop colon from ID_NET_NAME_MACYu Watanabe2021-11-111-1/+1
| * | | ether-addr-util: introduce hw_addr_to_string_full()Yu Watanabe2021-11-112-5/+23
| |/ /
* | | Merge pull request #21304 from poettering/chain-ssh-auth-keysLennart Poettering2021-11-118-42/+114
|\ \ \
| * | | man: document new --chain switch to userdbctlLennart Poettering2021-11-111-2/+23
| * | | userdbctl: add support for chaining command lines in "authorized-keys" verbLennart Poettering2021-11-111-16/+79
| * | | escape: return unused memory in quote_command_line()Lennart Poettering2021-11-111-1/+1
| * | | process-util: use quote_command_line() at one more placeLennart Poettering2021-11-111-12/+1
| * | | escape: add flags argument to quote_command_line()Lennart Poettering2021-11-115-11/+10
| |/ /
* | | Merge pull request #21301 from yuwata/network-neighbor-use-hw-addr-dataLuca Boccassi2021-11-116-89/+32
|\ \ \
| * | | network: neighbor: accept an empty string assignmentYu Watanabe2021-11-111-5/+17
| * | | network: neighbor: use "struct hw_addr_data" to store link layer addressYu Watanabe2021-11-113-83/+13
| * | | ether-addr-util: expose hw_addr_hash_func()Yu Watanabe2021-11-112-1/+2
| * | | sd-netlink: fix type of NDA_LLADDR attributeYu Watanabe2021-11-111-1/+1
| |/ /
* | | test: use kbd-mode-map we ship in one more test caseYu Watanabe2021-11-111-1/+1
|/ /
* | Merge pull request #21273 from yuwata/hostname-device-treeLuca Boccassi2021-11-103-8/+5
|\ \
| * | sd-id128: use /proc/device-treeYu Watanabe2021-11-111-1/+1
| * | condition: use /proc/device-tree/Yu Watanabe2021-11-111-6/+3
| * | hostnamed: use /proc/device-tree to get chassis typeYu Watanabe2021-11-111-1/+1
* | | netif-util: fix stack-use-after-scopeYu Watanabe2021-11-101-4/+2
* | | ci: take CIFuzz's matrix into considerationFrantisek Sumsal2021-11-101-1/+1
|/ /
* | Merge pull request #21290 from poettering/arch-me-harderLuca Boccassi2021-11-106-12/+94
|\ \
| * | doc: add some docs with a checklist of what to do for new architecturesLennart Poettering2021-11-101-0/+61
| * | shared: nudge people into sending us patches to make /lib64/ symlink generati...Lennart Poettering2021-11-101-3/+18
| * | docs: invite people to define GPT partition types for all archs nowLennart Poettering2021-11-101-5/+3
| * | shared: start pushing people gently to define GPT partition type UUIDs for mi...Lennart Poettering2021-11-101-0/+10
| * | architecture: drop __riscv__ checks, it's obsolete since 2018Lennart Poettering2021-11-102-4/+2
* | | meson: Rework gnu-efi detectionJan Janssen2021-11-102-329/+284
* | | Merge pull request #21293 from mrc0mmand/ci-cancel-old-jobsLuca Boccassi2021-11-105-36/+44
|\ \ \ | |/ / |/| |
| * | ci: cancel previous jobs on ref updateFrantisek Sumsal2021-11-105-0/+15
| * | ci: fix indentationFrantisek Sumsal2021-11-101-29/+29
| * | Revert "CI: run GCC unit test job on push to main"Frantisek Sumsal2021-11-101-7/+0
|/ /
* | fsck: no emergency.target on nofail mountsScott Lamb2021-11-103-8/+16
* | core: replace slice dependencies as they get addedAnita Zhang2021-11-106-8/+45
* | Merge pull request #21287 from yuwata/man-network-conditionZbigniew Jędrzejewski-Szmek2021-11-102-71/+11
|\ \
| * | man: use include directive for [Match] sectionYu Watanabe2021-11-101-71/+10
| * | man: add missing Firmware= settingYu Watanabe2021-11-101-0/+1
* | | network: cake: fix copy-and-paste errorYu Watanabe2021-11-101-1/+1
|/ /
* | Merge pull request #21276 from yuwata/ether-addr-utilYu Watanabe2021-11-1019-153/+447
|\ \
| * | conf-parser: introduce config_parse_hw_addr() and config_parse_hw_addrs()Yu Watanabe2021-11-092-0/+96
| * | ether-addr-util: introduce {hw,ether}_addr_hash_ops_freeYu Watanabe2021-11-095-8/+10
| * | conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-096-77/+77
| * | ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-0912-88/+14
| * | ether-addr-util: introduce parse_ether_addr()Yu Watanabe2021-11-092-0/+16
| * | test: add tests for parse_hw_addr()Yu Watanabe2021-11-091-0/+102
| * | ether-addr-util: introduce parse_hw_addr()Yu Watanabe2021-11-092-0/+152