Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | target: implicitly shutdown targets on shutdown, so that they are pulled ↵ | Lennart Poettering | |
into the final transaction and may be used for synchronization | |||
2010-09-03 | service: properly handle if the main process is down and we wait for the ↵ | Lennart Poettering | |
cgroup to die, too | |||
2010-09-02 | dbus: make sure to flush bus connection before disconnecting, so that no ↵ | Lennart Poettering | |
messages are lost | |||
2010-09-01 | unit: unify some code | Lennart Poettering | |
2010-09-01 | dbus: don't accept activation requests anymore if we are going down anyway | Lennart Poettering | |
2010-09-01 | systemctl: make sure daemon-reexec and friends return a correct error code | Lennart Poettering | |
2010-09-01 | systemctl: fix return value of systemctl start and friends | Lennart Poettering | |
2010-09-01 | service: recheck PID status when a cgroup runs empty | Lennart Poettering | |
2010-09-01 | service: wait for process exit only if we actually killed somebody | Lennart Poettering | |
2010-09-01 | manager: reword some error messages regarding "logs" | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=627785 | |||
2010-09-01 | util: leave locked terminal attributes untouched so that we don't interfere ↵ | Lennart Poettering | |
with plymouth https://bugzilla.redhat.com/show_bug.cgi?id=628913 | |||
2010-08-31 | service: properly pass dbus error structure | Michal Schmidt | |
2010-08-31 | manager: make sure we free the dbus error only if we actually use one | Lennart Poettering | |
2010-08-31 | service: rework killing logic so that we always kill the main process, even ↵ | Lennart Poettering | |
if it left our service cgroup Related to: http://bugzilla.redhat.com/show_bug.cgi?id=626477 | |||
2010-08-31 | systemctl: rework exit codes for all utility programs to follow LSB or other ↵ | Lennart Poettering | |
standards | |||
2010-08-31 | systemctl: avoid wrapping of headers/footers | Lennart Poettering | |
This change makes sure that our output never exceeds 80ch on 80ch terminals. https://bugzilla.redhat.com/show_bug.cgi?id=626443 | |||
2010-08-31 | util: look at STDOUT, not STDIN, when determining tty columns | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=626891 | |||
2010-08-31 | exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface | Lennart 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-31 | units: fix a typo in arch's rc-local.service unit file | Lennart Poettering | |
2010-08-31 | manager: add missing second part of s/maintenance/failed/ | Matthew Miller | |
2010-08-31 | manager: rename 'maintenance' state to 'failed' to avoid user confusion | Matthew Miller | |
https://bugzilla.redhat.com/show_bug.cgi?id=614619 | |||
2010-08-30 | manager: don't try to minimize transaction when using isolate | Lennart 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-30 | exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR | Lennart Poettering | |
2010-08-30 | unit: introduce AllowIsolate= switch | Lennart Poettering | |
2010-08-30 | console: rework automatic getty on kernel console logic again | Lennart 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-30 | update fixme | Lennart Poettering | |
2010-08-27 | var-run: make sure /var/run/user is properly created and labelled | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=627457 | |||
2010-08-26 | units: don't install runlevel links anymore, since thsoe are maintained in ↵ | Lennart Poettering | |
/lib now | |||
2010-08-26 | service: properly handle Fedora's broken MTA meta-service name | Lennart Poettering | |
2010-08-26 | service: reword warnings a little | Lennart Poettering | |
2010-08-26 | service: if we cannot add an alias to a sysv service, ignore this and go on | Lennart Poettering | |
2010-08-26 | device: allow aliases on devices | Lennart Poettering | |
2010-08-26 | build-sys: show audit/selinux in summary | Lennart Poettering | |
2010-08-26 | systemctl: very very trivial typo patch :) | Matthew Miller | |
2010-08-25 | build-sys: prepare release v8systemd/v8 | Lennart Poettering | |
2010-08-25 | mount: imply noauto for mount points configured with native mount files | Lennart Poettering | |
2010-08-25 | update fixme | Lennart Poettering | |
2010-08-25 | mount: rework automatic mounting to follow the 'nofail' option in fstab | Lennart Poettering | |
2010-08-25 | update fixme | Lennart Poettering | |
2010-08-25 | dbus: simplify some dbus error messages a bit | Lennart Poettering | |
2010-08-25 | sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel ↵ | Lennart Poettering | |
fills this in anyway | |||
2010-08-25 | systemd-remount-api-vfs.service: fix typo | Kay Sievers | |
2010-08-25 | units: fix auto-serial unit | Lennart Poettering | |
2010-08-25 | cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroup | Lennart 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-25 | utmp: document that the order of preference for runlevel numbers might be ↵ | Lennart Poettering | |
something to change in other distributions | |||
2010-08-25 | units: make sure prefdm is automatically respawned | Lennart Poettering | |
2010-08-25 | units: invoke sulogin instead of /bin/sh | Lennart Poettering | |
2010-08-25 | utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵ | Lennart Poettering | |
instead of 1 | |||
2010-08-25 | systemctl: rename a few status lines | Lennart Poettering | |
2010-08-25 | systemctl: show timestamps for state changes | Lennart Poettering | |