summaryrefslogtreecommitdiffstats
path: root/src/machine/machine.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-24Replace free and return NULL with return mfreeDaniel Lockyer10-22/+10
2017-11-23tests: install `test` as part of BASICTOOLS (#7434)Evgeny Vereshchagin1-1/+1
2017-11-23core/manager: check the existance of the special units (#7433)Yu Watanabe1-3/+3
2017-11-23Fixed Type nmnds-ipv4 -> nmdns-ipv4 (#7435)Carsten Strotmann1-1/+1
2017-11-23cgroup: downgrade the log level of "invocation id" messages to debug (#7422)Evgeny Vereshchagin1-1/+1
2017-11-22cgroup: test whether pure unified hierarchy is writableChristian Brauner1-2/+2
2017-11-22cgroup: check whether unified hierarchy is writableChristian Brauner1-5/+15
2017-11-22meson: re-attach rule-syntax-check.py testZbigniew Jędrzejewski-Szmek4-12/+14
2017-11-22rule-test-syntax: modernize syntax and add debug messageZbigniew Jędrzejewski-Szmek1-4/+5
2017-11-22networkd: introduce vxcan netdev. (#7150)Susant Sahani11-0/+173
2017-11-22networkd:DHCP-client ignore default route if classless static route is set (#...Susant Sahani1-35/+32
2017-11-21README: add requirements for IPAddress{Allow,Deny} (#7414)Andrew Jeddeloh1-0/+4
2017-11-21test: fix UDEV-WANTS testcase for non-bash shells (#7407)Lennart Poettering1-1/+1
2017-11-21Docs: Fix spelling and capitalization (#7408)longersson2-6/+6
2017-11-21meson: "upgrade" -Wimplicit-fallthrough to 5Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-21core/exec: Restore SmackProcessLabel setting (#7378)jobol1-11/+13
2017-11-21networkd: cleanup do not call link_enter_set_routes after label is set. (#6935)Susant Sahani1-3/+1
2017-11-21test: fix UDEV-WANTS testcase for non-bash shellsLennart Poettering1-1/+1
2017-11-21man: clarify that the controllers listed on Delegate= might not be the only onesLennart Poettering1-3/+4
2017-11-21test: add a test case that validates cgroup delegationLennart Poettering3-0/+67
2017-11-21cgroup: fix delegation on the unified hierarchyLennart Poettering1-3/+3
2017-11-21cgroup: properly determine cgroups zombie processes belong toLennart Poettering1-0/+5
2017-11-21cgroup-util: optimization — open subtree_control file only once for all con...Lennart Poettering1-1/+10
2017-11-21update TODOLennart Poettering1-1/+8
2017-11-21core: unify common code for preparing for forking off unit processesLennart Poettering10-84/+62
2017-11-21cgroup-util: move Set* allocation into cg_kernel_controllers()Lennart Poettering4-14/+17
2017-11-21nspawn: minor optimizationLennart Poettering1-4/+4
2017-11-21nspawn-mount: rework get_controllers() a bitLennart Poettering1-16/+22
2017-11-21nspawn: rework mount_systemd_cgroup_writable() a bitLennart Poettering1-15/+26
2017-11-21cgroup: move cgroup controller names def.h → cgroup-util.hLennart Poettering2-4/+4
2017-11-21networkd: support incoming/outgoing device for rule matching (#7223)Susant Sahani6-9/+126
2017-11-21test: fix UDEV-WANTS testcase for non-bash shellsLennart Poettering1-1/+1
2017-11-21udev: port udev_has_devtmpfs() to use path_get_mnt_id()Lennart Poettering1-11/+8
2017-11-21mount-util: add new path_get_mnt_id() call that queries the mnt ID of a pathLennart Poettering3-0/+78
2017-11-21mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()Lennart Poettering4-48/+101
2017-11-21man: bootup(7) is one of our own man pagesLennart Poettering1-1/+1
2017-11-21core: make use of unit_active_or_pending() where we canLennart Poettering1-6/+4
2017-11-21manager: introduce MANAGER_IS_FINISHED() macroLennart Poettering3-3/+5
2017-11-21manager: add manager_get_dump_string()Lennart Poettering3-21/+34
2017-11-21core: add manager_dump() call, and make it output timestamp dataLennart Poettering3-4/+23
2017-11-21manager: rework the timestamps logic, so that they are an enum-index arrayLennart Poettering5-93/+113
2017-11-21shared: silence gcc warning (#7402)Shawn Landden1-1/+2
2017-11-21NEWS: fix minor error (#7399)Shawn Landden1-1/+1
2017-11-20tree-wide: adjust fall through comments so that gcc is happyShawn Landden43-70/+105
2017-11-20hwdb: Add ACCEL_MOUNT_MATRIX for the Acer Aspire Switch 10 convertiblelukas1-0/+3
2017-11-20test: fall back to /boot if bootctl -p fails (#7397)Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-20networkd: configure link even if no routes have been received by dhcp (#6886)Susant Sahani1-5/+12
2017-11-20networkd: address - support for /31 IPv4 addresses (rfc3021) (#6938)Susant Sahani1-4/+9
2017-11-20networkd: Do not send requests to create netdevs if they exists. (#6973)Susant Sahani1-0/+5
2017-11-20networkd: Set RoutingPolicyRule in link_configure (#7235)Susant Sahani1-21/+32