TODO revision b59866aefa110d368460edc14f98cd6d79fe05cd
21155e63bac193abc764d791360132392eb79c4dcmaeder* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
21155e63bac193abc764d791360132392eb79c4dcmaeder with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
21155e63bac193abc764d791360132392eb79c4dcmaeder future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
21155e63bac193abc764d791360132392eb79c4dcmaeder* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
21155e63bac193abc764d791360132392eb79c4dcmaeder* swap units that are activated by one name but shown in the kernel under another are semi-broken
21155e63bac193abc764d791360132392eb79c4dcmaeder* make anaconda write timeout=0 for encrypted devices
21155e63bac193abc764d791360132392eb79c4dcmaeder* Dangling symlinks of .automount unit files in .wants/ directories, set up
21155e63bac193abc764d791360132392eb79c4dcmaeder automount points even when the original .automount file did not exist
21155e63bac193abc764d791360132392eb79c4dcmaeder anymore. Only the .mount unit was still around.
21155e63bac193abc764d791360132392eb79c4dcmaeder* make polkit checks async
21155e63bac193abc764d791360132392eb79c4dcmaeder* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
21155e63bac193abc764d791360132392eb79c4dcmaeder* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction
21155e63bac193abc764d791360132392eb79c4dcmaeder rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
21155e63bac193abc764d791360132392eb79c4dcmaeder* crash happens when running a service as forking and then changing it to simple and reloading.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:20:57 mop systemd[1]: usbmuxd.service operation timed out. Terminating.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:20:57 mop systemd[1]: Unit usbmuxd.service entered failed state.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:22:24 mop systemd[1]: PID 21814 read from file /var/run/usbmuxd.pid does not exist.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:22:24 mop systemd[1]: Unit usbmuxd.service entered failed state.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:22:33 mop systemd[1]: Reloading.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:22:37 mop systemd[1]: Assertion 's->type == SERVICE_FORKING' failed at src/core/service.c:3007, function service_sigchld_eve...Aborting.
21155e63bac193abc764d791360132392eb79c4dcmaeder Jul 09 18:22:37 mop systemd[1]: Caught <ABRT>, dumped core as pid 21865.
* logind: wakelock/opportunistic suspend support
* man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
* nspawn: bind mount /var/log/journal from the host
* systemctl list-unit-files appears to be broken for symlinked units in /usr/lib
* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
* efi: automatically mount EFI partition to /boot if no such entry exists in /etc/fstab and /boot is empty
* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
* handle C-A-Del in logind, like the power/suspend buttons?
* journalctl /dev/sda, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
* make use of /sys/power/wake_lock in inhibitors
* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
* 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
* 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)
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()!
* journald.conf: ImportKernel=