summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-03target: implicitly shutdown targets on shutdown, so that they are pulled into...Lennart Poettering
2010-09-03service: properly handle if the main process is down and we wait for the cgro...Lennart Poettering
2010-09-02dbus: make sure to flush bus connection before disconnecting, so that no mess...Lennart Poettering
2010-09-01unit: unify some codeLennart Poettering
2010-09-01dbus: don't accept activation requests anymore if we are going down anywayLennart Poettering
2010-09-01systemctl: make sure daemon-reexec and friends return a correct error codeLennart Poettering
2010-09-01systemctl: fix return value of systemctl start and friendsLennart Poettering
2010-09-01service: recheck PID status when a cgroup runs emptyLennart Poettering
2010-09-01service: wait for process exit only if we actually killed somebodyLennart Poettering
2010-09-01manager: reword some error messages regarding "logs"Lennart Poettering
2010-09-01util: leave locked terminal attributes untouched so that we don't interfere w...Lennart Poettering
2010-08-31service: properly pass dbus error structureMichal Schmidt
2010-08-31manager: make sure we free the dbus error only if we actually use oneLennart Poettering
2010-08-31service: rework killing logic so that we always kill the main process, even i...Lennart Poettering
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ...Lennart Poettering
2010-08-31systemctl: avoid wrapping of headers/footersLennart Poettering
2010-08-31util: look at STDOUT, not STDIN, when determining tty columnsLennart Poettering
2010-08-31exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller
2010-08-31manager: rename 'maintenance' state to 'failed' to avoid user confusionMatthew Miller
2010-08-30manager: don't try to minimize transaction when using isolateLennart Poettering
2010-08-30exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERRLennart Poettering
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-30console: rework automatic getty on kernel console logic againLennart Poettering
2010-08-26service: properly handle Fedora's broken MTA meta-service nameLennart Poettering
2010-08-26service: reword warnings a littleLennart Poettering
2010-08-26service: if we cannot add an alias to a sysv service, ignore this and go onLennart Poettering
2010-08-26device: allow aliases on devicesLennart Poettering
2010-08-26systemctl: very very trivial typo patch :)Matthew Miller
2010-08-25mount: imply noauto for mount points configured with native mount filesLennart Poettering
2010-08-25mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering
2010-08-25dbus: simplify some dbus error messages a bitLennart Poettering
2010-08-25sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fil...Lennart Poettering
2010-08-25cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering
2010-08-25utmp: document that the order of preference for runlevel numbers might be som...Lennart Poettering
2010-08-25utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ...Lennart Poettering
2010-08-25systemctl: rename a few status linesLennart Poettering
2010-08-25systemctl: show timestamps for state changesLennart Poettering
2010-08-25systemctl: add --sysv-compatLennart Poettering
2010-08-25log: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need t...Lennart Poettering
2010-08-25mount: add global configuration options for handling of auto mountsLennart Poettering
2010-08-25serial: use seperate getty template for serial ttysLennart Poettering
2010-08-21syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering
2010-08-21mount: don't create depdency for device node of root fs, since it is always t...Lennart Poettering
2010-08-21log: pass SCM_CREDENTIALS when logging to syslogLennart Poettering
2010-08-20device: handle properly if two devices want to have the same nameLennart Poettering
2010-08-20exit-status: add missing files src/exit-status.h src/exit-status.cLennart Poettering
2010-08-20remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering
2010-08-20mount: properly handle LABEL="" in fstabLennart Poettering
2010-08-20selinux: properly query policy for FIFO filesLennart Poettering