Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-05-06 | sd-dhcp-client: use asynchronous_close() | Tom Gundersen | |
close() is a blocking call, which may slow things down measurably when running many dhcp clients in the same single-threaded main loop. Let's just use the asynchronous version instead to avoid the problem. | |||
2014-05-06 | sd-dhcp: network - don't leak sockets on failure | Tom Gundersen | |
Also some general cleanups | |||
2014-05-06 | sd-dhcp: network - set TOS on outgoing packets | Tom Gundersen | |
This should improve performance on busy wireless networks and the like. Inspired by a similar change in dnsmasq. | |||
2014-05-06 | dhcp-network: don't pass ifindex to bind_udp_socket | Tom Gundersen | |
UDP sockets can anyway not be bound to specific netdev's. The packages would have to be filtered when received instead. | |||
2014-05-06 | man: document sd_event_add_time(3) | Lennart Poettering | |
2014-05-06 | timesyncd: hook up systemd-timesyncd with systemd-timedated | Lennart Poettering | |
Later on we will probably remove support for controlling any other NTP implementations but systemd-timesyncd, but for now, let's keep things generic | |||
2014-05-06 | timesyncd: never accept NTP time from server that is older than systemd's ↵ | Lennart Poettering | |
release time | |||
2014-05-06 | journald: remove some dead code | Lennart Poettering | |
2014-05-06 | load-fragment: minor cleanup | Lennart Poettering | |
2014-05-06 | update TODO | Lennart Poettering | |
2014-05-06 | timesyncd: read server settings from a configuration file | Lennart Poettering | |
Also, allow compiling in a default server list via a configure command line item. | |||
2014-05-06 | timesyncd: when an NTP server doesn't respond, proceed with the next | Lennart Poettering | |
2014-05-06 | list: make LIST_FIND_TAIL work for empty lists | Lennart Poettering | |
2014-05-06 | update TODO | Lennart Poettering | |
2014-05-06 | timesyncd: keep order of NTP servers | Lennart Poettering | |
2014-05-06 | update TODO | Lennart Poettering | |
2014-05-06 | timesyncd: make sure to reread /etc/resolv.conf when we try the next NTP server | Lennart Poettering | |
2014-05-06 | timesyncd: accept NTP version 3 responses | Kay Sievers | |
2014-05-06 | timesyncd: add a more servers by default | Lennart Poettering | |
2014-05-06 | timesyncd: also try next server when sendto() fails | Lennart Poettering | |
2014-05-06 | timesyncd: don't busy loop when we cannot connect to any servers | Lennart Poettering | |
2014-05-06 | timesyncd: properly handle multiple configured NTP servers and multiplei IP ↵ | Lennart Poettering | |
addresses per server name | |||
2014-05-05 | timesyncd: lookup name server via sd-resolve, support IPv6, react to ↵ | Lennart Poettering | |
SIGINT/SITERM | |||
2014-05-05 | sd-resolve: make sure we can destroy a query object from its own callback ↵ | Lennart Poettering | |
handler | |||
2014-05-05 | sd-event: allow disabling event sources when an event object is dying anyway | Lennart Poettering | |
2014-05-05 | sd-event: make it easy to bind signal handling to event loop exits | Lennart Poettering | |
By passing a NULL callback provide a simple way to make event loops exit on SIGTERM and other signals. | |||
2014-05-05 | timesync: use safe_close() where possible | Lennart Poettering | |
2014-05-05 | timesync: always initialize structs when declaring them as far as possible ↵ | Lennart Poettering | |
with contsant values | |||
2014-05-05 | build-sys: enable timesyncd by default | Lennart Poettering | |
2014-05-05 | update TODO | Lennart Poettering | |
2014-05-05 | build-sys: move async.[ch] to src/shared | Lennart Poettering | |
So that we can use it at multiple places. | |||
2014-05-05 | core: require cgroups filesystem to be available | Kay Sievers | |
We should no longer pretend that we can run in any sensible way without the kernel supporting us with cgroups functionality. | |||
2014-05-05 | hwdb: update | Kay Sievers | |
2014-05-05 | timesyncd: log drift value as signed | Kay Sievers | |
2014-05-03 | sd-rtnl-message: append - fix uninitialized memory | Tom Gundersen | |
We were not properly clearing the padding at the front of some containers. | |||
2014-05-03 | sd-rtnl: route - allow setting multiple matching routes | Tom Gundersen | |