summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-17"Don't fear the fsync()"Alan Jenkins8-47/+100
2017-08-17localed: don't remove xorg.conf.d/00-keyboard.conf on failuresAlan Jenkins1-2/+0
2017-08-11Merge pull request #6475 from martinpitt/test-set-eEvgeny Vereshchagin17-43/+61
2017-08-10Add hwdb fix for Lenovo Flex 3 15 inch touchpad resolution (#6558)Justin Michaud1-0/+7
2017-08-10Merge pull request #6579 from sourcejedi/gettyLennart Poettering4-14/+23
2017-08-10test: Run qemu/nspawn tests with "set -e"Martin Pitt17-38/+51
2017-08-10test: Write state and log files into $BUILD_DIRMartin Pitt1-6/+11
2017-08-09core: introduce a restart counter (#6495)Lennart Poettering4-2/+53
2017-08-09Merge pull request #6467 from yuwata/journal-remote-unitsLennart Poettering6-26/+3
2017-08-09units: console-getty.service: use the default RestartSecAlan Jenkins1-1/+0
2017-08-09units: add Conflicts=rescue.service to container-getty@.serviceAlan Jenkins1-0/+5
2017-08-09units/console-getty.service: comment reason for ConditionPathExistsAlan Jenkins1-1/+3
2017-08-09tmpfiles: Allow create symlink on directories (#6039)William Douglas2-7/+17
2017-08-09Merge pull request #6497 from yuwata/bus-propLennart Poettering14-91/+1023
2017-08-09man/systemd-getty-generator fix/updateAlan Jenkins3-8/+11
2017-08-09tests: when running a manager object in a test, migrate to private cgroup sub...Lennart Poettering10-7/+71
2017-08-09build-sys: fix invalid args detected by meson 0.42 (#6561)userwithuid2-7/+8
2017-08-09units: do not perform m4 if not necessary (#6575)Yu Watanabe5-9/+9
2017-08-09rfkill: fix typo (#6574)Xiang Fan1-1/+1
2017-08-09Merge pull request #6568 from sourcejedi/testLennart Poettering1-8/+9
2017-08-09Add rpm macro %_userpresetdir (#6571)Zbigniew Jędrzejewski-Szmek1-0/+1
2017-08-08dhcp-network: adjust sockaddr length for addresses longer than 8 bytes (#6527)bengal2-7/+29
2017-08-08sd-login: test - fix failure when run from non-graphical seatAlan Jenkins1-6/+7
2017-08-08sd-login: test - fix function name in outputAlan Jenkins1-2/+2
2017-08-08treewide: fix typos (#6566)Torstein Husebø3-3/+3
2017-08-08sd-bus: free everything when bus_set_address_user fails (#6552)Evgeny Vereshchagin1-1/+1
2017-08-08rules: split the rfkill subsystem rule (#6556)Xiang Fan1-1/+2
2017-08-08unit: remove redundant optionsYu Watanabe2-5/+0
2017-08-08tmpfiles: drop systemd-remote.confYu Watanabe2-18/+0
2017-08-08units: use {State,Logs}Directory= if they are applicableYu Watanabe3-3/+3
2017-08-07getty-generator: shift relevant comment to above tty_is_vc()Alan Jenkins1-4/+4
2017-08-08core: add missing properties in D-Bus APIYu Watanabe2-14/+717
2017-08-07seccomp-util: add parse_syscall_archs()Yu Watanabe2-0/+34
2017-08-07process-util: add sched_{policy,priority}_is_valid()Yu Watanabe1-0/+9
2017-08-07cpu-set-util: add parse_cpu_set()Yu Watanabe2-0/+47
2017-08-07securebits-util: add secure_bits_{from_string,to_string_alloc}()Yu Watanabe5-40/+133
2017-08-07cap-list: add capability_set_{from_string,to_string_alloc}()Yu Watanabe4-37/+83
2017-08-07build-sys: Fix Makefile wrapper for install target (#6548)Benjamin Robin1-1/+1
2017-08-07core: propagate reload from RELOADING=1 notification (#6550)Jouke Witteveen6-19/+72
2017-08-07tests: use ninja-build if ninja is not available (#6544)Evgeny Vereshchagin1-1/+6
2017-08-07man: DynamicUser= does not imply PrivateDevices= (#6510)Yu Watanabe1-5/+3
2017-08-07Merge pull request #6549 from yuwata/pedantic-checksLennart Poettering2-8/+15
2017-08-07microhttpd-util: add commentYu Watanabe2-7/+15
2017-08-06Merge pull request #6536 from yuwata/fix-warningZbigniew Jędrzejewski-Szmek3-21/+28
2017-08-06core: do not ignore returned valuesYu Watanabe1-16/+15
2017-08-06journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flagsYu Watanabe1-1/+0
2017-08-06core: evaluate presets after generators have run (#6526)Luca Bruno2-10/+10
2017-08-06core: replace strcmp() == 0 with streq()Yu Watanabe1-1/+1
2017-08-06core: fix typoYu Watanabe1-2/+2
2017-08-06core: define variables only when they are requiredYu Watanabe1-2/+10