Age | Commit message (Expand) | Author |
2013-03-03 | core/path: fix a leak in success path | Zbigniew Jędrzejewski-Szmek |
2013-03-02 | job: print the "OK" status messages in normal green | Michal Schmidt |
2013-03-02 | manager: turn a superfluous check into assert | Michal Schmidt |
2013-03-02 | unit: count deserialized job only after it's definitely installed | Michal Schmidt |
2013-03-01 | fstab-generator: initrd - mount selected entries from /sysroot/etc/fstab | Tom Gundersen |
2013-03-01 | systemctl: check if iterator was initialized succesfully | Lukas Nykryn |
2013-03-01 | manager: print p and then free it | Lukas Nykryn |
2013-03-01 | systemd-analyze: free unit_times only if it is not NULL | Lukas Nykryn |
2013-03-01 | systemd-python: add missing check for return of PyDict_SetItem in _reader.c | Lukas Nykryn |
2013-03-01 | fstab-generator: drop rootwait support | Tom Gundersen |
2013-03-01 | inhibit: make the output more readable | Mantas Mikulėnas |
2013-03-01 | coredump: bump coredump truncation size from 24M to 768M | Lennart Poettering |
2013-03-01 | core: fix running jobs counters after reload/reexec | Michal Schmidt |
2013-03-01 | fstab-generator: set "ro" as default for sysroot.mount | Harald Hoyer |
2013-03-01 | fstab-generator: fix commit 92094b7 | Harald Hoyer |
2013-03-01 | unit: fix the race in deserialization. | Oleksii Shevchuk |
2013-03-01 | fstab-generator: parse_new_root_from_proc_cmdline() don't use "defaults" | Harald Hoyer |
2013-03-01 | manager: prevent segfault in manager_print_jobs_in_progress() | Harald Hoyer |
2013-03-01 | cryptsetup-generator: fix the kernel command line strategy for luks.uuid | Harald Hoyer |
2013-03-01 | specifier: when resolving specifier strings when loading configuration, don't... | Lennart Poettering |
2013-03-01 | fstab,mount: detect rbind as bind mount | Frederic Crozat |
2013-03-01 | journalctl: add --user-unit= switch | Daniel Wallace |
2013-03-01 | path-lookup: downgrade again the messages where we log for units | Lennart Poettering |
2013-03-01 | Revert "systemctl: try to reload daemon after enable/disable only when not ru... | Lennart Poettering |
2013-03-01 | systemctl: try to reload daemon after enable/disable only when not running in... | Lennart Poettering |
2013-03-01 | pager: add K to less environment | Lukas Nykryn |
2013-03-01 | journalctl: add --reverse option to show the newest lines first | Lukas Nykryn |
2013-02-28 | Merge branch 'python-systemd-reader' | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | python-systemd: rename Journal to Reader | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | systemd-python: return both parts of sd_journal_get_monotonic_usec | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | python-systemd: check all errors and use automatic cleanup | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | systemd-python: hide ChainMap import | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | systemd-python: document attributes | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | systemd-python: use PyModule_AddObject in id128 | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | systemd-python: polish the docstrings | Zbigniew Jędrzejewski-Szmek |
2013-02-27 | systemd-activate: add a socket-activation test tool | Zbigniew Jędrzejewski-Szmek |
2013-02-27 | nspawn: environment would be truncated with TERM unset | Zbigniew Jędrzejewski-Szmek |
2013-02-28 | core/manager: print status messages about running jobs | Michal Schmidt |
2013-02-28 | core: count active units that may mind our printing to /dev/console | Michal Schmidt |
2013-02-28 | core/execute: determine if ExecContext may fiddle with /dev/console | Michal Schmidt |
2013-02-28 | core/execute: add internal is_terminal_output() | Michal Schmidt |
2013-02-28 | util: split resolving of /dev/console into a new function | Michal Schmidt |
2013-02-28 | core/unit: use a temp variable for manager pointer in unit_notify() | Michal Schmidt |
2013-02-28 | util, core: add support for ephemeral status lines | Michal Schmidt |
2013-02-28 | core/transaction: replace a bare status_printf() | Michal Schmidt |
2013-02-28 | core: redefine unit_status_printf() | Michal Schmidt |
2013-02-28 | core/manager: make a couple of functions static | Michal Schmidt |
2013-02-28 | core: add manager_status_printf() | Michal Schmidt |
2013-02-27 | core: keep track of the number of JOB_RUNNING jobs | Michal Schmidt |
2013-02-27 | systemctl: fix minimal number of params for new cgroup commands | Lennart Poettering |