Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | TODO | Tom Gundersen | |
2015-11-27 | update TODO | Lennart Poettering | |
2015-11-24 | update TODO | Lennart Poettering | |
2015-11-18 | update TODO | Lennart Poettering | |
2015-11-16 | TODO: sort | David Herrmann | |
2015-11-13 | Merge pull request #1869 from poettering/kill-overridable | Michal Schmidt | |
Remove support for RequiresOverridable= and RequisiteOverridable= | |||
2015-11-12 | update TODO | Lennart Poettering | |
2015-11-12 | update TODO | Lennart Poettering | |
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe 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-11 | update TODO | Lennart Poettering | |
2015-11-10 | TODO: remove SYSTEMD_PAGER | Zbigniew Jędrzejewski-Szmek | |
This is already done in Fedora rawhide. | |||
2015-11-10 | update TODO | Lennart Poettering | |
2015-11-10 | Merge pull request #1831 from keszybz/todo-trimming | Tom Gundersen | |
Todo trimming | |||
2015-11-10 | man: describe the reason why runlevels are obsolete | Zbigniew 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-10 | man: tweak description of machinectl show | Zbigniew Jędrzejewski-Szmek | |
Also, machinectl status is anything but terse. Remove "terse". | |||
2015-11-10 | TODO: update for lz4/xz stuff | Zbigniew Jędrzejewski-Szmek | |
No point in fixing xz now that lz4 is the default. | |||
2015-11-06 | doc: correct orthography, word forms and missing/extraneous words | Jan Engelhardt | |
2015-11-02 | Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t" | Lennart Poettering | |
2015-11-02 | Merge pull request #1740 from shawnl/master | Daniel Mack | |
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t | |||
2015-11-02 | update TODO | Karel 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-31 | utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t | Shawn 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-27 | update TODO | Lennart Poettering | |
2015-10-22 | update TODO | Lennart Poettering | |
2015-10-19 | update TODO | Lennart Poettering | |
2015-10-09 | update TODO | Michal Sekletar | |
2015-10-07 | update TODO | Lennart Poettering | |
2015-09-30 | update TODO | Lennart Poettering | |
2015-09-22 | update TODO | Lennart Poettering | |
2015-09-11 | TODO | Lennart Poettering | |
2015-09-10 | update TODO | Lennart Poettering | |
2015-09-08 | update TODO | Lennart Poettering | |
2015-09-05 | TODO: update networkd section | David Herrmann | |
Remove two freshly implemented features, and add TSO support as a new one. | |||
2015-08-31 | update TODO | Lennart Poettering | |
2015-08-27 | update TODO | Lennart Poettering | |
2015-08-20 | update TODO | Lennart Poettering | |
2015-08-17 | Merge pull request #974 from teg/resolved-fixes-2 | Daniel Mack | |
resolved: debugging improvements | |||
2015-08-16 | update TODO | Lennart Poettering | |
2015-08-16 | Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3 | Lennart Poettering | |
Allow arbitrary file paths to be passed to nspawn (v3) | |||
2015-08-16 | TODO | Tom Gundersen | |
2015-08-16 | update TODO | Lennart Poettering | |
2015-08-14 | update TODO | Lennart Poettering | |
2015-08-07 | strv: convert strv_split_quotes into a generic strv_split_extract | Richard 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-07 | util: change unquote_*_word to extract_*_word | Richard Maw | |
It now takes a separators argument, which defaults to WHITESPACE if NULL is passed. | |||
2015-08-06 | update TODO | Lennart Poettering | |
2015-08-05 | TODO: remove obsolete fedup related todos | Johnny 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-28 | TODO | Tom Gundersen | |
2015-07-23 | Merge pull request #537 from poettering/nss-mymachines-userns | David Herrmann | |
Hook up container userns with nss-mymachines | |||
2015-07-20 | Merge pull request #549 from ssahani/dhcp | Tom Gundersen | |
networkd: allow hostname override | |||
2015-07-14 | Merge pull request #586 from teg/resolved-rrs-3 | Daniel Mack | |
resolved: minor improvements to RR handling | |||
2015-07-14 | resolved: rr - print formated timestamps in RRSIG | Tom Gundersen | |