summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2015-12-10Merge pull request #2096 from teg/resolved-cacheDaniel Mack
Misc resolved cache fixes
2015-12-10TODOTom Gundersen
2015-12-10importd: drop dkr supportLennart Poettering
The current code is not compatible with current dkr protocols anyway, and dkr has a different focus ("microservices") than nspawn anyway ("whole machine containers"), hence drop support for it, we cannot reasonably keep this up to date, and it creates the impression we'd actually care for the microservices usecase.
2015-11-27update TODOLennart Poettering
2015-11-24update TODOLennart Poettering
2015-11-18update TODOLennart Poettering
2015-11-16TODO: sortDavid Herrmann
2015-11-13Merge pull request #1869 from poettering/kill-overridableMichal Schmidt
Remove support for RequiresOverridable= and RequisiteOverridable=
2015-11-12update TODOLennart Poettering
2015-11-12update TODOLennart Poettering
2015-11-11execute: Add new PassEnvironment= directiveFilipe Brandenburger
This directive allows passing environment variables from the system manager to spawned services. Variables in the system manager can be set inside a container by passing `--set-env=...` options to systemd-spawn. Tested with an on-disk test.service unit. Tested using multiple variable names on a single line, with an empty setting to clear the current list of variables, with non-existing variables. Tested using `systemd-run -p PassEnvironment=VARNAME` to confirm it works with transient units. Confirmed that `systemctl show` will display the PassEnvironment settings. Checked that man pages are generated correctly. No regressions in `make check`.
2015-11-11update TODOLennart Poettering
2015-11-10TODO: remove SYSTEMD_PAGERZbigniew Jędrzejewski-Szmek
This is already done in Fedora rawhide.
2015-11-10update TODOLennart Poettering
2015-11-10Merge pull request #1831 from keszybz/todo-trimmingTom Gundersen
Todo trimming
2015-11-10man: describe the reason why runlevels are obsoleteZbigniew Jędrzejewski-Szmek
Put it at the top of the file, where it's hard to miss. Also add the mapping of runlevel → target because since it is now static. I'm not adding runlevel(7), because we do not want to make obsolete stuff even more prominent.
2015-11-10man: tweak description of machinectl showZbigniew Jędrzejewski-Szmek
Also, machinectl status is anything but terse. Remove "terse".
2015-11-10TODO: update for lz4/xz stuffZbigniew Jędrzejewski-Szmek
No point in fixing xz now that lz4 is the default.
2015-11-06doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt
2015-11-02Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"Lennart Poettering
2015-11-02Merge pull request #1740 from shawnl/masterDaniel Mack
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
2015-11-02update TODOKarel Zak
- inotify utab has been removed and we use libmount now - x-systemd.requires= fstab option has been implemented to specify dependencies in fstab
2015-10-31utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden
rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring to unicode chars, to make things more expressive.
2015-10-27update TODOLennart Poettering
2015-10-22update TODOLennart Poettering
2015-10-19update TODOLennart Poettering
2015-10-09update TODOMichal Sekletar
2015-10-07update TODOLennart Poettering
2015-09-30update TODOLennart Poettering
2015-09-22update TODOLennart Poettering
2015-09-11TODOLennart Poettering
2015-09-10update TODOLennart Poettering
2015-09-08update TODOLennart Poettering
2015-09-05TODO: update networkd sectionDavid Herrmann
Remove two freshly implemented features, and add TSO support as a new one.
2015-08-31update TODOLennart Poettering
2015-08-27update TODOLennart Poettering
2015-08-20update TODOLennart Poettering
2015-08-17Merge pull request #974 from teg/resolved-fixes-2Daniel Mack
resolved: debugging improvements
2015-08-16update TODOLennart Poettering
2015-08-16Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3Lennart Poettering
Allow arbitrary file paths to be passed to nspawn (v3)
2015-08-16TODOTom Gundersen
2015-08-16update TODOLennart Poettering
2015-08-14update TODOLennart Poettering
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw
strv_split_extract is to strv_split_quotes as extract_first_word was to unquote_first_word. Now there's extract_first_word for extracting a single argument, extract_many_words for extracting a bounded number of arguments, and strv_split_extract for extracting an arbitrary number of arguments.
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
It now takes a separators argument, which defaults to WHITESPACE if NULL is passed.
2015-08-06update TODOLennart Poettering
2015-08-05TODO: remove obsolete fedup related todosJohnny Robeson
Fedup is being replaced by a dnf plugin that relies on systemd offline updates as per https://fedoraproject.org/wiki/Changes/DNF_System_Upgrades
2015-07-28TODOTom Gundersen
2015-07-23Merge pull request #537 from poettering/nss-mymachines-usernsDavid Herrmann
Hook up container userns with nss-mymachines
2015-07-20Merge pull request #549 from ssahani/dhcpTom Gundersen
networkd: allow hostname override