summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAge
* update TODOLennart Poettering2014-06-11
|
* update TODOLennart Poettering2014-06-11
|
* update TODOLennart Poettering2014-06-06
|
* update TODOLennart Poettering2014-06-06
|
* update TODOLennart Poettering2014-06-05
|
* update TODOLennart Poettering2014-06-05
|
* update TODOLennart Poettering2014-06-05
|
* update TODOLennart Poettering2014-06-05
|
* update TODOLennart Poettering2014-06-04
|
* update TODOLennart Poettering2014-06-04
|
* fsck: disable "-l" option for nowKay Sievers2014-06-04
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=79576#c5
* update TODOLennart Poettering2014-05-22
|
* update TODOLennart Poettering2014-05-22
|
* update TODOLennart Poettering2014-05-22
|
* sd-dhcp-client: factor out dhcp packet allocationTom Gundersen2014-05-21
|
* TODOSusant Sahani2014-05-19
| | | | | | | | | | IFLA_IPTUN_PMTUDISC IFLA_IPTUN_FLAGS (ISA_TAP) FLA_IPTUN_6RD_PREFIX FLA_IPTUN_6RD_RELAY_PREFIX IFLA_IPTUN_6RD_PREFIXLEN IFLA_IPTUN_6RD_RELAY_PREFIXLEN
* networkd-wait-online: wait for addresses to be configuredTom Gundersen2014-05-19
|
* timesyncd: only attempt to connect when an address is configuredTom Gundersen2014-05-19
| | | | | For now, we accept both link-local and routable addresses, maybe we want to restrict ourselves to routable addresses only.
* update TODOLennart Poettering2014-05-19
|
* update TODOLennart Poettering2014-05-18
|
* update TODOLennart Poettering2014-05-18
|
* TODOTom Gundersen2014-05-17
|
* TODOTom Gundersen2014-05-16
|
* Update TODOLennart Poettering2014-05-16
|
* update TODOLennart Poettering2014-05-15
|
* Make systemctl --root look for files in the proper placesZbigniew Jędrzejewski-Szmek2014-05-15
| | | | | | | | | | | | | | | | | | | | Running systemctl enable/disable/set-default/... with the --root option under strace reveals that it accessed various files and directories in the main fs, and not underneath the specified root. This can lead to correct results only when the layout and configuration in the container are identical, which often is not the case. Fix this by adding the specified root to all file access operations. This patch does not handle some corner cases: symlinks which point outside of the specified root might be interpreted differently than they would be by the kernel if the specified root was the real root. But systemctl does not create such symlinks by itself, and I think this is enough of a corner case not to be worth the additional complexity of reimplementing link chasing in systemd. Also, simplify the code in a few places and remove an hypothetical memory leak on error.
* core: sysvcompat - $network should be equivalent to network-online, rather ↵Tom Gundersen2014-05-14
| | | | | | | | | | | | | | | | | | than network target Most likely the facility needed is actual connectivity, rather than whether or not the network managment daemon is running. We also need to explicitly pull in the network-online.target, as it is not active by default. This means {systemd-networkd,NetworkManager}-wait-online.service, can be enabled by default as part of network-online.target, and only delay boot when some service actively pulls it in. See: <https://bugzilla.gnome.org/show_bug.cgi?id=728965> Cc: Pavel Šimerda <psimerda@redhat.com> Cc: Michal Sekletar <msekleta@redhat.com>
* networkd: Add todo patch kernel for tunnel module aliasSusant Sahani2014-05-12
| | | | | | | Add to todo : 1. Patch kernel to support module alias for tunnel device 2. Remove libkmod dependency from networkd
* doc: typographical fine tuningJan Engelhardt2014-05-06
|
* doc: use non-contracted forms in written documentsJan Engelhardt2014-05-06
|
* update TODOLennart Poettering2014-05-06
|
* update TODOLennart Poettering2014-05-06
|
* update TODOLennart Poettering2014-05-06
|
* update TODOLennart Poettering2014-05-05
|
* TODOTom Gundersen2014-05-03
|
* update TODOLennart Poettering2014-05-02
|
* update TODOMichal Sekletar2014-04-29
|
* TODO: networkTom Gundersen2014-04-28
|
* networkd: update TODOUmut Tezduyar Lindskog2014-04-27
|
* update TODOLennart Poettering2014-04-25
|
* update TODOLennart Poettering2014-04-25
|
* update TODOLennart Poettering2014-04-23
|
* update TODOLennart Poettering2014-04-23
|
* systemctl: add --recursive for list-timersThomas Hindoe Paaboel Andersen2014-04-16
|
* update TODOLennart Poettering2014-04-13
|
* update TODOLennart Poettering2014-04-13
|
* journal: properly detect language specified in lineZbigniew Jędrzejewski-Szmek2014-04-12
| | | | | ... it turns out that the duplicates in our own catalog were not real duplicates, but translations.
* systemctl: update NAME to PATTERN in help()Zbigniew Jędrzejewski-Szmek2014-04-05
| | | | Previously the man page was modified, but not help().
* networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog2014-04-03
| | | | | | | | | | | | | | | | | | Currently when both ipv4ll and dhcp are enabled, ipv4ll address (if one has been claimed) is removed when dhcp address is aquired. This is not the best thing to do since there might be clients unaware of the removal trying to communicate. This patch provides a smooth transition between ipv4ll and dhcp. If ipv4ll address was claimed [1] before dhcp, address is marked as deprecated. Deprecated address is still a valid address and packets can be received on it but address cannot be selected as a source address. If dhcp lease cannot be extended, then ipv4ll address is marked as valid again. [1] If there is no collision, claiming IPv4LL takes between 4 to 7 seconds.
* TODOTom Gundersen2014-03-31
|