Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | cryptsetup: introduce new cryptsetup-pre.traget unit so that services can ↵ | Lennart Poettering | |
make sure they are started before and stopped after any LUKS setup https://bugzilla.redhat.com/show_bug.cgi?id=1097938 | |||
2014-06-18 | tmpfiles: create directories already with the right label, instead of ↵ | Lennart Poettering | |
creating them first, and relabeling them afterwards | |||
2014-06-18 | tmpfiles: w lines should allow following symlinks | Lennart Poettering | |
2014-06-18 | update TODO | Lennart Poettering | |
2014-06-18 | namespace: properly label device nodes we create | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=1081429 | |||
2014-06-18 | tmpfiles: add "+" modifier support to b, c, p lines in addition to L | Lennart Poettering | |
2014-06-17 | man: fix typo | Zbigniew Jędrzejewski-Szmek | |
2014-06-17 | build-sys: add missing backslash | Ronny Chevalier | |
2014-06-17 | networkd: veth - fix parsing verification | Tom Gundersen | |
2014-06-17 | networkd: vxlan - fix parsing verification | Tom Gundersen | |
2014-06-17 | networkd: veth - fix memleak | Tom Gundersen | |
2014-06-17 | install: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2014-06-17 | tmpfiles: remove line for automatic clean-ups for /var/cache/man/ | Lennart Poettering | |
Management of /var/cache/man should move to the distribution package owning the directory (for example, man-db). As man pages are a non-essential part of the system and unnecessary for minimal setups, there's no point in having systemd ship these lines. Distribution packages should make sure the appropriate package for their distribution adopts this line. Ideally, the line is adopted by the upstream package. For Fedora I have filed this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1110274 | |||
2014-06-17 | bootchart: set white background | Frederic Crozat | |
In programs like eog and gimp the transparant background did not look very good. Similar fix from the one done in systemd-analyze (418e3750) | |||
2014-06-17 | networkd: link - fix carrier check on new link | Tom Gundersen | |
We were comparing against our own internal enum rather than the kernel exposed one. Found by Thomas Ritter. | |||
2014-06-17 | sd-dhcp: checksum - make endianess-neutral | Tom Gundersen | |
For efficiency, we group bytes together before adding them up. This is guaranteed to always work (regardless of the byte order) as long as the i-th byte in each group lign up with the i-th byte in each other group. On big-endian machines this broke when handling the trailing few bytes which did not make up a full group of 4 bytes. This patch fixes the problem by explicitly creating a 4 byte zero-padded group out of the trailing bytes. Reported and tested by Thomas Ritter <th.ritter@gmx.at>. | |||
2014-06-16 | systemctl: reverse order of args when verbosely creating symlinks | Dave Reisner | |
This was backwards. The symlink itself points to the source unit, not the other way around. | |||
2014-06-17 | timesyncd: do not start in virtualized environments | Kay Sievers | |
2014-06-17 | update TODO | Lennart Poettering | |
2014-06-17 | core: populate unit file set with preset data if we boot with empty /etc | Lennart Poettering | |
2014-06-17 | machine-id-setup: allow passing NULL as function argument, for simplicity | Lennart Poettering | |
2014-06-17 | kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a ↵ | Lennart Poettering | |
container It's generally preferrable to conditionalize on the actual ability to do something then the context we run in. | |||
2014-06-17 | build-sys: touch /usr on "make install" | Lennart Poettering | |
this way, the "make install" will be detected as offline update on next boot. | |||
2014-06-17 | units: minor cleanups | Lennart Poettering | |
2014-06-17 | install: improve paths we show the user when enabling/disabling | Lennart Poettering | |
2014-06-17 | networkd: don't pull in systemd-networkd-wait-online service from ↵ | Lennart Poettering | |
systemd-networkd when enabling networkd-wait-online should never exist in the default transaction, unless explicitly enable or pulled in via things like NFS. However, just enabling networkd shouldn't enable networkd-wait-online, since it's common to use the former without the latter. | |||
2014-06-17 | conf-files: fix when for --root= logic | Lennart Poettering | |
This is based on parts of similar patches from Michael Marineau and Lukas Nykrin, but simply uses strappenda3(). | |||
2014-06-17 | systemctl: output human readable strings in "systemctl enable" and ↵ | Lennart Poettering | |
"systemctl disable" | |||
2014-06-17 | install: simplify symlink --root= logic | Lennart Poettering | |
2014-06-17 | install: "systemctl enable" should be a nop for template units lacking a ↵ | Lennart Poettering | |
DefaultInstance= setting | |||
2014-06-17 | preset: ship a minimal preset file upstream | Lennart Poettering | |
This is useful so that distros have something to base their own policy of. It also useful to make sure that minimal installs always get useful configuration in place. | |||
2014-06-17 | log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel ↵ | Lennart Poettering | |
cmdline "debug" should apply to all tools, but "quiet" only to PID1. | |||
2014-06-17 | install: make sure that --root= mode doesn't make us consider all units ↵ | Lennart Poettering | |
outside of search path | |||
2014-06-17 | install: make sure "systemctl disable foobar@.service" actually removes all ↵ | Lennart Poettering | |
instances | |||
2014-06-17 | install: introduce new DefaultInstance= field for [Install] sections | Lennart Poettering | |
The DefaultInstance= name is used when enabling template units when only specifying the template name, but no instance. Add DefaultInstance=tty1 to getty@.service, so that when the template itself is enabled an instance for tty1 is created. This is useful so that we "systemctl preset-all" can work properly, because we can operate on getty@.service after finding it, and the right instance is created. | |||
2014-06-17 | install: when looking for a unit file for enabling, search for templates ↵ | Lennart Poettering | |
only after traversing all search directories Let's always make sure to look in all search directories for the full unit names first, before looking for templates for them. | |||
2014-06-17 | install: use symlink_atomic() instead of unlink()+symlink() when force ↵ | Lennart Poettering | |
creating a symlink | |||
2014-06-17 | install: various modernizations | Lennart Poettering | |
2014-06-17 | install: teach preset query logic --root= support | Lennart Poettering | |
2014-06-17 | install: beef up preset logic to limit to only enable or only disable, and ↵ | Lennart Poettering | |
do all-unit preset operations The new "systemctl preset-all" command may now be used to put all installed units back into the enable/disable state the vendor/admin encoded in preset files. Also, introduce "systemctl --preset-mode=enable-only" and "systemctl --preset-mode=disable-only" to only apply the enable or only the disable operations of a "systemctl preset" or "systemctl preset-all" operation. "systemctl preset-all" implements this RFE: https://bugzilla.redhat.com/show_bug.cgi?id=630174 | |||
2014-06-17 | install: simplify and clarify disabling logic for instanced units | Lennart Poettering | |
2014-06-17 | install: various modernizations | Lennart Poettering | |
2014-06-17 | update TODO | Lennart Poettering | |
2014-06-17 | unit-name: various modernizations | Lennart Poettering | |
2014-06-17 | unit-name: fix detection of unit templates/instances | Lennart Poettering | |
We need to check for the last dot, not the first one in a unit name, for the suffix. Correct that. | |||
2014-06-16 | journal-remote: fix memleak | Thomas Hindoe Paaboel Andersen | |
2014-06-16 | tests: unlink temp file used in test | Ronny Chevalier | |
2014-06-16 | tests: add tests to test-hashmap | Ronny Chevalier | |
add tests for: - hashmap_remove_and_put - hashmap_first_key - hashmap_last - hashmap_steal_first_key - hashmap_clear_free_free | |||
2014-06-16 | tests: add test-fdset | Ronny Chevalier | |
2014-06-16 | tests: add test-socket-util | Ronny Chevalier | |