Age | Commit message (Expand) | Author |
2012-08-20 | journalctl: output FSS key as QR code on generating | Lennart Poettering |
2012-08-16 | conf-parser: make parsing exit status lists non-fatal | Lennart Poettering |
2012-08-14 | conf-parser: simplify a few things by using set_ensure_allocated() rather tha... | Lennart Poettering |
2012-08-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn |
2012-08-13 | namespace: rework namespace support | Lennart Poettering |
2012-08-10 | systemctl: fix issue with systemctl daemon-reexec | Simon Peeters |
2012-08-10 | shared/utf8: mark char* as const | Dave Reisner |
2012-08-09 | journald: properly unescape messages from /dev/kmsg | Lennart Poettering |
2012-08-08 | fix a couple of issues found with llvm-analyze | Lennart Poettering |
2012-08-08 | move bus_method_call_with_reply() to dbus-common | Simon Peeters |
2012-08-03 | logs-show: fix off-by-one error | Shawn Landen |
2012-07-28 | systemctl: append .service to unit names lacking suffix | Lennart Poettering |
2012-07-26 | cgtop: use full terminal width | Zbigniew Jędrzejewski-Szmek |
2012-07-26 | journalctl: hightlight log lines by priority | Lennart Poettering |
2012-07-26 | logs-show: fix OOM path | Lennart Poettering |
2012-07-26 | log: out-of-line __log_oom() | Michal Schmidt |
2012-07-26 | log: log_oom() must be a macro | Michal Schmidt |
2012-07-26 | log.h: new log_oom() -> int -ENOMEM, use it | Shawn Landden |
2012-07-26 | unit-name: style fix in unit_name_is_template() | Michal Schmidt |
2012-07-26 | systemd: enable/disable instances of template | Michal Sekletar |
2012-07-25 | use "Out of memory." consistantly (or with "\n") | Shawn Landden |
2012-07-25 | main: set PR_SET_CHILD_REAPER for MANAGER_USER | Auke Kok |
2012-07-24 | conf-files: continue searching if one dir fails | Michal Schmidt |
2012-07-23 | journalctl: fix ellipsization with PAGER=cat | Zbigniew Jedrzejewski-Szmek |
2012-07-20 | journalctl: fix assertion failure in ellipsize_mem() | Eelco Dolstra |
2012-07-19 | use #pragma once instead of foo*foo #define guards | Shawn Landden |
2012-07-17 | journalctl: do not ellipsize when using pager | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | logs: Adapt interface in log-show.c (show_journal_by_unit) | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | logs: Adapt interface in log-show.c (output_journal) | Zbigniew Jędrzejewski-Szmek |
2012-07-17 | execute: support syscall filtering using seccomp filters | Lennart Poettering |
2012-07-16 | unit: introduce %s specifier for the user shell | Lennart Poettering |
2012-07-16 | util: add getusername_malloc(), get_shell(), get_home_dir() | Lennart Poettering |
2012-07-16 | Spelling fixes. | Ville Skyttä |
2012-07-15 | aquire_terminal(): fix uninitialized variable | Kay Sievers |
2012-07-15 | journal: align byte-buffer that gets cased to an object | Kay Sievers |
2012-07-13 | man: document sd_journal_get_cutoff_realtime_usec() | Lennart Poettering |
2012-07-13 | util: temporarily ignore SIGHUP while we are issuing TIOCSTTY | Lennart Poettering |
2012-07-13 | util: rename join() to strjoin() | Lennart Poettering |
2012-07-13 | journalctl: show any printable Unicode character | Zbigniew Jędrzejewski-Szmek |
2012-07-10 | journal: introduce sd_journal_wait() to simplify writing synchronous clients | Lennart Poettering |
2012-07-10 | switch-root: reopen /dev/console before we switch root | Lennart Poettering |
2012-07-10 | util: rm_rf() refuse cleaning non-memory file systems, as extra paranoia | Lennart Poettering |
2012-07-10 | util: add extra safety check to in_initrd() | Lennart Poettering |
2012-07-10 | unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek |
2012-07-10 | unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ... | Lennart Poettering |
2012-07-10 | unit: Move UnitType definitions from core/unit.c to shared/unit-name.c | Zbigniew Jędrzejewski-Szmek |
2012-07-09 | paranoia: refuse rm_rf("/") | Lennart Poettering |
2012-07-04 | service: flush the start counter in "systemctl reset-failed" | Lennart Poettering |
2012-07-03 | mount-setup: don't complain if we try to fix the label of a dir beneath a mou... | Lennart Poettering |
2012-07-03 | hashmap: make hashmap_clear() work on NULL hashmaps | Lennart Poettering |