TODO revision ab7f148f81723ef18402b78ea34fb5e1bbe85ff0
5887N/ABugfixes:
5887N/A
5887N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
5887N/A
5887N/A* NM should pull in network.target (PENDING)
5887N/A https://bugzilla.redhat.com/show_bug.cgi?id=692008
5887N/A
5887N/A* make anaconda write timeout=0 for encrypted devices
5887N/A
5887N/A* service: pid file reading after reload doesn't work, since we don't reset the pid variable
5887N/A
5887N/A* make sure timeouts are applied to Type=oneshot services.
5887N/A
5887N/AFeatures:
5887N/A
5887N/A* introduce sd_log_open() to create a connection to the syslog bridge via sd-daemon.h
5887N/A
5887N/A* when a bus name of a service disappears from the bus make sure to queue further activation requests
5887N/A
5887N/A* something like ConditionExec= or ExecStartPre= without failure state
5887N/A
5887N/A* service restart retry configuration
5887N/A
5887N/A* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
5887N/A* tmpfiles: support generation of char/block devices, symlinks and one-line files (think sysfs)
5887N/A
5887N/A* Introduce ControlGroupPersistant=yes to set +t on the tasks file when creating the cgroup
5887N/A
5887N/A* don't set $HOME in services unless requested
5887N/A
5887N/A* remove hacks in vala code and require libnotify 0.7
5887N/A
5887N/A* hide PAM/TCPWrap options in fragment parser when compile time disabled
5887N/A
5887N/A* when we automatically restart a service, ensure we retsart its rdeps, too.
5887N/A
5887N/A* allow Type=simple with PIDFile=
5887N/A https://bugzilla.redhat.com/show_bug.cgi?id=723942
5887N/A
5887N/A* move PAM code into its own binary
5887N/A
5887N/A* warn if the user stops a service but not its associated socket
5887N/A
5887N/A* logind: spawn user@..service on login
5887N/A
5887N/A* logind: non-local X11 server handling
5887N/A
5887N/A* logind: use sysfs path in device hash table instead of sysname, as soon as fb driver is fixed
5887N/A
5887N/A* implement Register= switch in .socket units to enable registration
5887N/A in Avahi, RPC and other socket registration services.
5887N/A
5887N/A* make sure people don't leave processes around after ExecStartPre=
5887N/A
5887N/A* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
5887N/A
5887N/A* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
5887N/A
5887N/A* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
5887N/A
5887N/A* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
5887N/A
5887N/A* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
5887N/A
5887N/A* verify that the AF_UNIX sockets of a service in the fs still exist
5887N/A when we start a service in order to avoid confusion when a user
5887N/A assumes starting a service is enough to make it accessible
5887N/A
5887N/A* Make it possible to set the keymap independently from the font on
5887N/A the kernel cmdline. Right now setting one resets also the other.
5887N/A
5887N/A* move nss-myhostname into systemd
5887N/A
5887N/A* and a dbus call to generate target from current state
5887N/A
5887N/A* detect LXC with $container=lxc
5887N/A
5887N/A* drop /.readahead on bigger upgrades with yum
5887N/A
5887N/A* add inode nr check to readahead to suppress preloading changed files
5887N/A
5887N/A* add support for /bin/mount -s
5887N/A
5887N/A* GC unreferenced jobs (such as .device jobs)
5887N/A
5887N/A* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
5887N/A
5887N/A* cgroup_notify_empty(): recursively check groups up the tree, too
5887N/A
5887N/A* when failing to start a service due to ratelimiting, try again later, if restart=always is set
5887N/A
5887N/A* write blog stories about:
5887N/A - enabling dbus services
5887N/A - status update
5887N/A - how to make changes to sysctl and sysfs attributes
5887N/A - remote access
5887N/A - cgroup best pratices to avoid stepping on each others toes
5887N/A - how to pass throw-away units to systemd, or dynamically change properties of existing units
5887N/A - how to integrate cgconfig and suchlike with systemd
5887N/A - security properties
5887N/A - inetd conversion
5887N/A
5887N/A* allow port=0 in .socket units
5887N/A
5887N/A* move readahead files into /var, look for them with .path units
5887N/A
5887N/A* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
5887N/A
5887N/A* support systemd.mask= on the kernel command line.
5887N/A
5887N/A* when key file cannot be found, read it from kbd in cryptsetup
5887N/A
5887N/A* reuse mkdtemp namespace dirs in /tmp?
5887N/A
5887N/A* recreate systemd's D-Bus private socket file on SIGUSR2
5887N/A
5887N/A* Support --test based on current system state
5887N/A
5887N/A* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
5887N/A
5887N/A* maybe introduce ExecRestartPre=
5887N/A
5887N/A* configurable jitter for timer events
5887N/A
5887N/A* timer events with system resume
5887N/A
5887N/A* timer events on calendar time
5887N/A
5887N/A* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
5887N/A be killed very late after the rootfs is read only? If implement pass
5887N/A this to shutdown binary via command line argument.
5887N/A
5887N/A* dot output for --test showing the 'initial transaction'
5887N/A
5887N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
5887N/A http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
5887N/A
5887N/A* implicitly import "defaults" settings file into all types
5887N/A* exec settings override
5887N/A* writable cgroups dbus properties for live changes
5887N/A
5887N/A* port over to LISTEN_FDS/LISTEN_PID:
5887N/A - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
5887N/A - cups HAVEPATCH
5887N/A - postfix, saslauthd
5887N/A - apache/samba
5887N/A - libvirtd (/var/run/libvirt/libvirt-sock-ro)
5887N/A - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
5887N/A - distccd
5887N/A
5887N/A* auditd service files
5887N/A
5887N/A* fingerprint.target, wireless.target, gps.target, netdevice.target
5887N/A
5887N/A* io priority during initialization
5887N/A
5887N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
5887N/A
5887N/A* new deps "Triggers" and "TriggeredBy"
5887N/A
5887N/A* systemctl list-jobs - show dependencies
5887N/A
5887N/A* add systemctl switch to dump transaction without executing it
5887N/A
5887N/A* suspend, resume support?
5887N/A
5887N/A* drop cap bounding set in readahead and other services
5887N/A
5887N/AExternal:
5887N/A
5887N/A* dbus:
5887N/A - get process transport into dbus for systemctl -P/-H (PENDING)
5887N/A - dbus --user
5887N/A - natively watch for dbus-*.service symlinks (PENDING)
5887N/A - allow specification of socket mode/umask when allocating DBusServer
5887N/A - allow disabling of fd passing when connecting a AF_UNIX connection
5887N/A - allow disabling of UID passing for AUTH EXTERNAL
5887N/A
5887N/A* systemd --user
5887N/A PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
* fix alsa mixer restore to not print error when no config is stored
* 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
* make cryptsetup lower --iter-time
* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
* patch kernel for cpu feature modalias for autoloading aes/kvm/...
http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
(Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
* kernel: add /proc/sys file exposing CAP_LAST_CAP? sysconf?
* kernel: add device_type = "fb", "fbcon" to class "graphics"
Regularly:
* look for close() vs. close_nointr() vs. close_nointr_nofail()
* check for strerror(r) instead of strerror(-r)
* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
* %m in printf() instead of strerror();
* pahole
* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!