summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-11build-sys: add missing makefile symlinksLennart Poettering4-0/+4
2014-08-11man: drop any reference to "syslog" as log targetLennart Poettering2-18/+13
2014-08-11udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering12-35/+24
2014-08-11log: never ever log to syslog from PID 1, log to the journal againLennart Poettering4-7/+19
2014-08-11man: improve documentation for StandardOutput= and StandardInput=Lennart Poettering1-61/+99
2014-08-11login: set_controller should fail if prepare_vt failsOlivier Brunel2-14/+31
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering5-25/+36
2014-08-11journal-remote: fix parsing of fd command line argumentLennart Poettering1-3/+3
2014-08-11initctl: don't eat up error codeLennart Poettering1-1/+1
2014-08-11bootchart: use the bool type where appropriateLennart Poettering1-5/+5
2014-08-11bootchart: it's not OK to return -1 from a main programLennart Poettering1-2/+2
2014-08-11man: document that we look for both the instance's and the template's .d/ dir...Lennart Poettering1-1/+6
2014-08-11util: avoid considering dpkg temporary files relevant for anythingLennart Poettering1-0/+1
2014-08-11timesyncd: always use CLOCK_BOOTTIME if we canLennart Poettering1-8/+8
2014-08-11man: update resolved man pages a bitLennart Poettering2-8/+12
2014-08-11man: extend timesycnd man page a bitLennart Poettering1-2/+8
2014-08-11resolved: when picking a new hostname make sure two hosts pick different onesLennart Poettering1-2/+10
2014-08-11resolved: actually, the peer with the lower IP address wins conflictsLennart Poettering2-6/+6
2014-08-11resolved: make sure we don't mark the wrong zone RRs conflictingLennart Poettering3-3/+11
2014-08-11resolved: be a bit more communicative about conflictsLennart Poettering2-4/+15
2014-08-11update TODOLennart Poettering1-6/+0
2014-08-11resolved: verify all RRs when we come back from suspendLennart Poettering5-0/+64
2014-08-11resolved: destroy outstanding queries if the clients that initiated them dieLennart Poettering3-0/+47
2014-08-11resolved: properly pass aborted transaction result back to clientsLennart Poettering2-2/+6
2014-08-11resolved: implement full LLMNR conflict detection logicLennart Poettering11-58/+467
2014-08-11resolved: properly check return value of dns_resource_record_equal()Lennart Poettering3-2/+4
2014-08-10sd-bus: sync kdbus.h (ABI break)Daniel Mack1-12/+17
2014-08-08Added arch tuple for PPC64LEHarald Hoyer1-1/+1
2014-08-08udev: link_setup - respect kernel name assign policyTom Gundersen5-13/+78
2014-08-08core: loopback-setup - only up the loopback deviceTom Gundersen1-113/+16
2014-08-07hwdb: update format description and document reloadingZbigniew Jędrzejewski-Szmek1-9/+23
2014-08-07man: correct references to DefaultTimeout*SecZbigniew Jędrzejewski-Szmek3-11/+17
2014-08-07core: warn when merged units have conflicting dependenciesZbigniew Jędrzejewski-Szmek3-5/+70
2014-08-07core: do not add dependencies to selfZbigniew Jędrzejewski-Szmek5-5/+21
2014-08-05bus-proxy: service_name_is_valid will never be < 0Thomas Hindoe Paaboel Andersen1-5/+5
2014-08-05update TODOLennart Poettering1-2/+0
2014-08-05resolved: don't abort if a transaction is aborted because its scope is removedLennart Poettering1-2/+4
2014-08-05resolved: add 100ms initial jitter to all LLMNR requestsLennart Poettering3-1/+35
2014-08-05resolved: enforce ratelimit on LLMNR trafficLennart Poettering3-3/+14
2014-08-05keymap: Fix HP Pavillon DV7Martin Pitt1-1/+1
2014-08-05udev-builtin-keyboard: Allow numeric key codesMartin Pitt1-5/+11
2014-08-05resolved: don't consider tentative addresses relevantLennart Poettering1-1/+1
2014-08-05resolved: fix a message typoLennart Poettering1-3/+3
2014-08-05resolved: stop the prober when we detect a conflict in LLMNRLennart Poettering1-1/+2
2014-08-05resolved: don't override zone item state after starting the probeLennart Poettering1-2/+2
2014-08-05resolved: when sending fails, don't try connecting to the next DNS server if ...Lennart Poettering1-0/+5
2014-08-05journald: remove redundant newlinesLennart Poettering1-4/+2
2014-08-05journald: properly sum up entry size counterLennart Poettering1-2/+2
2014-08-05resolved: never reuse transactions for probing that are already completed bas...Lennart Poettering4-5/+15
2014-08-05resolved: bypass local cache when we issue a transaction for verification pur...Lennart Poettering1-16/+21