summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2010-11-10main: warn if /etc/mtab is not a symlinkLennart Poettering
2010-11-10service: delay automatic restart if job is pendingLennart Poettering
2010-11-10update fixmeLennart Poettering
2010-11-10manager: only minimize impact if we are in fail modeLennart Poettering
2010-11-10update TODO with mtab issueKay Sievers
2010-10-31fedora: start plymouth after udev-settle, so that the graphics modules are ↵Lennart Poettering
loaded
2010-10-29update fixmeLennart Poettering
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay.
2010-10-28timer: when deserializing timer state stay elapsed when we are elapsedLennart Poettering
2010-10-28device: set recursive_stop=true by defaultLennart Poettering
2010-10-28update fixmeLennart Poettering
2010-10-27TODO: /proc/swaps is poll()able nowKay Sievers
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=66d7dd518ae413a383ab2c6c263cc30617329842
2010-10-27service: when after startup only one process is in a service's cgroup, ↵Lennart Poettering
assume it is the main process
2010-10-26man: be more explicit about the usefulness of --systemLennart Poettering
2010-10-26update fixmeLennart Poettering
2010-10-26swap: add only swaps listed in /etc/fstab automatically to swap.target, ↵Lennart Poettering
others should be added via .wants/ links
2010-10-26swap: expose swap exec env proprties via dbusLennart Poettering
2010-10-26ask-password-tty: properly handle SIGINT/SIGTERMLennart Poettering
2010-10-26ask-password: add minimal plymouth password agentLennart Poettering
2010-10-26main: don't unset HOME/TERM when run in session modeLennart Poettering
2010-10-26update fixmeLennart Poettering
2010-10-25update fixmeLennart Poettering
2010-10-25units: activate wall agent automatically if something is dropped in ↵Lennart Poettering
/dev/.systemd/ask-password
2010-10-25update fixmeLennart Poettering
2010-10-25TODO: add getty on-demand, man: --systemKay Sievers
2010-10-22update fixmeLennart Poettering
2010-10-20install: enable quota/fsck-root/hwclock load by defaultLennart Poettering
2010-10-18swap: listen for POLLPRI events on /proc/swaps if availableLennart Poettering
2010-10-18tmpfiles: integrate kay's directory cleanup code and otherwise beef up ↵Lennart Poettering
tmpfiles quite a bit
2010-10-14update fixmeLennart Poettering
2010-10-13mount: pull in fsck only in systemd instancesLennart Poettering
2010-10-13systemctl: warn if user enables unit with no installation instructionsLennart Poettering
2010-10-13dbus: add introspection to midlevel pathsLennart Poettering
2010-10-13inotify: properly handle multiple inotify events per read()Lennart Poettering
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-12swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ↵Lennart Poettering
aliased swap disks
2010-10-12update fixmeLennart Poettering
2010-10-08service: introduce Restart=on-failure and Restart=on-abortLennart Poettering
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036
2010-10-08unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering
2010-10-07update fixmeLennart Poettering
2010-10-07use common names: fixme -> TODO, bootstrap.sh -> autogen.shKay Sievers