TODO revision a1cccad1fe88ddd6943e18af97cf7f466296970f
9f26fa2217bcad38a6a92a06a598f6c3a3d1b18eKay Sievers* always open() tty6 to keep X from using it; move debug shell to tty6
6db01ccb784c924d883c020996da05469aee8ebdKay Sievers* Fedora: rename /usr/lib/systemd/system-preset/99-default.preset to 90-default.preset
d086fe4e085d216652b70e575e59302810035989Kay Sievers* there is nothing to warn about here :)
d086fe4e085d216652b70e575e59302810035989Kay Sievers $ systemctl stop systemd-udevd.service systemd-udevd-kernel.socket systemd-udevd-control.socket
d086fe4e085d216652b70e575e59302810035989Kay Sievers Warning: Stopping systemd-udevd.service, but it can still be activated by:
9cb48731b29f508178731b45b0643c816800c05eKay Sievers* kill /etc/timezone handling entirely? What does it provide?
9cb48731b29f508178731b45b0643c816800c05eKay Sievers - /etc/localtime carries the same information already:
9cb48731b29f508178731b45b0643c816800c05eKay Sievers lrwxrwxrwx 1 root root 33 Jul 27 09:55 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin
9cb48731b29f508178731b45b0643c816800c05eKay Sievers - systemd enforces /usr to be available at bootup, so we can
9cb48731b29f508178731b45b0643c816800c05eKay Sievers enforce the use of the symlink
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers* check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering* swap units that are activated by one name but shown in the kernel under another are semi-broken
05677bb78079c3fa0283101aac2c07581f4873f1Lennart Poettering* make anaconda write timeout=0 for encrypted devices
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* Dangling symlinks of .automount unit files in .wants/ directories, set up
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers automount points even when the original .automount file did not exist
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers anymore. Only the .mount unit was still around.
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering* make polkit checks async
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
871206d340ed6119b31daeb8b13c8ef5ccf25501Kay Sievers* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction
871206d340ed6119b31daeb8b13c8ef5ccf25501Kay Sievers rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering* crash happens when running a service as forking and then changing it to simple and reloading.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:20:57 mop systemd[1]: usbmuxd.service operation timed out. Terminating.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:20:57 mop systemd[1]: Unit usbmuxd.service entered failed state.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:24 mop systemd[1]: PID 21814 read from file /var/run/usbmuxd.pid does not exist.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:24 mop systemd[1]: Unit usbmuxd.service entered failed state.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:33 mop systemd[1]: Reloading.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:37 mop systemd[1]: Assertion 's->type == SERVICE_FORKING' failed at src/core/service.c:3007, function service_sigchld_eve...Aborting.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:37 mop systemd[1]: Caught <ABRT>, dumped core as pid 21865.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:37 mop systemd[1]: Freezing execution.
825c6fe5eb362437aa46faa52b683a62eede9a13Lennart Poettering Jul 09 18:22:37 mop [21866]: Process 21865 (systemd) dumped core.
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers* support *static* (/run) hibernate inhibitors. All rpm -i actions should completely prevent any
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers sort of hibernate action until the next reboot. If the kernel or any other base tool is replaced
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers by rpm, the resume path might fail, the for resume needed kernel might even be uninstalled, and
e146e4516b9ea9907852e7ad609de39dca9e8769Kay Sievers the whole situation leads directly to data loss.
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* does vasprintf advance the struct vaargs? http://pastie.org/pastes/4712773/text
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* do shutdown audit/utmp msgs inside of PID 1, get rid of systemd-update-utmp-runlevel
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* make use of macros like this:
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering #define _cleanup_free_ __attribute__((cleanup(freep)))
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering #define _cleanup_fclose_ __attribute__((cleanup(fclosep)))
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* make timer units go away after they elapsed
a8b10efaec5005b8e4fcc2bebdf86993ad14993dLennart Poettering+ refuse automount triggers when automount is queued for stop, much like we refuse socket triggers when sockets are queued for stop
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* perfomance messages for selinux are gone from debug log?
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* don't use writev() in tmpfiles for sake of compat with sysfs?
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* journald: add kernel cmdline option to disable ratelimiting for debug purposes
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* Add a way to reference the machine/boot ID from ExecStart= and similar command lines
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
b5b46d599524341ddd7407e5dff1021af8ff5089Lennart Poettering* Document word splitting syntax for ExecStart= and friends
802840582c71e9679637a4631866ce2d179f03c5Lennart Poettering* merge: github.com/systemd/python-systemd
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* when writing journal entries order field items by their address to improve speed on rotating media
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* create /sbin/init symlinks from the build system
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* Query Paul Moore about relabelling socket fds while they are open
438bacd18e0b8766c5add47f28b04876272daa97Lennart Poettering* move keymaps to /usr/lib/... rather than /usr/lib/udev/...
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* journald: check whether it is OK if the client can still modify delivered journal entries
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* json: use jensson
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* json: properly serialize multiple fields with the same name per entry
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* journald: add option to choose between "split up nothing", "split up login user journals", "split up all user journals"
cb7ed9dfca647198bce95f503552710eae22da37Lennart Poettering* journal live copy, based on libneon (client) and libmicrohttpd
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* document in wiki json serialization
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* python-journal merge
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* system-wide seccomp filter
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* securityfs: don't mount in container
a6e87e90ede66815989ba2db92a07102a69906feLennart Poettering* slave/shared remount root fs in container might clash with CAP_SYS_MOUNTS
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* ability to pass fds into systemd
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* system.conf should have controls for cgroups
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* bind mount read-only the cgroup tree higher than than nspawn
1946b0bd55b356ea25bd747cb338a4b31fabeecfLennart Poettering* currently system services appear not to generate core dumps...
cde9cb343ae101660dd36992cae730b63c7cd617Lennart Poettering* wall messages for shutdown should move to logind
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* allow writing multiple conditions in unit files on one line
c0d6e764d107a81a6439c41edbe92790623ed7deLennart Poettering* There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html
c0ca7aeec963207b6fa5ee39bd204cb26cba4023Lennart Poettering* cleanup ellipsation for log output in journalctl and systemctl status: have a sane way to disable ellipsation, and disable it by default when invoked in less/more
c0ca7aeec963207b6fa5ee39bd204cb26cba4023Lennart Poettering* enforce limits on fds openened by socket units
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* explore multiple service instances per listening socket idea
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* testing tool for socket activation: some binary that listens on a socket and passes it on using the usual socket activation protocol to some server.
50b3e64e27d1e73b84f96359f9f38dd497cb9b59Lennart Poettering* maybe make systemd-detect-virt suid? or use fscaps?
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering* shutdown: don't read-only mount anything when running in container
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering* nspawn: --read-only is not applied recursively to submounts
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
5a7e959984788cf89719dec31999409b63bb802bLennart Poettering* ReadOnlyDirectories= is not applied recursively to submounts
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering can't delay the response properly until we are back, so instead of
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering being properly synchronous we just keep open the fd and close it
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering when done. That means clients don't get a succesful method reply,
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering but much rather a disconnect on success.
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* document that service reload may be implemented as service reexec
5aea932fd54db835b77709ddeba30732648aae53Lennart Poettering* remember which condition failed for services, not just the fact that something failed
918943c75fbd9dee87ff396de3a7c63a8d228433Lennart Poettering* use opterr = 0 for all getopt tools
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering* properly handle loop back mounts via fstab, especially regards to fsck/passno
8230e26dc954a40d8c9dbc8ddd9376117021f9d2Lennart Poettering* allow services with no ExecStart= but with an ExecStop=
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering* add proper journal support to "systemctl --user status ..."
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering* add _SYSTEMD_USER_UNIT= field to journal entries
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
7212a8a99ee863698f5feaa00abb4b99f3996a1aLennart Poettering* wiki: document new logind LockSessions() call
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
941e990db1f2682abaa2966b1c48602901d0c599Lennart Poettering* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
decab96090593d617bfd576cb68253a6e082309bLennart Poettering* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
919a7f39e6aa4a93b8348ec2586e313c40f49e52Lennart Poettering* logind: ignore inactive login screens when checking whether power key should be handled
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers* rename "userspace" to "core-os"
6a7353684b65f0107cbdfa0a16ab7717ba257b61Lennart Poettering* systemctl: "Journal has been rotated since unit was started." message is misleading
6b78f9b4354010f8af2fe48c783ffd52b2db8f57Lennart Poettering* syscall filter: add knowledge about compat syscalls
9f8d29834ba97052403e50ec9b358c0470fa4cebLennart Poettering* syscall filter: don't enforce no new privs?
9f8d29834ba97052403e50ec9b358c0470fa4cebLennart Poettering* syscall filter: option to return EPERM rather than SIGSYS?
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering* syscall filter: port to libseccomp
b7def684941808600c344f0be7a2b9fcdda97e0fLennart Poettering* logind: wakelock/opportunistic suspend support
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* switch-root: sockets need relabelling
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* systemd-analyze post-boot is broken for initrd
c66d36e5b5ae81f3c5297d6dacadc13c88c530f6Lennart Poettering* man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* .device aliases need to be implemented with the "following" logic, probably.
461b1822321d6be0d7fd8be29bf3b4993ebd1b85Lennart Poettering* refuse taking lower-case variable names in sd_journal_send() and friends.
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
9946996cda11a18b44d82344676e5a0e96339408Lennart Poettering verify that it isn't masked via any of the names traversed.
d1970645411ea1cc083ea1668e0d446252dc1505Lennart Poettering* journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
b4efdf97203ddf781c17f77be84cc61516a077d2Lennart Poettering - PID 1 D-Bus API
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* introduce Type=pid-file
5231084b479455e6cc892ec3c37c9f599c5bea58Lennart Poettering* systemctl list-unit-files appears to be broken for symlinked units in /usr/lib
eeb875144e5a80d0521461a139f13fc8014d77d8Lennart Poettering* maybe allow services with ExecStop= set, but no ExecStart=?
a32f224aafaf47d3489a730259a47ef45781193eLennart Poettering* efi: implement /forcefsck as uefi variables thus not requiring file system altering to trigger a file system check
a32f224aafaf47d3489a730259a47ef45781193eLennart Poettering* efi: honour language efi variables for default language selection
a32f224aafaf47d3489a730259a47ef45781193eLennart Poettering* efi: honour timezone efi variables for default timezone selection
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* efi: automatically mount EFI partition to /boot if no such entry exists in /etc/fstab and /boot is empty
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers gummiboot exports the EFI system partion (ESP) device:
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers /sys/firmware/efi/vars/LoaderDeviceIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers Acpi(PNP0A03,0)/Pci(1F|2)/?/HD(Part1,Sig1FCBC57F-4BFC-4C2B-91A3-9C84FBCD9AF1)
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers '/' is the separator for the device path list
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers HD(Part1,Sig1FCBC57F-4BFC-4C2B-91A3-9C84FBCD9AF1) contains the GPT UUID of the ESP
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers* read the bootloader performance data (raw TSC) in systemd-analyze
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers /sys/firmware/efi/vars/LoaderTicksExec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers /sys/firmware/efi/vars/LoaderTicksInit-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers /sys/firmware/efi/vars/LoaderTicksStartMenu-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data
347e1b6df028ebb1589146c167add8d37a3d4244Kay Sievers (only set if the menu was active)
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
9473414219330b9febc1d0712bbf49ad74cf962fLennart Poettering* support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
24f3a374b9588a6e409ba58b40bdd684050decf3Lennart Poettering* systemctl: when stopping a service which has triggres and warning about it actually check the TriggeredBy= deps fields
99add6fd0b8f4307ed79256e25f38da318e795c4Lennart Poettering* journal: hook up with EFI firmware log
069cfc85f876bb6966cb5a9bbe0235f5064622cdLennart Poettering* nspawn: make use of device cgroup contrller by default
7b63bde1ed0d4f30c799c9b4737fa926465929f9Lennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
f7f21d33db5dfe88dc8175c61dada44013347729Lennart Poettering* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
27b5482cc08b7fac1b6b15d980d42ae04f3ae1caLennart Poettering* (attempt to) make Debianites happy:
27b5482cc08b7fac1b6b15d980d42ae04f3ae1caLennart Poettering - implement .d/ auto includes for unit files
27b5482cc08b7fac1b6b15d980d42ae04f3ae1caLennart Poettering - add syntax to reset ExecStart= lists (and similar)
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* move passno parsing to fstab generator
a26336da875a6657d404d1e44b86ae067c34b110Kay Sievers* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
a26336da875a6657d404d1e44b86ae067c34b110Kay Sievers or use the users cgroup information when /proc/*/loginuid is not available.
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering* pam_systemd: try to get old session id from cgroup, if audit sessionid cannot be determined
14038c2e83001abfbcdc3f9f2402189a9b3d2f0cLennart Poettering* pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering* maybe introduce ~/.config/locale.conf and apply it within PAM
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering* readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
465349c06d994dd2cc6b6fc4109ac0b9952d500aLennart Poettering* automount: implement expire
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering* logind: auto-suspend, auto-shutdown:
d889a2069a87e4617b32ddbdeace5a53a12c699dLennart Poettering IdleAction=(none|suspend|opportunistic|hibernate|poweroff)
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering IdleActionDelay=...
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering SessionIdleMode=(explicit|ignore|login)
eecd1362f7f4de432483b5d77c56726c3621a83aLennart Poettering ForceShutdown=(yes|no)
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
7e2668c6fd5720ae4d2d55eb8a062739687516afLennart Poettering* don't delete /tmp/systemd-namespace-* before a process is gone down
e85647f73e235c2a6ea412cb8d841e092c373501Lennart Poettering* vconsole: implement setterm -store -foreground xxx --background zzz
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers* ExecOnFailure=/usr/bin/foo
3b2d5b02ae231f1d3eb0d96eb980155d7797304eLennart Poettering* fedora: make sshd and pam_loginuid work in nspawn containers
0f0dbc46ccf5aaaf3131446d0a4d78bc97a37295Lennart Poettering* fix utmp for console logins in containers
3d9a412243035beeaaf3465a62065444a5adf21cLennart Poettering* Add pretty name for seats in logind
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers* selinux: merge systemd selinux access controls (dwalsh)
a0a3844815b0f346dba03f41245c620f432e462fLennart Poettering* ConditionSecurity= should learn about IMA
9efaf380a7c7fa16f44b1aa15b967e99f331203aLennart Poettering* Auke: merge Auke's bootchart
4ee717820208a4c8e92383d0dbefa401827fab38Kay Sievers* udev: move to LGPL
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers* udev systemd unify:
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers - strpcpy(), strpcpyl(), strscpy(), strscpyl()
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers - utf8 validator code
5ba2dc259f3cdd8fddef68cfd28380a32534e49aKay Sievers - now() vs. now_usec()
762f91fa600b3b2887e3b088cd700216a85e3c81Kay Sievers* udev: remove network interface renaming, sleep and retry logic, we do
762f91fa600b3b2887e3b088cd700216a85e3c81Kay Sievers no support renaming of interfaces in the conflicting kernel
b45f770f0049fbdf3f6c9db0ab11deeff4ccd86dKay Sievers* udev: find a way to tell udev to not cancel firmware requests when running in initramfs
b45f770f0049fbdf3f6c9db0ab11deeff4ccd86dKay Sievers* udev: scsi_id -> sg3_utils -> kill scsi_id
b45f770f0049fbdf3f6c9db0ab11deeff4ccd86dKay Sievers* udev: add trigger --subsystem-match=usb/usb_device device
08f23fd29c9df9c8b4e874933eb39711f069754bLennart Poettering* allow configuration of console width/height in vconsole.conf
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers* cleanup syslog 'priority' vs. 'level' wording
231931ffba1bca9d8759bbd6f797e56f8c6971faLennart Poettering* dbus upstream still refers to dbus.target and shouldn't
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart 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
bd08f2422491169e92dc0899d5ba848fcae4c15cLennart Poettering* support container_ttys=
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering* introduce mix of BindTo and Requisite
18da49531e4c6b31bd2439b4d738dc1bb9660af1Lennart Poettering* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering* journal: store euid in journal if it differs from uid
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
101f077676e9fbe1a66c8b2dc4864a8d7a94c372Lennart Poettering* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
f7f964eb3625e4cca7f16377fa12aa7a760243e7Lennart Poettering* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
144f0fc0c8a5e2f6b72179e2b5fb992474da24adLennart Poettering* make logind reserve tty9 or so for text logins, so that gdm never picks it up
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
15e9fbd851c15ecaad4888932584f37dcd26111aLennart Poettering* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
53ed2eeb2e709a6c0d152d7bdf2d9a4b9f997a16Lennart Poettering* figure out whether we should leave dbus around during shutdown
680a1dbc354b2f437b4e06e27d4c43217977efdfLennart Poettering* dbus: in fedora, make the machine a symlink to /etc/machine-id
a6e87e90ede66815989ba2db92a07102a69906feLennart Poettering* dbus: move dbus to early boot
7e64c73a93cdcc7068280f3e3ba8adbd6c6f8f84Lennart Poettering* journald: reuse XZ context
c4aa65e7147dc742886edf25593e10466b02fc3aLennart Poettering* logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* journal: API for looking for retrieving "all values of this field"
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* journal: deal nicely with byte-by-byte copied files, especially regards header
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* journal: local deserializer of export mode, http server
a558d00381291afd6a81f7df07269fe76eeae556Lennart Poettering* journal: message catalog
05aa9edde0f9f4077b8120389c93cb0134eda9c5Lennart Poettering* document the exit codes when services fail before they are exec()ed
62f21ec91ad8e7e24079962f4df066b0094fe68dLennart Poettering* systemctl journal command
f7357f59c3d4de8080fa78f8aa5fa6dbf1afc8dcLennart Poettering* journalctl: --cursor support
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* save coredump in Windows/Mozilla minidump format
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
5ba081b0fb02380cee4c2ff5bc7e05f869eb8415Lennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
b3fa47e0819b08ea32e69e19e6d88ce2daca069dLennart Poettering* support "systemctl stop foobar@.service" to stop all units matching a certain template
7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49eLennart Poettering* logind: allow showing logout dialog from system
7f3e62571a63ac90de6ac5eefeeb8d3e9aa6f49eLennart Poettering* document that %% can be used to write % in a string that is specifier extended
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
b011116d1829bde044a638cbabfb070a7e0e8fa7Kay Sievers* if we can not get user quota for tmpfs, mount a separate tmpfs instance
b011116d1829bde044a638cbabfb070a7e0e8fa7Kay Sievers for every user in /run/user/$USER with a configured maximum size
65c0cf7108ae3537a357c74b4586a783baba82f9Lennart Poettering* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* be able to specify a forced restart of service A where service B depends on, in case B
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers needs to be auto-respawned?
a2f5666d06fe8233025738047115bb9e3959df3eLennart Poettering* Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
c821bd28c2ecce8d35248d61949fe1c0c3030b6cLennart Poettering* something like ConditionExec= or ExecStartPre= without failure state
de6c78f8795743894431a099d26ec562a8acf3dfLennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
14e639ae7a1dbf156273ce697d30fbc6c6594209Lennart Poettering* don't set $HOME in services unless requested
ff01d048b4c1455241c894cf7982662c9d28fd34Lennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers* when we automatically restart a service, ensure we restart its rdeps, too.
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* allow Type=simple with PIDFile=
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* move PAM code into its own binary
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* warn if the user stops a service but not its associated socket
97f73ffb04947acf0a5854e3a7bdbb7a0105f6faLennart Poettering* logind: spawn user@..service on login
85f248b26653f5322c26735661d63d4e8460c30eLennart Poettering* logind: non-local X11 server handling
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* implement Register= switch in .socket units to enable registration
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering in Avahi, RPC and other socket registration services.
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
d3fc81bd6a5a046b22600ac1204df220c93d2c15Lennart Poettering* readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
d3fc81bd6a5a046b22600ac1204df220c93d2c15Lennart Poettering* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
7c697168102cb64c5cb65a542959684014da99c7Lennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* verify that the AF_UNIX sockets of a service in the fs still exist
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering when we start a service in order to avoid confusion when a user
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering assumes starting a service is enough to make it accessible
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering* Make it possible to set the keymap independently from the font on
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering the kernel cmdline. Right now setting one resets also the other.
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering* move nss-myhostname into systemd
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* and a dbus call to generate target from current state
b23de6af893c11da4286bc416455cd0926d1532eLennart Poettering* drop /.readahead on bigger upgrades with yum
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering* add support for /bin/mount -s
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering* GC unreferenced jobs (such as .device jobs)
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering* write blog stories about:
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - enabling dbus services
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering - status update
7a2a0b907b5cc60f5d9a871997d7d6e7f62bf4d8Lennart Poettering - how to make changes to sysctl and sysfs attributes
253ee27a0c7a410d27d490bb79ea97caed6a2b68Lennart Poettering - remote access
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
5d0fcd7c8d29340ac9425c309e8ac436a9af699cLennart Poettering - how to integrate cgconfig and suchlike with systemd
acb14d318b84bda00d1e666d7dab6794d5bbeb3fLennart Poettering - resource control in systemd
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering - testing with Harald's awesome test kit
44143309dd0b37d61d7d842ca58f01a65646ec71Kay Sievers* allow port=0 in .socket units
b9a2a36b519ccd79c4198e7dda4e657d597a14adLennart Poettering* move readahead files into /var, look for them with .path units
ba1a55152c50dfbcd3d4a64353b95f4a2f37985eLennart Poettering* teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* support systemd.mask= on the kernel command line.
f9276855a1d270b6c3f857cdaf2c4b49920c2228Lennart Poettering* when key file cannot be found, read it from kbd in cryptsetup
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering* reuse mkdtemp namespace dirs in /tmp?
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering* Support --test based on current system state
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
c32e0c40f7e706e3ebcd101187d5ced96f083491Lennart Poettering* maybe introduce ExecRestartPre=