summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11714 from poettering/final-news-241v241Zbigniew Jędrzejewski-Szmek2019-02-1412-465/+3263
|\
| * update hwdbLennart Poettering2019-02-1410-449/+3237
| * NEWS: update for final v241Lennart Poettering2019-02-142-16/+26
|/
* 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-132-68/+138
|\
| * test: add testcase for oss-fuzz#12980Yu Watanabe2019-02-131-0/+1
| * udev-rule: make rule_add_key() return negative errno when too much tokensYu Watanabe2019-02-131-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
* | | Merge pull request #11423 from ssahani/issue-9890Zbigniew Jędrzejewski-Szmek2019-02-134-27/+164
|\ \ \
| * | | test-network: add tests for LinkLocalAddressing=Yu Watanabe2019-02-133-0/+72
| * | | networkd: honour LinkLocalAddressingSusant Sahani2019-02-131-27/+92
| | |/ | |/|
* | | Merge pull request #11707 from keszybz/man-directives-spring-cleaningLennart Poettering2019-02-1320-79/+98
|\ \ \ | |/ / |/| |
| * | man: move sd-login(5) udev tags to the udev sectionZbigniew Jędrzejewski-Szmek2019-02-131-1/+1
| * | man: add a new section for EFI variablesZbigniew Jędrzejewski-Szmek2019-02-132-1/+11
| * | man: add a new directives section for .nspawnZbigniew Jędrzejewski-Szmek2019-02-132-4/+13
| * | man: move all config file options to one sectionZbigniew Jędrzejewski-Szmek2019-02-139-11/+11
| * | man: move os-release, machine-info, vconsole.conf vars to envvar sectionZbigniew Jędrzejewski-Szmek2019-02-134-5/+5
| * | man: use <constant> for SD_BUS_ERROR_* and SD_BUS_NAME_* constantsZbigniew Jędrzejewski-Szmek2019-02-132-38/+38
| * | man: use <varname> for pam configuration optionsZbigniew Jędrzejewski-Szmek2019-02-131-8/+8
| * | man: fix markup and grammar for FOU{Source,Destination}Port=Zbigniew Jędrzejewski-Szmek2019-02-131-3/+3
| * | man: move entries to the right section in systemd.directivesZbigniew Jędrzejewski-Szmek2019-02-131-8/+8
|/ /
* | test: replace echo with socatFrantisek Sumsal2019-02-121-3/+3
* | core: when we uninstall a job, add unit to dbus queueAlberts Muktupāvels2019-02-121-0/+2
* | Update mount.cStephan E2019-02-131-1/+1
* | hwdb: Fix rotation for Nuvision Solo 10 Draw (#11686)Lance2019-02-121-0/+6
* | hwdb: Add accelerometer mount matrix for ASUS MeMO Pad 7 (ME176C)Stephan Gerhold2019-02-111-0/+3
* | test-json: do not pass ephemeral array as intializer to JSON_BUILD_STRVZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
* | rule-syntax-check: allow PROGRAM as an assignmentJan Synacek2019-02-101-1/+4
* | boot/efi: use a wildcard section copy for final EFI generationYiFei Zhu2019-02-091-3/+1
* | semaphore: keep build settings in the repositoryEvgeny Vereshchagin2019-02-092-0/+35
* | man: mention vlan devices inherit the MAC address of the physical interfaceYu Watanabe2019-02-091-8/+8
* | test-network: use dnsmasq with --dhcp-alternate-port option to test DHCP.ListenPort=Yu Watanabe2019-02-091-40/+7
* | 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_value()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-079-143/+214
|\ \
| * | 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 expectedZbigniew 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-042-53/+67
| * | 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