TODO revision d9ef1eafa024bdcfbaa7a68558217bcafd5fe4ad
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
05677bb78079c3fa0283101aac2c07581f4873f1Lennart Poettering with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
73090dc815390f4fca4e3ed8a7e1d3806605daaaLennart Poettering future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* swap units that are activated by one name but shown in the kernel under another are semi-broken
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering* make anaconda write timeout=0 for encrypted devices
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay Sievers automount points even when the original .automount file did not exist
c3090674833c8bd34fbdb0e743f1c47d85dd14fbLennart Poettering anymore. Only the .mount unit was still around.
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay Sievers* make polkit checks async
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
50326b1353fd8929dca12b2c4dfbbe3d13d5386bLennart Poettering* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction
50326b1353fd8929dca12b2c4dfbbe3d13d5386bLennart Poettering rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
adf36dd0aec564a00a7445e328c3e27f44938629Lennart Poettering* support debian's console-setup logic
adf36dd0aec564a00a7445e328c3e27f44938629Lennart Poettering* introduce Type=pid-file
adf36dd0aec564a00a7445e328c3e27f44938629Lennart Poettering* systemctl list-unit-files appears to be broken for symlinked units in /usr/lib
9795da43c4b70fea1eef798d4aeb0467d6fb5f68Kay Sievers* maybe allow services with ExecStop= set, but no ExecStart=?
8e417f59b668b1e5cbf6c1ff305595a6ffe56fbaLennart Poettering* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
c817bbb1cbc47e2436731914710195d65fa0dd83Lennart Poettering* efi: honour language efi variables for default language selection
c817bbb1cbc47e2436731914710195d65fa0dd83Lennart Poettering* efi: honour timezone efi variables for default timezone selection
ec6d2611e4c48409613870ea3924f5e36ab1997aLennart Poettering* new dependency type to "group" services in a target
ec6d2611e4c48409613870ea3924f5e36ab1997aLennart Poettering* add switch to journalctl to only show data from current boot
6eebcda6a260cae878e7329b457c80b53bdc4b49Lennart Poettering* change REquires=basic.target to RequisiteOverride=basic.target
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering* turn $NOTIFY_SOCKET back into an abstract namespace socket for
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering compatibility with services which chroot()
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering* exclude processes marked with argv[0][0]=@ from the normal service killing too
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
788f75a0e766738c052086e856b7c1b1b676de6bLennart Poettering* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
788f75a0e766738c052086e856b7c1b1b676de6bLennart Poettering* journal: hook up with EFI firmware log, new kmsg logic
205b7fa46594b38901636b167b02a8725d915b79Lennart Poettering* handle C-A-Del in logind, like the power/suspend buttons?
95b4be171988fc2ea33377b1b4450e5d410add7bLennart Poettering* nspawn: make use of device cgroup contrller by default
2d0b0528ace89d378051c280bf3be367b2a7d2deLennart Poettering* journalctl /dev/sda, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
499519c6499e92d1953fd79b99a805b9278d5ea1Lennart Poettering* make use of /sys/power/wake_lock in inhibitors
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering* make sure show-logs checks for utf8 validity, not ascii validity
5965984d6b9f7751d6281028142ecf3ca475f156Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
5965984d6b9f7751d6281028142ecf3ca475f156Lennart Poettering* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
e41814846c19a48f4490169d82e359e005c4db45Lennart Poettering* (attempt to) make Debianites happy:
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering - implement .d/ auto includes for unit files
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering - add syntax to reset ExecStart= lists (and similar)
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering* manipulate CPU governor during boot, set it to performance
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering* steal SBF management from the kernel
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering* delay journal /var writeout to after boot if SBF is clean
e6c6e7afffa80ad74efdb1ddfa815294624f1608Lennart Poettering* move passno parsing to fstab generator
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering or use the users cgroup information when /proc/*/loginuid is not available.
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
7361c3b4e1e28a7eb4354a3da354b22e79782141Lennart Poettering* maybe introduce ~/.config/locale.conf and apply it within PAM
7361c3b4e1e28a7eb4354a3da354b22e79782141Lennart Poettering* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* automount: implement expire
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* logind: auto-suspend, auto-shutdown:
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers IdleActionDelay=...
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers SessionIdleMode=(explicit|ignore|login)
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers ForceShutdown=(yes|no)
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers* don't delete /tmp/systemd-namespace-* before a process is gone down
7a43e910ce00eef22fd42925ae4c85cbea1b1320Kay Sievers* don't delete /run/users/lennart if lennart is still logged in even if aging is used
c55b1b59b837dfd924b704d457ed77c55f8bfeabLennart Poettering* vconsole: implement setterm -store -foreground xxx --background zzz
822e5dd1d6a1e9b549234281dc3a746768e7e13dLennart Poettering* fedora: make sshd and pam_loginuid work in nspawn containers
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers* fix utmp for console logins in containers
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering* Add pretty name for seats in logind
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering* nspawn wants dev_setup() for /dev/fd/ and friends?
9ec82de1725ddaab333149171b790d62c47ae133Lennart Poettering* selinux: merge systemd selinux access controls (dwalsh)
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* ConditionSecurity= should learn about IMA
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* Auke: merge Auke's bootchart
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering* udev: move to LGPL
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering* udev systemd unify:
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - strpcpy(), strpcpyl(), strscpy(), strscpyl()
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - utf8 validator code
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - now() vs. now_usec()
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* udev: remove network interface renaming, sleep and retry logic, we do
220369cc0c3e167af2eee8bdac95a6157e0e2b62Lennart Poettering no support renaming of interfaces in the conflicting kernel
220369cc0c3e167af2eee8bdac95a6157e0e2b62Lennart Poettering* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
f2d433e178df7df01a836e95775261e1d85ec60dZbigniew Jędrzejewski-Szmek* udev: scsi_id -> sg3_utils -> kill scsi_id
f2d433e178df7df01a836e95775261e1d85ec60dZbigniew Jędrzejewski-Szmek* udev: add trigger --subsystem-match=usb/usb_device device
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* allow configuration of console width/height in vconsole.conf
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* cleanup syslog 'priority' vs. 'level' wording
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* journal: if mmap() fails for mapping window try to unmap a a few older maps
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* dbus upstream still refers to dbus.target and shouldn't
a19554ed92a7460b4e709cc40c558cde827ab85bLennart 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
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* support container_ttys=
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering (store-persistent, store-volatile?)
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* introduce mix of BindTo and Requisite
603cd8fe07cb03e8b11722d1a732e569e5a46347Lennart Poettering* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
06bf461193b4e7f9936abf7582e8b82e39e187c8Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
936d6fcb6c4fc8839d28f8585af6ba733a7e1a1aLennart Poettering* journal: store euid in journal if it differs from uid
936d6fcb6c4fc8839d28f8585af6ba733a7e1a1aLennart Poettering* support chrony in addition to ntpd in timedated
936d6fcb6c4fc8839d28f8585af6ba733a7e1a1aLennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
6d0274f11547a0f11200bb82bf598a5a253e12cfLennart Poettering* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
6d0274f11547a0f11200bb82bf598a5a253e12cfLennart Poettering* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* make logind reserve tty9 or so for text logins, so that gdm never picks it up
9a526a06bd22ccaf6641d11323fb04a0512a0e49Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
a8985ba3c2ad428bf572c636f9d64c4ce52bfbe7Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
b03bfa212dd23397871e36ea32c35cdd8fe43506Lennart Poettering* figure out whether we should leave dbus around during shutdown
b03bfa212dd23397871e36ea32c35cdd8fe43506Lennart Poettering* dbus: in fedora, make the machine a symlink to /etc/machine-id
b03bfa212dd23397871e36ea32c35cdd8fe43506Lennart Poettering* journald: reuse XZ context
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* write RPM spec macros for presets
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* journal: write man pages for API
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* journal: OR matches are borked
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* journal: extend hash tables as we go
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering* journal: API for looking for retrieving "all values of this field"
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* journal: deal nicely with byte-by-byte copied files, especially regards header
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* journal: local deserializer of export mode, http server
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* journal: message catalog
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering* journal: forward-secure signatures
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering* document the exit codes when services fail before they are exec()ed
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering* systemctl journal command
1920e37ef9fec04a1fd882f66bfa7a9a5b91c536Lennart Poettering* journalctl: --cursor support, priority filtering
a07fdfa376add41d9101d39db25fb2ecb17d5fcaLennart Poettering* systemctl status: show coredumps
a07fdfa376add41d9101d39db25fb2ecb17d5fcaLennart Poettering* save coredump in Windows/Mozilla minidump format
a07fdfa376add41d9101d39db25fb2ecb17d5fcaLennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
f801968466fed39d50d410b30ac828c26722cc95Lennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering* support "systemctl stop foobar@.service" to stop all units matching a certain template
178cc7700c23ac088cd7190d7854282075028d91Lennart Poettering* logind: allow showing logout dialog from system
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering* document that %% can be used to write % in a string that is specifier extended
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* 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.
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* if we can not get user quota for tmpfs, mount a separate tmpfs instance
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering for every user in /run/user/$USER with a configured maximum size
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* add an option to make mounts private/shareable and so on, enable this for root by default
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* be able to specify a forced restart of service A where service B depends on, in case B
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering needs to be auto-respawned?
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
b5b46d599524341ddd7407e5dff1021af8ff5089Lennart Poettering* something like ConditionExec= or ExecStartPre= without failure state
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* don't set $HOME in services unless requested
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
cb7ed9dfca647198bce95f503552710eae22da37Lennart Poettering* when we automatically restart a service, ensure we restart its rdeps, too.
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* allow Type=simple with PIDFile=
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* move PAM code into its own binary
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* warn if the user stops a service but not its associated socket
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* logind: spawn user@..service on login
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* logind: non-local X11 server handling
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* implement Register= switch in .socket units to enable registration
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering in Avahi, RPC and other socket registration services.
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
edca2e2348b314e2d892fe6f8ae276fdc223f014Thomas Hindoe Paaboel Andersen* verify that the AF_UNIX sockets of a service in the fs still exist
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering when we start a service in order to avoid confusion when a user
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering assumes starting a service is enough to make it accessible
df1c8f6ac8a45913104b5eeb44f4574689fedd50Lennart Poettering* Make it possible to set the keymap independently from the font on
5aea932fd54db835b77709ddeba30732648aae53Lennart Poettering the kernel cmdline. Right now setting one resets also the other.
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering* move nss-myhostname into systemd
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering* and a dbus call to generate target from current state
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering* drop /.readahead on bigger upgrades with yum
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering* add support for /bin/mount -s
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering* GC unreferenced jobs (such as .device jobs)
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering* when failing to start a service due to ratelimiting, try again later, if restart=always is set
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* write blog stories about:
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering - enabling dbus services
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers - status update
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering - how to make changes to sysctl and sysfs attributes
6a7353684b65f0107cbdfa0a16ab7717ba257b61Lennart Poettering - remote access
6a7353684b65f0107cbdfa0a16ab7717ba257b61Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
6b78f9b4354010f8af2fe48c783ffd52b2db8f57Lennart Poettering - how to integrate cgconfig and suchlike with systemd
6b78f9b4354010f8af2fe48c783ffd52b2db8f57Lennart Poettering - resource control in systemd
9f8d29834ba97052403e50ec9b358c0470fa4cebLennart Poettering - testing with Harald's awesome test kit
9f8d29834ba97052403e50ec9b358c0470fa4cebLennart Poettering* allow port=0 in .socket units
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* move readahead files into /var, look for them with .path units
b7def684941808600c344f0be7a2b9fcdda97e0fLennart Poettering* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* support systemd.mask= on the kernel command line.
c649f72baed31c54c8384c3ca1d203fab6e98d08David Strauss* when key file cannot be found, read it from kbd in cryptsetup
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* reuse mkdtemp namespace dirs in /tmp?
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
461b1822321d6be0d7fd8be29bf3b4993ebd1b85Lennart Poettering* Support --test based on current system state
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
d1970645411ea1cc083ea1668e0d446252dc1505Lennart Poettering* maybe introduce ExecRestartPre=
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* configurable jitter for timer events
eeb875144e5a80d0521461a139f13fc8014d77d8Lennart Poettering* timer events with system resume
ba70211e0fe05d2e89e222e6eb7dd3766655cb44Lennart Poettering* timer events on calendar time
ba70211e0fe05d2e89e222e6eb7dd3766655cb44Lennart Poettering* dot output for --test showing the 'initial transaction'
746c8397a011fe6c45a5be275554c77d22e58340Kay Sievers* calendar time support in timer, iCalendar semantics for the timer stuff (RFC2445)
746c8397a011fe6c45a5be275554c77d22e58340Kay Sievers http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99ee5315dac6211e972fa3f23bcc9a0343ff58c4
746c8397a011fe6c45a5be275554c77d22e58340Kay Sievers* implicitly import "defaults" settings file into all types
ba70211e0fe05d2e89e222e6eb7dd3766655cb44Lennart Poettering* exec settings override
166503dada92d7ca3570a653e07a51ed826b7c8aLennart Poettering* writable cgroups dbus properties for live changes
35eb6b124ebdf82bd77aad6e44962a9a039c4d33Lennart Poettering* read config fragments for all units from /lib/systemd/system/foobar.service.d/ to override/extend specific settings
d05c556b6b2a680ec8b51ecbbc99a9ab14c28eedZbigniew Jędrzejewski-Szmek - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
069cfc85f876bb6966cb5a9bbe0235f5064622cdLennart Poettering - cups HAVEPATCH
7b63bde1ed0d4f30c799c9b4737fa926465929f9Lennart Poettering - postfix, saslauthd
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering - libvirtd (/var/run/libvirt/libvirt-sock-ro)
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering - bluetoothd (/var/run/sdp! @/org/bluez/audio!)
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* auditd service files
a26336da875a6657d404d1e44b86ae067c34b110Kay Sievers* fingerprint.target, wireless.target, gps.target, netdevice.target
e85647f73e235c2a6ea412cb8d841e092c373501Lennart Poettering* io priority during initialization
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering* systemctl list-jobs - show dependencies
14038c2e83001abfbcdc3f9f2402189a9b3d2f0cLennart Poettering* add systemctl switch to dump transaction without executing it
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering* drop cap bounding set in readahead and other services
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - dbus --user
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - natively watch for dbus-*.service symlinks (PENDING)
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - allow specification of socket mode/umask when allocating DBusServer
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - allow disabling of fd passing when connecting a AF_UNIX connection
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - allow disabling of UID passing for AUTH EXTERNAL
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - always pass cred data along each message
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* fix alsa mixer restore to not print error when no config is stored
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering* gnome-shell python script/glxinfo/is-accelerated must die
7e2668c6fd5720ae4d2d55eb8a062739687516afLennart Poettering* make cryptsetup lower --iter-time
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
3b2d5b02ae231f1d3eb0d96eb980155d7797304eLennart Poettering* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
3b2d5b02ae231f1d3eb0d96eb980155d7797304eLennart Poettering in an ~30 minutes window. It does not adjust larger differences. Find a way
0f0dbc46ccf5aaaf3131446d0a4d78bc97a37295Lennart Poettering to tell the kernel, to always do a full time sync when the RTC is in UTC and
0f0dbc46ccf5aaaf3131446d0a4d78bc97a37295Lennart Poettering we are in 11-minutes-mode. When we trust the system time to NTP we also want
3d9a412243035beeaaf3465a62065444a5adf21cLennart Poettering the RTC to sync up.
98ef27df896f36f0407eaa7ed9e295203b9c271bLennart Poettering* kernel: add device_type = "fb", "fbcon" to class "graphics"
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* look for close() vs. close_nointr() vs. close_nointr_nofail()
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* check for strerror(r) instead of strerror(-r)
b8217b7bd5fd171916a095b150fad4c3a37f5a41Kay Sievers* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
068665b6fd9839f27bcace7e8f56c0baa6935272Lennart Poettering* %m in printf() instead of strerror();
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart PoetteringScheduled for removal (or fixing):
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering* xxxOverridable dependencies