Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | bootchart: use the bool type where appropriate | Lennart Poettering | |
2014-08-11 | bootchart: it's not OK to return -1 from a main program | Lennart Poettering | |
2014-08-11 | man: document that we look for both the instance's and the template's .d/ ↵ | Lennart Poettering | |
directory when looking for unit file drop-ins. | |||
2014-08-11 | util: avoid considering dpkg temporary files relevant for anything | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=82453 | |||
2014-08-11 | timesyncd: always use CLOCK_BOOTTIME if we can | Lennart Poettering | |
After all we want to compare a monotonically increasing clock with the remote clock, hence we shouldn't ignore system suspend periods. | |||
2014-08-11 | man: update resolved man pages a bit | Lennart Poettering | |
2014-08-11 | man: extend timesycnd man page a bit | Lennart Poettering | |
2014-08-11 | resolved: when picking a new hostname make sure two hosts pick different ones | Lennart Poettering | |
This way we can avoid always picking the same replacement hostnames when picking one. | |||
2014-08-11 | resolved: actually, the peer with the lower IP address wins conflicts | Lennart Poettering | |
2014-08-11 | resolved: make sure we don't mark the wrong zone RRs conflicting | Lennart Poettering | |
2014-08-11 | resolved: be a bit more communicative about conflicts | Lennart Poettering | |
2014-08-11 | update TODO | Lennart Poettering | |
2014-08-11 | resolved: verify all RRs when we come back from suspend | Lennart Poettering | |
2014-08-11 | resolved: destroy outstanding queries if the clients that initiated them die | Lennart Poettering | |
2014-08-11 | resolved: properly pass aborted transaction result back to clients | Lennart Poettering | |
2014-08-11 | resolved: implement full LLMNR conflict detection logic | Lennart Poettering | |
2014-08-11 | resolved: properly check return value of dns_resource_record_equal() | Lennart Poettering | |
2014-08-10 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
2014-08-08 | Added arch tuple for PPC64LE | Harald Hoyer | |
Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian guys, that this is correct and provided the patch. | |||
2014-08-08 | udev: link_setup - respect kernel name assign policy | Tom Gundersen | |
Newer kernels export meta-information about the origin of an ifname. Respect this from the ifname rename logic. We do not rename any interfaces that was originally named by userspace, nor once which have already been renamed from userspace. Moreover, we optionally do not (the default) rename interfaces which the kernel claims to have named in a predictable way. | |||
2014-08-08 | core: loopback-setup - only up the loopback device | Tom Gundersen | |
The kernel will set up the IP addresses for us, so don't duplicate that in userspace. | |||
2014-08-07 | hwdb: update format description and document reloading | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=82311 | |||
2014-08-07 | man: correct references to DefaultTimeout*Sec | Zbigniew Jędrzejewski-Szmek | |
Noticed by thp on #systemd. | |||
2014-08-07 | core: warn when merged units have conflicting dependencies | Zbigniew Jędrzejewski-Szmek | |
A unit should not Conflict with itself. It also does not make much sense for a unit to be After or Before itself, or to trigger itself in some way. If one of those dependency types is encountered, warn, instead of dropping it silently like other dependency types. % build/systemd-analyze verify test/loopy3.service ... Dependency Conflicts dropped when merging unit loopy4.service into loopy3.service Dependency ConflictedBy dropped when merging unit loopy4.service into loopy3.service | |||
2014-08-07 | core: do not add dependencies to self | Zbigniew Jędrzejewski-Szmek | |
Adds a pair of files which cause a segfault (also with systemd-analyze verify). https://bugzilla.redhat.com/show_bug.cgi?id=1124843 | |||
2014-08-05 | bus-proxy: service_name_is_valid will never be < 0 | Thomas Hindoe Paaboel Andersen | |
2014-08-05 | update TODO | Lennart Poettering | |
2014-08-05 | resolved: don't abort if a transaction is aborted because its scope is removed | Lennart Poettering | |
2014-08-05 | resolved: add 100ms initial jitter to all LLMNR requests | Lennart Poettering | |
2014-08-05 | resolved: enforce ratelimit on LLMNR traffic | Lennart Poettering | |
2014-08-05 | keymap: Fix HP Pavillon DV7 | Martin Pitt | |
Properly disable scan code 94 instead of producing KEY_0. https://launchpad.net/bugs/1322770 | |||
2014-08-05 | udev-builtin-keyboard: Allow numeric key codes | Martin Pitt | |
Like with the old udev rules, allow hwdb entries to specify numeric key codes. Based on a patch from Mircea Miron. https://launchpad.net/bugs/1247584 | |||
2014-08-05 | resolved: don't consider tentative addresses relevant | Lennart Poettering | |
2014-08-05 | resolved: fix a message typo | Lennart Poettering | |
2014-08-05 | resolved: stop the prober when we detect a conflict in LLMNR | Lennart Poettering | |
2014-08-05 | resolved: don't override zone item state after starting the probe | Lennart Poettering | |
After all, the probe might be finished immeidately (due to resources, ...), and we shouldn't then set the state back to probing. | |||
2014-08-05 | resolved: when sending fails, don't try connecting to the next DNS server if ↵ | Lennart Poettering | |
we actually use LLMNR as protocol | |||
2014-08-05 | journald: remove redundant newlines | Lennart Poettering | |
2014-08-05 | journald: properly sum up entry size counter | Lennart Poettering | |
We should read the entry size before moving to the next iovec, not after. | |||
2014-08-05 | resolved: never reuse transactions for probing that are already completed ↵ | Lennart Poettering | |
based on cached data | |||
2014-08-05 | resolved: bypass local cache when we issue a transaction for verification ↵ | Lennart Poettering | |
purposes | |||
2014-08-05 | resolved: if there's already an RR established that has the same name of an ↵ | Lennart Poettering | |
RR to be established, skip probing the name After all, what has been probed once, doesn't need to be probed again. | |||
2014-08-04 | sysusers: isempty will never be < 0 | Thomas Hindoe Paaboel Andersen | |
looks like a typo from 1b99214789101976d6bbf75c351279584b071998 | |||
2014-08-04 | test: use fabs on doubles | Thomas Hindoe Paaboel Andersen | |
2014-08-04 | resolved: actually read the initial state data from networkd when we initialize | Lennart Poettering | |
2014-08-04 | man: bring resolved.conf up-to-date | Lennart Poettering | |
2014-08-04 | update TODO | Lennart Poettering | |
2014-08-04 | resolved: read the per-interface LLMNR setting from networkd and act on it | Lennart Poettering | |
2014-08-04 | sd-network: when the LLMNR setting is not known for an interface consider ↵ | Lennart Poettering | |
that as ENODATA ENODATA should be returned whenever we have no idea about something. A missing LLMNR setting can only really happen during upgrades, in whichc ase we really have no idea, so let's turn this into another ENODATA case. | |||
2014-08-04 | sd-network: actually open the state file in sd_network_get_llmnr() | Lennart Poettering | |