summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2012-05-21cryptsetup: a few simplificationsLennart Poettering
2012-05-21update TODOLennart Poettering
2012-05-21update TODOLennart Poettering
2012-05-21update TODOLennart Poettering
2012-05-16delta: add systemd-delta tool to find overriden configuration and unit filesLennart Poettering
2012-05-15udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵Kay Sievers
versions
2012-05-14namespace: make PrivateTmp= apply to both /tmp and /var/tmpLennart Poettering
2012-05-14update TODOLennart Poettering
2012-05-09update TODOLennart Poettering
2012-05-08logind: implement suspend/hibernate calls with inhibition logicLennart Poettering
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart Poettering
2012-05-08logind: use "sleep" as generic term for "suspend", "hibernate", and later on ↵Lennart Poettering
"hybrid suspend"
2012-05-07update TODOLennart Poettering
2012-05-07Update TODOLennart Poettering
2012-05-05logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering
This is useful to allow applications to synchronously save data before the system is suspended or shut down.
2012-05-04update TODOKay Sievers
2012-05-04update TODOLennart Poettering
2012-05-04readahead: store inode numbers in pack fileLennart Poettering
If the inode nr for each file is available in the pack file we can easily detect replaced files (like they result from package upgrades) which we can then skip to readahead.
2012-05-03cgroup: fix alloca() misuse in cg_shorten_controllers()Lennart Poettering
2012-05-03dbus: include unit name in JobNew/JobRemoved signalsLennart Poettering
This breaks D-Bus interface slightly, but since the D-Bus API isn't covered by the interface stability promise this should be OK.
2012-05-03service: warn if a dbus name is specified but the service type is not dbusLennart Poettering
2012-05-03update TODOLennart Poettering
2012-04-30TODOLennart Poettering
2012-04-30update TODOLennart Poettering
2012-04-30update TODOKay Sievers
2012-04-26update TODOKay Sievers
2012-04-24update TODOLennart Poettering
2012-04-24readahead: rather than checking for virtualization in the C code, use ↵Lennart Poettering
ConditionVirtualization= in the unit
2012-04-22nspawn: add --uuid= switch to allow setting the machine id for the containerLennart Poettering
2012-04-22nspawn: add -b switch to automatically look for an init binaryLennart Poettering
2012-04-22util: fix tty_is_vc_resolve() in a container where ↵Lennart Poettering
/sys/class/tty/console/active is misleading
2012-04-22update TODOLennart Poettering
2012-04-20main: log to the journal in container mode, by defaultLennart Poettering
2012-04-19docs: rebase html documentation for online and local useKay Sievers
2012-04-18update TODOKay Sievers
2012-04-18build-sys: move dev-setup to label.laKay Sievers
2012-04-17udev: unify /dev static symlink setupKay Sievers
2012-04-17update TODOKay Sievers
2012-04-17update TODOKay Sievers
2012-04-17update TODOLennart Poettering
2012-04-17update TODOKay Sievers
2012-04-17udev: replace util_create_path() with mkdir_parents()Kay Sievers
2012-04-16udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers
2012-04-16logind: remove redundant entries from logind's default controller lists tooLennart Poettering
2012-04-16systemctl: show main and control PID explicitly in cgroup-showLennart Poettering
In some cases the main/control PID of a service can be outside of the services cgroups (for example, if logind readjusts the processes' cgroup). In order to clarify this for the user show the main/control PID in the cgroup tree nonetheless, but mark them specially.
2012-04-16cgls: don't show empty cgroups by defaultLennart Poettering
2012-04-16logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering
2012-04-15udev: udev_monitor_new_from_socket() - log error and remove from public headerKay Sievers
2012-04-15udev: cleanup the udev cgroup when the daemon enters the idle stateKay Sievers
2012-04-14udev: clarify man page regarding starting dameonsKay Sievers