summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools/oss-fuzz: add clang library dir using -LZbigniew Jędrzejewski-Szmek2018-03-121-2/+9
* Rename scripts/oss-fuzz.sh to tools/oss-fuzz.shZbigniew Jędrzejewski-Szmek2018-03-122-2/+2
* Rename scripts/coverity.sh to tools/coverity.shZbigniew Jędrzejewski-Szmek2018-03-122-1/+1
* fuzz-dhcp-server: fix name of options fileZbigniew Jędrzejewski-Szmek2018-03-111-0/+0
* fuzz-unit-file: add a dump of systemd.directives(7) as a corpus entryZbigniew Jędrzejewski-Szmek2018-03-111-0/+909
* fuzz: allow logging to be configured, disable in fuzz-unit-fileZbigniew Jędrzejewski-Szmek2018-03-112-0/+9
* fuzz: skip bus error map in bus_error_name_to_errno()Zbigniew Jędrzejewski-Szmek2018-03-111-0/+2
* Add fuzzer for unit file parserZbigniew Jędrzejewski-Szmek2018-03-1113-3/+407
* Make MANAGER_TEST_RUN_MINIMAL just allocate data structuresZbigniew Jędrzejewski-Szmek2018-03-119-30/+37
* Introduce _cleanup_(unit_freep)Zbigniew Jędrzejewski-Szmek2018-03-114-17/+11
* Introduce _cleanup_(manager_freep)Zbigniew Jędrzejewski-Szmek2018-03-1110-52/+29
* shared/sleep-config: fix unitialized variable and use STR_IN_SET (#8416)Zbigniew Jędrzejewski-Szmek2018-03-111-10/+7
* Merge pull request #8403 from evverx/test-mount-utilZbigniew Jędrzejewski-Szmek2018-03-103-6/+6
|\
| * tests: skip g_dbus_message_new_from_blob under asanEvegeny Vereshchagin2018-03-091-0/+2
| * tests: make / private after creating a mount namespaceEvegeny Vereshchagin2018-03-091-0/+2
| * tests: skip the rest of test_mnt_id after getting any errorEvegeny Vereshchagin2018-03-091-6/+2
* | core: ignore errors from cg_create_and_attach() in test mode (#8401)Michal Sekletar2018-03-091-11/+12
* | Merge pull request #8412 from keszybz/meson-warning-fixesZbigniew Jędrzejewski-Szmek2018-03-092-6/+6
|\ \
| * | meson: libmount is required for oss-fuzz builds now tooZbigniew Jędrzejewski-Szmek2018-03-091-2/+1
| * | meson: avoid warning about comparison of bool and stringZbigniew Jędrzejewski-Szmek2018-03-091-2/+3
| * | meson: use triple-quote delimition in one more placeZbigniew Jędrzejewski-Szmek2018-03-091-2/+2
* | | Merge pull request #8415 from Werkov/fix-manZbigniew Jędrzejewski-Szmek2018-03-093-4/+9
|\ \ \ | |/ / |/| |
| * | man: Correct value of default KillUserProcesses=Michal Koutný2018-03-093-2/+7
| * | man: Unify values of boolean configuration values with sample configMichal Koutný2018-03-092-2/+2
|/ /
* | core/socket: support binary inside chroot when looking for SELinux label (#8405)Filipe Brandenburger2018-03-091-2/+6
* | core/cgroup: accepts MemorySwapMax=0 (#8366)Yu Watanabe2018-03-093-89/+127
* | hwdb: add axis overrides for HP Pavilion 15 (#8404)Peter Hutterer2018-03-091-0/+7
|/
* Merge pull request #8372 from keszybz/two-cleanupsLennart Poettering2018-03-089-44/+21
|\
| * core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek2018-03-068-43/+21
| * basic/cgroup-util: remove unused variableZbigniew Jędrzejewski-Szmek2018-03-061-1/+0
* | core: do not free heap-allocated strings (#8391)Yu Watanabe2018-03-081-2/+4
* | sd-bus: do not try to close already closed fd (#8392)Yu Watanabe2018-03-081-2/+0
* | Introduce suspend-to-hibernate (#8274)Mario Limonciello2018-03-0820-46/+315
* | hwdb: add accelerometer mount matrix for Eve V (#8382)Daniel Lin2018-03-081-0/+6
* | hwdb: add Dell Inspiron 3537 axis overrides (#8388)Peter Hutterer2018-03-081-0/+14
* | Revert "core: don't setup init.scope in test mode (#8380)" (#8390)Yu Watanabe2018-03-081-5/+3
* | test-cgroup-util: bail out when running under mock (#8365)Zbigniew Jędrzejewski-Szmek2018-03-071-2/+8
* | core: don't setup init.scope in test mode (#8380)Michal Sekletar2018-03-071-3/+5
* | Merge pull request #8378 from evverx/get-around-freopenZbigniew Jędrzejewski-Szmek2018-03-071-4/+8
|\ \
| * | tests: close a leftover file descriptor in `test-fileio`Evegeny Vereshchagin2018-03-051-1/+2
| * | tests: stop using `freopen` in `test-fileio`Evegeny Vereshchagin2018-03-051-3/+6
* | | Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek2018-03-076-1/+152
|\ \ \
| * | | bootctl: synchronize bootctl code with sd-boot codeHenrique Dante de Almeida2018-02-033-0/+4
| * | | boot/efi: improve automatic mode handlingHenrique Dante de Almeida2018-02-031-2/+62
| * | | boot/efi: add console-mode boot option to change resolutionHenrique Dante de Almeida2018-02-033-1/+88
* | | | Merge pull request #7817 from medhefgo/systemd-bootZbigniew Jędrzejewski-Szmek2018-03-076-124/+184
|\ \ \ \ | |_|/ / |/| | |
| * | | systemd-boot: fix off-by-one buffer overrunZbigniew Jędrzejewski-Szmek2018-03-071-3/+2
| * | | systemd-boot: reduce indentation in config_entry_add_linux()Zbigniew Jędrzejewski-Szmek2018-03-071-94/+95
| * | | systemd-boot: Try harder not to add ourselves to the listJan Janssen2018-03-071-4/+24
| * | | systemd-boot: Make automatic entries configurableJan Janssen2018-01-283-6/+46