Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-15 | systemctl: fix assertion hit by incorrect comparison | Dave Reisner | |
2013-01-15 | load-fragment: fix bad memory access | Lennart Poettering | |
2013-01-15 | load-fragment: replace specifiers in path unit's Unit= setting | Lennart Poettering | |
2013-01-15 | core: do not make sockets dependent on lo | Michał Bartoszkiewicz | |
/sys/subsystem/net/devices/lo is never considered active, so sockets with BindToDevice=lo would never be activated. | |||
2013-01-15 | journalctl: quit on I/O error | David Herrmann | |
This makes journalctl quit on ferror() conditions on stdout. It fixes an annoying bug if you pipe its output through 'less' and press 'q'. Without this fix journalctl will continue reading all journal data until EOF which can take quite some time. For instance on my machine: david-nb ~ # time journalctl | wc -l 327240 real 1m13.039s user 1m0.217s sys 0m10.467s However, expected behavior is journalctl to quit when its pager closed the output pipe. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> | |||
2013-01-15 | update TODO | Lennart Poettering | |
2013-01-15 | logind: remove unused variable | Michal Sekletar | |
2013-01-15 | core: use correct argument of type JobResult | Michal Sekletar | |
2013-01-15 | vconsole: use /dev/vcsa1-15 to check for allocated VTs | Kay Sievers | |
2013-01-15 | man: add reference to wiki doc from DefaultControllers= setting | Lennart Poettering | |
2013-01-15 | units: add reference to new wiki page to all api mount units | Lennart Poettering | |
2013-01-15 | update TODO | Lennart Poettering | |
2013-01-15 | man: correct order of precedence for fstab units | Lennart Poettering | |
2013-01-15 | make-man-index: work around UnicodeDecodeError | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | man: generate xml not html for index | Zbigniew Jędrzejewski-Szmek | |
This way we also get a man page. The output is not as polished. I hope that it doesn't matter too much. index.html is not generated now, the page is called systemd.index.html. If necessary, an install hook should be added. | |||
2013-01-15 | man: add links to directive index to see-alsos | Zbigniew Jędrzejewski-Szmek | |
systemd.directives(5) is renamed to systemd.directives(7). Section 7 is "Miscellaneous". | |||
2013-01-15 | make-directive-index: link to systemd options | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | make-directive-index: count how many directives and pages are shown | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | make-directive-index: remove duplicated list of sections | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | man: add bootchart.conf to directives index | Zbigniew Jędrzejewski-Szmek | |
2013-01-15 | localectl: fix typo in man page | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=59247 | |||
2013-01-15 | vconsole: copy font to tty1-15 | Kay Sievers | |
2013-01-15 | Typo fix | Oleksii Shevchuk | |
2013-01-15 | man: link in API FS documentation from the wiki | Lennart Poettering | |
2013-01-15 | man: link in wiki documentation about network.target | Lennart Poettering | |
2013-01-15 | Update TODO | Lennart Poettering | |
2013-01-15 | systemctl: when inhibiting shutdown/suspend also check for other login sessions | Lennart Poettering | |
2013-01-15 | login: introduce sd_session_get_tty() | Lennart Poettering | |
2013-01-15 | vconsole: upload font to /dev/tty1 and copy it to all allocated VTs | Kay Sievers | |
2013-01-14 | l10n: Updated Polish translation | Piotr Drąg | |
2013-01-14 | update TODO | Lennart Poettering | |
2013-01-14 | logind: ignore non-tty/non-x11 session when checking if there are other ↵ | Lennart Poettering | |
sessions before shutting down https://bugzilla.redhat.com/show_bug.cgi?id=890827 | |||
2013-01-14 | systemctl: drop compat with really really old systemd versions | Lennart Poettering | |
2013-01-14 | update TODO | Lennart Poettering | |
2013-01-14 | systemctl: be smarter when mangling snapshot names | Lennart Poettering | |
For "systemctl snapshot" it makes no sense to complete an incomplete name with ".service" as we previously did, use ".snapshot" instead. Also, don't bother with mount units or suchlike, we know that this must be a snapshot and hence is the only sane way for completion. | |||
2013-01-14 | systemctl: numerous modernizations | Lennart Poettering | |
2013-01-14 | bootchart: no need for memset here | Lennart Poettering | |
2013-01-14 | core: add bus API and systemctl commands for altering cgroup parameters ↵ | Lennart Poettering | |
during runtime | |||
2013-01-14 | systemctl: honour inhibitors only when running unprivileged | Lennart Poettering | |
2013-01-14 | systemctl: don't hit an assert if we try to reboot and dbus is dead | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=889624 | |||
2013-01-14 | systemctl: rework is-active and is-failed code | Lennart Poettering | |
2013-01-14 | core: fix double free | Lennart Poettering | |
2013-01-14 | service: for Type=forking services, ignore exit status of main process ↵ | Lennart Poettering | |
depending on ExecStart's ignore setting https://bugzilla.redhat.com/show_bug.cgi?id=860464 | |||
2013-01-14 | core: document that JoinControllers= might be ineffective in initrd uses | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=875531 | |||
2013-01-14 | update TODO | Lennart Poettering | |
2013-01-14 | locale: make sense of "dvorak-alt-intel" X variant in mapping database | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=873634 | |||
2013-01-13 | man: localectl - s/set-keyboard/set-keymap/ | Kay Sievers | |
2013-01-12 | service: remove distribution specific comments, the code runs unconditional now | Kay Sievers | |
2013-01-12 | service: remove distribution specific comments, the code run unconditional now | Kay Sievers | |
2013-01-11 | nspawn: add --version | Zbigniew Jędrzejewski-Szmek | |