summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* service: calculate sysv startup priority only in start runlevelsLennart Poettering2010-09-031-3/+4
* service: make sure we properly figure out whether a sysv service is enabled b...Lennart Poettering2010-09-031-37/+66
* unit: don't retroactively start units if we failed to shutdown a unitLennart Poettering2010-09-031-1/+1
* dbus: don't send cgroup agent messages directly to system bus to avoid dbus a...Lennart Poettering2010-09-032-30/+41
* target: implicitly shutdown targets on shutdown, so that they are pulled into...Lennart Poettering2010-09-031-1/+2
* service: properly handle if the main process is down and we wait for the cgro...Lennart Poettering2010-09-031-0/+7
* dbus: make sure to flush bus connection before disconnecting, so that no mess...Lennart Poettering2010-09-024-4/+9
* unit: unify some codeLennart Poettering2010-09-014-9/+18
* dbus: don't accept activation requests anymore if we are going down anywayLennart Poettering2010-09-015-5/+36
* systemctl: make sure daemon-reexec and friends return a correct error codeLennart Poettering2010-09-011-4/+4
* systemctl: fix return value of systemctl start and friendsLennart Poettering2010-09-011-13/+4
* service: recheck PID status when a cgroup runs emptyLennart Poettering2010-09-011-0/+7
* service: wait for process exit only if we actually killed somebodyLennart Poettering2010-09-011-1/+1
* manager: reword some error messages regarding "logs"Lennart Poettering2010-09-012-3/+3
* util: leave locked terminal attributes untouched so that we don't interfere w...Lennart Poettering2010-09-011-3/+3
* service: properly pass dbus error structureMichal Schmidt2010-08-311-1/+1
* manager: make sure we free the dbus error only if we actually use oneLennart Poettering2010-08-311-3/+9
* service: rework killing logic so that we always kill the main process, even i...Lennart Poettering2010-08-318-72/+149
* systemctl: rework exit codes for all utility programs to follow LSB or other ...Lennart Poettering2010-08-3113-159/+171
* systemctl: avoid wrapping of headers/footersLennart Poettering2010-08-311-18/+41
* util: look at STDOUT, not STDIN, when determining tty columnsLennart Poettering2010-08-311-1/+1
* exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering2010-08-316-30/+65
* manager: add missing second part of s/maintenance/failed/Matthew Miller2010-08-3122-116/+116
* manager: rename 'maintenance' state to 'failed' to avoid user confusionMatthew Miller2010-08-312-8/+8
* manager: don't try to minimize transaction when using isolateLennart Poettering2010-08-301-1/+2
* exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERRLennart Poettering2010-08-301-0/+5
* unit: introduce AllowIsolate= switchLennart Poettering2010-08-307-1/+41
* console: rework automatic getty on kernel console logic againLennart Poettering2010-08-306-191/+97
* service: properly handle Fedora's broken MTA meta-service nameLennart Poettering2010-08-261-1/+9
* service: reword warnings a littleLennart Poettering2010-08-261-2/+2
* service: if we cannot add an alias to a sysv service, ignore this and go onLennart Poettering2010-08-261-5/+6
* device: allow aliases on devicesLennart Poettering2010-08-261-1/+0
* systemctl: very very trivial typo patch :)Matthew Miller2010-08-261-1/+1
* mount: imply noauto for mount points configured with native mount filesLennart Poettering2010-08-252-2/+9
* mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering2010-08-257-26/+64
* dbus: simplify some dbus error messages a bitLennart Poettering2010-08-257-50/+63
* sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fil...Lennart Poettering2010-08-251-17/+0
* cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering2010-08-255-15/+15
* utmp: document that the order of preference for runlevel numbers might be som...Lennart Poettering2010-08-251-1/+4
* utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ...Lennart Poettering2010-08-251-2/+2
* systemctl: rename a few status linesLennart Poettering2010-08-251-2/+2
* systemctl: show timestamps for state changesLennart Poettering2010-08-253-2/+96
* systemctl: add --sysv-compatLennart Poettering2010-08-251-7/+29
* log: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need t...Lennart Poettering2010-08-251-17/+0
* mount: add global configuration options for handling of auto mountsLennart Poettering2010-08-256-14/+41
* serial: use seperate getty template for serial ttysLennart Poettering2010-08-251-2/+2
* syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering2010-08-214-8/+551
* mount: don't create depdency for device node of root fs, since it is always t...Lennart Poettering2010-08-211-1/+1
* log: pass SCM_CREDENTIALS when logging to syslogLennart Poettering2010-08-213-14/+56
* device: handle properly if two devices want to have the same nameLennart Poettering2010-08-201-5/+18