Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-06-22 | fix systemd-resolved reference in man page | Jonathan Boulle | |
Guess this was missed in the copy-paste :-) | |||
2014-06-22 | fix in_addr_prefix_intersect for 32bits | Marc-Antoine Perennou | |
shifting from a non fixed number of bits >= to the size of the type leads to weird results, handle the special case of << 32 to fix it. This was causing a test failure from test-socket-util: Assertion 'in_addr_prefix_intersect(f, &ua, apl, &ub, bpl) == result' failed at /var/tmp/paludis/build/sys-apps-systemd-scm/work/systemd-scm/src/test/test-socket-util.c:147, function test_in_addr_prefix_intersect_one(). Aborting. Minimal reproducer: paludisbuild@Lou /tmp $ cat test.c static void test(unsigned m) { unsigned nm = 0xFFFFFFFFUL << (32-m); printf("%u: %x\n", m, nm); } int main (void) { test(1); test(0); return 0; } paludisbuild@Lou /tmp $ gcc -m32 -std=gnu99 test.c -o test32 paludisbuild@Lou /tmp $ ./test32 1: 80000000 0: ffffffff paludisbuild@Lou /tmp $ gcc -std=gnu99 test.c -o test64 paludisbuild@Lou /tmp $ ./test64 1: 80000000 0: 0 | |||
2014-06-22 | update .gitignore | Ronny Chevalier | |
2014-06-22 | consistently order cleanup attribute before type | Thomas Hindoe Paaboel Andersen | |
2014-06-22 | tests: add test_fdset_remove | Ronny Chevalier | |
2014-06-22 | tests: add test-async | Ronny Chevalier | |
2014-06-22 | tests: add test-capability | Ronny Chevalier | |
2014-06-22 | build-sys: add -pthread flag for libsystemd-shared | Ronny Chevalier | |
src/shared/async.c uses pthread so it will fail at link time if we link only to libsystemd-shared and use async | |||
2014-06-21 | build-sys: replace nm with $(NM) | Kay Sievers | |
2014-06-21 | gudev: replace regex with sym file | Kay Sievers | |
2014-06-21 | pam_systemd: replace regex with sym file | Kay Sievers | |
2014-06-21 | pam_systemd: rename source file to match the module | Kay Sievers | |
2014-06-21 | sd-dhcp-server: change default lease time form 1m to 1h | Tom Gundersen | |
The short lease was useful for testing, but in real-world usage it is pointless to keep leases this short. That said, the cost of lease renewal is really low, so we keep the lease still relatively short at one hour to not get into hard-to-hit problems with lease exhaustion etc. |