summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: fix invalid args detected by meson 0.42 (#6561)userwithuid2017-08-092-7/+8
* units: do not perform m4 if not necessary (#6575)Yu Watanabe2017-08-095-9/+9
* rfkill: fix typo (#6574)Xiang Fan2017-08-091-1/+1
* Merge pull request #6568 from sourcejedi/testLennart Poettering2017-08-091-8/+9
|\
| * sd-login: test - fix failure when run from non-graphical seatAlan Jenkins2017-08-081-6/+7
| * sd-login: test - fix function name in outputAlan Jenkins2017-08-081-2/+2
* | Add rpm macro %_userpresetdir (#6571)Zbigniew Jędrzejewski-Szmek2017-08-091-0/+1
* | dhcp-network: adjust sockaddr length for addresses longer than 8 bytes (#6527)bengal2017-08-082-7/+29
* | treewide: fix typos (#6566)Torstein Husebø2017-08-083-3/+3
* | sd-bus: free everything when bus_set_address_user fails (#6552)Evgeny Vereshchagin2017-08-081-1/+1
* | rules: split the rfkill subsystem rule (#6556)Xiang Fan2017-08-081-1/+2
|/
* build-sys: Fix Makefile wrapper for install target (#6548)Benjamin Robin2017-08-071-1/+1
* core: propagate reload from RELOADING=1 notification (#6550)Jouke Witteveen2017-08-076-19/+72
* tests: use ninja-build if ninja is not available (#6544)Evgeny Vereshchagin2017-08-071-1/+6
* man: DynamicUser= does not imply PrivateDevices= (#6510)Yu Watanabe2017-08-071-5/+3
* Merge pull request #6549 from yuwata/pedantic-checksLennart Poettering2017-08-072-8/+15
|\
| * microhttpd-util: add commentYu Watanabe2017-08-072-7/+15
| * journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flagsYu Watanabe2017-08-061-1/+0
* | Merge pull request #6536 from yuwata/fix-warningZbigniew Jędrzejewski-Szmek2017-08-063-21/+28
|\ \ | |/ |/|
| * core: do not ignore returned valuesYu Watanabe2017-08-061-16/+15
| * core: replace strcmp() == 0 with streq()Yu Watanabe2017-08-061-1/+1
| * core: fix typoYu Watanabe2017-08-061-2/+2
| * core: define variables only when they are requiredYu Watanabe2017-08-061-2/+10
* | core: evaluate presets after generators have run (#6526)Luca Bruno2017-08-062-10/+10
|/
* bus-util: do not print (uint64_t) -1 as is (#6522)Yu Watanabe2017-08-051-1/+27
* test-condition: fix test_condition_test_group() (#6531)Alan Jenkins2017-08-051-4/+4
* man: document socket requirement for systemd-socket-proxyd (#6535)dkg2017-08-051-0/+4
* Revert "README: document that gperf 3.1 is required for building now" (#6541)Mike Gilbert2017-08-052-4/+1
* test: Factorize common integration test functions (#6540)Martin Pitt2017-08-0416-394/+52
* Merge pull request #6518 from joukewitteveen/process-renameEvgeny Vereshchagin2017-08-042-34/+69
|\
| * test-process-util: test multiple invocations of rename_processJouke Witteveen2017-08-041-23/+54
| * process-util: update the end pointer of the process name on rename (#6492)Jouke Witteveen2017-08-041-11/+15
* | man: fix typos (#6532)Jakub Wilk2017-08-034-7/+7
|/
* meson: fix modprobedir (#6523)Yu Watanabe2017-08-031-1/+1
* Revert "units: set ConditionVirtualization=!private-users on journald audit s...Lennart Poettering2017-08-021-1/+0
* modprobe.d: ship drop-in to set bonding max_bonds to 0 (#6448)Dimitri John Ledkov2017-08-024-5/+33
* units: set ConditionVirtualization=!private-users on journald audit socket (#...Dimitri John Ledkov2017-08-021-0/+1
* scsi_id: add missing options to getopt_long() (#6501)Jan Synacek2017-08-021-1/+1
* networkd: add scope to address section (#6449)Susant Sahani2017-08-014-1/+54
* Merge pull request #6420 from keszybz/gateway-nameLennart Poettering2017-08-019-10/+55
|\
| * resolved: add debug message about stub listenerZbigniew Jędrzejewski-Szmek2017-07-311-0/+8
| * resolved,nss-myhostname: use _gateway for the gatewayZbigniew Jędrzejewski-Szmek2017-07-316-7/+15
| * resolved: make sure idn2 conversions are roundtrippableZbigniew Jędrzejewski-Szmek2017-07-212-3/+32
* | core: check which MACs to use before a new mount ns is created (#6498)Fabio Kung2017-08-011-22/+36
* | Merge pull request #6392 from poettering/journal-cacheLennart Poettering2017-07-3133-434/+988
|\ \
| * | journald: add minimal client metadata cachingLennart Poettering2017-07-3110-371/+851
| * | string-util: optimize strshorten() a bitLennart Poettering2017-07-311-1/+1
| * | alloc-util: add new helpers memdup_suffix0() and newdup_suffix0()Lennart Poettering2017-07-313-10/+34
| * | string-util: add strlen_ptr() helperLennart Poettering2017-07-318-7/+24
| * | process-util: slightly optimize querying of our own process metadataLennart Poettering2017-07-311-3/+27