Age | Commit message (Expand) | Author |
2014-11-28 | treewide: more log_*_errno() conversions | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-27 | coredump: use openat | Zbigniew Jędrzejewski-Szmek |
2014-11-27 | journalctl: print all possible lines immediately with --follow + --since | Andrej Manduch |
2014-11-27 | coredump: collect all /proc data useful for bug reporting | Jakub Filak |
2014-11-26 | journald: proceed even if some sockets are unknown | Zbigniew Jędrzejewski-Szmek |
2014-11-07 | util: simplify proc_cmdline() to reuse get_process_cmdline() | Lennart Poettering |
2014-11-07 | copy: change error code when hitting copy limit to EFBIG | Lennart Poettering |
2014-11-06 | s/commandline/command line/g | Harald Hoyer |
2014-11-06 | journal: adjust audit log messages a bit | Lennart Poettering |
2014-11-04 | journald: include audit message type number in MESSAGE= string | Lennart Poettering |
2014-11-04 | journal: also consider audit fields with '-' valid | Lennart Poettering |
2014-11-04 | journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ... | Lennart Poettering |
2014-11-04 | journald: suppress low-level audit text prefix in MESSAGE= field | Lennart Poettering |
2014-11-04 | journald: properly decode audit's proctitle= field | Lennart Poettering |
2014-11-04 | journald: enable audit in the kernel when initializing | Lennart Poettering |
2014-11-03 | journald: there's no point in turning on SO_TIMESTAMP for audit sockets, audi... | Lennart Poettering |
2014-11-03 | journald: fix memory leak on error path | Lennart Poettering |
2014-11-03 | journald: also check journal file size to deduce if it is empty | Lennart Poettering |
2014-11-03 | journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo... | Lennart Poettering |
2014-11-03 | journald: fix minor memory leak | Lennart Poettering |
2014-11-03 | journald: if available pull audit messages from the kernel into journal logs | Lennart Poettering |
2014-11-03 | journald: remove a number of malloc()s from the syslog message handling | Lennart Poettering |
2014-11-03 | journald: constify all things! | Lennart Poettering |
2014-10-30 | memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr... | Lennart Poettering |
2014-10-30 | memfd: always use our internal utility functions where we have them | Lennart Poettering |
2014-10-30 | journal: when sending huge log messages prefer memfds over temporary files in... | Lennart Poettering |
2014-10-27 | journald: be nice to coverity, add an extra assert | Lennart Poettering |
2014-10-26 | journald: fix flushing | Zbigniew Jędrzejewski-Szmek |
2014-10-25 | journalctl: correct help text for --until | Santiago Vila |
2014-10-24 | journalctl: Unify boot id lookup into common function get_boots | Jan Janssen |
2014-10-24 | journald: removed gendered pronouns in comment | Klaus Purer |
2014-10-23 | journal: make sd_journal::files a OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make Server::user_journals an OrderedHashmap | Michal Schmidt |
2014-10-23 | journal: make JournalFile::chain_cache an OrderedHashmap | Michal Schmidt |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | journalctl: add new --flush command and make use of it in systemd-journal-flu... | Lennart Poettering |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-22 | journal: do server_vacuum for sigusr1 | WaLyong Cho |
2014-10-22 | journalctl: don't introduce numeric constants with special names, give them n... | Lennart Poettering |
2014-10-20 | sd-journal: consistently use ternary operator for all direction checks | Christian Hesse |
2014-10-12 | Modernization | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | journalctl: use pager for --list-boots | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | sd-journal: fix sd_journal_enumerate_unique skipping values | Jan Janssen |
2014-10-09 | sd-journal: change check to assert | Zbigniew Jędrzejewski-Szmek |
2014-10-09 | sd-journal: do not reset sd_j_enumerate_unique position on error | Zbigniew Jędrzejewski-Szmek |
2014-10-08 | time: functions named "internal" really shouldn't be exported | Lennart Poettering |