summaryrefslogtreecommitdiff
path: root/fixme
Commit message (Collapse)AuthorAge
* main: when we encounter 'emergency' on the kernel cmdline start the ↵Lennart Poettering2010-09-08
| | | | emergency shell
* update fixmeLennart Poettering2010-09-03
|
* service: make sure we properly figure out whether a sysv service is enabled ↵Lennart Poettering2010-09-03
| | | | before creating $foo wants links
* dbus: don't send cgroup agent messages directly to system bus to avoid dbus ↵Lennart Poettering2010-09-03
| | | | activation loop
* dbus: make sure to flush bus connection before disconnecting, so that no ↵Lennart Poettering2010-09-02
| | | | messages are lost
* dbus: don't accept activation requests anymore if we are going down anywayLennart Poettering2010-09-01
|
* systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering2010-08-31
| | | | standards
* exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering2010-08-31
| | | | | | 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.
* manager: rename 'maintenance' state to 'failed' to avoid user confusionMatthew Miller2010-08-31
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=614619
* manager: don't try to minimize transaction when using isolateLennart Poettering2010-08-30
| | | | | | | 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
* exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERRLennart Poettering2010-08-30
|
* unit: introduce AllowIsolate= switchLennart Poettering2010-08-30
|
* update fixmeLennart Poettering2010-08-30
|
* update fixmeLennart Poettering2010-08-25
|
* mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering2010-08-25
|
* update fixmeLennart Poettering2010-08-25
|
* sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel ↵Lennart Poettering2010-08-25
| | | | fills this in anyway
* man: minor updatesLennart Poettering2010-08-25
|
* log: pass SCM_CREDENTIALS when logging to syslogLennart Poettering2010-08-21
|
* remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering2010-08-20
|
* mount: properly handle LABEL="" in fstabLennart Poettering2010-08-20
|
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-20
|
* service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵Lennart Poettering2010-08-20
| | | | decode exit codes in systemctl
* service: make sure sysv services marked as interactive in the LSB header get ↵Lennart Poettering2010-08-20
| | | | output on the TTY in all cases
* update fixmeKay Sievers2010-08-19
|
* hostname: on all distros make the name configured in /etc/hostname take ↵Lennart Poettering2010-08-19
| | | | | | | | precedence over distro-specific configuration In order to unify configuration across distributions we pick the simple-most option by default (Debian's /etc/hostname) and then fall back to distro-specific hacks if that doesn't exist.
* update fixmeLennart Poettering2010-08-19
|
* modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering2010-08-19
| | | | of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
* units: make sure getty@xxx.service is always run before gettys.targetLennart Poettering2010-08-18
|
* random-seed: honour kernel pool size when saving/restoring seedLennart Poettering2010-08-18
|
* update fixmeLennart Poettering2010-08-17
|
* units: add generic sysctl/hwclock-save serviceLennart Poettering2010-08-17
|
* update fixmeLennart Poettering2010-08-17
|
* main: properly fallback to rescue.target if default.target is hosedLennart Poettering2010-08-17
|
* service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering2010-08-17
|
* systemctl: break output properly for 80ch terminalsLennart Poettering2010-08-17
|
* update fixmeKay Sievers2010-08-17
|
* update fixmeKay Sievers2010-08-17
|
* update fixmeKay Sievers2010-08-17
|
* update fixmeLennart Poettering2010-08-17
|
* emacs: disable tabs in .h files, tooLennart Poettering2010-08-17
|
* update fixmeLennart Poettering2010-08-17
|
* auto-getty: rework auto console getty logic to work in conjunction with ↵Lennart Poettering2010-08-17
| | | | single user mode
* random-seed: add little tool for saving/loading random seed on ↵Lennart Poettering2010-08-14
| | | | shutdown/boot, but don't enable it by default
* systemctl: skip writing of utmp if we booted using systemd, under the ↵Lennart Poettering2010-08-14
| | | | assumption that systemd-update-utmp is used
* systemctl: sort 'list-units' outputLennart Poettering2010-08-14
|
* units: move runlevel[2-5] links to /lib because they are legacy and hence ↵Lennart Poettering2010-08-13
| | | | should not be as obviously in sight. The user may still override them by placing links in /etc
* service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering2010-08-13
| | | | | | | | | | lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one".
* update fixmeLennart Poettering2010-08-13
|
* unit: create three seperate plymouth service for halt/poweroff/rebootLennart Poettering2010-08-13
|