summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge pull request #21281 from poettering/repart-align-fixesYu Watanabe2021-11-102-30/+52
|\ \
| * | test: extend repart test suite to test for unaligned partitionsLennart Poettering2021-11-091-0/+32
| * | repart: fix free area calculations for unaligned partitionsLennart Poettering2021-11-091-5/+8
| * | repart: don't distribute space after unaligned partitionsLennart Poettering2021-11-091-3/+5
| * | repart: simplify stat machine we mostly go through linearlyLennart Poettering2021-11-091-8/+4
| * | repart: use LESS_BY() moreLennart Poettering2021-11-091-14/+3
* | | Merge pull request #21283 from poettering/nspawn-idempotent-empty-settingsLennart Poettering2021-11-094-33/+58
|\ \ \
| * | | nspawn: don't muck with caps if no network setting is used in settings fileLennart Poettering2021-11-091-1/+2
| * | | nspawn: only copy syscall filters from settings if actually configuredLennart Poettering2021-11-091-10/+14
| * | | nspawn: copy BindUser= setting from settings only if setLennart Poettering2021-11-091-1/+2
| * | | nspawn: use three boolean fields from settings file when actually setLennart Poettering2021-11-094-9/+16
| * | | nspawn: add helper settings_network_configured()Lennart Poettering2021-11-093-9/+24
| * | | nspawn: drop two entirely redundant linesLennart Poettering2021-11-091-3/+0
* | | | analyze: basename -> path_extract_filename and other minor fixesAlbert Brox2021-11-091-12/+12
* | | | docs: Clarify systemctl show manualPaulo Neves2021-11-091-2/+2
|/ / /
* | | Merge pull request #21270 from poettering/event-mem-corruptionLennart Poettering2021-11-0913-74/+199
|\ \ \ | |/ / |/| |
| * | test: add test case for self-destroy inotify handlerLennart Poettering2021-11-091-0/+36
| * | sd-event: add sd_event_add_inotify_fd() callLennart Poettering2021-11-095-16/+94
| * | sd-event: don't destroy inotify data structures from inotify event handlerLennart Poettering2021-11-092-4/+41