TODO revision a3a3e5b6ae7836152052d77a9e6032a9e84e2039
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* swap units that are activated by one name but shown in the kernel under another are semi-broken
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* make anaconda write timeout=0 for encrypted devices
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* Dangling symlinks of .automount unit files in .wants/ directories, set up
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass automount points even when the original .automount file did not exist
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass anymore. Only the .mount unit was still around.
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* make polkit checks async
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* turn $NOTIFY_SOCKET back into an abstract namespace socket for
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass compatibility with services which chroot()
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* exclude processes marked with argv[0][0]=@ from the normal service killing too
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* journal: hook up with EFI firmware log, new kmsg logic
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* handle C-A-Del in logind, like the power/suspend buttons?
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* nspawn: make use of device cgroup contrller by default
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* journalctl /dev/sda, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* make use of /sys/power/wake_lock in inhibitors
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* drop accountsservice's StandardOutput=syslog and Type=dbus fields
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* make sure show-logs checks for utf8 validity, not ascii validity
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
01963073c8af249173f8f9ffb0c602200e507ca0Dav Glass* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
* maybe introduce ~/.config/locale.conf and apply it within PAM
* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
* 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
* 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()!