summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* portablectl: reorder if branches to match previous conditional in the same fu...Zbigniew Jędrzejewski-Szmek2022-03-071-3/+4
* tree-wide: fix typoYu Watanabe2022-03-071-1/+1
* man: describe capability checks on the busZbigniew Jędrzejewski-Szmek2022-03-041-5/+3
* 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-041-3/+19
* Merge pull request #22644 from keszybz/meson-no-splitZbigniew Jędrzejewski-Szmek2022-03-0324-1434/+1419
|\
| * 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-0224-1425/+1367
* | 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
* | shared: Add more dlopen() testsDaan De Meyer2022-03-017-4/+18
|/
* network: netdev: drop unused creation type NETDEV_CREATE_AFTER_CONFIGUREDYu Watanabe2022-02-272-47/+12
* network: l2tp: change create type to independentYu Watanabe2022-02-273-5/+4
* network: l2tp: make Local= optionally take interface nameYu Watanabe2022-02-273-46/+198
* 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
* | 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
|/
* network: drop unused flag and counterYu Watanabe2022-02-253-24/+2
* network: split netdev_create() into twoYu Watanabe2022-02-252-63/+67
* network: assign corresponding NetDev object to LinkYu Watanabe2022-02-254-16/+17
* network/netdev: drop unused argumentYu Watanabe2022-02-256-6/+6
* network/netdev: do not assign value on failureYu Watanabe2022-02-251-3/+1
* 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
* network: move functionsYu Watanabe2022-02-2510-393/+393
* network: address: drop unnecessary call of address_get()Yu Watanabe2022-02-251-12/+6
* network: drop detailed log messagesYu Watanabe2022-02-2510-191/+224
* network: make link_down() independent of link_up_or_down()Yu Watanabe2022-02-252-18/+58
* Merge pull request #22611 from yuwata/network-activation-policy-stacked-netdevsLuca Boccassi2022-02-241-0/+5
|\
| * network: create stacked netdevs after the underlying link is activatedYu Watanabe2022-02-241-0/+5
* | network: add NextServer= and Filename= setting to [DHCPServer] sectionYu Watanabe2022-02-244-0/+13
* | sd-dhcp-server: add support to send next server and filename option for PXE b...Yu Watanabe2022-02-244-0/+47
* | network: also hash address label and broadcast addressYu Watanabe2022-02-231-20/+50
* | network: use address_set_broadcast() at one more placeYu Watanabe2022-02-231-2/+1
* | network: set broadcast address on requestYu Watanabe2022-02-234-32/+36
* | network: compare addresses more strictlyYu Watanabe2022-02-235-62/+91
|/
* systemctl: Show how long a service ran for after it exited in status outputDaan De Meyer2022-02-231-0/+12