Age | Commit message (Expand) | Author |
2014-11-30 | journald: close passed fds we cannot make sense of | Lennart Poettering |
2014-11-30 | tests: use assert_se instead of assert | Ronny Chevalier |
2014-11-29 | coredump: Support coredump.conf.d directories in the usual search paths | Josh Triplett |
2014-11-29 | journald: Support journald.conf.d directories in the usual search paths | Josh Triplett |
2014-11-28 | coredump: simplify a few things by allocating small fields on the stack rathe... | Lennart Poettering |
2014-11-28 | coredump: rework compose_open_fds() | Lennart Poettering |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: simplify log_*_errno(r,...) immediately followed by "return r" | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
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 |