Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-20 | fix machine-id-setup linking | Luke Shumaker | |
2017-05-20 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-20 | ./tools/notsd-move | Luke Shumaker | |
2017-05-12 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-12 | ./tools/notsd-move | Luke Shumaker | |
2017-05-11 | man pages | Luke Shumaker | |
2017-05-10 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-10 | ./tools/notsd-move | Luke Shumaker | |
2017-05-10 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-10 | ./tools/notsd-move | Luke Shumaker | |
2017-05-10 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-10 | ./tools/notsd-move | Luke Shumaker | |
2017-05-10 | completion? | Luke Shumaker | |
2017-05-10 | fixit | Luke Shumaker | |
2017-05-10 | fixo | Luke Shumaker | |
2017-05-10 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-10 | ./tools/notsd-move | Luke Shumaker | |
2017-05-10 | sparse: 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-10 | am | Luke Shumaker | |
2017-05-06 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2017-05-06 | ./tools/notsd-move | Luke Shumaker | |
2017-05-06 | Merge tag 'systemd/v232-6.parabola1'systemd/v232-8.parabola2 | Luke Shumaker | |
2017-05-06 | build-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-09 | nspawn: Reword a comment. | Luke Shumaker | |
I had to read it 3 times before I understood its sentence structure. | |||
2017-03-09 | nspawn: 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-01 | Add a GNUmakefile to apply the MAKEFLAGS we want. | Luke Shumaker | |
2017-02-01 | move systemd-cgroups-agent into grp-system | Luke Shumaker | |
2016-12-24 | Fix an inaccurate comment in sd-daemon.c | Luke Shumaker | |
2016-12-24 | Fix a grammatical issue in sd_notify(3). | Luke Shumaker | |
2016-12-17 | move local-addresses.{c,h} libsystemd-{internal/sd-netlink,shared} | Luke Shumaker | |
2016-12-17 | Fix the build. | Luke Shumaker | |
2016-12-17 | fix headers | Luke Shumaker | |
2016-12-17 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
# Conflicts: # src/grp-journal/libjournal-core/.gitignore # src/grp-system/libcore/include/core/mount.h | |||
2016-12-17 | ./tools/notsd-move | Luke Shumaker | |
2016-12-17 | # Rename "Linux Boot Manager" -> "Systemd Boot Manager"systemd/v232-6.parabola1 | Luke Shumaker | |
sed -i 's|Linux Boot Manager|Systemd Boot Manager|' src/boot/bootctl.c | |||
2016-12-17 | FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux" | Luke Shumaker | |
2016-12-17 | FSDG: os-release: Default to NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-12-17 | FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" instead of "Linux". | Luke Shumaker | |
2016-12-17 | Merge tag 'systemd/v232-4'systemd/v232-6 | Luke Shumaker | |
2016-12-17 | nspawn: don't hide --bind=/tmp/* mounts | Dave Reisner | |
This is a v232-applicable version of upstream c9fd987279a462e. | |||
2016-12-17 | journal: make sure to initially populate the space info cache (#4807) | Franck Bui | |
Make sure to populate the cache in cache_space_refresh() at least once otherwise it's possible that the system boots fast enough (and the journal flush service is finished) before the invalidate cache timeout (30 us) has expired. Fixes: #4790 | |||
2016-12-17 | nspawn: fix exit code for --help and --version (#4609) | Martin Pitt | |
Commit b006762 inverted the initial exit code which is relevant for --help and --version without a particular reason. For these special options, parse_argv() returns 0 so that our main() immediately skips to the end without adjusting "ret". Otherwise, if an actual container is being started, ret is set on error in run(), which still provides the "non-zero exit on error" behaviour. Fixes #4605. | |||
2016-12-17 | Revert "nspawn: try to bind mount resolved's resolv.conf snippet into the ↵systemd/v232-4 | Dave Reisner | |
container" This reverts commit 3539724c26a1b2b00c4eb3c004b635a4b8647de6. | |||
2016-12-17 | disable RestrictAddressFamilies on i686 | Dave Reisner | |
Shit's broke, yo. https://github.com/systemd/systemd/issues/4575 | |||
2016-12-17 | device: Avoid calling unit_free(NULL) in device setup logic (#4748) | Dave Reisner | |
Since a581e45ae8f9bb5c, there's a few function calls to unit_new_for_name which will unit_free on failure. Prior to this commit, a failure would result in calling unit_free with a NULL unit, and hit an assertion failure, seen at least via device_setup_unit: Assertion 'u' failed at src/core/unit.c:519, function unit_free(). Aborting. Fixes #4747 https://bugs.archlinux.org/task/51950 | |||
2016-12-17 | basic/virt: fix userns check on CONFIG_USER_NS=n kernel (#4651) | Zbigniew Jędrzejewski-Szmek | |
ENOENT should be treated as "false", but because of the broken errno check it was treated as an error. So ConditionVirtualization=user-namespaces probably returned the correct answer, but only by accident. Fixes #4608. | |||
2016-12-17 | core: don't use the unified hierarchy for the systemd cgroup yet (#4628) | Martin Pitt | |
Too many things don't get along with the unified hierarchy yet: * https://github.com/opencontainers/runc/issues/1175 * https://github.com/docker/docker/issues/28109 * https://github.com/lxc/lxc/issues/1280 So revert the default to the legacy hierarchy for now. Developers of the above software can opt into the unified hierarchy with "systemd.legacy_systemd_cgroup_controller=0". | |||
2016-11-29 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |
2016-11-29 | ./tools/notsd-move | Luke Shumaker | |
2016-11-29 | Merge branch 'notsystemd/postmove' into notsystemd/master | Luke Shumaker | |