summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop !! casts to booleansFrantisek Sumsal2019-04-282-2/+2
* tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-2815-30/+30
* resolve: use bridge or bonding interfaces in degraded-carrier stateYu Watanabe2019-04-261-1/+1
* sd-bus: bump message queue size againFranck Bui2019-04-261-2/+2
* udevd: notify when max number value of children is reached only once per batc...Franck Bui2019-04-261-1/+10
* Merge pull request #12394 from poettering/oncalendar-tweakZbigniew Jędrzejewski-Szmek2019-04-262-18/+24
|\
| * run: when we determine a timer cannot elapse anymore, really just warn, nothi...Lennart Poettering2019-04-251-11/+12
| * calendarspec: make return time value of calendar_spec_next_usec() optionalLennart Poettering2019-04-251-7/+12
* | chown-recursive: also check mode before we bypassLennart Poettering2019-04-261-5/+5
* | json: let's not accept embedded NUL bytes when allocating JSON stringsLennart Poettering2019-04-262-3/+7
* | json: make log message more focussedLennart Poettering2019-04-261-1/+1
|/
* 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
| | |/ / | |/| |