summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-23meson: use join_paths consistentlyMichael Biebl
2017-04-23meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek
2017-04-23meson: add support for building efi modulesZbigniew Jędrzejewski-Szmek
2017-04-23meson: specify a timeout of 90 s for tests which take a bit longerZbigniew Jędrzejewski-Szmek
2017-04-23meson: fix compilation with -Dnetworkd=false, -Dkmod=no, -Dlibgcrypt=noZbigniew Jędrzejewski-Szmek
2017-04-23meson: make cpp invocations cross-compilation friendlyZbigniew Jędrzejewski-Szmek
2017-04-23meson: fix compilation of libsystemdZbigniew Jędrzejewski-Szmek
2017-04-23meson: update linking for fixed meson linkingZbigniew Jędrzejewski-Szmek
2017-04-23meson: add test-libudev-symZbigniew Jędrzejewski-Szmek
2017-04-23meson: add test-libsystemd-sym, fix linking of libsystemdZbigniew Jędrzejewski-Szmek
2017-04-23meson: install systemd-sulogin-shell tooZbigniew Jędrzejewski-Szmek
2017-04-23meson: create /var/log/journal/remoteZbigniew Jędrzejewski-Szmek
2017-04-23meson: create dirs and touch /usrZbigniew Jędrzejewski-Szmek
2017-04-23meson: create a static version of libshared and link libcore and some tests t...Zbigniew Jędrzejewski-Szmek
2017-04-23meson: include the library symbol version list in link_dependsZbigniew Jędrzejewski-Szmek
2017-04-23meson: define testsZbigniew Jędrzejewski-Szmek
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek
2017-04-23journal/fsprg: set -Wno-pointer-arithm only for that fileZbigniew Jędrzejewski-Szmek
2017-04-23Merge pull request #5774 from keszybz/printf-annotationsDjalal Harouni
2017-04-21Merge pull request #5756 from keszybz/make-cleanupsMartin Pitt
2017-04-21kernel-install: remove unneeded modules.* files created by depmod (#5766)Yu Watanabe
2017-04-21coredump: fix non-literal string used in printfZbigniew Jędrzejewski-Szmek
2017-04-21basic/log: expose log_dispatchZbigniew Jędrzejewski-Szmek
2017-04-21tree-wide: mark log_struct with _printf_ and fix falloutZbigniew Jędrzejewski-Szmek
2017-04-21µhttpd-util: use #pragma to silence warning about nonliteral patternZbigniew Jędrzejewski-Szmek
2017-04-21bus: include sd-{bus,messages}.h the same as other systemd headersZbigniew Jędrzejewski-Szmek
2017-04-21microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek
2017-04-21test-exec-util: drop duplicate constZbigniew Jędrzejewski-Szmek
2017-04-21basic/random-util: add new header for getrandom()Zbigniew Jędrzejewski-Szmek
2017-04-21libshared: fix compilation without libblkidZbigniew Jędrzejewski-Szmek
2017-04-21basic/missing.h: drop inclusion of macro.hZbigniew Jędrzejewski-Szmek
2017-04-21networkd: route - support 'onlink' routes (#5734)Susant Sahani
2017-04-21networkd: vlan add GVRP support (#5761)Susant Sahani
2017-04-21core: move checking default_dependencies into target_add_default_dependencies...iplayinsun
2017-04-21ima: Ensure policy exists before asking the kernel to load it (#5777)Benjamin Gilbert
2017-04-20basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek
2017-04-19test-compress*: silence warning about unused definitions when w/o both xz and...Zbigniew Jędrzejewski-Szmek
2017-04-19rc-local-generator: drop duplicate definitions for rc.localZbigniew Jędrzejewski-Szmek
2017-04-19basic/def.h: drop TTY_GID definitionZbigniew Jędrzejewski-Szmek
2017-04-19tree-wide: fix wrong indent (#5757)Yu Watanabe
2017-04-17Merge pull request #5708 from vcatechnology/arm-cross-compileLennart Poettering
2017-04-13loginctl: fix typo causing ignoring multiple session IDs (#5732)slodki
2017-04-12Merge pull request #5690 from yuwata/fix-5621Djalal Harouni
2017-04-11networkd: Add bridge port priority setting (#5545)Dimitri John Ledkov
2017-04-11service: serialize information about currently executing commandMichal Sekletar
2017-04-10tmpfiles: downgrade error message when operation is not supported (#5692)Yu Watanabe
2017-04-10core: fix values of BindPaths and BindReadOnlyPaths properties on 32-bit plat...Evgeny Vereshchagin
2017-04-10core: downgrade legit error logs (#5705)umuttl
2017-04-06Remove BTN_DPAD_* keys from ID_INPUT_KEY test (#5701)Nathaniel R. Lewis
2017-04-06build-sys: correct blkid.h includesMatt Clarkson