summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | meson: drop unnecesary default value settingZbigniew Jędrzejewski-Szmek2017-07-261-1/+1
| * | | | | meson.build: reorder tests to match order in meson_options.txtZbigniew Jędrzejewski-Szmek2017-07-261-27/+27
| | |/ / / | |/| | |
* | | | | boot/efi: don't hard fail on error for tpm measure (#6473)Harald Hoyer2017-07-282-4/+2
* | | | | test-timesync: ignore failure to listen on /run/systemd/netif/links/ (#6463)Zbigniew Jędrzejewski-Szmek2017-07-281-0/+4
* | | | | Merge pull request #6465 from keszybz/drop-kdbusMartin Pitt2017-07-2865-6826/+152
|\ \ \ \ \
| * | | | | nspawn: do not mount /sys/fs/kdbusZbigniew Jędrzejewski-Szmek2017-07-231-3/+0
| * | | | | Drop kdbus bitsZbigniew Jędrzejewski-Szmek2017-07-2326-4860/+150
| * | | | | Drop bus-policy bitsZbigniew Jędrzejewski-Szmek2017-07-2311-418/+0
| * | | | | Drop busname unit typeZbigniew Jędrzejewski-Szmek2017-07-2328-1545/+2
| | |_|_|/ | |/| | |
* | | | | mkosi.arch: fix comment (#6470)AsciiWolf2017-07-281-1/+1
| |_|_|/ |/| | |
* | | | bash-completion: use the first argument instead of the global variable (#6457)Yu Watanabe2017-07-271-7/+7
| |/ / |/| |
* | | hwdb: Add axis range for System76 Galago Pro (galp2) (#6439)Benjamin Berg2017-07-251-0/+11
* | | basic: cosmetic changes (#6440)Yu Watanabe2017-07-244-4/+4
* | | Merge pull request #6438 from poettering/distro-porting-moreZbigniew Jędrzejewski-Szmek2017-07-242-6/+25
|\ \ \
| * | | README: document that max_bonds=0 is the way to go for bonding.koLennart Poettering2017-07-241-0/+9
| * | | DISTRO_PORTING: document that distros may/should change fallback DNS as well ...Lennart Poettering2017-07-241-6/+16
* | | | Merge pull request #6429 from keszybz/dropins-and-ordering-cyclesLennart Poettering2017-07-243-51/+64
|\ \ \ \ | |/ / / |/| | |
| * | | core: when logging about dependency cycles, add UNIT= entries for all involve...Zbigniew Jędrzejewski-Szmek2017-07-221-29/+54
| * | | shared/dropin: improve error messageZbigniew Jędrzejewski-Szmek2017-07-221-6/+3
| * | | Revert "core: don't load dropin data multiple times for the same unit (#5139)"Zbigniew Jędrzejewski-Szmek2017-07-221-16/+7
| |/ /
* | | meson: install the git hook (#6425)Zbigniew Jędrzejewski-Szmek2017-07-242-0/+19
* | | man/systemd.network: DHCP defaults to "no" (#6423)Lion Yang2017-07-211-1/+2
* | | doc/systemd-resolved.service: fix typo (#6422)Lion Yang2017-07-211-1/+1
|/ /
* | core: fix typo (#6417)Yu Watanabe2017-07-211-2/+2
* | tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-2123-185/+185
* | Merge pull request #6413 from poettering/getpidZbigniew Jędrzejewski-Szmek2017-07-2054-151/+282
|\ \
| * | tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-2053-151/+161
| * | process-util: add getpid_cached() as a caching wrapper for getpid()Lennart Poettering2017-07-203-0/+121
* | | nspawn: downgrade warning when we get sd_notify() message from unexpected pro...Lennart Poettering2017-07-201-1/+1
|/ /
* | Merge pull request #6266 from keszybz/drop-autotoolsLennart Poettering2017-07-20191-13093/+100
|\ \
| * | build-sys: rename SD_BOOT_LOG_TPM to ENABLE_TPMZbigniew Jędrzejewski-Szmek2017-07-185-5/+5
| * | build-sys: add basic support for ./configure && make && make installZbigniew Jędrzejewski-Szmek2017-07-182-0/+26
| * | HACKING: update for mesonZbigniew Jędrzejewski-Szmek2017-07-181-5/+7
| * | test: try to guess the build directoryZbigniew Jędrzejewski-Szmek2017-07-183-2/+20
| * | test: convert test/ to use meson installZbigniew Jędrzejewski-Szmek2017-07-184-31/+8
| * | build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-1841-475/+0
| * | python: remove star importsZbigniew Jędrzejewski-Szmek2017-07-183-3/+3
| * | build-sys: drop support for generation of Makefile-man.amZbigniew Jędrzejewski-Szmek2017-07-182-68/+5
| * | build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-18132-12506/+27
| * | mailmap: add entryZbigniew Jędrzejewski-Szmek2017-07-181-0/+1
* | | call chase_symlinks without the /sysroot prefix (#6411)Harald Hoyer2017-07-201-1/+1
* | | Merge pull request #6386 from poettering/mkosi-without-testsMartin Pitt2017-07-201-2/+3
|\ \ \
| * | | mkosi: use '[' rather than 'test' everywhereLennart Poettering2017-07-201-1/+2
| * | | mkosi: support mkosi's --without-tests switchLennart Poettering2017-07-201-1/+1
* | | | hwdb: add two more hotkeys to Lenovo IdeaPad (#6410)Shengyao Xue2017-07-201-0/+2
* | | | sd-path: make sure to use tmp_dir() and var_tmp_dir() (#6397)Lennart Poettering2017-07-201-2/+3
|/ / /
* | | test-condition: don't assume that all non-root users are normal users (#6409)Felipe Sateler2017-07-191-1/+1
* | | virt: enable detecting QEMU (TCG) via CPUID (#6399)Daniel Berrange2017-07-191-0/+1
* | | test-unit-name: setup fake runtime directory before starting manager (#6401)Yu Watanabe2017-07-181-4/+11
* | | core/manager: fix memory leak (#6400)Yu Watanabe2017-07-181-0/+4
|/ /