summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-31exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering
This replaces OOMAdjust= by OOMScoreAdjust= in the config files, breaking compatibility with older unit files. However, this keeps compat with older kernels which lack the new OOM rework.
2010-08-31units: fix a typo in arch's rc-local.service unit fileLennart 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
https://bugzilla.redhat.com/show_bug.cgi?id=614619
2010-08-30manager: don't try to minimize transaction when using isolateLennart Poettering
We should not avoid stopping services when using isolate, since that kinda defeats the point of it. http://bugzilla.redhat.com/show_bug.cgi?id=627014
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
It is essential that the gettys are proper dependencies from getty.target so that they aren't killed and immediately restarted on runlevel changes. Hence rework the logic to implicitly add console gettys to getty.target as dependencies. This also adds an automatic hvc console for virtualizers. https://bugzilla.redhat.com/show_bug.cgi?id=501720
2010-08-30update fixmeLennart Poettering
2010-08-27var-run: make sure /var/run/user is properly created and labelledLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=627457
2010-08-26units: don't install runlevel links anymore, since thsoe are maintained in ↵Lennart Poettering
/lib now
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-26build-sys: show audit/selinux in summaryLennart Poettering
2010-08-26systemctl: very very trivial typo patch :)Matthew Miller
2010-08-25build-sys: prepare release v8systemd/v8Lennart Poettering
2010-08-25mount: imply noauto for mount points configured with native mount filesLennart Poettering
2010-08-25update fixmeLennart Poettering
2010-08-25mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering
2010-08-25update fixmeLennart 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 ↵Lennart Poettering
fills this in anyway
2010-08-25systemd-remount-api-vfs.service: fix typoKay Sievers
2010-08-25units: fix auto-serial unitLennart Poettering
2010-08-25cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering
This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch.
2010-08-25utmp: document that the order of preference for runlevel numbers might be ↵Lennart Poettering
something to change in other distributions
2010-08-25units: make sure prefdm is automatically respawnedLennart Poettering
2010-08-25units: invoke sulogin instead of /bin/shLennart Poettering
2010-08-25utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵Lennart Poettering
instead of 1
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 ↵Lennart Poettering
to write them manually
2010-08-25mount: add global configuration options for handling of auto mountsLennart Poettering
2010-08-25man: minor updatesLennart 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 ↵Lennart Poettering
there
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
https://bugzilla.redhat.com/show_bug.cgi?id=624539
2010-08-20units: add service file that remounts the root file systemLennart 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
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-20service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵Lennart Poettering
decode exit codes in systemctl
2010-08-20service: make sure sysv services marked as interactive in the LSB header get ↵Lennart Poettering
output on the TTY in all cases