Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | timesyncd: keep order of NTP servers | 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: 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 | 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 | |
2014-05-03 | timesyncd: log drift correction | Kay Sievers | |
2014-05-02 | async: add asynchronous close() call | Lennart Poettering | |
2014-04-30 | timesyncd: use nanosecond mode | Kay Sievers | |
2014-04-30 | timesyncd: remove debug code | Kay Sievers | |
2014-04-30 | networkd: dont configure route if lease doesn't have one | Umut Tezduyar Lindskog | |
2014-04-30 | sd-network: add support for only listening to some types of changes | Tom Gundersen | |
2014-04-29 | timesyncd: limit debug values to milliseconds | Kay Sievers | |
2014-04-29 | sd-dhcp-lease: fix double realloc | Tom Gundersen | |
2014-04-29 | sd-resolve: rework sd-resolve to be callback based, similar in style to ↵ | Lennart Poettering | |
sd-bus and sd-event | |||
2014-04-29 | sd-dhcp-lease: (de)serialize DNS and NTP servers | Tom Gundersen | |
Also use inet_ntoa rather than inet_ntop. | |||
2014-04-29 | sd-dhcp-leaes: use newdup() | Tom Gundersen | |
2014-04-29 | sd-dhcp-lease: add NTP support | Tom Gundersen | |
Export the NTP servers so timesyncd can use them. | |||
2014-04-29 | timesyncd: update log message | Kay Sievers | |
2014-04-29 | timesyncd: add unit and man page | Kay Sievers | |
2014-04-28 | machine-id: only look into KVM uuid when we are not running in a | Lennart Poettering | |
container | |||
2014-04-28 | rename timedate-sntp to timesync | Kay Sievers | |
2014-04-28 | conf-parser: Fix typo in comment | Jonathan Boulle | |
Fix minor typo in conf parser | |||
2014-04-28 | networkd: link - don't fail a link if RF kill is active | Tom Gundersen | |
2014-04-28 | networkd: netdev - log when loading a .netdev file | Tom Gundersen | |
2014-04-27 | sd-dhcp-client: log positive error number | Umut Tezduyar Lindskog | |
Log error no for such client_stop(client, DHCP_EVENT_STOP) | |||
2014-04-27 | libnetworkd: add link local tests | Umut Tezduyar Lindskog | |
- Also only allow positive ifindex on both dhcp and ipv4ll [tomegun: the kernel always sets a positive ifindex, but some APIs accept ifindex=0 with various meanings, so we should protect against accidentally passing ifindex=0 along.] | |||
2014-04-27 | networkd: do not complain about IFF_RUNNING | Umut Tezduyar Lindskog | |
Otherwise: eth0: unknown link flags gained: 0x00040 (ignoring) [tomegun: hiding these messages is ok, as IFF_RUNNING is redundant and can be deduced from operstate and IFF_LOWER_UP] | |||
2014-04-26 | job: add waiting jobs to run queue in unit_coldplug | Brandon Philips | |
When we have job installed and added to run queue for service which is still in dead state and systemd initiates reload then after reload we never add deserialized job to the run queue again. This is caused by check in service_coldplug() where we check if deserialized state is something else than dead state, which is not the case thus we never call service_set_state() and finally unit_notify() where we would have added job to the run queue. Thanks to Michal Sekletar <msekleta@redhat.com> for the original patch. | |||
2014-04-26 | test-journal-flush: avoid predictable names in /var/tmp | Zbigniew Jędrzejewski-Szmek | |
2014-04-26 | networkd-wait-online: refactor a bit | Tom Gundersen | |
Clarify that we are waiting for any link to reach 'carrier' state, regardless of who manages it. This will be useful when we add support for waiting for more operational states. | |||
2014-04-26 | networkd-wait-online: drop config file and add commandline options instead | Tom Gundersen | |
2014-04-26 | core: reindent {selinux, ima, smack}-setup.c | Will Woods | |
7-space indentation is just too weird to leave alone. Make it 8 spaces, as per CODING_STYLE. No other changes. | |||
2014-04-25 | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering | |
2014-04-25 | core: make sure we always write changed cgroup attributes to the cgroupfs | Lennart Poettering | |
2014-04-24 | bootchart: print to stdout and display default values in help | Zbigniew Jędrzejewski-Szmek | |