summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: one step back again, for nspawn we actually can't wait for cgro...v239-14Lukas Nykryn2019-04-301-10/+1
* meson: drop misplaced -Wl,--undefined argumentJussi Pakkanen2019-04-181-2/+1
* sd-bus: if we receive an invalid dbus message, ignore and proceeedLennart Poettering2019-04-081-3/+6
* Allocate temporary strings to hold dbus paths on the heapRiccardo Schirone2019-04-081-14/+54
* Refuse dbus message paths longer than BUS_PATH_SIZE_MAX limit.Riccardo Schirone2019-04-082-1/+5
* bus-socket: Fix line_begins() to accept word matching full stringFilipe Brandenburger2019-03-271-4/+1
* test: don't overwrite TESTDIR if already setFrantisek Sumsal2019-03-131-2/+7
* tests: also run TEST-01-BASIC in an unprivileged container (#9957)Evgeny Vereshchagin2019-03-102-6/+18
* tests: allow passing additional arguments to nspawn via NSPAWN_ARGUMENTSEvgeny Vereshchagin2019-03-101-1/+1
* tests: use the asan wrapper to boot a VM/container if systemd is built with ASANEvgeny Vereshchagin2019-03-101-2/+6
* tests: redirect ASAN reports on journald to a fileEvgeny Vereshchagin2019-03-101-0/+6
* tests: add a wrapper for when systemd is built with ASANEvgeny Vereshchagin2019-03-101-1/+34
* tests: create the asan wrapper automatically if systemd has been built with ASANEvgeny Vereshchagin2019-03-101-0/+24
* test: add TEST-24-UNIT-TESTS running all basic tests under containersYu Watanabe2019-03-043-0/+141
* rules: add the rule that adds elevator= kernel command line parameterLukas Nykryn2019-02-261-0/+1
* lgtm: drop redundant newlinesEvgeny Vereshchagin2019-02-191-2/+0
* lgtm: add a custom query for catching the use of fgetsEvgeny Vereshchagin2019-02-191-0/+23
* tools: use print function in Python 3 codeLucas Werkmeister2019-02-191-8/+10
* lgtm: use python3Yu Watanabe2019-02-191-0/+3
* LGTM: make LGTM.com use meson from pipYu Watanabe2019-02-191-0/+10
* rules: implement new memory hotplug policyJan Synacek2019-02-181-1/+9
* rule-syntax-check: allow PROGRAM as an assignmentJan Synacek2019-02-181-1/+4
* rules: add elevator= kernel command line parameterv239-12Lukas Nykryn2019-02-151-0/+20
* test-network: ignore tunnel devices automatically added by kernelYu Watanabe2019-02-141-1/+1
* test: replace echo with socatFrantisek Sumsal2019-02-141-3/+3
* journald: correctly attribute log messages also with cgroupsv1Michal Sekletar2019-02-111-2/+6
* journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-02-112-3/+9
* journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek2019-02-111-10/+24
* µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek2019-02-113-47/+19
* journald: lower the maximum entry size limit to ½ for non-sealed fdsZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
* journald: when processing a native message, bail more quickly on overbig mess...Zbigniew Jędrzejewski-Szmek2019-02-111-28/+37
* journald: set a limit on the number of fields (1k)Zbigniew Jędrzejewski-Szmek2019-02-112-0/+8
* journal: fix syslog_parse_identifier()Yu Watanabe2019-02-112-5/+11
* Revert "sysctl.d: switch net.ipv4.conf.all.rp_filter from 1 to 2"Lukas Nykryn2019-02-081-1/+1
* process-util: don't use overly large buffer to store process command lineMichal Sekletar2019-02-071-4/+14
* journald: periodically drop cache for all dead PIDsZbigniew Jędrzejewski-Szmek2019-02-072-2/+28
* journal: limit the number of entries in the cache based on available memoryZbigniew Jędrzejewski-Szmek2019-02-071-2/+33
* basic/prioq: add prioq_peek_item()Zbigniew Jędrzejewski-Szmek2019-02-073-11/+27
* procfs-util: expose functionality to query total memoryZbigniew Jędrzejewski-Szmek2019-02-075-8/+12
* coredump: fix message when we fail to save a journald coredumpZbigniew Jędrzejewski-Szmek2019-02-071-2/+2
* basic/process-util: limit command line lengths to _SC_ARG_MAXZbigniew Jędrzejewski-Szmek2019-02-071-48/+25
* journald: do not store the iovec entry for process commandline on stackZbigniew Jędrzejewski-Szmek2019-02-074-30/+38
* journald: remove unnecessary {}Zbigniew Jędrzejewski-Szmek2019-02-071-3/+1
* coredump: remove duplicate MESSAGE= prefix from messageZbigniew Jędrzejewski-Szmek2019-02-071-2/+3
* travis: reboot the container before running testsFrantisek Sumsal2019-01-172-0/+8
* travis: fix syntax error in .travis.ymlFrantisek Sumsal2019-01-171-2/+1
* travis: drop the SELinux Fedora workaroundFrantisek Sumsal2019-01-172-2/+2
* travis: RHEL8 supportFrantisek Sumsal2019-01-173-3/+135
* travis: enable Travis CI on CentOS 7Frantisek Sumsal2019-01-173-67/+149
* core: enforce a limit on STATUS= texts recvd from servicesLennart Poettering2019-01-172-2/+8