Age | Commit message (Expand) | Author |
2012-09-12 | unit-name: rework unit_name_replace_instance function() | Lennart Poettering |
2012-09-11 | util: rm_rf_children_dangerous: delete all descendants dangerously | Tom Gundersen |
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" s... | Lennart Poettering |
2012-09-10 | dbus: minor coding style fixes | Lennart Poettering |
2012-09-10 | path-util: fall back to stat() if kernel does not support name_to_handle_at() | Mantas Mikulėnas |
2012-09-10 | path-util: do not fail in path_is_mountpoint() if path doesn't exist | Mantas Mikulėnas |
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering |
2012-09-05 | journalctl: rework JSON output mode | Lennart Poettering |
2012-09-04 | path: fix invalid variable access in path_is_mount_point() | Lennart Poettering |
2012-09-04 | path-util: in path_is_mount_point() fall back to the classic stat() test if f... | Lennart Poettering |
2012-09-04 | missing: define name_to_handle_at on our own if it is missing | Lennart Poettering |
2012-09-03 | shared: logs-show: fflush after each output type | Brandon Philips |
2012-09-03 | journalctl: include logs from PID 1 about services in systemctl status | Lennart Poettering |
2012-09-03 | util: make path_is_mount_point() recognize bind mounts, too | Lennart Poettering |
2012-09-03 | journal: suppress structured messages if they'd go to the console | Lennart Poettering |
2012-09-03 | journal: generate structured journal messages for a number of events | Lennart Poettering |
2012-09-03 | shared: in code that might get called from suid programs use __secure_getenv(... | Lennart Poettering |
2012-08-23 | hashmap: hashmap_contains does not need hashmap_entry | Lukas Nykryn |
2012-08-22 | journal: move syslog specific calls out of util.c | Lennart Poettering |
2012-08-22 | journald: split /dev/kmsg related stuff into its own .c file | Lennart Poettering |
2012-08-21 | shared/util: add fstab support for partuuid/partlabel | Dave Reisner |
2012-08-21 | shared/util: refactor fstab_node_to_udev_node | Dave Reisner |
2012-08-21 | dev-setup: make NULL as parameter for dev_setup() equivalent to "" | Lennart Poettering |
2012-08-21 | dev-setup: allow a path prefix for use in chroots | Dave Reisner |
2012-08-21 | journalctl: really include .journal~ files in listing | Lennart Poettering |
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 |