summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: describe capability checks on the busZbigniew Jędrzejewski-Szmek2022-03-043-15/+55
* man: fix formatting of macros in sd_bus_add_objectZbigniew Jędrzejewski-Szmek2022-03-041-22/+19
* man: say that we ignore ignored optionsZbigniew Jędrzejewski-Szmek2022-03-041-7/+5
* man: drop outdated info about polkit in pid1Zbigniew Jędrzejewski-Szmek2022-03-041-10/+6
* devnode-acl: use _cleanup_ to free acl_tDavid Tardon2022-03-041-48/+25
* sd-stub: do not print warning if filesystem is not supportedAlfonso Sánchez-Beato2022-03-031-3/+19
* Merge pull request #22644 from keszybz/meson-no-splitZbigniew Jędrzejewski-Szmek2022-03-0327-1505/+1486
|\
| * meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-0318-43/+86
| * meson: use files() for libudevd_core_sources tooZbigniew Jędrzejewski-Szmek2022-03-021-5/+5
| * meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-0227-1496/+1434
* | core: check size before mmapTobias Stoeckmann2022-03-036-3/+21
* | killall: show PID of processes killed in final killing spreeLennart Poettering2022-03-031-5/+6
* | Merge pull request #22522 from lnussel/fix_logind_restartLuca Boccassi2022-03-027-87/+153
|\ \ | |/ |/|
| * systemctl: use action_table for scheduling shutdownLudwig Nussel2022-02-281-18/+3
| * logind: load scheduled shutdown on restartLudwig Nussel2022-02-284-67/+148
| * logind: fix handle_action_valid()Ludwig Nussel2022-02-282-2/+2
* | build(deps): bump meson from 0.60.3 to 0.61.2 in /.github/workflowsdependabot[bot]2022-03-021-3/+3
* | build(deps): bump github/codeql-action from 1.0.29 to 1.1.3dependabot[bot]2022-03-021-3/+3
* | build(deps): bump actions/labeler from 3.0.2 to 3.1.0dependabot[bot]2022-03-021-1/+1
* | shared: Add more dlopen() testsDaan De Meyer2022-03-017-4/+18
* | file-hierarchy: Document /sys/fs/cgroupJosh Triplett2022-03-011-0/+19
* | man: recommend built-in platform.freedesktop_os_release() in our pageZbigniew Jędrzejewski-Szmek2022-02-283-2/+28
|/
* Merge pull request #22627 from yuwata/network-l2tp-cleanupsLuca Boccassi2022-02-2716-130/+407
|\
| * network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2022-02-272-47/+12
| * network: l2tp: change create type to independentYu Watanabe2022-02-275-8/+5
| * network: l2tp: make Local= optionally take interface nameYu Watanabe2022-02-276-54/+209
| * network: introduce {manager,link}_address_is_reachable()Yu Watanabe2022-02-272-0/+152
| * network: merge gateway_is_ready() and link_address_is_reachable()Yu Watanabe2022-02-271-21/+12
| * network: address: introduce manager_get_address()Yu Watanabe2022-02-272-7/+24
|/
* Merge pull request #22626 from yuwata/network-assorted-cleanupsYu Watanabe2022-02-269-10/+11
|\
| * network: adjust assertionsYu Watanabe2022-02-262-2/+2
| * network: netdev: drop NETDEV_CREATE_MASTERYu Watanabe2022-02-265-5/+4
| * network: netdev: use netdev_is_stacked() at one more placeYu Watanabe2022-02-261-2/+1
| * network: netdev: make link_get_local_address() refuse non-ready links and add...Yu Watanabe2022-02-261-1/+4
* | Merge pull request #22625 from yuwata/network-tc-cleanupsLuca Boccassi2022-02-2614-377/+226
|\ \ | |/ |/|
| * network: traffic control: drop detailed log messagesYu Watanabe2022-02-262-14/+14
| * network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-2614-363/+212
|/
* Merge pull request #22619 from yuwata/network-netdev-cleanupsYu Watanabe2022-02-2610-112/+93
|\
| * network: drop unused flag and counterYu Watanabe2022-02-263-24/+2
| * network: split netdev_create() into twoYu Watanabe2022-02-262-63/+67
| * network: assign corresponding NetDev object to LinkYu Watanabe2022-02-264-16/+17
| * network/netdev: drop unused argumentYu Watanabe2022-02-266-6/+6
| * network/netdev: do not assign value on failureYu Watanabe2022-02-261-3/+1
|/
* test: accept both unpadded and padded partition sizesFrantisek Sumsal2022-02-251-1/+2
* mkosi: Add centos_epel configDaan De Meyer2022-02-252-9/+122
* mkosi: Remove Arch nspawn workaroundDaan De Meyer2022-02-251-13/+0
* Merge pull request #22620 from yuwata/network-drop-detailed-log-messagesZbigniew Jędrzejewski-Szmek2022-02-2512-581/+662
|\
| * network: dhcp-server: add two more log messagesYu Watanabe2022-02-251-6/+18
| * network: bridge mdb: add missing assertionYu Watanabe2022-02-251-0/+2
| * network: move more functionsYu Watanabe2022-02-252-83/+83