summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12074 from poettering/io-acctZbigniew Jędrzejewski-Szmek2019-04-259-33/+365
|\
| * systemctl: show IO stats in 'status' outputLennart Poettering2019-04-121-1/+14
| * run: show IO stats in --wait resource outputLennart Poettering2019-04-121-0/+14
| * core: include IO data in per-unit resource log msgLennart Poettering2019-04-121-4/+70
| * croup: expose IO accounting data per unitLennart Poettering2019-04-125-3/+240
| * core: use string_table_lookup() at more placesLennart Poettering2019-04-122-18/+14
| * core: add new call unit_reset_accounting()Lennart Poettering2019-04-125-6/+15
| * core: no need to initialize ip_accounting twiceLennart Poettering2019-04-121-1/+0
| * cgroup: get rid of a local variableLennart Poettering2019-04-121-3/+1
* | run: check if the specified calendar event is not in the pastFrantisek Sumsal2019-04-251-1/+19
* | Merge pull request #12332 from cdown/default_minZbigniew Jędrzejewski-Szmek2019-04-255-27/+54
|\ \
| * | unit: Add DefaultMemoryMinChris Down2019-04-165-2/+24
| * | cgroup: Create UNIT_DEFINE_ANCESTOR_MEMORY_LOOKUPChris Down2019-04-161-25/+30
* | | Merge pull request #12382 from yuwata/wireguard-12377Zbigniew Jędrzejewski-Szmek2019-04-251-9/+10
|\ \ \
| * | | network: fix ListenPort= in [WireGuard] sectionYu Watanabe2019-04-251-9/+10
* | | | Merge pull request #12316 from yuwata/network-prevent-multiple-initialization...Zbigniew Jędrzejewski-Szmek2019-04-253-68/+82
|\ \ \ \
| * | | | network: fix ref/unref logic for Link objectYu Watanabe2019-04-253-57/+61
| * | | | network: prevent interfaces to be initialized multiple timesYu Watanabe2019-04-252-11/+17
| * | | | network: logs link state changeYu Watanabe2019-04-171-0/+4
* | | | | udev,network: warn when .link or .network file has no [Match] sectionYu Watanabe2019-04-253-0/+17
| |/ / / |/| | |
* | | | Merge pull request #12351 from keszybz/sd-bus-add-symbolLennart Poettering2019-04-2412-222/+311
|\ \ \ \
| * | | | meson: do not use f-stringsZbigniew Jędrzejewski-Szmek2019-04-231-2/+2
| * | | | sd-bus: when running user find function don't trust the value to be initializedZbigniew Jędrzejewski-Szmek2019-04-231-1/+1
| * | | | busctl: add introspect --xml-interfaceZbigniew Jędrzejewski-Szmek2019-04-231-0/+13
| * | | | test-bus-{vtable,introspect}: share data and test introspect_path()Zbigniew Jędrzejewski-Szmek2019-04-236-142/+178
| * | | | sd-bus: split introspection into the content creation and reply creation partsZbigniew Jędrzejewski-Szmek2019-04-235-41/+75
| * | | | sd-bus: use _cleanup_ for struct introspectZbigniew Jędrzejewski-Szmek2019-04-232-30/+15
| * | | | sd-bus: allow vtable format structure to grow in the futureZbigniew Jędrzejewski-Szmek2019-04-232-18/+15
| * | | | sd-bus: add symbol to tell linker that new vtable functions are usedZbigniew Jędrzejewski-Szmek2019-04-234-6/+30
* | | | | core: immediately trigger watchdog action on WATCHDOG=triggerJan Klötzke2019-04-241-2/+19
* | | | | basic/socket-util: put a limit on the loop to flush connectionsZbigniew Jędrzejewski-Szmek2019-04-231-1/+9
* | | | | basic/socket-util: fix typo and reword commentZbigniew Jędrzejewski-Szmek2019-04-231-7/+7
* | | | | Merge pull request #12346 from poettering/accept-flushZbigniew Jędrzejewski-Szmek2019-04-233-3/+78
|\ \ \ \ \
| * | | | | udev: whitespace fixLennart Poettering2019-04-181-1/+1
| * | | | | test: add test for flush_accept()Lennart Poettering2019-04-181-0/+62
| * | | | | socket-util: make sure flush_accept() doesn't hang on unexpected EOPNOTSUPPLennart Poettering2019-04-181-2/+15
| | |/ / / | |/| | |
* | | | | udev: net_id: introduce predictable names for netdevsimJiri Pirko2019-04-233-0/+53
* | | | | Merge pull request #12336 from anitazha/disablecontrollerChris Down2019-04-233-9/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | core: support DisableControllers= for transient unitsAnita Zhang2019-04-223-9/+30
| | |/ / | |/| |
* | | | bootspec: fix build when EFI support is disabledYu Watanabe2019-04-173-1/+12
|/ / /
* | | linux: import if_ether.h from kernel-5.0Yu Watanabe2019-04-162-0/+170
* | | Merge pull request #12305 from yuwata/import-more-headers-from-kernel-5-0Lennart Poettering2019-04-156-1/+809
|\ \ \
| * | | linux: also import l2tp.h from kernel-5.0Yu Watanabe2019-04-132-0/+202
| * | | linux: also import linux/in.h and in6.h from kernel-5.0Yu Watanabe2019-04-133-0/+606
| * | | linux: move netdevice.h from shared/linux to basic/linuxYu Watanabe2019-04-133-1/+1
* | | | Merge pull request #12301 from keszybz/silence-alignment-warningLennart Poettering2019-04-152-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | sd-netlink: align tableZbigniew Jędrzejewski-Szmek2019-04-131-4/+4
| * | | network: avoid warning about unaligned pointersZbigniew Jędrzejewski-Szmek2019-04-131-2/+2
* | | | Merge pull request #12311 from yuwata/timeout_abort_set-change-boolLennart Poettering2019-04-155-51/+16
|\ \ \ \
| * | | | core: do not show TimeoutStopSec= in dump message if it is not setYu Watanabe2019-04-141-8/+11