summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-02manager: turn a superfluous check into assertMichal Schmidt
2013-03-02unit: count deserialized job only after it's definitely installedMichal Schmidt
2013-03-01fstab-generator: initrd - mount selected entries from /sysroot/etc/fstabTom Gundersen
2013-03-01systemctl: check if iterator was initialized succesfullyLukas Nykryn
2013-03-01manager: print p and then free itLukas Nykryn
2013-03-01systemd-analyze: free unit_times only if it is not NULLLukas Nykryn
2013-03-01systemd-python: add missing check for return of PyDict_SetItem in _reader.cLukas Nykryn
2013-03-01fstab-generator: drop rootwait supportTom Gundersen
2013-03-01inhibit: make the output more readableMantas Mikulėnas
2013-03-01coredump: bump coredump truncation size from 24M to 768MLennart Poettering
2013-03-01core: fix running jobs counters after reload/reexecMichal Schmidt
2013-03-01fstab-generator: set "ro" as default for sysroot.mountHarald Hoyer
2013-03-01fstab-generator: fix commit 92094b7Harald Hoyer
2013-03-01unit: fix the race in deserialization.Oleksii Shevchuk
2013-03-01fstab-generator: parse_new_root_from_proc_cmdline() don't use "defaults"Harald Hoyer
2013-03-01manager: prevent segfault in manager_print_jobs_in_progress()Harald Hoyer
2013-03-01cryptsetup-generator: fix the kernel command line strategy for luks.uuidHarald Hoyer
2013-03-01specifier: when resolving specifier strings when loading configuration, don't...Lennart Poettering
2013-03-01fstab,mount: detect rbind as bind mountFrederic Crozat
2013-03-01journalctl: add --user-unit= switchDaniel Wallace
2013-03-01path-lookup: downgrade again the messages where we log for unitsLennart Poettering
2013-03-01Revert "systemctl: try to reload daemon after enable/disable only when not ru...Lennart Poettering
2013-03-01systemctl: try to reload daemon after enable/disable only when not running in...Lennart Poettering
2013-03-01pager: add K to less environmentLukas Nykryn
2013-03-01journalctl: add --reverse option to show the newest lines firstLukas Nykryn
2013-02-28Merge branch 'python-systemd-reader'Zbigniew Jędrzejewski-Szmek
2013-02-28python-systemd: rename Journal to ReaderZbigniew Jędrzejewski-Szmek
2013-02-28systemd-python: return both parts of sd_journal_get_monotonic_usecZbigniew Jędrzejewski-Szmek
2013-02-28python-systemd: check all errors and use automatic cleanupZbigniew Jędrzejewski-Szmek
2013-02-28systemd-python: hide ChainMap importZbigniew Jędrzejewski-Szmek
2013-02-28systemd-python: document attributesZbigniew Jędrzejewski-Szmek
2013-02-28systemd-python: use PyModule_AddObject in id128Zbigniew Jędrzejewski-Szmek
2013-02-28systemd-python: polish the docstringsZbigniew Jędrzejewski-Szmek
2013-02-27systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek
2013-02-27nspawn: environment would be truncated with TERM unsetZbigniew Jędrzejewski-Szmek
2013-02-28core/manager: print status messages about running jobsMichal Schmidt
2013-02-28core: count active units that may mind our printing to /dev/consoleMichal Schmidt
2013-02-28core/execute: determine if ExecContext may fiddle with /dev/consoleMichal Schmidt
2013-02-28core/execute: add internal is_terminal_output()Michal Schmidt
2013-02-28util: split resolving of /dev/console into a new functionMichal Schmidt
2013-02-28core/unit: use a temp variable for manager pointer in unit_notify()Michal Schmidt
2013-02-28util, core: add support for ephemeral status linesMichal Schmidt
2013-02-28core/transaction: replace a bare status_printf()Michal Schmidt
2013-02-28core: redefine unit_status_printf()Michal Schmidt
2013-02-28core/manager: make a couple of functions staticMichal Schmidt
2013-02-28core: add manager_status_printf()Michal Schmidt
2013-02-27core: keep track of the number of JOB_RUNNING jobsMichal Schmidt
2013-02-27systemctl: fix minimal number of params for new cgroup commandsLennart Poettering
2013-02-27unit: rework resource management APILennart Poettering
2013-02-27systemctl: fix indentationLennart Poettering