TODO revision e05137989bdb4ad29d75fd7b86cbfba384ff1ed5
2295e38944bfcd91b9507e2fa9abe5a561817648Till Mossakowski* fix mimo VID/PID check that claims "innocent" hubs
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* swap units that are activated by one name but shown in the kernel under another are semi-broken
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* make anaconda write timeout=0 for encrypted devices
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* make sure timeouts are applied to Type=oneshot services.
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* Dangling symlinks of .automount unit files in .wants/ directories, set up
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder automount points even when the original .automount file did not exist
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder anymore. Only the .mount unit was still around.
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* make polkit checks async
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* nspawn: make use of device cgroup contrller by default
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* parse kernel cmdline option for capability bset
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* journalctl /dev/sda, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* make use of /sys/power/wake_lock in inhibitors
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* introduce "systemctl help" which invokes man for the man pages listed in Documentation=
ceee56b395227c495432d0f3baa407730d7a09d2Christian Maeder* drop accountsservice's StandardOutput=syslog and Type=dbus fields
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* make sure show-logs checks for utf8 validity, not ascii validity
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* add TimerSlackNS to system.conf to set system-wide caps bounds
2295e38944bfcd91b9507e2fa9abe5a561817648Till Mossakowski* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
7b66a58641c3e6f6369c95d5bc16beaad20749a0Christian Maeder* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
39debaf3f18854486e9c5d21fecf3eb2630e5aa7Till Mossakowski* Document boot options such as forcefsck
39debaf3f18854486e9c5d21fecf3eb2630e5aa7Till Mossakowski* (attempt to) make Debianites happy:
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder - implement .d/ auto includes for unit files
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder - add syntax to reset ExecStart= lists (and similar)
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* properly detect mimo devices, the current VID/PID check is too broad
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* manipulate CPU governor during boot, set it to performance
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* steal SBF management from the kernel
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* delay journal /var writeout to after boot if SBF is clean
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* move passno parsing to fstab generator
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder or use the users cgroup information when /proc/*/loginuid is not available.
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* maybe introduce ~/.config/locale.conf and apply it within PAM
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* automount: implement expire
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder* logind: auto-suspend, auto-shutdown:
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder IdleActionDelay=...
f946026468db3a4a74f5f7651a86b22c58a708d1Christian Maeder SessionIdleMode=(explicit|ignore|login)
* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
* don't delete /tmp/systemd-namespace-* before a process is gone down
* don't delete /run/users/lennart if lennart is still logged in even if aging is used
* ExecOnFailure=/usr/bin/foo
* nspawn wants dev_setup() for /dev/fd/ and friends?
* udev: add trigger --subsystem-match=usb/usb_device device
* 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=
* 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/
* 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)
* 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
* gnome-shell python script/glxinfo/is-accelerated must die
* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!