TODO revision 7b63bde1ed0d4f30c799c9b4737fa926465929f9
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* fix emergency mode breakage after the Type=idle change
2312a9d8e5342846988edcd629e1ac56a8b5d4a9Brendan Mmiller* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* swap units that are activated by one name but shown in the kernel under another are semi-broken
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* make anaconda write timeout=0 for encrypted devices
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* make sure timeouts are applied to Type=oneshot services.
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* Dangling symlinks of .automount unit files in .wants/ directories, set up
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle automount points even when the original .automount file did not exist
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle anymore. Only the .mount unit was still around.
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* make polkit checks async
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* drop accountsservice's StandardOutput=syslog and Type=dbus fields
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* systemctl status for a unloaded unit is broken (Michal?)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* make sure show-logs checks for utf8 validity, not ascii validity
33c021457bc11072601be0484041e2f46c2616a5Brendan Miller* add CapbilityBoundingSet to system.conf to set system-wide caps bounds, and same for TimerSlackNS
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* Document boot options such as forcefsck
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* (attempt to) make Debianites happy:
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - implement .d/ auto includes for unit files
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - add syntax to reset ExecStart= lists (and similar)
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* properly detect mimo devices, the current VID/PID check is too broad
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* manipulate CPU governor during boot, set it to performance
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* steal SBF management from the kernel
ad0b283113c3f11ac1877df97d5d0fae899b56caBrendan Mmiller* delay journal /var writeout to after boot if SBF is clean
c7d50eceb9a78ce2ecf39004ad4cf7e3d236aab0Alin Brici* move passno parsing to fstab generator
495b3077b06dd17ae1badca754404b959855be2eBrendan Miller* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
21dcdac963f79c098a5ea1a2c5c5e109429c9786Brendan Miller or use the users cgroup information when /proc/*/loginuid is not available.
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* maybe introduce ~/.config/locale.conf and apply it within PAM
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* automount: implement expire
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* logind: auto-suspend, auto-shutdown:
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent IdleActionDelay=...
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle SessionIdleMode=(explicit|ignore|login)
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle ForceShutdown=(yes|no)
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* don't delete /tmp/systemd-namespace-* before a process is gone down
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* don't delete /run/users/lennart if lennart is still logged in even if aging is used
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* vconsole: implement setterm -store -foreground xxx --background zzz
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* ExecOnFailure=/usr/bin/foo
2312a9d8e5342846988edcd629e1ac56a8b5d4a9Brendan Mmiller* fedora: make sshd and pam_loginuid work in nspawn containers
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* fix utmp for console logins in containers
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* Add pretty name for seats in logind
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* nspawn wants dev_setup() for /dev/fd/ and friends?
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* selinux: merge systemd selinux access controls (dwalsh)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* ConditionSecurity= should learn about IMA
904cb62bed9852642ea1d7699cb0515f4f62794aJon Branch* Auke: merge Auke's bootchart
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* journald: allow forwarding of log data to specific TTY instead of console
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* udev: move to LGPL
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* udev systemd unify:
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - strpcpy(), strpcpyl(), strscpy(), strscpyl()
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - utf8 validator code
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - now() vs. now_usec()
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* udev: scsi_id -> sg3_utils -> kill scsi_id
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* udev: add trigger --subsystem-match=usb/usb_device device
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* allow configuration of console width/height in vconsole.conf
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* fstab should take priority over units in /usr
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* cleanup syslog 'priority' vs. 'level' wording
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* journal: if mmap() fails for mapping window try to unmap a a few older maps
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* dbus upstream still refers to dbus.target and shouldn't
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* 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
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* add man page documenting all kernel cmdline options, including stuff like fsck.mode=
b1c33bb0456be2f3b9e866871ff404ae012978b9Chad Kienle* support container_ttys=
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle (store-persistent, store-volatile?)
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* introduce mix of BindTo and Requisite
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* add DeleteSocketsOnStop=yes|no option to socket units
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* journal: store euid in journal if it differs from uid
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* support chrony in addition to ntpd in timedated
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* document crypttab(5)
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* make logind reserve tty9 or so for text logins, so that gdm never picks it up
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
49ca89f51e0242b83f998f16a269dc1982460f02Chad Kienle* default unix qlen is too small (10). bump sysctl? add sockopt?
ad0b283113c3f11ac1877df97d5d0fae899b56caBrendan Mmiller* support units generated by a generator and placed in /run/systemd/system/; the directory is
b84068e6021ec8a830c26c4494f6e335d1f9c0efBrendan Miller currently ignored because it is empty before the generatores are executed
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* figure out whether we should leave dbus around during shutdown
ad0b283113c3f11ac1877df97d5d0fae899b56caBrendan Mmiller* add interface to allow immediate rotation of the journal, and even flushing.
2312a9d8e5342846988edcd629e1ac56a8b5d4a9Brendan Mmiller* dbus: in fedora, make the machine a symlink to /etc/machine-id
2312a9d8e5342846988edcd629e1ac56a8b5d4a9Brendan Mmiller* journald: reuse XZ context
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* write RPM spec macros for presets
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* journal: write man pages for API
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* journal: OR matches are borked
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* journal: extend hash tables as we go
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* journal: API for looking for retrieving "all values of this field"
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* journal: deal nicely with byte-by-byte copied files, especially regards header
495b3077b06dd17ae1badca754404b959855be2eBrendan Miller* journal: local deserializer of export mode, http server
495b3077b06dd17ae1badca754404b959855be2eBrendan Miller* journal: message catalog
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* journal: forward-secure signatures
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* document the exit codes when services fail before they are exec()ed
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* systemctl journal command
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* journalctl: --cursor support, priority filtering
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* systemctl status: show coredumps
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* systemctl status: show whether journal was rotated since service started
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* save coredump in Windows/Mozilla minidump format
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* journal: allow per-entry control on /var vs. /run (think incognito browser mode)
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* clean up session cgroups that remain after logout (think sshd), but eventually run empty
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* support "systemctl stop foobar@.service" to stop all units matching a certain template
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* logind: allow showing logout dialog from system
9f6aea9071d5a0ebea8107c98b21c524c310e8e9Andi Egloff* document that %% can be used to write % in a string that is specifier extended
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* when an instanced service exits, remove its parent cgroup too if possible.
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* as Tom Gundersen pointed out there's a always a dep loop if people use crypto file systems with random keys
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* 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.
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* if we can not get user quota for tmpfs, mount a separate tmpfs instance
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle for every user in /run/user/$USER with a configured maximum size
331c327f500d45223e8ad933fd4472740a75aeeachad.kienle* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* add an option to make mounts private/shareable and so on, enable this for root by default
b709947df96c058500f1cdedeb9fc2794a6ecc25Brendan Mmiller* be able to specify a forced restart of service A where service B depends on, in case B
b709947df96c058500f1cdedeb9fc2794a6ecc25Brendan Mmiller needs to be auto-respawned?
b709947df96c058500f1cdedeb9fc2794a6ecc25Brendan Mmiller* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
b709947df96c058500f1cdedeb9fc2794a6ecc25Brendan Mmiller* when a bus name of a service disappears from the bus make sure to queue further activation requests
b709947df96c058500f1cdedeb9fc2794a6ecc25Brendan Mmiller* something like ConditionExec= or ExecStartPre= without failure state
b709947df96c058500f1cdedeb9fc2794a6ecc25Brendan Mmiller* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* don't set $HOME in services unless requested
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* hide PAM/TCPWrap options in fragment parser when compile time disabled
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* when we automatically restart a service, ensure we restart its rdeps, too.
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* allow Type=simple with PIDFile=
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent https://bugzilla.redhat.com/show_bug.cgi?id=723942
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* move PAM code into its own binary
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* warn if the user stops a service but not its associated socket
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* logind: spawn user@..service on login
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* logind: non-local X11 server handling
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* implement Register= switch in .socket units to enable registration
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent in Avahi, RPC and other socket registration services.
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
a546b4d658ce3dac2d9e2d425bd32c63c0d8a33fJason Lemay* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* verify that the AF_UNIX sockets of a service in the fs still exist
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent when we start a service in order to avoid confusion when a user
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent assumes starting a service is enough to make it accessible
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* Make it possible to set the keymap independently from the font on
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent the kernel cmdline. Right now setting one resets also the other.
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* move nss-myhostname into systemd
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* and a dbus call to generate target from current state
9480d24884d8b40cc986b0823e5271ed833f186bJason Vincent* drop /.readahead on bigger upgrades with yum
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* add support for /bin/mount -s
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* GC unreferenced jobs (such as .device jobs)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* when failing to start a service due to ratelimiting, try again later, if restart=always is set
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* write blog stories about:
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - enabling dbus services
9f6aea9071d5a0ebea8107c98b21c524c310e8e9Andi Egloff - status update
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - how to make changes to sysctl and sysfs attributes
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - remote access
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - how to pass throw-away units to systemd, or dynamically change properties of existing units
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - how to integrate cgconfig and suchlike with systemd
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - resource control in systemd
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle* allow port=0 in .socket units
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* move readahead files into /var, look for them with .path units
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* support systemd.mask= on the kernel command line.
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* when key file cannot be found, read it from kbd in cryptsetup
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* reuse mkdtemp namespace dirs in /tmp?
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* recreate systemd's D-Bus private socket file on SIGUSR2
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* Support --test based on current system state
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* maybe introduce ExecRestartPre=
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* configurable jitter for timer events
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* timer events with system resume
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* timer events on calendar time
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* dot output for --test showing the 'initial transaction'
5c9a54d0b1f1b90dda2992f0456daf73c0e69f2aJon Branch* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
5c9a54d0b1f1b90dda2992f0456daf73c0e69f2aJon Branch http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
5c9a54d0b1f1b90dda2992f0456daf73c0e69f2aJon Branch* implicitly import "defaults" settings file into all types
39a2b1613dd6d8f45a32a9efda82fd0aead4cf43Brendan Mmiller* exec settings override
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* writable cgroups dbus properties for live changes
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
39a2b1613dd6d8f45a32a9efda82fd0aead4cf43Brendan Mmiller - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - cups HAVEPATCH
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - postfix, saslauthd
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* auditd service files
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* fingerprint.target, wireless.target, gps.target, netdevice.target
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* io priority during initialization
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* systemctl list-jobs - show dependencies
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* add systemctl switch to dump transaction without executing it
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* drop cap bounding set in readahead and other services
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent - dbus --user
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle - natively watch for dbus-*.service symlinks (PENDING)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent - allow specification of socket mode/umask when allocating DBusServer
1b4c7acdcaa54b2a420dcbfc861df4b6276ddb10Chad Kienle - allow disabling of fd passing when connecting a AF_UNIX connection
e4b22b1a9af1faf38ffcd030aecc5f246550f701chad.kienle - allow disabling of UID passing for AUTH EXTERNAL
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent - always pass cred data along each message
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* systemd --user
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle PR_SET_CHILD_REAPER patch: https://lkml.org/lkml/2011/7/28/426
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent (patch in linux-next, on the way to the next kernel)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* fix alsa mixer restore to not print error when no config is stored
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* gnome-shell python script/glxinfo/is-accelerated must die
39a2b1613dd6d8f45a32a9efda82fd0aead4cf43Brendan Mmiller* make cryptsetup lower --iter-time
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle in an ~30 minutes window. It does not adjust larger differences. Find a way
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle to tell the kernel, to always do a full time sync when the RTC is in UTC and
bdcef189d83ab13d06dde11499a03b16cdb5b432Chad Kienle we are in 11-minutes-mode. When we trust the system time to NTP we also want
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent the RTC to sync up.
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* patch kernel for cpu feature modalias for autoloading aes/kvm/...
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent (patches in linux-next, on the way to the next kernel)
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* kernel: add device_type = "fb", "fbcon" to class "graphics"
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* look for close() vs. close_nointr() vs. close_nointr_nofail()
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* check for strerror(r) instead of strerror(-r)
9480d24884d8b40cc986b0823e5271ed833f186bJason Vincent* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
bf6542c5aa722eb97a0df17e6db46cc884f203bfJason Vincent* %m in printf() instead of strerror();
9480d24884d8b40cc986b0823e5271ed833f186bJason Vincent* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!