Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | core: Don't require cgroups xattr support | Tom Hirst | |
Failure to mount cgroups with xattr should not be fatal | |||
2014-06-26 | install: enable timesyncd by default | Michael Olbrich | |
This treats it similarly to networkd, resolved and others and it matches what 90-systemd.preset does. | |||
2014-06-26 | core: use correct format string for UIDs | Michał Bartoszkiewicz | |
2014-06-26 | man: add coredump.conf(5) | Zbigniew Jędrzejewski-Szmek | |
2014-06-26 | coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctl | Zbigniew Jędrzejewski-Szmek | |
2014-06-26 | coredump: make compression configurable | Zbigniew Jędrzejewski-Szmek | |
Add Compression={none,xz} and CompressionLevel=0-9 settings. Defaults are xz/6. Compression=filesystem may be added later. I picked "xz" for the compression "type", since we might want to add different compressors later on. XZ is fairly memory and CPU intensive, and embedded users will likely want to use LZO or some other lightweight compression mechanism. | |||
2014-06-26 | coredump: compress core files | Zbigniew Jędrzejewski-Szmek | |
Unfortunately the core is first written uncompressed, then compressed by reading from disk and writing to the output file. This is ugly and slow, but I don't see a way around, if we want to get the backtrace without keeping everything in memory. | |||
2014-06-26 | journal/compress: add stream compression/decompression functions | Zbigniew Jędrzejewski-Szmek | |
2014-06-26 | journal/compress: simplify compress_blob | Zbigniew Jędrzejewski-Szmek | |
2014-06-26 | shutdown: rework messages during shutdown | Zbigniew Jędrzejewski-Szmek | |
When running in 'quiet' mode, the only message printed from shutdown binary would be 'Cannot finalize remaining file systems and devices, giving up.', the only log line at error level before switch back to initramfs. This is misleading, because in initramfs everything will be cleaned up properly. Avoid printing anything at error level before the attempt to switch back to initramfs. Rework the messages to contain a bit more information what is still remaining, to help people diagnose shutdown issues. | |||
2014-06-26 | sysv-generator: fix incorect ordering of Wants | Thomas Hindoe Paaboel Andersen | |
2014-06-25 | systemctl: add new "is-system-running" command to check whether system is ↵ | Lennart Poettering | |
fully up https://bugs.freedesktop.org/show_bug.cgi?id=66926 | |||
2014-06-25 | update TODO | Lennart Poettering | |
2014-06-25 | fsck: consider a fsck implementation linked to /bin/true non-existant | Lennart Poettering | |
2014-06-25 | update TODO | Lennart Poettering | |
2014-06-25 | Trim TODO | Zbigniew Jędrzejewski-Szmek | |
2014-06-25 | tests: add test-compress | Ronny Chevalier | |
2014-06-24 | sysv-generator: rename PidFile to PIDFile | Thomas Hindoe Paaboel Andersen | |
Spotted by Alexey Shabalin | |||
2014-06-24 | use more _cleanup_ macro | Ronny Chevalier | |
2014-06-24 | sd-dhcp6-client: use %m instead of strerror(errno) | Ronny Chevalier | |
2014-06-24 | switch-root: create essential base directories at system bootup | Kay Sievers | |
This allows us to bootup a rootfs with a /usr directory only. | |||
2014-06-24 | sd-dhcp-client: return NULL from _unref() like the other sd-* libraries | Tom Gundersen | |
Let's keep this behavior consistent across our libraries. In order to keep the refcounting working, a DONT_DESTROY macro similar to the one in sd-bus was introduced. | |||
2014-06-24 | nspawn: create essential base directories at system bootup | Kay Sievers | |
This allows us to bootup a rootfs with a /usr directory only. | |||
2014-06-23 | Revert "Add systemd-coredumpctl as an alias for coredumpctl" | Zbigniew Jędrzejewski-Szmek | |
This reverts the documentation part of commit dfdd0e0730385eef08f019863fd41168b05b6ab0. | |||
2014-06-23 | coredump: log coredump even if core dumping fails | Zbigniew Jędrzejewski-Szmek | |
Journal might be functional even if we cannot write to /var/lib/systemd/coredump. | |||
2014-06-23 | coredump: retrieve comm information from /proc | Zbigniew Jędrzejewski-Szmek | |
Kernel mangles comm information in an irreversible way when comm constains repeated spaces. Retrieve comm information from /proc, and only fallback to the information provided on the commandline when retrieving information from /proc fails. Add exe information to the list of saved xattr. https://bugs.freedesktop.org/show_bug.cgi?id=62043 | |||
2014-06-23 | fstab-generator: simplify add_root_mount | Zbigniew Jędrzejewski-Szmek | |
2014-06-23 | man: fix path in crypttab(5) | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=75816 | |||
2014-06-24 | build-sys: do not run coverage if build failed | Ronny Chevalier | |
2014-06-24 | tests: add test-ratelimit | Ronny Chevalier | |
2014-06-24 | tests: add tests to test-unit-name | Ronny Chevalier | |
add tests for: - unit_instance_is_valid - unit_prefix_is_valid - unit_name_change_suffix - unit_name_build - unit_name_is_instance - build_subslice - unit_name_to_instance - unit_name_escape | |||
2014-06-23 | cryptsetup: don't add unit dependency on /dev/null devices when it is listed ↵ | Lennart Poettering | |
as password file As special magic, don't create device dependencies for /dev/null. Of course, there might be similar devices we might want to include, but given that none of them really make sense to specify as password source there's really no point in checking for anything else here. https://bugs.freedesktop.org/show_bug.cgi?id=75816 | |||
2014-06-23 | core: You can not put the cached result of use_smack fct, as we are not sure ↵ | Ronan Le Martret | |
the "/sys" is mounted. So we should mount "sys" before "/proc" https://bugs.freedesktop.org/show_bug.cgi?id=77646 | |||
2014-06-23 | core: make sure Environment fields passed in for transient units are ↵ | Hristo Venev | |
properly written to unit files https://bugs.freedesktop.org/show_bug.cgi?id=76744 | |||
2014-06-23 | vconsole: also copy character maps (not just fonts) from vt1 to vt2, vt3, ... | Carl Schaefer | |
https://bugs.freedesktop.org/show_bug.cgi?id=78796 | |||
2014-06-23 | coredump: never write more than the configured processing size limit to disk | Lennart Poettering | |
2014-06-23 | coredumpctl: show comm name next to PID | Lennart Poettering | |
2014-06-23 | coredump: quit early if we cannot store ay coredump to disk | Lennart Poettering | |
2014-06-23 | coredumpctl: include timestamp information in "coredumpctl info" output | Lennart Poettering | |
2014-06-23 | README: mention that elfutils is an (optional) dependency now | Lennart Poettering | |
2014-06-23 | coredump: also escape spaces in comm fields when formatting file names | Lennart Poettering | |
2014-06-22 | README: add gobject-introspection | Zbigniew Jędrzejewski-Szmek | |
2014-06-22 | core/snapshot: log info when snapshots are created and removed | Zbigniew Jędrzejewski-Szmek | |
Snapshot mechanism is not used very much, but snapshot creation/destruction should be at least as verbose as normal unit starting/stopping. | |||
2014-06-22 | core/transaction: avoid misleading error message when unit not found | Zbigniew Jędrzejewski-Szmek | |
There's no point in telling the user to look at the logs when an attempt to load the unit file failed with ENOENT. https://bugzilla.redhat.com/show_bug.cgi?id=996133 | |||
2014-06-22 | core/transaction: reindent and split very long lines | Zbigniew Jędrzejewski-Szmek | |
2014-06-22 | Add systemd-coredumpctl as an alias for coredumpctl | Zbigniew Jędrzejewski-Szmek | |
Should make the transition easier for exisiting users. | |||
2014-06-22 | readahead: avoid gcc warning about format | Zbigniew Jędrzejewski-Szmek | |
src/readahead/readahead-common.c:55:17: warning: format ‘%zu’ expects argument of type ‘size_t’, but argument 7 has type ‘__off64_t’ [-Wformat=] log_debug("Not preloading file %s with size out of bounds %zu", fn, st->st_size); ^ | |||
2014-06-22 | dhcp-network: don't bother with IP fragments | Michal Sekletar | |
2014-06-22 | build-sys: require elfutils >= 158 | Michael Marineau | |
The recently added stacktrace support in 8d4e028f uses functions added in elfutils 158. Check for one of the new functions to avoid attempting to build against older versions. | |||
2014-06-22 | man: untabify systemd-resolved.service.xml | Zbigniew Jędrzejewski-Szmek | |