TODO revision 8d2831af71debde5dc20bfa84a68a7190eab8542
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* swap units that are activated by one name but shown in the kernel under another are semi-broken
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* make anaconda write timeout=0 for encrypted devices
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* service: pid file reading after reload doesn't work, since we don't reset the pid variable
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* make sure timeouts are applied to Type=oneshot services.
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* Dangling symlinks of .automount unit files in .wants/ directories, set up
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync automount points even when the original .automount file did not exist
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync anymore. Only the .mount unit was still around.
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* make polkit checks async
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* hook up /dev/watchdog with main event loop for embedded, server uses
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* man: for some reason the HTML versions of the man pages are currently not being packaged
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* prefer /etc over /run?
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* when dumping cgroup contents, include main/control PID of a service, explicitly
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* D-Bus: always pass cred data along each message
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: work on https://fedoraproject.org/wiki/Features/systemd-journal
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: allow turning off logging entirely
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* make logind reserve tty10 or so for text logins, so that gdm never picks it up
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* isolate for getty is still broken, due to logind
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* default unix qlen is too small (10). bump sysctl? add sockopt?
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* support units generated by a generator and placed in /run/systemd/system/; the directory is
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync currently ignored because it is empty before the generatores are executed
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* figure out whether we should leave dbus around during shutdown
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work.
04b02ffb8824a60fd37777bc1f7d2f35104a274cvboxsync* add interface to allow immediate rotation of the journal, and even flushing.
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* don't log coredumps of PID 1 into the journal
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* if a journal file is corrupt, rotate it and create a new one
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* dbus: in fedora, make the machine a symlink to /etc/machine-id
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journald: reuse XZ context
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* write RPM spec macros for presets
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* write man pages for systemd-cat
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: write man pages for API
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: OR matches are borked
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: extend hash tables as we go
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: API for looking for retrieving "all values of this field"
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: deal nicely with byte-by-byte copied files, especially regards header
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: local deserializer of export mode, http server
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: message catalog
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* journal: forward-secure signatures
d6614e840b0a5ce9752d0218ecfa501430e88011vboxsync* document the exit codes when services fail before they are exec()ed
* 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
* 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()!