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