summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-05-20fnotsystemd/wip/cgroup2Luke Shumaker
2017-05-20systemd-nspawn: Have chown_cgroup bail early if uid_shift == UID_INVALID.notsystemd/masterLuke Shumaker
2017-05-20systemd-nspawn: Clarify detect_unified_cgroup_hierarchy().Luke Shumaker
2017-05-20systemd-nspawn: Improve documentation.Luke Shumaker
The `--help` text lies about what the `-U` flag does, and under-documents the `--private-users` values. Fix that. The man page is a bit vague about the `--keep-unit` option. Don't entirely fix it, but at least clarify the mechanics a bit.
2017-05-20systemd-nspawn: Improve error messages.Luke Shumaker
2017-05-20basic: barrier.c: add some newlines in the documentationLuke Shumaker
2017-05-20Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-20./tools/notsd-moveLuke Shumaker
2017-05-20nspawn: add missing -E to getopt_long (#4860)notsystemd/premoveWim de With
(cherry picked from commit 2e1f244efd2dfc1a60d032bef3d88b9ba6e0444b)
2017-05-20Fix it using /usr/include/systemd instead of src/libsystemd/include/systemdLuke Shumaker
To avoid a cyclic dependency thing, `sd-id128.h` has been split in to `sd-id128{,-static}.h`.
2017-05-20fix machine-id-setup linkingLuke Shumaker
2017-05-20Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-20./tools/notsd-moveLuke Shumaker
2017-05-12Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-12./tools/notsd-moveLuke Shumaker
2017-05-11man pagesLuke Shumaker
2017-05-10Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-10./tools/notsd-moveLuke Shumaker
2017-05-10Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-10./tools/notsd-moveLuke Shumaker
2017-05-10Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-10./tools/notsd-moveLuke Shumaker
2017-05-10completion?Luke Shumaker
2017-05-10fixitLuke Shumaker
2017-05-10fixoLuke Shumaker
2017-05-10Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-10./tools/notsd-moveLuke Shumaker
2017-05-10sparse: avoid clash with __bitwise and __force from 4.10 linux/types.h (#5061)Lubomir Rintel
It also used __bitwise and __force. It seems easier to rename our versions since they are local to this one single header. Also, undefine them afteerwards, so that we don't pollute the preprocessor macro namespace. (cherry picked from commit dc66f33a16596c2886a24da12e56ec096214e124)
2017-05-10amLuke Shumaker
2017-05-06Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
2017-05-06./tools/notsd-moveLuke Shumaker
2017-05-06Merge tag 'systemd/v232-6.parabola1'systemd/v232-8.parabola2Luke Shumaker
2017-05-06build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert
gperf-3.1 generates lookup functions that take a size_t length parameter instead of unsigned int. Test for this at configure time. Fixes: https://github.com/systemd/systemd/issues/5039
2017-03-09nspawn: Reword a comment.Luke Shumaker
I had to read it 3 times before I understood its sentence structure.
2017-03-09nspawn: Use fgetpwent() instead of rolling our own parser.Luke Shumaker
There isn't a strong reason to do this, other than that it simplifies the code quite a bit. This means that the -errno return codes might be a bit different.
2017-02-01Add a GNUmakefile to apply the MAKEFLAGS we want.Luke Shumaker
2017-02-01move systemd-cgroups-agent into grp-systemLuke Shumaker
2016-12-24Fix an inaccurate comment in sd-daemon.cLuke Shumaker
2016-12-24Fix a grammatical issue in sd_notify(3).Luke Shumaker
2016-12-17move local-addresses.{c,h} libsystemd-{internal/sd-netlink,shared}Luke Shumaker
2016-12-17Fix the build.Luke Shumaker
2016-12-17fix headersLuke Shumaker
2016-12-17Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
# Conflicts: # src/grp-journal/libjournal-core/.gitignore # src/grp-system/libcore/include/core/mount.h
2016-12-17./tools/notsd-moveLuke Shumaker
2016-12-17# Rename "Linux Boot Manager" -> "Systemd Boot Manager"systemd/v232-6.parabola1Luke Shumaker
sed -i 's|Linux Boot Manager|Systemd Boot Manager|' src/boot/bootctl.c
2016-12-17FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux"Luke Shumaker
2016-12-17FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-12-17FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux".Luke Shumaker
2016-12-17Merge tag 'systemd/v232-4'systemd/v232-6Luke Shumaker
2016-12-17nspawn: don't hide --bind=/tmp/* mountsDave Reisner
This is a v232-applicable version of upstream c9fd987279a462e.