summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2010-11-23update TODOLennart Poettering
2010-11-23logger: fix error handlingLennart Poettering
2010-11-22man: make clear that VERSION and VERSION_ID is not mandatory in os-release.5Lennart Poettering
2010-11-21systemctl: don't return LSB status error codes for systemctl showLennart Poettering
Use them only for systemctl status. https://bugzilla.redhat.com/show_bug.cgi?id=637183
2010-11-21mount: do not try to mount disable cgroup controllersLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=655222
2010-11-21man: document /etc/modules-load.d/Lennart Poettering
2010-11-21man: document locale.confLennart Poettering
2010-11-18cryptsetup: show udev device name when asking for passwordLennart Poettering
2010-11-18sysctl: implement native sysctl tool to support Debian-style /etc/sysctl.dLennart Poettering
2010-11-18util: introduce /etc/os-release so that distros don't need to patch systemd ↵Lennart Poettering
to get a welcome message
2010-11-18update TODOLennart Poettering
2010-11-18job: make sure we don't fail umount.target if a mount unit failed to stopLennart Poettering
2010-11-18units: make sure prefdm is killed first, user sessions second on shutdownLennart Poettering
2010-11-18cryptsetup: automatically order crypt partitions before cryptsetup.targetLennart Poettering
2010-11-17pam: duplicate cgroup tree in the cpu hierarchy by default, optionally moreLennart Poettering
2010-11-17update TODOKay Sievers
2010-11-17Revert "update TODO"Kay Sievers
This reverts commit afe635e71838c9e62e25a928cbcefc343744dda5. Oops, libnotify should not have been in here.
2010-11-17update TODOKay Sievers
2010-11-17update TODOLennart Poettering
2010-11-16ask-password: add --console mode to ask questions on /dev/consoleLennart Poettering
2010-11-16plymouth: use updated socket nameLennart Poettering
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