summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-05-20core,nspawn: unify code that moves the root dirLennart Poettering
2015-05-19core: don't consider boot-up finished if we are still reloadingLennart Poettering
2015-05-19core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering
2015-05-19core: sd_bus_error() already checks for NULL, no need to duplicate checkLennart Poettering
2015-05-19core: reinstate propagation of stop/restart jobs via RequsiteOf dependenciesLennart Poettering
2015-05-19mount: properly check for mounts currently in /proc/self/mountinfoLennart Poettering
2015-05-19unit: drop support for pre-v44 job serializationLennart Poettering
2015-05-19core: also enforce ratelimiter if we stop a unit due to BindsTo=Lennart Poettering
2015-05-19core: use bitfield where possibleLennart Poettering
2015-05-19core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1Lennart Poettering
2015-05-19unit: fix unit_check_unneeded() dependency iterationLennart Poettering
2015-05-19mount: don't claim a device is gone from /proc/self/mountinfo before it is go...Lennart Poettering
2015-05-19device: create units with intended "found" valueMartin Pitt
2015-05-19hostname: Allow comments in /etc/hostnameMartin Pitt
2015-05-19core: fix OOM checks in dbus-unitThomas Hindoe Paaboel Andersen
2015-05-19core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering
2015-05-18core: Private*/Protect* options with RootDirectoryAlban Crequy
2015-05-18kmod-setup: conditionalize kmod autoloading properlyLennart Poettering
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-16load-fragment: put quotes around iffy rvalueZbigniew Jędrzejewski-Szmek
2015-05-15socket-util: socket_address_parse() should not log errors on its ownLennart Poettering
2015-05-15core: Fix assertion with empty Exec*= pathsMartin Pitt
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov
2015-05-13core: only set event source name when we create an event sourceLennart Poettering
2015-05-13core: make exec code a bit more readableLennart Poettering
2015-05-13core: fix memory leak in manager_run_generators()Cristian Rodríguez
2015-05-13Default to /usr/bin/u?mount, configurable, rather than hard-coded /bin/u?mount.Dimitri John Ledkov
2015-05-13core: never create device depencies for /dev/root mountsLennart Poettering
2015-05-13nspawn: rework custom mount point order, and add support for overlayfsLennart Poettering
2015-05-12core: drop redundant logging about notification messagesTom Gundersen
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11unit: move unit_warn_if_dir_nonempty() and friend to unit.cLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering
2015-05-11swap: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø
2015-05-06device: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen
2015-05-06bus: don't switch to kdbus if not requestedDavid Herrmann
2015-05-05core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering
2015-05-05core: bus name units should not allow aliases or instancesLennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-30core: simplify %r and %R logic a bitLennart Poettering
2015-04-30core: simplify unit type detection logicLennart Poettering
2015-04-30sd-bus: when we get ENOTTY on the HELLO ioctl assume incompatible API versionLennart Poettering
2015-04-29core: fix event source annotationsMantas Mikulėnas
2015-04-29tree-wide: get rid of a few more explicit bus parametersLennart Poettering
2015-04-29core: for queued reload message there is no need to store the bus explicitlyLennart Poettering
2015-04-29sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen