TODO revision b4763d9d4c2f993e96686b51885ddffa86aeaaed
c343be283b7152554bac0c02493a4e1759c163f7Kay Sievers* systemctl status *.path shows all logs, not only the ones since the unit is
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
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering* Dangling symlinks of .automount unit files in .wants/ directories, set up
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers automount points even when the original .automount file did not exist
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering anymore. Only the .mount unit was still around.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek* make polkit checks async
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering* external: maybe it is time to patch procps so that "ps" links to
afea8d3853d0f76b3845729ff00e75d281f43a1bZbigniew Jędrzejewski-Szmek libsystemd-logind to print a pretty service name, seat name, session
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering name in its output. Currently it only shows cgroup membership, but
f85857df75cfedbc0d10b8ca2400188dc8f4c22eLennart Poettering that's sometimes kinda hard to parse for a human.
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering* cgroup attrs:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - update dbus interface docs in wiki
e7b4d43ec3d5eb0099a3978f98a46f3c15443b23Lennart Poettering - localectl: support new converted x11→console keymaps
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek* maybe add a warning to the unit file parses whern the acces mode of unit files is non-sensical.
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek* investigate endianess issues of UUID vs. GUID
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers* see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672
fbe1a1a94f19112d7e5d60c40d87487ad24e2ce4Lennart Poettering without dropping the location cache entirely.
75e52a16f9ef476f1d18ec6d9c84e00149b80d03Lennart Poettering* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
f3589f7bc657765d7635b3ead81b3620e51a9028Lennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
8514b67754c5ff7fa628929b3d27131010c21842Lennart Poettering* if pam_systemd is invoked by su from a process that is outside of a
8514b67754c5ff7fa628929b3d27131010c21842Lennart Poettering any session we should probably just become a NOP, since that's
6c78f43c7b0e54e695af49917fda79b584f46830Lennart Poettering usually not a real user session but just some system code that just
6c78f43c7b0e54e695af49917fda79b584f46830Lennart Poettering needs setuid().
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
7b0fce617c48eda32b2d4e04b5f0e4376e8c0106Lennart Poettering* add a pam module that on password changes updates any LUKS slot where the password matches
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
264b8070715d2d19344c4991ace21147d998f56dLennart Poettering* timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations...
4ecd22142543aac55ddac1da3b7d6882c009d637Lennart Poettering* logind: add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
7e27f3121e5a10629302b5221eb21345f832724aLennart Poettering* we need dynamic units
f81e67f79fa856aa2ecffad4d014772ce981745cLennart Poettering* add s.th. like "systemctl set-log-level debug"
d48b7bd271b1e70924c8485d2f95c2f5a1ae77cbLennart Poettering* cgtop: make cgtop useful in a container
25e14499c4c5b02229d05a5bc26c3693ade5f987Lennart Poettering - add 'set -e' to scripts in test/
758c4d7a391c0e024737053c815bf3924653b8c5Lennart Poettering - make stuff in test/ work with separate output dir
758c4d7a391c0e024737053c815bf3924653b8c5Lennart Poettering - remove all the duplicated code in test/
821cc13ddae40fb7608458b44aaa7a3fd33d56d9Lennart Poettering* suppress log output on shutdown when "quiet" is used
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* systemctl delete x.snapshot leaves no trace in logs (at least at default level).
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* make the coredump collector tool move itself into the user's cgroup
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering so that the coredump is properly written to the user's own journal
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering* move /usr/lib/modules/$(uname -r)/modules.devname parsing from udevd to
8483d73ff158ee0d51ccbba09a470cc6ae9b071aLennart Poettering kmod static-nodes
25e773eeb4f853804e1bf0dbd9a184f23e9b2a97Kay Sievers call kmod as an early service, and drop CAP_MKNOD from udevd.service
6dab5bb18151c80fc39bd51f03dcff40b920de3eLennart Poettering* systemd-delta needs to be made aware of *.d/*.conf drop-in files for
384a4be2b00cb95ce215dd343cc9aa77adc9b1ecLennart Poettering* seems that when we follow symlinks to units we prefer the symlink
706d97503df83d141d241b645d2c920d691b3d62Lennart Poettering destination path over /etc and /usr. We shouldn't do that. Instead
706d97503df83d141d241b645d2c920d691b3d62Lennart Poettering /etc should always override /run+/usr and also any symlink
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering* remove duplicate default deps logic from fstab-generator vs. mount.c
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* when isolating, try to figure out a way how we implicitly can order
533bb267f13e2f7b4d7b78de30e821dc81c82335Lennart Poettering all units we stop before the isolating unit...
202aea456dfb279cd34da7bfd1880f6ac0fd849fLennart Poettering* teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering and apply ACLs to them if they have TAG=="uaccess" in udev rules.
42aeb14a4a0fa7d43da96a8ed0fb0e180a2dd5c8Lennart Poettering* add ConditionArchitecture= or so
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering* we should log capabilities too
14a32924c9b46817c92ae11c1147a59dcb62012bLennart Poettering* Support SO_REUSEPORT with socket activation:
563b1bdc09efe0cf94dd3f514f30376ca854c1ceLennart Poettering - Let systemd maintain a pool of servers.
563b1bdc09efe0cf94dd3f514f30376ca854c1ceLennart Poettering - Use for seamless upgrades, by running the new server before stopping the
5dcf983854c2e8314dbee239180255490ec8ae1cLennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
b873d33ec9583c92a0c2bc6807d010720fa31595Lennart Poettering need manual exponential loops after all
ed220efd6657822332b9563ec53c5ab9f3c33220Lennart Poettering* BootLoaderSpec: drop allowing ext234 for $BOOT. Clarify that the
ed220efd6657822332b9563ec53c5ab9f3c33220Lennart Poettering kernel has to be in $BOOT. Clarify that the boot loader should be
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering installed to the ESP. Define a way how an installer can figure out
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering whether a BLS compliant boot loader is installed.
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering* man: remove .include documentation, and instead push people to use .d/*.conf
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering* think about requeuing jobs when daemon-reload is issued? usecase:
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering the initrd issues a reload after fstab from the host is accessible
41488fe9024a8955d19811620fd55dcc56a5b2baLennart Poettering and we might want to requeue the mounts local-fs acquired through
ca70bec9261977336c94f44d5fcf37e1c495326aLennart Poettering that automatically.
ca70bec9261977336c94f44d5fcf37e1c495326aLennart Poettering* rework specifier logic so that we can distuingish OOM errors from other errors
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
157a180e4fc827606833a6724834ba7b0246d650Tom Gundersen* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
9d6db739ce1eaa3eace21801fd606d523b73c8f4Lennart Poettering* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good
1dbe0a6efda7b1d35957eab7e1d56a2c69d806d9Lennart Poettering* documentation: recommend to connect the timer units of a service to the service via Also= in [Install]
ff3d6560bead6879a2fed1bf99bfe8273b3723f1Zbigniew Jędrzejewski-Szmek* add a tool that lists active timer units plus their next elapstion and the time the units ran last
151226ab4bf276d60d51864330a99f886b923697Zbigniew Jędrzejewski-Szmek* man: document the very specific env the shutdown drop-in tools live in
23c4091dc2b85d117512e89233fdeb47d1ff3d92Lennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
0f47ed0a052c0da743404f23ac3532aaabd23655Lennart Poettering* man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
bc07548926ec5ed7b13df8d3656654f238e0b9a7Lennart Poettering* systemctl: maybe add "systemctl add-wants" or so...
b6b63571ae3eca1741d54172922961af972b8f20Lennart Poettering* man: add more examples to man pages
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* man: maybe sort directives in man pages, and take sections from --help and apply them to man too
e2a69298819b58f008be61d314f8ab95ccaec427Lennart Poettering* write UI tool that pops up emergency messages from the journal as notification
2834ffe78d7fd8be118429aa1449ac72641638c2Lennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering* msgcatalog determine default language of entries from the catalog
a940778fb1dd16479f455bab3ac6cbdbc5b06165Lennart Poettering file name. i.e. foobar.de_DE.catalog would set the default entry
a01647e53727107d82382bc5c9d98c894e8f386cLennart Poettering name for the entries to de_DE if they aren't explicitly suffixed
a01647e53727107d82382bc5c9d98c894e8f386cLennart Poettering* use "log level" rather than "log priority" everywhere
3de03738fc970496d2d3da668c72767a48ccc41bLennart Poettering* timedate: have global on/off switches for auto-time (NTP), and auto-timezone that connman can subscribe to.
2b1c3767515672dfd0f5e0a9c9d7ac3a16a6a361Lennart Poettering* Honour "-" prefix for InaccessibleDirectories= and ReadOnlyDirectories= to
37efac5ddb21fd91ed420c070ed07f375e78b3b9Lennart Poettering suppress errors of the specified path doesn't exist
7348b3adb324614132cf376f478e883bd7de28f1Lennart Poettering* dev-setup.c: when running in a container, create a tiny stub udev
7348b3adb324614132cf376f478e883bd7de28f1Lennart Poettering database with the systemd tag set for all network interfaces found,
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering so that libudev reports them as present, and systemd's .device units
e107ed185ef08945102834234a05ec51bb438685Lennart Poettering will be activated.
81429136905a6204875174b60a179333b7f3c9e4Kay Sievers* merge unit_kill_common() and unit_kill_context()
f598ac3e28b729dd0b1d0a881df3e16465687a2bLennart Poettering* introduce ExecCondition= in services
01083ad094664e5c685060f4fb35a05ea2f212edLennart Poettering - fsck hookup for the ESP mount is missing
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart Poettering - write man page for efi boot generator
edb2935c5c5b95c42b8679086f60da5eafad74cbLennart Poettering - honor language efi variables for default language selection (if there are any?)
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering - introduce bootctl (backed by systemd-bootd) to control temporary and persistent default boot goal plus efi variables
769918ecd30c0f7ee6e87b9aa6226d956bd2f530Lennart Poettering* maybe do not install getty@tty1.service symlink in /etc but in /usr?
2a781fc9bd33982c81e5ff75974a442a33d4f167Lennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
6a3f892a23db71544d0439355f96c44350dafa8fLennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
6a3f892a23db71544d0439355f96c44350dafa8fLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
650264033f2f98f6319513958d94d59078654af8Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
f8901862b2b030921b3d5aba4157044ceab16451Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
d4fdc205a4610965cee46408dbd046c922e7620cLennart Poettering - logind: wakelock/opportunistic suspend support
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering - Add pretty name for seats in logind
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering - logind: allow showing logout dialog from system?
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering - logind: spawn user@..service on login
af1082b04a3d45a9b1d796b4271f44e87e307026Lennart Poettering - logind: non-local X11 server handling
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering - logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering - pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering - logind: GetSessionByPID() should accept 0 as PID value
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
488ad3b32a7e2b5b1380abf4a15e5f65fa65f3feLennart Poettering freeze (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git) and
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering standby (https://bugs.freedesktop.org/show_bug.cgi?id=57793) as suspend modes
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering* DeviceAllow/DeviceDeny: disallow everything by default, but whitelist /dev/zero, /dev/null and friends
09ecd746c9d6581664873674c2188f8c93ed7780Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
ef417cfd2211ae017a38b9796c6db29130133e63Zbigniew Jędrzejewski-Szmek - do not use magic msync() in src/journal/journal-file.c, just call fsync()
ef417cfd2211ae017a38b9796c6db29130133e63Zbigniew Jędrzejewski-Szmek <alxchk> poettering: looks like msync just calls vfs_fsync
3333d748facc15f49935b6b793490ba0824976e6Zbigniew Jędrzejewski-Szmek http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/mm/msync.c#n18
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - import and delete pstore filesystem content at startup
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journald: also get thread ID from client, plus thread name
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we can't log natively?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journal: reuse XZ context
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
0bee65f0622c4faa8ac8ae771cc0c8a936dfa284Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering "dropped %u messages" not only when we are about to print the next
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering message that works, but alraedy after a short tiemout
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
ebcf1f97de4f6b1580ae55eb56b1a3939fe6b602Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
47c94a96df29080f8b3a97e7362df4e9c6ba3265Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
718db96199eb307751264e4163555662c9a389faLennart Poettering and !FOOBAR for events without FOOBAR.
718db96199eb307751264e4163555662c9a389faLennart Poettering - journal: when rotating, copy over old acls/access mode
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
718db96199eb307751264e4163555662c9a389faLennart Poettering - journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again.
718db96199eb307751264e4163555662c9a389faLennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
718db96199eb307751264e4163555662c9a389faLennart Poettering - journal: When used on NFS, check payload hashes
966204e010ed432a1d7a0481d41a326d8ec7b0c8Lennart Poettering - Introduce journalctl -b <nr> to show journal messages of a previous boot
966204e010ed432a1d7a0481d41a326d8ec7b0c8Lennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
94676f3e9352cbf1f72e0a512ee0d2ed83ff676dLennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
6fd4d0209827e5c3e52fa8c7144852f550f8f95cLennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
416446221d905b6815175dc4d525d27f8ae43d1bLennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
416446221d905b6815175dc4d525d27f8ae43d1bLennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
7f79cd7109a60810140a045cc725291fc5515264Lennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
0aafd43d235982510d1c40564079f7bcec0c7c19Lennart Poettering - journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt - journal: store euid in journal if it differs from uid
19aadacf92ad86967ffb678e37b2ff9e83cb9480Jan Engelhardt - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
df5f6971e6e15b4632884916c71daa076c8bae96Lennart Poettering - Replace utmp, wtmp, btmp, and lastlog completely with journal
df5f6971e6e15b4632884916c71daa076c8bae96Lennart Poettering - Port upower to use the journal for historical power information used in future calculations
6aaa8c2f783cd1b3ac27c5ce40625d032e7e3d71Zbigniew Jędrzejewski-Szmek - document unit_name_mangle()
c3bb87dbab8b79bb9253407cb5b7f3e6fe8db395Lennart Poettering - document that deps in [Unit] sections ignore Alias= fileds in
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt [Install] units of other units, unless those units are disabled
18d4e7c26e7806ac363d19989df7144d5058ce41Lennart Poettering - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - Document word splitting syntax for ExecStart= and friends
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - document that units from /etc override those from /usr and /run
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - document the exit codes when services fail before they are exec()ed
bdeeb6b543a2a2d0a494f17b85f1498859cdfc2fLennart Poettering - document that service reload may be implemented as service reexec
4e09014daf8f98584b3f15e64e93bed232e70a6bLennart Poettering - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
6bb648a16ae4a682ad4784412af706d2e6a3e4daTom Gundersen - systemctl list-jobs - show dependencies
cb2264aa0dcd5bb67338d25ee797ebec50ac7530Lennart Poettering - add systemctl switch to dump transaction without executing it
a6a6ac16030ea8683dfb1916d13a0b577bf3b512Lennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
818eae495ecc1a19d1906bafa6e3a61fe6171f50Lennart Poettering - "systemctl disable" on a static unit prints no message and does
bca3e263cfc68f506bfbafb11680f35aa13c38a5Lennart Poettering nothing. "systemctl enable" does nothing, and gives a bad message
e8bbb7c7e9163420cb1ba92f82dbc09aab577d1aLennart Poettering about it. Should fix both to print nice actionable messages.
e8bbb7c7e9163420cb1ba92f82dbc09aab577d1aLennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
e8bbb7c7e9163420cb1ba92f82dbc09aab577d1aLennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
e8bbb7c7e9163420cb1ba92f82dbc09aab577d1aLennart Poettering - systemctl enable: improve the success messages (i.e. more human readable, less shell-like)
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering - systemctl enable: fail if target to alias into doesn't exist? maybe show how many units are enabled afterwards?
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
7212c6083a5577eabc96c35c9db4c19c113cae93Lennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
57f2a947270faf65e1876797b930e3f6d60ebd06Lennart Poettering* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations
7973ca1927e1f3bac9438f3529458c9ff868905dLennart Poettering* deal with sendmail/postfix exclusivity
dc17bcef197a0d5ee798cce59c40e4f5e85c24f6Lennart Poettering - configurable jitter for timer events
80caea6cc72ebd311a311b1527cc6b87201c13bfLennart Poettering - timer events with system resume
ab9716c2489f9141ed13ec22dbb216b3e6fbd6b5Lennart Poettering - timer units should get the ability to trigger when:
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
df98a87ba389bdfc0359beedf47557411f3af434Lennart Poettering - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
2ecfc64e59b5e4e96bed6f68bd36b612ef77a146Lennart Poettering* update the kernel's TZ (sys_tz) when DST changes
69727e6dc69ae5d9b5ae3681723778a3faa354e9Lennart Poettering* sync down the system time to the RTC when:
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering mode, it will never touch the RTC if the no reliable time source is active or the
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering user did not request anything like it.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - implement conditional properties (dmi matches)
12179984a38fe74581333fbcdc11c822d81f505fLennart Poettering - hwdb --filter=ID_DRIVE_*
eb01ba5de14859d7a94835ab9299de40132d549aLennart Poettering* if booted in "quiet" mode, and an error happens, turn on status
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering output again, so that the emergency mode isn't totally
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering surprising. Also, terminate plymouth.
154ff088d371bee5651eaa2bc9bde8a34c185656Lennart Poettering* libunwind support for coredump pattern hook, and includes this in
69af45035913e7119cffd94c542bd3039600e45dZbigniew Jędrzejewski-Szmek the message for coredumps. After all, libunwind is now capable to
e8a7a315391a6a07897122725cd707f4e9ce63d7Lennart Poettering unwind coredumps since a few weeks ago. This probably requires that
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering we have nice support for multi-line messages on display in
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering logs-show.c. Alternatively: use libelfutil, which seems to be the
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering better supported alternative.
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* figure out relation of --all and --full in the various tools
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle().
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering* fedup: add --unit to systemctl switch-root somehow
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* fedup: don't delete initrd on switch-root
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek* fedup: generator
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering - timedated: refuse time changes when NTP is on
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* introduce generic AUGMENT_PID=, AUGMENT_DEVICE= fields
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* add "provisioning" instructions to setup an empty /etc + /var
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - used to setup a new container from a shared /usr
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering - superset of tmpfiles model
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering - instructions shipped by packages and stored in /usr/lib/
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering - compose /etc/passwd and /etc/group, copy files
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering - able to create uid + gid used by packages, for file ownership
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
c144692179098c1861f2aeafc67689a74439cf4cLennart Poettering waiting for the timeout
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* high level net_prio setting in execution context
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab isn't
54c31a79f72ff57ac8eba089acacc4ab482b745dLennart Poettering* refuse boot if /etc/machine-id is not useful (or set taint?)
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - nspawn: consider changing users for -u with su, so that NSS resolving works correctly
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering - nspawn: implement personality changes a la linux32(8)
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - nspawn: --read-only is not applied recursively to submounts
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - nspawn: make use of device cgroup controller by default
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - bind mount read-only the cgroup tree higher than nspawn
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - nspawn: investigate whether we can support the same as LXC's
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering lxc.network.type=phys mode, and pass through entire network
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering interfaces to the container
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering - nspawn: maybe add a way to drop additional caps, in addition to add additional caps
490b7e47093d491a2bdb1084fe92b796f4e07eefLennart Poettering - nspawn: maybe explicitly reset loginuid?
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering - nspawn: make it work for dwalsh and shared /usr containers -- tmpfs mounts as command line parameters, selinux exec context
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - cryptsetup-generator: allow specification of passwords in crypttab itself
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - move cryptsetup key caching into kernel keyctl?
466784c8710e5cb0e0b86a16506d992d7ec5b619Kay Sievers https://bugs.freedesktop.org/show_bug.cgi?id=54982
e41814846c19a48f4490169d82e359e005c4db45Lennart Poettering - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering* move debug shell to tty6 and make sure this doesn't break the gettys on tty6
e9fd44b728ff1fc0d1f24fccb87a767f6865df27Lennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54712
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
8ed206517c2be381324ac5832bf34cc14024270eLennart Poettering* make timer units go away after they elapsed
e6c6e7afffa80ad74efdb1ddfa815294624f1608Lennart Poettering* http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering (network and remote-fs on shutdown)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering* create /sbin/init symlinks from the build system
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* Query Paul Moore about relabelling socket fds while they are open
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* system.conf should have controls for cgroups
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* allow writing multiple conditions in unit files on one line
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* explore multiple service instances per listening socket idea
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* shutdown: don't read-only mount anything when running in container
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* MountFlags=shared acts as MountFlags=slave right now.
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* ReadOnlyDirectories= is not applied recursively to submounts
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* drop PID 1 reloading, only do reexecing (difficult: Reload()
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering currently is properly synchronous, Reexec() is weird, because we
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering can't delay the response properly until we are back, so instead of
b568ef14a75dffb7182e0acbdec743b31df2a597Lennart Poettering being properly synchronous we just keep open the fd and close it
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering when done. That means clients don't get a successful method reply,
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering but much rather a disconnect on success.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* remember which condition failed for services, not just the fact that something failed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* use opterr = 0 for all getopt tools
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers* properly handle loop back mounts via fstab, especially regards to fsck/passno
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* allow services with no ExecStart= but with an ExecStop=
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* dracut-shutdown needs to be ordered before unmounting /boot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* rename "userspace" to "core-os"
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* syscall filter:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - syscall filter: add knowledge about compat syscalls
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - syscall filter: don't enforce no new privs?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - syscall filter: option to return EPERM rather than SIGSYS?
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - syscall filter: port to libseccomp
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - system-wide seccomp filter
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* .device aliases need to be implemented with the "following" logic, probably.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* load-fragment: when loading a unit file via a chain of symlinks
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering verify that it isn't masked via any of the names traversed.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* introduce Type=pid-file
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* move passno parsing to fstab generator
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* automount: implement expire:
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - every timeout/4 (original autofs logic)
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - blocking, needs a thread
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - run until -EAGAIN
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - receive expire packet on pipe if kernel tells the timeout is over
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - call umount
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering* ConditionSecurity= should learn about IMA and SMACK
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - move to LGPL
8b8f259170e35b93e6c6d1757cb8b835bbdaa40cZbigniew Jędrzejewski-Szmek - unify utf8 validator code with shared/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - kill scsi_id
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add trigger --subsystem-match=usb/usb_device device
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* cleanup syslog 'priority' vs. 'level' wording
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart 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
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* support container_ttys=
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* introduce mix of BindTo and Requisite
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* default unix qlen is too small (10). bump sysctl? add sockopt?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* save coredump in Windows/Mozilla minidump format
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* clean up session cgroups that remain after logout (think sshd), but eventually run empty
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* default to actual 32bit PIDs, via /proc/sys/kernel/pid_max
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* be able to specify a forced restart of service A where service B depends on, in case B
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering needs to be auto-respawned?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* for services: don't set $HOME in services unless requested
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering* hide PAM/TCPWrap options in fragment parser when compile time disabled
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* when we automatically restart a service, ensure we restart its rdeps, too.
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* allow Type=simple with PIDFile=
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=723942
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* move PAM code into its own binary
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* implement Register= switch in .socket units to enable registration
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt in Avahi, RPC and other socket registration services.
603cd8fe07cb03e8b11722d1a732e569e5a46347Lennart Poettering* make sure systemd-ask-password-wall does not shutdown systemd-ask-password-console too early
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
08f9588885c5d65694b324846b0ed19211d2c178Lennart Poettering* support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* verify that the AF_UNIX sockets of a service in the fs still exist
dcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7Lennart Poettering when we start a service in order to avoid confusion when a user
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering assumes starting a service is enough to make it accessible
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* Make it possible to set the keymap independently from the font on
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering the kernel cmdline. Right now setting one resets also the other.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* and a dbus call to generate target from current state
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - drop /.readahead on bigger upgrades with yum
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - move readahead files into /var (look for them with .path units?)
279f036675536d55c901562b49f9df146af1a0e3Lennart Poettering - readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* add support for /bin/mount -s
5f1dac6bf605871615b35891a3966fa474db5b20Lennart Poettering* GC unreferenced jobs (such as .device jobs)
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* write blog stories about:
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering - hwdb: what belongs into it, lsusb
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering - enabling dbus services
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering - status update
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering - how to make changes to sysctl and sysfs attributes
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering - remote access
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering - how to pass throw-away units to systemd, or dynamically change properties of existing units
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering - how to integrate cgconfig and suchlike with systemd
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering - testing with Harald's awesome test kit
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering - auto-restart
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering - how to develop against journal browsing APIs
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering - the journal HTTP iface
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering - non-cgroup resource management
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - dynamic resource management with cgroups
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering - refreshed, longer missions statement
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - calendar time events
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - init=/bin/sh vs. "emergency" mode, vs. "rescue" mode, vs. "multi-user" mode, vs. "graphical" mode, and the debug shell
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - how to create your own target
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering - instantiated apache, dovecot and so on
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt - hooking a script into various stages of shutdown/rearly booot
0790b9fed42eefc4e22dbbe2337cba9713b7848cLennart Poettering* allow port=0 in .socket units
fd4d89b2c0b31da01d134301e30916931ae3c7d9Lennart Poettering* support systemd.mask= on the kernel command line.
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
8351ceaea9480d9c2979aa2ff0f4982cfdfef58dLennart Poettering* Support --test based on current system state
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt* investigate whether the gnome pty helper should be moved into systemd, to provide cgroup support.
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* maybe introduce ExecRestartPre=
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering* dot output for --test showing the 'initial transaction'
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering - rpcbind (/var/run/rpcbind.sock!) HAVEPATCH
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - cups HAVEPATCH
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - postfix, saslauthd
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* fingerprint.target, wireless.target, gps.target, netdevice.target
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* io priority during initialization
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers* drop cap bounding set in readahead and other services
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers* systemd-python:
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - figure out a simple way to wait for journal events in a way that
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers works with ^C
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - add documentation to systemd.daemon
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering - plot per-process IO utilization
169c4f65131fbc7bcb51e7d5487a715cdcd0e0ebLennart Poettering - group processes based on service association (cgroups)
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering - document initcall_debug
fb0864e7b9c6d26269ccea6ec5c0fd921c029781Lennart Poettering - kernel cmdline "bootchart" option for simplicity?
d0e5a33374cee92962af33dfc03873e470b014f6Lennart Poettering - natively watch for dbus-*.service symlinks (PENDING)
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - allow specification of socket mode/umask when allocating DBusServer
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - allow disabling of fd passing when connecting a AF_UNIX connection
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - allow disabling of UID passing for AUTH EXTERNAL
87a8baa35d6d65ac3b58ae8e26e338e67f8ae8edLennart Poettering - always pass cred data along each message
70a44afee385c4afadaab9a002b3f9dd44aedf4aJan Engelhardt - teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* fix alsa mixer restore to not print error when no config is stored
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers* make cryptsetup lower --iter-time
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* patch kernel for xattr support in /dev, /proc/, /sys?
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering* NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
7d441ddb5ca090b5a97f58ac4b4d97b3e84fa81eLennart Poettering in an ~30 minutes window. It does not adjust larger differences. Find a way
d28315e4aff91560ed4c2fc9f876ec8bfc559f2dJan Engelhardt to tell the kernel, to always do a full time sync when the RTC is in UTC and
14e639ae7a1dbf156273ce697d30fbc6c6594209Lennart Poettering we are in 11-minutes-mode. When we trust the system time to NTP we also want
7f8aa67131cfc03ddcbd31c0420754864fc122f0Lennart Poettering the RTC to sync up.
d3c7d7dd77b2b72315164b672462825cef6c0f9aKay Sievers* kernel: add device_type = "fb", "fbcon" to class "graphics"
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* drop accountsservice's StandardOutput=syslog and Type=dbus fields
1d6702e8d3877c0bebf3ac817dc45ff72f5ecfa9Lennart Poettering* dbus upstream still refers to dbus.target and shouldn't
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* dbus: in fedora, make /var/lib/dbus/machine-id a symlink to /etc/machine-id
1258097cd3cdbc5dd3d264850119e553a29c5068Lennart Poettering* add "# export SYSTEMD_PAGER=" to bash login
a4c279f87451186b8beb1b8cc21c7cad561ecf4bLennart Poettering* /usr/bin/service should actually show the new command line
55cdcbacf70f05a40a155af24f6d2da6b478cba6Lennart Poettering* fedora: suggest auto-restart on failure, but not on success and not on coredump. also, ask people to think about changing the start limit logic. Also point people to RestartPreventExitStatus=, SuccessExitStatus=
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* fedora: F20: go timer units all the way, leave cron.daily for cron
f28f1daf754a9a07de90e6fc4ada581bf5de677dLennart Poettering* neither pkexec nor sudo initialize environ[] from the PAM environment?
88a07670cfa974a605c7c7b520b8a3135fce37f9Lennart Poettering* fedora: update policy to declare access mode and ownership of unit files to root:root 0644, and add an rpmlint check for it
916abb21d0a6653e0187b91591e492026886b0a4Lennart Poettering* look for close() vs. close_nointr() vs. close_nointr_nofail()
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering* check for strerror(r) instead of strerror(-r)
796b06c21b62d13c9021e2fbd9c58a5c6edb2764Kay Sievers* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering* %m in printf() instead of strerror(errno);
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering* set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* use secure_getenv() instead of getenv() where appropriate
a73d88fa024b5668ed7dde681e99547d41e6a864Lennart Poettering* link up selected blog stories from man pages and unit files Documentation= fields
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart PoetteringScheduled for removal or fixing:
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* xxxOverridable dependencies (probably: fix)