summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-07test: missing "die"Yu Watanabe1-1/+1
2018-11-07Merge pull request #10668 from evverx/travis-tweaksEvgeny Vereshchagin1-2/+2
2018-11-07travis: show all commands when building systemdEvgeny Vereshchagin1-1/+1
2018-11-07travis: build and run fuzzers against crash reproducersEvgeny Vereshchagin1-1/+1
2018-11-07in-addr-util: make in_addr_default_prefix_from_string() or friend set 0 to pr...Yu Watanabe3-10/+16
2018-11-07travis: make the directory with coverity tools available in a containerEvgeny Vereshchagin1-2/+2
2018-11-07hwdb: IdeaPad Miix 310 with another bios version (#10661)imayoda1-1/+2
2018-11-07Merge pull request #10644 from mrc0mmand/travis-fixEvgeny Vereshchagin2-62/+127
2018-11-07travis: overwrite test-capability with a simple script that is just skippedEvgeny Vereshchagin2-4/+2
2018-11-07Merge pull request #10640 from evverx/networkd-fuzzersYu Watanabe94-4/+1024
2018-11-06travis: workaround for dnf upgradeFrantisek Sumsal1-1/+3
2018-11-06oss-fuzz.sh: copy dictionaries along with "options" filesEvgeny Vereshchagin1-0/+1
2018-11-06tests: add a couple of files containing all the sections and directivesEvgeny Vereshchagin2-0/+340
2018-11-06tests: replace AdActorSysPrio with AdActorSystemPriorityEvgeny Vereshchagin1-1/+1
2018-11-06tests: add a reporoducer for https://github.com/systemd/systemd/issues/10639Evgeny Vereshchagin1-0/+8
2018-11-06tests: add some data that can be fed to fuzz-network-parserEvgeny Vereshchagin53-0/+384
2018-11-06tests: add a reproducer for https://github.com/systemd/systemd/issues/10629Evgeny Vereshchagin1-0/+10
2018-11-06networkd: make network_load_one "public" and add a fuzzer for itEvgeny Vereshchagin4-1/+32
2018-11-06networkd: make netdev_load_one "public" and add a fuzzer for itEvgeny Vereshchagin32-1/+245
2018-11-06networkd: remove a weird assertion from network_load_oneEvgeny Vereshchagin1-2/+0
2018-11-06util: initialize _argtypes in VA_FORMAT_ADVANCE when systemd is built with MSanEvgeny Vereshchagin1-0/+4
2018-11-07Merge pull request #10654 from poettering/srand-rdrandYu Watanabe1-2/+6
2018-11-06login: Don't mark framebuffer devices as master-of-seat devicesMarco Trevisan (TreviƱo)1-1/+1
2018-11-06Merge pull request #10658 from yuwata/udevd-worker-performanceLennart Poettering1-36/+106
2018-11-06Merge pull request #10602 from yuwata/sd-device-logsLennart Poettering10-102/+104
2018-11-06Merge pull request #10633 from yuwata/sd-resolve-destroyLennart Poettering13-61/+220
2018-11-06time-util: make parse_sec() not accept "12.34.56"Yu Watanabe2-103/+136
2018-11-06travis: drop the unnecessary /etc/machine-id magicFrantisek Sumsal1-7/+2
2018-11-06travis: run Coverity on a more stable Fedora releaseFrantisek Sumsal2-2/+2
2018-11-07udevd: increase default number of workersYu Watanabe1-1/+1
2018-11-07udevd: wait 3 seconds before killing worker processesYu Watanabe1-2/+79
2018-11-06travis: move Docker setup to a separate scriptFrantisek Sumsal3-67/+77
2018-11-06udevd: drop redundant logic of receiving ueventYu Watanabe1-9/+2
2018-11-06udevd: decrease indentationYu Watanabe1-17/+19
2018-11-06Merge pull request #10597 from toanju/fix-networkd-l3-lossLennart Poettering4-6/+67
2018-11-06udevd: merge conditions to decrease indentationYu Watanabe1-9/+7
2018-11-06Merge pull request #10650 from yuwata/udevadm-trigger-use-write-string-fileLennart Poettering18-76/+73
2018-11-06networkd: cleanup for #10542Tobias Jungel4-7/+7
2018-11-06Merge pull request #10652 from yuwata/lldp-ndisc-string-tableLennart Poettering7-12/+49
2018-11-06core, sysctl: skip ENOENT for /proc/sys/net/unix/max_dgram_qlenGiuseppe Scrivano1-1/+1
2018-11-06ask-password: fix minor memory leak on error pathLennart Poettering1-4/+2
2018-11-06networkd: don't remove routeTobias Jungel3-3/+36
2018-11-06networkd: don't remove ip addressTobias Jungel2-3/+31
2018-11-06sd-device: use write_string_file() helper to write sysattrYu Watanabe1-30/+21
2018-11-06fileio: introduce WRITE_STRING_FILE_NOFOLLOW flag for write_string_file() and...Yu Watanabe2-1/+2
2018-11-06tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe14-37/+39
2018-11-06udevd: use set_oom_score_adjust() to set OOM scoreYu Watanabe1-2/+6
2018-11-06udevadm: use write_string_file() helper functionYu Watanabe1-6/+5
2018-11-06test: add tests for string tables for lldp and ndisc eventsYu Watanabe1-0/+4
2018-11-06ndisc: improve debug log messageYu Watanabe3-4/+20