Systemd/src/machine
Lennart Poettering a1e58e8ee1 tree-wide: use coccinelle to patch a lot of code to use mfree()
This replaces this:

        free(p);
        p = NULL;

by this:

        p = mfree(p);

Change generated using coccinelle. Semantic patch is added to the
sources.
2015-09-09 08:19:27 +02:00
..
.gitignore machined: introduce polkit for OpenLogin() call 2014-12-23 21:28:48 +01:00
image-dbus.c bus-util: support details in CheckAuthorization calls 2015-09-06 00:07:16 +10:00
image-dbus.h sd-bus: drop bus parameter from message callback prototype 2015-04-29 18:36:25 +02:00
machine-dbus.c machined: improve error message when trying to get a bus in bus-less containers 2015-09-07 19:53:34 +02:00
machine-dbus.h machined: add new OpenShell() bus call 2015-08-24 22:46:45 +02:00
machine.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
machine.h machined: introduce pseudo-machine ".host" refererring to the host system 2015-08-24 22:46:45 +02:00
machinectl.c cgroup: drop "ignore_self" argument from cg_is_empty() 2015-09-01 18:37:01 +02:00
machined-dbus.c bus-util: support details in CheckAuthorization calls 2015-09-06 00:07:16 +10:00
machined.c machined: introduce pseudo-machine ".host" refererring to the host system 2015-08-24 22:46:45 +02:00
machined.h machined: introduce pseudo-machine ".host" refererring to the host system 2015-08-24 22:46:45 +02:00
Makefile machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
org.freedesktop.machine1.conf machined: add new OpenShell() bus call 2015-08-24 22:46:45 +02:00
org.freedesktop.machine1.policy.in machine: policykit string fixes 2015-08-25 18:37:16 +02:00
org.freedesktop.machine1.service machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
test-machine-tables.c tests: add tests for string lookup tables 2013-07-05 01:36:16 -04:00