summaryrefslogtreecommitdiff
path: root/fixme
AgeCommit message (Collapse)Author
2010-09-28build-sys: add missing header files to tarballLennart Poettering
2010-09-28service: when resolving sysv names drop leading $Lennart Poettering
2010-09-28use .conf for new config files: locale, vconsole, modules.dKay Sievers
2010-09-28tempfiles: add little utility for creating volatile files/dirs in tmpfs ↵Lennart Poettering
hierarchies
2010-09-28mount: properly handle bind mountsLennart Poettering
2010-09-28service: ignore sysv $null serviceLennart Poettering
2010-09-27fix spelling of 'unneeded' at various placesLennart Poettering
2010-09-27update fixmeLennart Poettering
2010-09-27load-fragment: reset fragment_path if we couldn't find a unit file for itLennart Poettering
2010-09-27update fixmeLennart Poettering
2010-09-27update fixmeLennart Poettering
2010-09-27update fixmeLennart Poettering
2010-09-26readahead: add interface to sd-daemon.[ch] to control readaheadLennart Poettering
2010-09-23readahead: normalize loggingLennart Poettering
2010-09-22update fixmeKay Sievers
2010-09-22units: move ctrl-alt-delete, default getty targets from /etc to /libKay Sievers
2010-09-21units: add default tmpwatch unitsLennart Poettering
2010-09-20update fixmeLennart Poettering
2010-09-18update fixmeLennart Poettering
2010-09-16locale: initialize locale from /etc/locale by defaultLennart Poettering
2010-09-15util: introduce waitpid_loop()Lennart Poettering
2010-09-10logger: support SOCK_STREAM /dev/log sockets as necessary for syslog-ngLennart Poettering
2010-09-10update fixmeKay Sievers
2010-09-10update fixmeKay Sievers
2010-09-08main: when we encounter 'emergency' on the kernel cmdline start the ↵Lennart Poettering
emergency shell
2010-09-03update fixmeLennart Poettering
2010-09-03service: make sure we properly figure out whether a sysv service is enabled ↵Lennart Poettering
before creating $foo wants links
2010-09-03dbus: don't send cgroup agent messages directly to system bus to avoid dbus ↵Lennart Poettering
activation loop
2010-09-02dbus: make sure to flush bus connection before disconnecting, so that no ↵Lennart Poettering
messages are lost
2010-09-01dbus: don't accept activation requests anymore if we are going down anywayLennart Poettering
2010-08-31systemctl: rework exit codes for all utility programs to follow LSB or other ↵Lennart Poettering
standards
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-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-30update fixmeLennart 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-25sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel ↵Lennart Poettering
fills this in anyway
2010-08-25man: minor updatesLennart Poettering
2010-08-21log: pass SCM_CREDENTIALS when logging to syslogLennart 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-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
2010-08-19update fixmeKay Sievers
2010-08-19hostname: on all distros make the name configured in /etc/hostname take ↵Lennart Poettering
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.