Age | Commit message (Expand) | Author |
2013-05-21 | man: Document missing options | Jan Janssen |
2013-05-15 | journal: correctly convert usec_t to timespec. | Michał Bartoszkiewicz |
2013-05-14 | journalctl: add -k/--dmesg | Zbigniew Jędrzejewski-Szmek |
2013-05-14 | sd-journal: check if the pointers passed are the same | Thomas Hindoe Paaboel Andersen |
2013-05-13 | journald-stream: typo in error message. | Auke Kok |
2013-05-08 | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek |
2013-05-08 | Rearrange a few fields to reduce holes | Zbigniew Jędrzejewski-Szmek |
2013-05-07 | hostname: only suppress setting of pretty hostname if it is non-equal to the ... | Lennart Poettering |
2013-05-07 | journald: don't recalculate the ACL mask | Lennart Poettering |
2013-05-07 | journald: be more careful when we try to flush the runtime journal to disk an...systemd/v203 | Lennart Poettering |
2013-05-03 | journal: as a µ-opt, use sizeof instead of strlen | Zbigniew Jędrzejewski-Szmek |
2013-05-03 | journal: Set the default keep free value to 15% (up from 5%) | Colin Guthrie |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | coredump: use realloc() loop instead of malloc(768M) | Colin Walters |
2013-04-25 | Add some extra __attribute__ ((format)) s | Cristian Rodríguez |
2013-04-25 | conf-parser: restrict .include usage | Lennart Poettering |
2013-04-25 | journal: remove build warning when SELinux is disabled | Greg Kroah-Hartman |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |
2013-04-19 | Reintroduce f_type comparison macro | Harald Hoyer |
2013-04-18 | journal: when iterating through a file we might lose messages when changing d... | Marius Vollmer |
2013-04-18 | Revert f_type fixups | Harald Hoyer |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-18 | rename CMP_F_TYPE to F_TYPE_CMP | Harald Hoyer |
2013-04-18 | Add ugly CMP_F_TYPE() macro | Harald Hoyer |
2013-04-18 | build-sys: add sd_journal_add_conjunction() to symbol versioning file | Lennart Poettering |
2013-04-17 | fixup for cddf148028f52 | Harald Hoyer |
2013-04-17 | fixup 8c68a7017 and cast to (unsigned long) | Harald Hoyer |
2013-04-17 | fixed statfs.f_type signed vs unsigned comparisons | Harald Hoyer |
2013-04-17 | journalctl: specify "--unit=" and "--user-unit" multiple times | Harald Hoyer |
2013-04-17 | journal: add one more level on top with AND | Harald Hoyer |
2013-04-17 | journalctl: show fields requested with --field in full | Zbigniew Jędrzejewski-Szmek |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-16 | journal: fix off-by-one error in native message iovec counting | Michal Schmidt |
2013-04-16 | macro: rework how we define cleanup macros | Lennart Poettering |
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move containe... | Lennart Poettering |
2013-04-13 | Include <fcntl.h> instead of <sys/fcntl.h> | Zbigniew Jędrzejewski-Szmek |
2013-04-13 | fileio: in envfiles, do not skip lines following empty lines | Zbigniew Jędrzejewski-Szmek |
2013-04-12 | journal: fix broken tags _SOURCE_REALTIME_TIMESTAMP and _MACHINE_ID | Mirco Tischler |
2013-04-10 | journalctl: check return of strjoin | Lukas Nykryn |
2013-04-08 | journald: bring max coredump size in sync with max entry size | Lennart Poettering |
2013-04-08 | journald: no need to free audit vars | Lennart Poettering |
2013-04-08 | journald: drop two more memory allocations | Lennart Poettering |
2013-04-08 | journald: get rid of one more memory allocation | Lennart Poettering |
2013-04-08 | journald: Do not dynamically allocate _UID/_GID/_PID strings | Holger Hans Peter Freyther |
2013-04-08 | journald: Do not always record _AUDIT_SESSION and _AUDIT_LOGINUID | Holger Hans Peter Freyther |
2013-04-08 | journal: Fix typo | Marius Vollmer |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | test-catalog,core/load-dropin: remove unused variables | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U | Cristian Rodríguez |