summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* networkctl: accept wildcards to specify linksYu Watanabe2019-02-151-65/+22
* sd-bus: if we receive an invalid dbus message, ignore and proceeedLennart Poettering2019-02-141-3/+6
* Merge pull request #11704 from yuwata/fix-oss-fuzz-12980Zbigniew Jędrzejewski-Szmek2019-02-131-68/+137
|\
| * udev-rule: make rule_add_key() return negative errno when too much tokensYu Watanabe2019-02-121-68/+137
* | sd-hwdb: fix matching for characters with an ord > 127Peter Hutterer2019-02-131-1/+1
* | Merge pull request #11487 from poettering/unprotect-errnoZbigniew Jędrzejewski-Szmek2019-02-137-3/+81
|\ \
| * | nss: unportect errno before writing to NSS' *errnopLennart Poettering2019-02-084-0/+44
| * | util.h: add new UNPROTECT_ERRNO macroLennart Poettering2019-02-083-3/+37
* | | udev: check whether systemd is running, and do not use cg_kill() if notYu Watanabe2019-02-131-4/+4
* | | networkd: honour LinkLocalAddressingSusant Sahani2019-02-121-27/+92
| |/ |/|
* | core: when we uninstall a job, add unit to dbus queueAlberts Muktupāvels2019-02-121-0/+2
* | Update mount.cStephan E2019-02-121-1/+1
* | test-json: do not pass ephemeral array as intializer to JSON_BUILD_STRVZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
* | boot/efi: use a wildcard section copy for final EFI generationYiFei Zhu2019-02-091-3/+1
* | Merge pull request #11647 from thom311/hashmap-avoid-compiler-warningZbigniew Jędrzejewski-Szmek2019-02-081-2/+6
|\ \
| * | hashmap: always set key output argument of internal_hashmap_first_key_and_val...Thomas Haller2019-02-041-1/+4
| * | hashmap: avoid uninitialized variable warning in internal_hashmap_clear()Thomas Haller2019-02-041-1/+2
* | | rpm: use sh compatible redirectsJan Engelhardt2019-02-081-11/+11
| |/ |/|
* | automount: don't pass non-blocking pipe to kernel.NeilBrown2019-02-081-1/+4
* | Merge pull request #11578 from keszybz/gcc-9-fixesLennart Poettering2019-02-078-143/+212
|\ \
| * | test-sizeof: print the alignments tooZbigniew Jędrzejewski-Szmek2019-02-051-5/+6
| * | efivars: remove direct access to unaligned structure membersZbigniew Jędrzejewski-Szmek2019-02-051-43/+47
| * | efivars: make sure that _packed_ structure members are actually aligned as ex...Zbigniew Jędrzejewski-Szmek2019-02-051-14/+28
| * | test-resolve: increase timeout to 120sZbigniew Jędrzejewski-Szmek2019-02-041-1/+2
| * | journal: drop _packed_ attribute in a few placesZbigniew Jędrzejewski-Szmek2019-02-041-53/+65
| * | test-util: drop _packed_ attributeZbigniew Jędrzejewski-Szmek2019-02-041-2/+2
| * | libsystemd-network: remove _packed_ attribute to appease the compilerZbigniew Jędrzejewski-Szmek2019-02-041-10/+25
| * | journal: avoid buffer overread when locale name is too longZbigniew Jędrzejewski-Szmek2019-01-271-14/+34
| * | shared/dissect-image: make sure that we don't truncate device nameZbigniew Jędrzejewski-Szmek2019-01-271-1/+3
* | | Merge pull request #11655 from yuwata/fix-11652Lennart Poettering2019-02-072-2/+12
|\ \ \
| * | | test: add a test case for issue #11652Yu Watanabe2019-02-061-0/+10
| * | | sd-device: fix device_copy_properties()Yu Watanabe2019-02-061-2/+2
* | | | Merge pull request #11659 from yuwata/fix-11643Lennart Poettering2019-02-072-2/+2
|\ \ \ \
| * | | | curl-util: fix use after freeYu Watanabe2019-02-061-1/+1
| * | | | pull: fix invalid error checkYu Watanabe2019-02-061-1/+1
| |/ / /
* | | | Merge pull request #11663 from yuwata/follow-up-10712Lennart Poettering2019-02-072-16/+28
|\ \ \ \
| * | | | core/dbus-service: empty assignment to PIDFile= resets the valueYu Watanabe2019-02-061-16/+18
| * | | | core/dbus-service: write PIDFile= setting to transient unit fileYu Watanabe2019-02-061-2/+6
| * | | | core/load-fragment: empty assignment to PIDFile= resets the valueYu Watanabe2019-02-061-0/+6
| |/ / /
* / / / sd-daemon: make sd_booted() return negative errno on unexpected errorYu Watanabe2019-02-071-1/+7
|/ / /
* | | udevadm info: "-a" should enumerate sysfs attributes, not envs (#11642)Mantas Mikulėnas2019-02-051-1/+4
* | | analyze security: fix recursive call of syscall_names_in_filter()Yu Watanabe2019-02-041-11/+11
* | | machinectl: fix argument index in error logYu Watanabe2019-02-041-2/+2
* | | networkd-dhcp6.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
* | | networkd-address.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
* | | networkd-ndisc.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
* | | networkd-brvlan.c: fix build without BRIDGE_VLAN_INFO_RANGE_ENDFabrice Fontaine2019-02-031-0/+1
| |/ |/|
* | shared: Revert commit 49fe5c099 in parts for function parse_acl.YmrDtnJu2019-02-021-4/+4
* | test-execute: unset $HOME before testingYu Watanabe2019-02-011-0/+1
* | pager: improve english a bitLennart Poettering2019-01-311-2/+2