TODO revision 87a8baa35d6d65ac3b58ae8e26e338e67f8ae8ed
bb24bfa932beddc9a03b661d79a32094d1127696Felix Gabriel Mance* swap units that are activated by one name but shown in the kernel under another are semi-broken
bb24bfa932beddc9a03b661d79a32094d1127696Felix Gabriel Mance* NM should pull in network.target (PENDING)
bb24bfa932beddc9a03b661d79a32094d1127696Felix Gabriel Mance https://bugzilla.redhat.com/show_bug.cgi?id=692008
bb24bfa932beddc9a03b661d79a32094d1127696Felix Gabriel Mance* make anaconda write timeout=0 for encrypted devices
bb24bfa932beddc9a03b661d79a32094d1127696Felix Gabriel Mance* service: pid file reading after reload doesn't work, since we don't reset the pid variable
bb24bfa932beddc9a03b661d79a32094d1127696Felix Gabriel Mance* make sure timeouts are applied to Type=oneshot services.
* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
* 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
* tmpfiles: support generation of char/block devices, symlinks and one-line files (think sysfs)
* 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)
* 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
* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
* 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/...
* kernel: add /proc/sys file exposing CAP_LAST_CAP? sysconf?
merged: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=73efc0394e148d0e15583e13712637831f926720
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!