summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2010-11-16pam: always rely on loginuid instead of uid to determine cgroup and ↵Lennart Poettering
XDG_RUNTIME_DIR
2010-11-15exec: automatically determine right TERM= setting based on tty nameLennart Poettering
2010-11-15drop support for MANAGER_SESSION, introduce MANAGER_USER insteadLennart Poettering
2010-11-15manager: ignore invalid epoll eventsLennart Poettering
2010-11-15units: use ConditionDirectoryNotEmpty= where applicableLennart Poettering
2010-11-15delete tmp.mount which may conflict with an unrelated fstab entryKay Sievers
2010-11-15cryptsetup: bind cryptsetup service to both source and destination deviceLennart Poettering
2010-11-15manager: consider jobs already installed as redundant when reducing new ↵Lennart Poettering
transactions
2010-11-15path: avoid immediate restarting of units triggered by paths if nothing ↵Lennart Poettering
actually changed on disk
2010-11-15path: always look for IN_ATTRIB since deletion is signalled that wayLennart Poettering
2010-11-14manager: always pull 'following' units into transactionLennart Poettering
2010-11-14job: make it possible to wait for devices to be unpluggedLennart Poettering
2010-11-14tmpfiles: ignore files marked with the sticky bitLennart Poettering
2010-11-14udev: ignore temporary udev devicesLennart Poettering
2010-11-12update TODOKay Sievers
2010-11-12update fixmeLennart Poettering
2010-11-12cryptsetup: automatically start cryptsetup when looking for mount sourceLennart Poettering
2010-11-12build-sys: fix usage of path macrosLennart Poettering
2010-11-12mount: don't relabel /dev twice in a rowLennart Poettering
2010-11-11update TODOKay Sievers
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