Age | Commit message (Expand) | Author |
2012-09-13 | readahead: use 20K instead of 16K as temporary request nr bump | Lennart Poettering |
2012-09-12 | journalctl: print QR code only if we are running on an UTF-8 system | Lennart Poettering |
2012-09-12 | systemctl: direct the user to list-unit-files from the list-units output | Lennart Poettering |
2012-09-12 | tmpfiles: support globbing for w option | Dave Reisner |
2012-09-12 | test: extend unit-name test a bit | Lennart Poettering |
2012-09-12 | login: reshuffle meaning of require_active parameter | Lennart Poettering |
2012-09-12 | logind: Avoid unnecesary rewrite of user file when switching sessions of the ... | Colin Guthrie |
2012-09-12 | logind: Ensure the user, seat and session files are updated when the session ... | Colin Guthrie |
2012-09-12 | logind: Add a two new variables to the user session tracking file. | Colin Guthrie |
2012-09-12 | logind: Properly list the ACTIVE_SEATS in the user session tracking file. | Colin Guthrie |
2012-09-12 | logind: If all user sessions are in closing state, set the overall status to ... | Colin Guthrie |
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 |