Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-02 | merge configure makefile snippets | Luke Shumaker | |
2017-02-01 | Add a GNUmakefile to apply the MAKEFLAGS we want. | Luke Shumaker | |
2017-02-01 | Merge remote-tracking branch 'r-autothing/v3/master' into notsystemd/master | Luke Shumaker | |
2017-02-01 | Merge commit 'a5986ad30296a9138c7943298759526f71a510de' into notsystemd/master | Luke Shumaker | |
2017-02-01 | move systemd-cgroups-agent into grp-system | Luke Shumaker | |
2017-01-30 | (libretools) Fix bugs in autothing. | Luke Shumaker | |
Some of these are that I hadn't originally designed autothing v3 to work with --warn-undefined-variables. Others are just straight-up bugs from inadequate testing. | |||
2017-01-17 | Tidy the files in the repo root. | Luke Shumaker | |
2017-01-17 | Backport fixes from work on parabola-hackers.git. | Luke Shumaker | |
- core: Actually support at.Makefile; how it set the internal variable _at.MAKEFILE_LIST was broken if $(at.Makefile) != Makefile - mod: dist: * Don't try to distribute $(files.src.int) files. * Add a comment noting that the lack of the `-P` flag to `cp` is not a bug. - mod: gitfiles: * Correctly list files in $(topsrcdir). * Also enumerate files in git submodules. | |||
2017-01-16 | Improve documentation. | Luke Shumaker | |
2017-01-16 | core: Derp, the at.relbase function was broken. | Luke Shumaker | |
2017-01-15 | Documentation. | Luke Shumaker | |
2017-01-15 | remove gnustuff | Luke Shumaker | |
2017-01-15 | Rename gnudoc->texinfo | Luke Shumaker | |
2017-01-15 | Tidy the gnustuff (and fork off gnudoc). | Luke Shumaker | |
2017-01-15 | mod: files: fix a misplaced paren | Luke Shumaker | |
2017-01-15 | mod: gitfiles: doc: re-flow a paragraph | Luke Shumaker | |
2017-01-14 | Add a top-level Makefile for documentation purposes. | Luke Shumaker | |
2017-01-14 | Update config.mk.in | Luke Shumaker | |
2017-01-14 | gnuconf: Was missing CPPFLAGS | Luke Shumaker | |
2017-01-14 | Merge branch 'v2/all' into v3/master | Luke Shumaker | |
2017-01-14 | Merge remote-tracking branches 'v2/core', 'v2/mod-dist', ↵ | Luke Shumaker | |
'v2/mod-gnu-autoconf', 'v2/mod-gnuconf', 'v2/mod-gnustuff', 'v2/mod-std' and 'v2/mod-write-ifchanged' into v3/master | |||
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 | fix minor mistake in .gitconfig | 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 | Merge branch 'notsystemd/postmove' into tmp/postmove | Luke Shumaker | |
2016-12-17 | ./tools/notsd-move | Luke Shumaker | |
2016-12-17 | update notsd-move | Luke Shumaker | |
2016-12-17 | Merge branch 'systemd/parabola' into notsystemd/premove | Luke Shumaker | |
# Conflicts: # Makefile.amp | |||
2016-12-17 | Merge commit '0064dcc0fc1c6519d54c5a104990c1db94f19ddf' into notsystemd/premove | Luke Shumaker | |
# Conflicts: # system-preset/90-systemd.preset | |||
2016-12-17 | Merge commit '58a6dd15582c038a25bd7059435833943e2e4617' into notsystemd/premove | Luke Shumaker | |
# Conflicts: # Makefile.am # src/boot/bootctl.c # system-preset/90-systemd.preset | |||
2016-12-17 | Merge tag 'systemd/v232-6.parabola1' into systemd/parabola | 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: man/: Use FSDG operating systems as examples. | Luke Shumaker | |
2016-12-17 | FSDG: systemd-resolved: Default to hostname "gnu-linux" instead of "linux" | Luke Shumaker | |
2016-12-17 | FSDG: os-release: Default ID to "gnu-linux" instead of "linux". | Luke Shumaker | |
As far as I can tell, no code in this repository actually uses the ID field, so this is just a man page change. | |||
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 | FSDG: man/: Refer to the operating system as GNU/Linux. | Luke Shumaker | |
This is not a blind replacement of "Linux" with "GNU/Linux". In some cases, "Linux" is (correctly) used to refer to just the kernel. In others, it is in a string for which code must also be adjusted; these instances are not included in this commit. | |||
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 | build-sys: check for lz4 in the old and new numbering scheme (#4717) | Zbigniew Jędrzejewski-Szmek | |
lz4 upstream decided to switch to an incompatible numbering scheme (1.7.3 follows 131, to match the so version). PKG_CHECK_MODULES does not allow two version matches for the same package, so e.g. lz4 < 10 || lz4 >= 125 cannot be used. Check twice, once for "new" numbers (anything below 10 is assume to be new), once for the "old" numbers (anything above >= 125). This assumes that the "new" versioning will not get to 10 to quickly. I think that's a safe assumption, lz4 is a mature project. Fixed #4690. | |||
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 | Merge tag 'systemd/v232-4.parabola1' into systemd/parabola | Luke Shumaker | |
2016-12-17 | # Rename "Linux Boot Manager" -> "Systemd Boot Manager"systemd/v232-4.parabola1 | Luke Shumaker | |
sed -i 's|Linux Boot Manager|Systemd Boot Manager|' src/boot/bootctl.c | |||
2016-12-17 | FSDG: man/: Use FSDG operating systems as examples. | Luke Shumaker | |