Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-12 | job: always add waiting jobs to run queue during coldplug | Michael Marineau | |
commit 20a83d7bf was not equivalent to the original bug fix proposed by Michal Sekletar <msekleta@redhat.com>. The committed version only added the job to the run queue if the job had a timeout, which most jobs do not have. Just re-ordering the code gets us the intended functionality | |||
2014-05-11 | networkd: get preexiting addresses when a link is added | Tom Gundersen | |
2014-05-10 | networkd: listen for address changes | Tom Gundersen | |
This is proof-of-concept only, as we only log the changes but don't do anything with it. | |||
2014-05-10 | rtnl: message - fix check for broadcast messages | Tom Gundersen | |
2014-05-10 | rtnl: message - read group membership of incoming messages | Tom Gundersen | |
2014-05-10 | rtnl: message - verify that we read the pending message size from the kernel | Tom Gundersen | |
Reuse the auth-checking for both the peek and the real read. | |||
2014-05-10 | rtnl: message - move code around | Tom Gundersen | |
No functional change. | |||
2014-05-10 | rtnl: change from bitmask to enum for rtnl groups | Tom Gundersen | |
The bitmask is deprecated in the kernel, so move to the new interface. At the moment this does not make a difference for us, but it avoids having to change the API in the future. | |||
2014-05-10 | networkd: link - redo flag change logging | Tom Gundersen | |
Make the logging less verbose by only printing all the changed flags on one line, at the same time make it more complete by supporting all flags currently supported by the kernel. We still fall back to printing the raw flags in case we get something we do not recognize This may be useful when running on new kernels. | |||
2014-05-10 | sd-rtnl: message - add support for getting prefixlen from address messages | Tom Gundersen | |
2014-05-10 | networkd: network - fix leak | Tom Gundersen | |
2014-05-10 | networkd: manager - initialize variables | Tom Gundersen | |
2014-05-10 | networkd: netdev - rephrase logging message a bit | Tom Gundersen | |
Make it fit with what is logged from the link. | |||
2014-05-10 | networkd: manager - refactor link tracking a bit | Tom Gundersen | |
2014-05-10 | systemctl: return an error code is status fails | Zbigniew Jędrzejewski-Szmek | |
This got lost in the refactoring in f74294c1dabb4. Also make sure that the return code corresponds to the *first* failure, not the last. https://lists.fedoraproject.org/pipermail/devel/2014-May/199080.html | |||
2014-05-09 | networkd: link - don't log errors when missing routes/addresses are dropped | Tom Gundersen | |
We were ignoring the wrong errno. | |||
2014-05-09 | networkd: link - handle links coming back to life | Tom Gundersen | |
When enslaving devices, we may receieve DELLINK/NEWLINK for the same ifindex, let's not be confused by this. | |||
2014-05-09 | networkd: reorder bonding and bridging | Tom Gundersen | |
A link should only ever be part of one, but if we accidentally do both, let's do it in the right order so the failure is more obvious in the logs. | |||
2014-05-09 | sd-dhcp-client: improve logging when stopping client | Tom Gundersen | |
'Requested by user' was confusing, just drop it. | |||
2014-05-09 | networkd: manager - drop links and netdevs when we receive DELLINK | Tom Gundersen | |
2014-05-09 | networkd: netdev - drop if creation fails | Tom Gundersen | |
This ensures that all links waiting to be enslaved are notified that the netdev does not exist. | |||
2014-05-09 | networkd: link - introduce LINGER state and link_drop() | Tom Gundersen | |
We need the LINGER state in case we still have references to the link after it has been dropped. | |||
2014-05-09 | networkd: netdev - introduce LINGER state and netdev_drop() | Tom Gundersen | |
We need the LINGER state in case we still have references to the netdev after it has been dropped. | |||
2014-05-09 | networkd: netdev - cancel all callbacks when freeing | Tom Gundersen | |
This notifies the link that the netdev no longer exists. | |||
2014-05-09 | networkd: link - take refcounts on links | Tom Gundersen | |
We need to take a refcount on the link whenever we expect a callback. The exceptions are the ipv4ll/dhcp clients as their lifetimes are guaranteed to be shorter than that of the link. | |||
2014-05-09 | networkd: network - do reference counting on netdevs | Tom Gundersen | |
2014-05-09 | networkd: network - merge all netdev parsing into one function | Tom Gundersen | |
2014-05-09 | networkd: introduce refcounting for Links and NetDevs | Tom Gundersen | |
2014-05-09 | networkd: link - clean up state files | Tom Gundersen | |
Also keep the path to the lease file around rather than regenarating it all the time. | |||
2014-05-09 | man: sd_journal_send does nothing when journald is not available | Zbigniew Jędrzejewski-Szmek | |
https://bugzilla.redhat.com/show_bug.cgi?id=1096067 | |||
2014-05-08 | timesyncd: read global operational state from networkd | Tom Gundersen | |
2014-05-08 | sd-network: expose global operational state | Tom Gundersen | |
2014-05-08 | timesyncd: only run when the system has a carrier on a network interface | Tom Gundersen | |
As the operational state detection in sd-network is still too primitive, timesyncd will likely try to connect a bit early, so the first attempt will fail. | |||
2014-05-08 | networkd-wait-online: flush monitor events after processing | Tom Gundersen | |
Otherwise the event will trigger immediately again. | |||
2014-05-08 | networkd-wait-online: fix false positives when checking if a link is managed ↵ | Tom Gundersen | |
by networkd | |||
2014-05-08 | networkd: link - operstate is an enum, not a bitmask | Tom Gundersen | |
2014-05-08 | core: check the right variable for failed open() | Łukasz Stelmach | |
2014-05-07 | doc: balance C indirections in function prototypes | Jan Engelhardt | |
Shift the asterisks in the documentation's prototypes such that they are consistent among each other. Use the right side to match what is used in source code. Addendum to commit v209~82. | |||
2014-05-07 | doc: write out stdin/stdout file descriptors | Jan Engelhardt | |
"When refering to code, STDOUT/STDOUT/STDERR are replaced with stdin/stdout/stderr, and in other places they are replaced with normal phrases like standard output, etc." Addendum to commit v209~127. | |||
2014-05-07 | doc: comma placement corrections and word order | Jan Engelhardt | |
Set commas where there should be some. Some improvements to word order. | |||
2014-05-07 | doc: corrections to words and forms | Jan Engelhardt | |
This patch exchange words which are inappropriate for a situation, deletes duplicated words, and adds particles where needed. | |||
2014-05-07 | backlight: handle saved brightness exceeding max brightness | Jani Nikula | |
If too high a brightness value has been saved (e.g. due to kernel mechanism changing from one kernel version to another, or booting the userspace on another system), the brightness update fails and the process exits. Clamp saved brightness between the policy minimum introduced in commit 7b909d7407965c03caaba30daae7aee113627a83 Author: Josh Triplett <josh@joshtriplett.org> Date: Tue Mar 11 21:16:33 2014 -0700 backlight: Avoid restoring brightness to an unreadably dim level and the absolute maximum. https://bugs.freedesktop.org/show_bug.cgi?id=78200 | |||
2014-05-07 | po: add Greek translation | Dimitris Spingos | |
https://bugs.freedesktop.org/show_bug.cgi?id=78064 | |||
2014-05-07 | networkd-wait-online: rely purely on sd-network events and drop rtnl hooks | Tom Gundersen | |
2014-05-07 | networkd: link - always maintain link operstate regardless of admin state | Tom Gundersen | |
2014-05-07 | sd-network: expose both admin and operational state directly | Tom Gundersen | |
Also add a call to check if a link is loopback, as this should commonly be ignored. | |||
2014-05-07 | timesyncd: shorten log message | Kay Sievers | |
2014-05-06 | doc: adhere to XML syntax | Jan Engelhardt | |
2014-05-06 | doc: typographical fine tuning | Jan Engelhardt | |
2014-05-06 | doc: use non-contracted forms in written documents | Jan Engelhardt | |