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