summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2013-04-09shutdown: print a nice message before returning to initrdLennart Poettering
2013-04-08machine-id: fix missing initializationsystemd/v201Lennart Poettering
2013-04-08shutdown: print a message when storage is finalizedLennart Poettering
2013-04-08cgroup: clean-upsLennart Poettering
2013-04-08dbus-manager: fix variable type introspectionRonny Chevalier
2013-04-08cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup...Lennart Poettering
2013-04-08Do not serialize environment, when switching rootHarald Hoyer
2013-04-05Use _cleanup_ when reading config filesZbigniew Jędrzejewski-Szmek
2013-04-05Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-05test-catalog,core/load-dropin: remove unused variablesZbigniew Jędrzejewski-Szmek
2013-04-04util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering
2013-04-04util: make time formatting a bit smarterLennart Poettering
2013-04-03shared: rework env file readerLennart Poettering
2013-04-03util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-04-03core/killall.c: prevent segfault and initialize pidsHarald Hoyer
2013-04-02Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk
2013-04-01Add Listen* to dbus propertiesOleksii Shevchuk
2013-04-02shutdown: correctly wait for processes we killed in the killall spreeLennart Poettering
2013-04-01core/socket: log errors when starting socket for this socketZbigniew Jędrzejewski-Szmek
2013-04-01Add AllowIsolate=yes to snapshotsOleksii Shevchuk
2013-03-31Partially revert e62d8c394474Zbigniew Jędrzejewski-Szmek
2013-03-31ModernizationZbigniew Jędrzejewski-Szmek
2013-03-31nspawn, machine-id-setup: warn if read-only mount call failsZbigniew Jędrzejewski-Szmek
2013-03-31execute: convert secure bits into mask properlyZbigniew Jędrzejewski-Szmek
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek
2013-03-30dbus: let's make this const array staticLennart Poettering
2013-03-30killall: print notice what we forcefully KILLKay Sievers
2013-03-29unit: replace remote-fs-setup.target by network-online.targetLennart Poettering
2013-03-27core: check return value of rm_rf_dangerous and warn if it failsVáclav Pavlín
2013-03-26Simplify the meaning of %sZbigniew Jędrzejewski-Szmek
2013-03-27units: automatically order all mount units after network.targetLennart Poettering
2013-03-25units: introduce remote-fs-setup.target to pull in dependencies from remote m...Lennart Poettering
2013-03-25units: introduce new timers.target and paths.target to hook timer/path units ...Lennart Poettering
2013-03-25core: ensure LSB Provides are handled correctlyFrederic Crozat
2013-03-25timer: downgrade time change message to debugMichal Schmidt
2013-03-24service: no need to drop rc. prefix anymoreMiklos Vajna
2013-03-23unit: never retroactively start requisitesLennart Poettering
2013-03-22exec: Assigning the empty string to CapabilityBoundSet= should drop all capsLennart Poettering
2013-03-22main: minor simplificationLennart Poettering
2013-03-22cgroup: minor optimizationLennart Poettering
2013-03-22mount: mount all cgroup controllers in containers, tooLennart Poettering
2013-03-22main: use strv_find() where we canLennart Poettering
2013-03-22main: don't mount cgroup controller unless PID == 1Lennart Poettering
2013-03-20Make two functions staticZbigniew Jędrzejewski-Szmek
2013-03-20core: remove unnecessary goto in setup_namespaceZbigniew Jędrzejewski-Szmek
2013-03-20Make PrivateTmp dirs also inaccessible from the outsideZbigniew Jędrzejewski-Szmek
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters