TODO revision 3e2147858f21943d5f4a781c60f33ac22c6096ed
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* swap units that are activated by one name but shown in the kernel under another are semi-broken
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* make anaconda write timeout=0 for encrypted devices
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* make sure timeouts are applied to Type=oneshot services.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* Dangling symlinks of .automount unit files in .wants/ directories, set up
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster automount points even when the original .automount file did not exist
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster anymore. Only the .mount unit was still around.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* make polkit checks async
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* allow configuration of console width/height in vconsole.conf
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* PrivateTmp should apply to both /tmp and /var/tmp
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* fstab should take priority over units in /usr
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* cleanup syslog 'priority' vs. 'level' wording
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* journal: if mmap() fails for mapping window try to unmap a a few older maps
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster* add flag file for shutdownd so that clients can check whether a shutdown is queued
* dbus upstream still refers to dbus.target and shouldn't
* when a service has the same env var set twice we actually store it twice and return that in systemctl show -p... We should only show the last setting
* add man page documenting all kernel cmdline options, including stuff like fsck.mode=
* Add ConditionReadWriteFileSystem= so that systemd-sysctl doesn't get executed when /proc/sys is read-only
* hook up /dev/watchdog with main event loop for embedded, server uses
* when dumping cgroup contents, include main/control PID of a service, explicitly
* keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
* support units generated by a generator and placed in /run/systemd/system/; the directory is
* dbus: in fedora, make the machine a symlink to /etc/machine-id
* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
* save coredump in Windows/Mozilla minidump format
* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
* as Tom Gundersen pointed out there's a always a dep loop if people use crypto file systems with random keys
* automatically escape unit names passed on the service (i.e. think "systemctl start serial-getty.service@serial/by-path/jshdfjsdfhkjh" being automatically escaped as necessary.
for every user in /run/user/$USER with a configured maximum size
* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
* add an option to make mounts private/shareable and so on, enable this for root by default
* when a bus name of a service disappears from the bus make sure to queue further activation requests
* hide PAM/TCPWrap options in fragment parser when compile time disabled
* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
* add support for /bin/mount -s
* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
* support systemd.mask= on the kernel command line.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
* port over to LISTEN_FDS/LISTEN_PID:
- rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
- libvirtd (/var/run/libvirt/libvirt-sock-ro)
- allow specification of socket mode/umask when allocating DBusServer
PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
* gnome-shell python script/glxinfo/is-accelerated must die
* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
* patch kernel for cpu feature modalias for autoloading aes/kvm/...
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
- move /usr/lib/udev/devices/ to tmpfiles
- trigger --subsystem-match=usb/usb_device