TODO revision 19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71
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
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.
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering* external: maybe it is time to patch procps so that "ps" links to
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering libsystemd-logind to print a pretty service name, seat name, session
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering name in its output. Currently it only shows cgroup membership, but
0028da22f194f7c0ca7169a48cf32e1bc0f9138aLennart Poettering that's sometimes kinda hard to parse for a human.
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering* cgroup attrs:
f0c15f288513aa4da012db7497a4aec3f7763ebbLennart Poettering - update dbus interface docs in wiki
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering - localectl: support new converted x11→console keymaps
19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71Lennart Poettering* maybe add a warning to the unit file parses whern the acces mode of unit files is non-sensical.
aa96c6cb44a6eeccc506ae055aae2519a7f914e1Lennart Poettering* investigate endianess issues of UUID vs. GUID
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering* see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering without dropping the location cache entirely.
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering should be able to safely try another attempt when the bus call LoadUnit() is invoked.
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* if pam_systemd is invoked by su from a process that is outside of a
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering any session we should probably just become a NOP, since that's
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering usually not a real user session but just some system code that just
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering needs setuid().
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* add a pam module that passes the hdd passphrase into the PAM stack and then expires it, for usage by gdm auto-login.
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering* add a pam module that on password changes updates any LUKS slot where the password matches
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases...
b454b11220e87add6d0f011695c7912b009c853dLennart Poettering* timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations...
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* logind: add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* we need dynamic units
4a449ed73d2c1cfb91a1c773b70231b3457b3046Lennart Poettering* add s.th. like "systemctl set-log-level debug"
4ff49cb63075aba646b578f2516b37a8dfd5a65bLennart Poettering* cgtop: make cgtop useful in a container
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek - add 'set -e' to scripts in test/
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek - make stuff in test/ work with separate output dir
fff87a35d9e26c0d4ea41273a963c0eb20e18da4Zbigniew Jędrzejewski-Szmek - remove all the duplicated code in test/
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* suppress log output on shutdown when "quiet" is used
b8b4d3dddc7611dce3bf28004b0375d661120c62Lennart Poettering* systemctl delete x.snapshot leaves no trace in logs (at least at default level).
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering* make the coredump collector tool move itself into the user's cgroup
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart Poettering so that the coredump is properly written to the user's own journal
5666ea6fcaaf1e829de07625b7c185949b23fecdKay Sievers* move /usr/lib/modules/$(uname -r)/modules.devname parsing from udevd to
5666ea6fcaaf1e829de07625b7c185949b23fecdKay Sievers kmod static-nodes
5666ea6fcaaf1e829de07625b7c185949b23fecdKay Sievers call kmod as an early service, and drop CAP_MKNOD from udevd.service
b6b7d4337976eeac610b9ed2c3e1fd596a247b14Lennart Poettering* systemd-delta needs to be made aware of *.d/*.conf drop-in files for
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering* seems that when we follow symlinks to units we prefer the symlink
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering destination path over /etc and /usr. We shouldn't do that. Instead
b5c03638d48c07aa0eaf13b5f54000c7133e1883Lennart Poettering /etc should always override /run+/usr and also any symlink
752beb0c8560fb7e989d2f8da5e10c4692d78422Lennart Poettering* remove duplicate default deps logic from fstab-generator vs. mount.c
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering* when isolating, try to figure out a way how we implicitly can order
eece8c6fb5f4d354dcef6fd369e876c4f3a3f163Lennart Poettering all units we stop before the isolating unit...
d325d9bcfa8846a65767087f958a2dd11139d0e7Kay Sievers* teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
d325d9bcfa8846a65767087f958a2dd11139d0e7Kay Sievers and apply ACLs to them if they have TAG=="uaccess" in udev rules.
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* add ConditionArchitecture= or so
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
bfa00bc6c05d0f896e9632eccd47d442fea556b9Lennart Poettering* we should log capabilities too
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett* Support SO_REUSEPORT with socket activation:
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - Let systemd maintain a pool of servers.
3b953d68c628c6ae70adba871719ac0f16083b51Josh Triplett - Use for seamless upgrades, by running the new server before stopping the
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering* after all byte-wise realloc() is slow, even on glibc, so i guess we
09f727eebd87661f263d3c2c1e0de7b7771acd40Lennart Poettering need manual exponential loops after all
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* BootLoaderSpec: drop allowing ext234 for $BOOT. Clarify that the
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering kernel has to be in $BOOT. Clarify that the boot loader should be
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering installed to the ESP. Define a way how an installer can figure out
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering whether a BLS compliant boot loader is installed.
795607b22308f5b92073b012e43be1892fdd97c0Lennart Poettering* man: remove .include documentation, and instead push people to use .d/*.conf
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering* think about requeuing jobs when daemon-reload is issued? usecase:
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering the initrd issues a reload after fstab from the host is accessible
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering and we might want to requeue the mounts local-fs acquired through
0be8342c04bbf129b4a21e5073eacccbbce4e896Lennart Poettering that automatically.
487060c2394b7703e59650ef332053645ffae2a3Lennart Poettering* rework specifier logic so that we can distuingish OOM errors from other errors
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
826872b61e4857dfffe63ba84e2b005623baecd6Lennart Poettering* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
54c31a79f72ff57ac8eba089acacc4ab482b745dLennart Poettering* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering* documentation: recommend to connect the timer units of a service to the service via Also= in [Install]
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* add a tool that lists active timer units plus their next elapstion and the time the units ran last
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* man: document the very specific env the shutdown drop-in tools live in
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* shutdown logging: store to EFI var, and store to USB stick?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* systemctl: maybe add "systemctl add-wants" or so...
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* man: add more examples to man pages
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* man: maybe sort directives in man pages, and take sections from --help and apply them to man too
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* write UI tool that pops up emergency messages from the journal as notification
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* think about window-manager-run-as-user-service problem: exit 0 → activate shutdown.target; exit != 0 → restart service
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering* msgcatalog determine default language of entries from the catalog
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering file name. i.e. foobar.de_DE.catalog would set the default entry
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering name for the entries to de_DE if they aren't explicitly suffixed
cbb7712189527f9f483321607e44c4ead3dd11b8Lennart Poettering* use "log level" rather than "log priority" everywhere
d01a73b6396f57792113c1b5df6e8492fc703e5eLennart Poettering* timedate: have global on/off switches for auto-time (NTP), and auto-timezone that connman can subscribe to.
990ffbe5cffe7f11a8d3ab2258a85fc52b97bf60Lennart Poettering* Honour "-" prefix for InaccessibleDirectories= and ReadOnlyDirectories= to
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering suppress errors of the specified path doesn't exist
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering* dev-setup.c: when running in a container, create a tiny stub udev
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering database with the systemd tag set for all network interfaces found,
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering so that libudev reports them as present, and systemd's .device units
f8aeee1f1fe432924b355f48f01f09c9a552ed97Lennart Poettering will be activated.
356ce9915ab1a4a1e6dc26954df34936a69e7c12Lennart Poettering* merge unit_kill_common() and unit_kill_context()
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering* introduce ExecCondition= in services
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - fsck hookup for the ESP mount is missing
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - write man page for efi boot generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor language efi variables for default language selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - honor timezone efi variables for default timezone selection (if there are any?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - introduce bootctl (backed by systemd-bootd) to control temporary and persistent default boot goal plus efi variables
c0fe5db522b52f27e030655ce2c03e05cbbc1558Kay Sievers* maybe do not install getty@tty1.service symlink in /etc but in /usr?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* re-enable "make check" for gtk-doc (broken for unknown reason)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugzilla.redhat.com/show_bug.cgi?id=812826
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: wakelock/opportunistic suspend support
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add pretty name for seats in logind
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: allow showing logout dialog from system?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: spawn user@..service on login
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: non-local X11 server handling
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - logind: GetSessionByPID() should accept 0 as PID value
e5ec62c56963d997edaffa904af5dc45dac23988Lennart Poettering - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering freeze (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git) and
8973790ee6f62132b1b57de15c4edaef2c097004Lennart Poettering standby (https://bugs.freedesktop.org/show_bug.cgi?id=57793) as suspend modes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* DeviceAllow/DeviceDeny: disallow everything by default, but whitelist /dev/zero, /dev/null and friends
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* service: watchdog logic: for testing purposes allow ping, but do not require pong
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers - do not use magic msync() in src/journal/journal-file.c, just call fsync()
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers <alxchk> poettering: looks like msync just calls vfs_fsync
b87b8b2b5205c0584da220f73322ea4732d44013Kay Sievers http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/mm/msync.c#n18
c06bf414042cd1bf94e0af63e9e2a0c291bfc546Kay Sievers - import and delete pstore filesystem content at startup
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: also get thread ID from client, plus thread name
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add API to close/reopen/get fd for journal client fd in libsystemd-journal.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - fallback to /dev/log based logging in libsystemd-journal, if we can't log natively?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - declare the local journal protocol stable in the wiki interface chart
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: reuse XZ context
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: when dropping msgs due to ratelimit make sure to write
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering "dropped %u messages" not only when we are about to print the next
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering message that works, but alraedy after a short tiemout
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - check if we can make journalctl by default use --follow mode inside of less if called without args?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - maybe add API to send pairs of iovecs via sd_journal_send
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when writing journal auto-rotate if time jumps backwards
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - journal: add a setgid "systemd-journal" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journactl: support negative filtering, i.e. FOOBAR!="waldo",
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering and !FOOBAR for events without FOOBAR.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: when rotating, copy over old acls/access mode
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart 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.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: find a way to allow dropping history early, based on priority, other rules
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: When used on NFS, check payload hashes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Introduce journalctl -b <nr> to show journal messages of a previous boot
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: check whether it is OK if the client can still modify delivered journal entries
f47ec8ebb3858553dec870e1c596e39525f46360Lennart Poettering - journal live copy, based on libneon (client) and libmicrohttpd (server)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: add kernel cmdline option to disable ratelimiting for debug purposes
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - refuse taking lower-case variable names in sd_journal_send() and friends.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: deal nicely with byte-by-byte copied files, especially regards header
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: store euid in journal if it differs from uid
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
601d9d6fb394a780765e80581daab850623e9698Josh Triplett - Replace utmp, wtmp, btmp, and lastlog completely with journal
601d9d6fb394a780765e80581daab850623e9698Josh Triplett - Port upower to use the journal for historical power information used in future calculations
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document unit_name_mangle()
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document that deps in [Unit] sections ignore Alias= fileds in
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering [Install] units of other units, unless those units are disabled
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Document word splitting syntax for ExecStart= and friends
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document that units from /etc override those from /usr and /run
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document the exit codes when services fail before they are exec()ed
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - document that service reload may be implemented as service reexec
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - document in wiki how to map ical recurrence events to systemd timer unit calendar specifications
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl list-jobs - show dependencies
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add systemctl switch to dump transaction without executing it
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Add a verbose mode to "systemctl start" and friends that explains what is being done or not done
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - "systemctl disable" on a static unit prints no message and does
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering nothing. "systemctl enable" does nothing, and gives a bad message
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering about it. Should fix both to print nice actionable messages.
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - print nice message from systemctl --failed if there are no entries shown, and hook that into ExecStartPre of rescue.service/emergency.service
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - add new command to systemctl: "systemctl system-reexec" which reexecs as many daemons as virtually possible
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl enable: improve the success messages (i.e. more human readable, less shell-like)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl enable: fail if target to alias into doesn't exist? maybe show how many units are enabled afterwards?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - systemctl: "Journal has been rotated since unit was started." message is misleading
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - support "systemctl stop foobar@.service" to stop all units matching a certain template
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
e673ad0415d89c322e5b1a121e411f1b1d8075c0Lennart Poettering* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* deal with sendmail/postfix exclusivity
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - configurable jitter for timer events
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - timer events with system resume
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - timer units should get the ability to trigger when:
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - Support 2012-02~4 as syntax for specifying the fourth to last day of the month.
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* update the kernel's TZ (sys_tz) when DST changes
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers* sync down the system time to the RTC when:
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers - CLOCK_REALTIME makes jumps (the user explicitely requested a time set)
f6113d42d015ad9f3a9e702a09eb8006511a4424Kay Sievers - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp)
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime
7a43e910ce00eef22fd42925ae4c85cbea1b1320Kay Sievers mode, it will never touch the RTC if the no reliable time source is active or the
d2e83c23f5f0cdd3b6ec05c5c40209708721e704Kay Sievers user did not request anything like it.
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - implement conditional properties (dmi matches)
6c1703cc35b3a5f93ad3cc813fea10cb9a636102Kay Sievers - hwdb --filter=ID_DRIVE_*
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering* if booted in "quiet" mode, and an error happens, turn on status
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering output again, so that the emergency mode isn't totally
59704f3e937c664f7324bfbb08483c358dfbc4c6Lennart Poettering surprising. Also, terminate plymouth.
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* libunwind support for coredump pattern hook, and includes this in
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering the message for coredumps. After all, libunwind is now capable to
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering unwind coredumps since a few weeks ago. This probably requires that
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering we have nice support for multi-line messages on display in
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering logs-show.c. Alternatively: use libelfutil, which seems to be the
7f8732835295fce29479b1afc9e8ee801852db09Lennart Poettering better supported alternative.
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering* figure out relation of --all and --full in the various tools
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering* add libsystemd-password or so to query passwords during boot using the password agent logic
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart 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().
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* fedup: add --unit to systemctl switch-root somehow
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* fedup: don't delete initrd on switch-root
1cb88f2c61f590083847d65cd5a518e834da87d3Lennart Poettering* fedup: generator
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - timedated: refuse time changes when NTP is on
a7a3f28be404875eff20443a0fa8088bcc4c18dfLennart Poettering* clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed
9b27910bb0c23e5225fc1177176e4f9bf9bf787bLennart Poettering* introduce generic AUGMENT_PID=, AUGMENT_DEVICE= fields
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* on shutdown: move utmp, wall, audit logic all into PID 1 (or logind?), get rid of systemd-update-utmp-runlevel
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers* add "provisioning" instructions to setup an empty /etc + /var
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - used to setup a new container from a shared /usr
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - superset of tmpfiles model
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - instructions shipped by packages and stored in /usr/lib/
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - compose /etc/passwd and /etc/group, copy files
7d8197d1f25c1291855bb6cffc705444978c6d8dKay Sievers - able to create uid + gid used by packages, for file ownership
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers* make repeated alt-ctrl-del presses printing a dump, or even force a reboot without
9ee58bddeb6eb044753167e0047fe836479ca5dbKay Sievers waiting for the timeout
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* high level net_prio setting in execution context
71ef24d09573874c0f7bc323c07c3aec2a458707Lennart Poettering* hostnamed: before returning information from /etc/machine-info.conf check the modification data and reread. Similar for localed, ...
1b89884ba31cbe98f159ce2c7d6fac5f6a57698fLennart Poettering* currently x-systemd.timeout is lost in the initrd, since crypttab is copied into dracut, but fstab isn't
15abdb9a6f34628b04b887e0b9649fa582d6cd37Lennart Poettering* refuse boot if /etc/machine-id is not useful (or set taint?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - nspawn: consider changing users for -u with su, so that NSS resolving works correctly
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - nspawn: implement personality changes a la linux32(8)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - nspawn: --read-only is not applied recursively to submounts
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - nspawn: make use of device cgroup controller by default
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - bind mount read-only the cgroup tree higher than nspawn
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - nspawn: investigate whether we can support the same as LXC's
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering lxc.network.type=phys mode, and pass through entire network
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering interfaces to the container
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - nspawn: maybe add a way to drop additional caps, in addition to add additional caps
eb124a97fb72d076014253b1acde69d428f15ecfLennart Poettering - nspawn: maybe explicitly reset loginuid?
3679d1126bae52e02f6cd60fca196f616b9e660dLennart 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?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54982
5f1dac6bf605871615b35891a3966fa474db5b20Lennart Poettering - support rd.luks.allow-discards= kernel cmdline params in cryptsetup generator
de34a42bcad31f0648ac0f249801310e0dbf83f9Lennart Poettering* move debug shell to tty6 and make sure this doesn't break the gettys on tty6
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it
41f9172f427bdbb8221c64029f78364b8dd4e527Lennart Poettering https://bugs.freedesktop.org/show_bug.cgi?id=54712
424a19f8a2061c6b058283228734010b2fa24db4Lennart Poettering* after deserializing sockets in socket.c we should reapply sockopts and things
a1cccad1fe88ddd6943e18af97cf7f466296970fLennart Poettering* make timer units go away after they elapsed
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html
d05c556b6b2a680ec8b51ecbbc99a9ab14c28eedZbigniew Jędrzejewski-Szmek (network and remote-fs on shutdown)
8556879e0d14925ce897875c6c264368e2d048c2Lennart Poettering* come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead
4a30847b9d71e0381948d68279c8f775b9de7850Lennart Poettering* move PID 1 segfaults to /var/lib/systemd/coredump?
5e8b28838e493b59628322b69580097ef7dd9384Lennart Poettering* create /sbin/init symlinks from the build system
d87be9b0af81a6e07d4fb3028e45c4409100dc26Lennart Poettering* Query Paul Moore about relabelling socket fds while they are open
88f89a9b6d25dfcb89691727c8cdaf01f4090b72Lennart Poettering* system.conf should have controls for cgroups
38a60d7112d33ffd596b23e8df53d75a7c09e71bLennart Poettering* allow writing multiple conditions in unit files on one line
d8b78264a5245307babbf5af8e39d6d4a1ae095fLennart Poettering* explore multiple service instances per listening socket idea
7560fffcd2531786b9c1ca657667a43e90331326Lennart Poettering* shutdown: don't read-only mount anything when running in container
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
edca2e2348b314e2d892fe6f8ae276fdc223f014Thomas Hindoe Paaboel Andersen when done. That means clients don't get a successful method reply,
68f160039eb78fe122cfe0d4c49695ae91f6f0d1Lennart Poettering but much rather a disconnect on success.
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=
4d9909c93e9c58789c71b34555a1908307c6849eLennart Poettering* dracut-shutdown needs to be ordered before unmounting /boot
47ae7201b1df43bd3da83a19e38483b0e5694c99Lennart Poettering* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
88a6c5894c9d3f85d63b87b040c130366b4006ceKay Sievers* 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?
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - syscall filter: port to libseccomp
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - system-wide seccomp filter
be0aa78406c73a6625308dc0672b5ff27ec6f9a8Lennart Poettering* .device aliases need to be implemented with the "following" logic, probably.
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.
3471bedc005fab03f40b99bf6599645330adcd9eLennart Poettering* introduce Type=pid-file
59cea26a349cfa8db906b520dac72563dd773ff2Lennart Poettering* change Requires=basic.target to RequisiteOverride=basic.target
5b40d33761376354116a8cddb9b9fbdb6c4727d6Lennart Poettering* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
b86fa936ce36976cd6a96034cf14ea267695bcb2Lennart Poettering* move passno parsing to fstab generator
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers* automount: implement expire:
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - every timeout/4 (original autofs logic)
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - blocking, needs a thread
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - run until -EAGAIN
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - receive expire packet on pipe if kernel tells the timeout is over
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - call umount
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
d3a3f22267a7dac426b07a7ed0baa1632f5daf04Kay Sievers - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
06dab8e18aebf822392c7ca66c5bf3c1200fdec8Lennart Poettering* services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)
e01a15b71e18bf2008aec7e75041ffa42eb80b80Kay Sievers* ExecOnFailure=/usr/bin/foo
98ef27df896f36f0407eaa7ed9e295203b9c271bLennart Poettering* ConditionSecurity= should learn about IMA and SMACK
3f60bcb5e69846fe8a3156ca1c9a7e0813ac158aKay Sievers - remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n)
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - move to LGPL
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - unify utf8 validator code with shared/
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - kill scsi_id
abd55b16547d0bb0ed1c31e72e16838f0f59f48bKay Sievers - add trigger --subsystem-match=usb/usb_device device
18b754d345ecb0b15e369978aaffa72e9814b86aKay Sievers* cleanup syslog 'priority' vs. 'level' wording
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
9586cdfab6a2638078702b7fea7e16b3a71899e2Lennart Poettering* add DeleteSocketsOnStop=yes|no option to socket units
7f110ff9b8828b477e87de7b28c708cf69a3d008Lennart Poettering* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
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?
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
4cbd9ecf45f64c3a9acc99d473fbf3be3687ae24Lennart Poettering* when an instanced service exits, remove its parent cgroup too if possible.
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?
ad740100d108282d0244d5739d4dcc86fe4c5fdeLennart Poettering* when a bus name of a service disappears from the bus make sure to queue further activation requests
de6c78f8795743894431a099d26ec562a8acf3dfLennart Poettering* tmpfiles: apply "x" on "D" too (see patch from William Douglas)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering* for services: 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
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
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.
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* and a dbus call to generate target from current state
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - drop /.readahead on bigger upgrades with yum
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart Poettering - move readahead files into /var (look for them with .path units?)
b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0Lennart 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/
21bdae12e11ae20460715475d8a0c991f15464acLennart Poettering* add support for /bin/mount -s
9534ce54858c67363b841cdbdc315140437bfdb4Lennart Poettering* GC unreferenced jobs (such as .device jobs)
68c7d001f4117f0c3d0a4582e32cbb03ae5fac57Lennart Poettering* write blog stories about:
796b06c21b62d13c9021e2fbd9c58a5c6edb2764Kay Sievers - hwdb: what belongs into it, lsusb
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
8bbabc447b1d913bd21faf97c7b17d20d315d2b4Lennart Poettering - testing with Harald's awesome test kit
f530371f1f85a070d7d0fb5112146a43533ae00bLennart Poettering - auto-restart
e707c49485b8f4f2ec040d3da232d39153e650b9Lennart Poettering - how to develop against journal browsing APIs
a19554ed92a7460b4e709cc40c558cde827ab85bLennart Poettering - the journal HTTP iface
a73d88fa024b5668ed7dde681e99547d41e6a864Lennart Poettering - non-cgroup resource management
a74a8793b04de9886b4f6987b9cb86fa02c73520Lennart Poettering - dynamic resource management with cgroups
3040728b6691ea2e9df3a2060e2d49a792bbaedaLennart Poettering - refreshed, longer missions statement
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - calendar time events
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - init=/bin/sh vs. "emergency" mode, vs. "rescue" mode, vs. "multi-user" mode, vs. "graphical" mode, and the debug shell
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - how to create your own target
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - instantiated apache, dovecot and so on
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering - hooking a script into various stages of shutdown/rearly booot
44143309dd0b37d61d7d842ca58f01a65646ec71Kay Sievers* allow port=0 in .socket units
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering* support systemd.mask= on the kernel command line.
260abb780a135e4cae8c10715c7e85675efc345aLennart Poettering* recreate systemd's D-Bus private socket file on SIGUSR2
a8f11321c209830a35edd0357e8def5d4437d854Lennart Poettering* Support --test based on current system state