Age | Commit message (Expand) | Author |
2012-09-12 | pam: Add session class to the debug log. | Colin Guthrie |
2012-09-12 | unit-name: rework unit_name_replace_instance function() | Lennart Poettering |
2012-09-11 | journal: don't set seal flag if we don't have gcrypt built-in | Lennart Poettering |
2012-09-11 | journal: don't try to compress without XZ | Michael Olbrich |
2012-09-11 | util: rm_rf_children_dangerous: delete all descendants dangerously | Tom Gundersen |
2012-09-11 | condition: add ConditionFileNotEmpty= | Lennart Poettering |
2012-09-11 | when determining unit file list, include invalid unit names in an "invalid" s... | Lennart Poettering |
2012-09-10 | journald: don't do debug logging by default | Lennart Poettering |
2012-09-10 | journald: don't complain if fss key does not exist | Lennart Poettering |
2012-09-10 | selinux: close stdin/stdout/stderr before loading selinux policy | Lennart Poettering |
2012-09-10 | journald: detect invalid header pointers correctly | Lennart Poettering |
2012-09-10 | unit: don't allow units to be gc'ed that still are referenced via UnitRef | Lennart Poettering |
2012-09-10 | inhibit: close all fds when invoking inhibited tool | Lennart Poettering |
2012-09-10 | dbus: minor coding style fixes | Lennart Poettering |
2012-09-10 | Make systemd-inhibit --list work | Matthias Clasen |
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-07 | journald: make splitting up of journal files per-user configurable | Lennart Poettering |
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering |
2012-09-07 | main: fix syntax of net_prio cgroup controller | Lennart Poettering |
2012-09-06 | journald: avoid logging to kmsg in the normal paths | Lennart Poettering |
2012-09-05 | localed: system-setup-keyboard is no more on fedora | Lennart Poettering |
2012-09-05 | tmpfiles: don't attempt creation of device nodes when we run in a container | Lennart Poettering |
2012-09-05 | systemctl: properly build flags for show_journal_by_unit() | Lennart Poettering |
2012-09-05 | journalctl: show "Reboot" markers in output only when showing local-only entries | Lennart Poettering |
2012-09-05 | journalctl: replace --local by --merge, i.e. don't interleave remote journals... | Lennart Poettering |
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering |
2012-09-05 | shutdown: in containers, invoke reboot(2), too. Then fallback to exit() if CA... | Lennart Poettering |
2012-09-05 | shutdown: remove explicit sync() invocations | Lennart Poettering |
2012-09-05 | nspawn: don't provide /dev/rtc0 in the container | Lennart Poettering |
2012-09-05 | journalctl: rework JSON output mode | Lennart Poettering |
2012-09-05 | nspawn: generate a new randomized boot ID for each container | Lennart Poettering |
2012-09-05 | nspawn: if a file system comes pre-mounted, still do the read-only remounts | 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 | nspawn: skip mounts if already mounted | Lennart Poettering |
2012-09-04 | nspawn: mount a clean instance of sysfs | 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 | main: jointly mount more controllers | Lennart Poettering |
2012-09-03 | journalctl: include logs from PID 1 about services in systemctl status | Lennart Poettering |
2012-09-03 | readahead: a bit of reformatting | Lennart Poettering |
2012-09-03 | util: make path_is_mount_point() recognize bind mounts, too | Lennart Poettering |
2012-09-03 | swap: don't try to shutdown swaps on shutdown in a container | Lennart Poettering |
2012-09-03 | swap: refuse start/stop of swaps in container | Lennart Poettering |
2012-09-03 | shutdown: don't attempt read-only mounts in a container | 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-25 | journal: add HAVE_XZ check to avoid build failure | Yin Kangkai |