summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-03-18core: drop CAP_MKNOD when PrivateDevices= is setLennart Poettering
2014-03-18core: remount /sys/fs/cgroup/ read-only after we mounted all controllersLennart Poettering
2014-03-18cgroup: it's not OK to invoke alloca() in loopsLennart Poettering
2014-03-17core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-14Do not return -1 (EINVAL) on allocation errorZbigniew Jędrzejewski-Szmek
2014-03-14machine-id-setup: use path_kill_slashes and modernizationsZbigniew Jędrzejewski-Szmek
2014-03-14machine-id: add --root option to operate on an alternate fs treeGreg KH
2014-03-12socket.c: make use of union sockaddr_unionDaniel Buch
2014-03-12manager: use system state enum where appropriateLennart Poettering
2014-03-12core: introduce system state enumLennart Poettering
2014-03-11core: support globbing matches in DeviceAllow= when checking for device groupsLennart Poettering
2014-03-11dbus: suppress duplicate and misleading messagesLennart Poettering
2014-03-08fix off by one error in array index assertionDave Reisner
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-03-07sd-bus: add support for policy upload on activator connectionsDaniel Mack
2014-03-07busname: add parser for bus name policiesDaniel Mack
2014-03-07busname: don't drop 'service' from the result stringLennart Poettering
2014-03-07manager: flush memory stream before using the bufferDaniel Mack
2014-03-07core/busname: add lookup string for BUSNAME_FAILURE_SERVICE_FAILED_PERMANENTDaniel Mack
2014-03-07gpt-auto-generator: automatically find the root disk of the systemLennart Poettering
2014-03-07fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering
2014-03-06util: move more intellegince into parse_proc_cmdline()Lennart Poettering
2014-03-06core: include partition label in .device description fieldsLennart Poettering
2014-03-06core: correctly unregister PIDs from PID hashtablesLennart Poettering
2014-03-06util: add timeout to generator executionLennart Poettering
2014-03-05core: don't override NoNewPriviliges= from SystemCallFilter= if it is already...Lennart Poettering
2014-03-05core: make the LimitXYZ= properties settable for transient service unitsLennart Poettering
2014-03-05missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering
2014-03-05core: when passing resource limit values to client, map RLIM_INFINITY into po...Lennart Poettering
2014-03-04Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek
2014-03-03core: fix assert when trying to serialize non-initialized bus peer tracker ob...Lennart Poettering
2014-03-03core: add missing show-status.[ch]Lennart Poettering
2014-03-03conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering
2014-03-03core: move config_parse_set_status() into load-fragment.cLennart Poettering
2014-03-03core: move ShowStatus type into the coreLennart Poettering
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering
2014-03-03core: introduce new RuntimeDirectory= and RuntimeDirectoryMode= unit settingsLennart Poettering
2014-03-03execute: no need to include seccomp.h from execute.hLennart Poettering
2014-03-03execute: free directory path if we fail to remove it because we cannot alloca...Lennart Poettering
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-26mount: don't fire PropertiesChanged signals for mounts that are stoppedLennart Poettering
2014-02-26mount: don't send out PropertiesChanged message if actually nothing got changedLennart Poettering
2014-02-26mount: minor modernizationLennart Poettering
2014-02-26exec: imply NoNewPriviliges= only when seccomp filters are used in user modeLennart Poettering
2014-02-26core: add new RestrictAddressFamilies= switchLennart Poettering
2014-02-26seccomp: we should control NO_NEW_PRIVS on our own, not let seccomp do this f...Lennart Poettering
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-25core: expose architecture as a bus property, so that we can easily query it r...Lennart Poettering