TODO revision 71092d70af35567dd154d3de2ce04ce62e157a7c
1923N/ABugfixes:
293N/A
1923N/A* swap units that are activated by one name but shown in the kernel under another are semi-broken
1923N/A
1923N/A* NM should pull in network.target (PENDING)
1923N/A https://bugzilla.redhat.com/show_bug.cgi?id=692008
1923N/A
1923N/A* make anaconda write timeout=0 for encrypted devices
1923N/A
1923N/A* fix broken Sockets=syslog-ng.socket packaging
1923N/A
1923N/A* logind: ensure ACLs are updated on login and logout
1923N/A
1923N/A* fix CUPS .path unit for globbing
1923N/A
1923N/A* service: pid file reading after reload doesn't work, since we don't reset the pid variable
1923N/A
1923N/A* make sure timeouts are applied to Type=oneshot services.
1923N/A
1923N/AFeatures:
1923N/A
1923N/A* rename systemd-logger to systemd-stdio-syslog-bridge
1923N/A
1923N/A* file bugs against sysklogd, syslog-ng because of StandardOuput=null
1923N/A* turn default stdout/stderr to syslog (after rsyslog got updated)
1923N/A
1923N/A* add gperf support for unit file parsing table
1923N/A
1923N/A* move PAM code into its own binary
1923N/A
1923N/A* warn if the user stops a service but not its associated socket
1923N/A
1923N/A* logind: spawn user@..service on login
1923N/A
1923N/A* logind: non-local X11 server handling
1923N/A
1923N/A* logind: use sysfs path in device hash table instead of sysname, as soon as fb driver is fixed
1923N/A
1923N/A* implement Register= switch in .socket units to enable registration
1923N/A in Avahi, RPC and other socket registration services.
1923N/A
1923N/A* make sure people don't leave processes around after ExecStartPre=
1923N/A
1923N/A* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
1923N/A
1923N/A* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
1923N/A
1923N/A* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
1923N/A
1923N/A* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
1923N/A
1923N/A* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
1923N/A
1923N/A* verify that the AF_UNIX sockets of a service in the fs still exist
1923N/A when we start a service in order to avoid confusion when a user
1923N/A assumes starting a service is enough to make it accessible
1923N/A
1923N/A* Make it possible to set the keymap independently from the font on
1923N/A the kernel cmdline. Right now setting one resets also the other.
1923N/A
1923N/A* move nss-myhostname into systemd
1923N/A
1923N/A* inform myllynen@redhat.com about standard place to configure timezone name,
1923N/A
1923N/A* and a dbus call to generate target from current state
1923N/A
1923N/A* detect LXC with $container=lxc
1923N/A
1923N/A* drop /.readahead on bigger upgrades with yum
1923N/A
1923N/A* add inode nr check to readahead to suppress preloading changed files
1923N/A
1923N/A* show enablement status in systemctl status
1923N/A
1923N/A* add support for /bin/mount -s
1923N/A
1923N/A* GC unreferenced jobs (such as .device jobs)
1923N/A
1923N/A* add JoinControllers= to system.conf to mount certain cgroup
1923N/A controllers together in order to guarantee atomic creation/addition
1923N/A of cgroups
293N/A
1923N/A* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
1923N/A
1923N/A* cgroup_notify_empty(): recursively check groups up the tree, too
1923N/A
1923N/A* when failing to start a service due to ratelimiting, try again later, if restart=always is set
1923N/A
1923N/A* write blog stories about:
1923N/A - enabling dbus services
1923N/A - status update
1923N/A - how to make changes to sysctl and sysfs attributes
1923N/A - remote access
1923N/A - cgroup best pratices to avoid stepping on each others toes
1923N/A - how to pass throw-away units to systemd, or dynamically change properties of existing units
1923N/A - how to integrate cgconfig and suchlike with systemd
1923N/A
1923N/A* allow port=0 in .socket units
1923N/A
1923N/A* move readahead files into /var, look for them with .path units
1923N/A
1923N/A* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
1923N/A* figure out what happened to bluez patch
1923N/A
1923N/A* get process transport into dbus for systemctl -P/-H
1923N/A
1923N/A* support systemd.mask= on the kernel command line.
1923N/A
1923N/A* when key file cannot be found, read it from kbd in cryptsetup
1923N/A
1923N/A* reuse mkdtemp namespace dirs in /tmp?
1923N/A
1923N/A* recreate systemd's D-Bus private socket file on SIGUSR2
1923N/A
1923N/A* Support --test based on current system state
1923N/A
1923N/A* show failure error string in "systemctl status"
1923N/A
1923N/A* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
1923N/A
1923N/A* maybe introduce ExecRestartPre=
1923N/A
1923N/A* Patch systemd-fsck to use -C and pass console fd to it
1923N/A
1923N/A* configurable jitter for timer events
1923N/A
1923N/A* timer evernts with system resume
1923N/A
1923N/A* Support ProcessNeededForShutdown=true to allow stuff like mdmon to
1923N/A be killed very late after the rootfs is read only? If implement pass
1923N/A this to shutdown binary via command line argument.
1923N/A
1923N/A* dot output for --test showing the 'initial transaction'
1923N/A
1923N/A* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
1923N/A http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
1923N/A
1923N/A* implicitly import "defaults" settings file into all types
1923N/A* exec settings override
1923N/A* writable cgroups dbus properties for live changes
1923N/A
1923N/A* port over to LISTEN_FDS/LISTEN_PID:
1923N/A - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
1923N/A - cups HAVEPATCH
1923N/A - postfix, saslauthd
1923N/A - apache/samba
1923N/A - libvirtd (/var/run/libvirt/libvirt-sock-ro)
1923N/A - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
1923N/A - distccd
1923N/A
1923N/A* auditd service files
1923N/A
1923N/A* fingerprint.target, wireless.target, gps.target, netdevice.target
1923N/A
1923N/A* io priority during initialization
1923N/A
1923N/A* if a service fails too often, make the service enter failed mode, and the socket, too.
1923N/A
1923N/A* new deps "Triggers" and "TriggeredBy"
1923N/A
1923N/A* systemctl list-jobs - show dependencies
1923N/A
1923N/A* add systemctl switch to dump transaction without executing it
1923N/A
1923N/A* suspend, resume support?
1923N/A
1923N/A* drop cap bounding set in readahead and other services
1923N/A
1923N/AExternal:
1923N/A
1923N/A* systemd --user
1923N/A PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
293N/A
1923N/A* fix alsa mixer restore to not print error when no config is stored
1923N/A
1923N/A* udisks should not use udisks-part-id, instead use blkid. also not probe /dev/loopxxx
1923N/A
1923N/A* snd-seq should go, https://bugzilla.redhat.com/show_bug.cgi?id=676095
1923N/A
1923N/A* gnome-shell python script/glxinfo/is-accelerated must die
1923N/A
1923N/A* make cryptsetup lower --iter-time
1923N/A
1923N/A* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
1923N/A
1923N/A* patch kernel for cpu feature modalias for autoloading aes/kvm/...
1923N/A http://git.kernel.org/?p=linux/kernel/git/ak/linux-misc-2.6.git;a=shortlog;h=refs/heads/cpuid-match
1923N/A (Rafael J. Wysocki's sysdev rework is on the way. After that CPUs can be exported a proper bus.)
1923N/A
1923N/A* kernel: add /proc/sys file exposing CAP_LAST_CAP? sysconf?
1923N/A
1923N/A* kernel: add device_type = "fb", "fbcon" to class "graphics"
1923N/A
1923N/ARegularly:
1923N/A
1923N/A* look for close() vs. close_nointr() vs. close_nointr_nofail()
1923N/A
1923N/A* check for strerror(r) instead of strerror(-r)
1923N/A
1923N/A* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
1923N/A
1923N/A* %m in printf() instead of strerror();
1923N/A
1923N/A* pahole
1923N/A
1923N/A* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
1923N/A