summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* logind: drop unused user_tasks_max fieldtasks-max-dynamicZbigniew Jędrzejewski-Szmek2019-11-055-7/+1
* core: write cgroup limits as permillesZbigniew Jędrzejewski-Szmek2019-11-051-4/+6
* core/dbus-cgroup: use %.*s instead of strndupa()Zbigniew Jędrzejewski-Szmek2019-11-051-6/+4
* core/dbus-cgroup: drop unnecessary parensZbigniew Jędrzejewski-Szmek2019-11-055-8/+11
* core: make TasksMax a partially dynamic propertyZbigniew Jędrzejewski-Szmek2019-11-0512-30/+126
* Merge pull request #13939 from yuwata/network-fix-memleak-and-13938Yu Watanabe2019-11-054-5/+18
|\
| * sd-radv: fix memleakYu Watanabe2019-11-051-0/+7
| * test: add testcase for issue #13938Yu Watanabe2019-11-051-0/+0
| * network: fix memleak in route_prefix_free()Yu Watanabe2019-11-051-1/+2
| * network: fix typoYu Watanabe2019-11-051-1/+2
| * network: fix invalid cleanup functionYu Watanabe2019-11-051-2/+2
| * network: fix memleakYu Watanabe2019-11-051-0/+4
| * network: use fix invalid free functionYu Watanabe2019-11-051-1/+1
* | journal: refresh cached credentials of stdout streamsLorenz Bauer2019-11-052-2/+63
* | hwdb: add XKB_FIXED_MODEL to the keyboard hwdbSebastian Wick2019-11-052-16/+18
* | Merge pull request #13935 from poettering/bootctl-random-seed-mkdirAnita Zhang2019-11-041-0/+8
|\ \ | |/ |/|
| * bootctl: create leading dirs when "bootctl random-seed" is called if neededLennart Poettering2019-11-041-0/+8
* | core, job: fix breakage of ordering dependencies by systemctl reload commandHATAYAMA Daisuke2019-11-041-3/+3
* | journalctl: allow running vacuum on remote journals, tooJan Kundrát2019-11-041-3/+0
|/
* Merge pull request #13906 from yuwata/drop-missing-take2Zbigniew Jędrzejewski-Szmek2019-11-04243-394/+0
|\
| * util: drop unnecessary headers from util.cYu Watanabe2019-11-041-22/+0
| * tree-wide: drop double newlineYu Watanabe2019-11-0417-19/+0
| * tree-wide: drop input.h when missing_input.h is includedYu Watanabe2019-11-043-3/+0
| * tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-0425-25/+0
| * tree-wide: drop signal.h when signal-util.h is includedYu Watanabe2019-11-0417-17/+0
| * tree-wide: drop mman.h when missing_mman.h is includedYu Watanabe2019-11-041-1/+0
| * tree-wide: drop magic.h when missing_magic.h is includedYu Watanabe2019-11-042-2/+0
| * tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-0425-30/+0
| * tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-0428-28/+0
| * tree-wide: drop mntent.h when fstab-util.h is includedYu Watanabe2019-11-042-2/+0
| * tree-wide: drop libkmod.h when module-util.h is includedYu Watanabe2019-11-044-4/+0
| * tree-wide: drop blkid.h when blkid-util.h is includedYu Watanabe2019-11-044-4/+0
| * tree-wide: drop acl.h when acl-util.h is includedYu Watanabe2019-11-041-3/+0
| * tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-0411-15/+0
| * tree-wide: drop time.h when time-util.h is includedYu Watanabe2019-11-047-7/+0
| * tree-wide: drop capability.h when capability-util.h is includedYu Watanabe2019-11-044-4/+0
| * tree-wide: drop sched.h when missing_sched.h is includedYu Watanabe2019-11-043-3/+0
| * tree-wide: drop gcrypt.h when gcrypt-util.h is includedYu Watanabe2019-11-043-6/+0
| * tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-047-7/+0
| * tree-wide: drop glob.h when glob-util.h is includedYu Watanabe2019-11-045-5/+0
| * tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-0411-11/+0
| * tree-wide: drop alloca.h when alloc-util.h is includedYu Watanabe2019-11-049-9/+0
| * tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-04167-167/+0
* | sd-boot: Skip adding boot entries when the loader does not existJan Janssen2019-11-041-1/+12
* | allow an empty DefaultInstance= in configuration filesJérémy Rosen2019-11-041-0/+5
* | man/systemd.net-naming-scheme: fix typoJan Synacek2019-11-041-1/+1
|/
* Merge pull request #13899 from poettering/in-gid-tweakYu Watanabe2019-11-032-16/+45
|\
| * test: add really basic in_gid() testLennart Poettering2019-10-311-0/+11
| * user-util: tweak to in_gid()Lennart Poettering2019-10-311-16/+34
* | Merge pull request #13909 from poettering/env-copy-pidYu Watanabe2019-11-034-16/+25
|\ \