Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-01-11 | build-sys: use _FORTIFY_SOURCE only if optimizing | Zbigniew Jędrzejewski-Szmek | |
Rather then force the user to undefine _FORTIFY_SOURCE, don't define it in the first place if it cannot be used. I'm assuming that -O* can only be sensibly specified in $CFLAGS. | |||
2013-01-11 | systemctl: honour inhibitors when shutting down or entering sleep state | Lennart Poettering | |
2013-01-11 | update TODO | Lennart Poettering | |
2013-01-11 | unit: instead of directly loading drop-in configuration snippets use ↵ | Lennart Poettering | |
conf_files_list_strv() This has the benefit of allowing the usual overriding/masking knowledge everybody loves so much. | |||
2013-01-11 | unit: allow extension of unit files with .d/*.conf drop-ins | Lennart Poettering | |
For all unit files foobar.service we will now read foobar.service.d/*.conf, too. This may be used to override certain unit settings without having to edit unit files directly. This makes it really easy to change specific settings for services without having to edit any unit file: mkdir /etc/systemd/system/avahi-daemon.service.d/ echo -e '[Service]\nNice=99' > /etc/systemd/system/avahi-daemon.service.d/nice.conf systemctl daemon-reload | |||
2013-01-10 | dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as ↵ | Lennart Poettering | |
RemoveSnapshot() on the Manager interface For all other object mehtods there are already counterparts on the manager object, as they help us reduce round-trips. So let's complete this, and reduce complexity on the client side a bit. As a side effect this also makes "systemctl snapshot" without arguments work again. | |||
2013-01-10 | build-sys: do not install to / in 'make distcheck' | Zbigniew Jędrzejewski-Szmek | |
2013-01-10 | build-sys: fix 'make distcheck' w/o sysvinit compat | Zbigniew Jędrzejewski-Szmek | |
EXTRA_DIST must unconditionally contain all source files. | |||
2013-01-10 | bootchart: fix a -Wshadow warning for "now" | Auke Kok | |
2013-01-10 | bootchart: Convert malloc/memset to calloc | Auke Kok | |
2013-01-10 | bootchart: Convert !strcmp usage to streq | Auke Kok | |
2013-01-10 | journald: use automatic cleanup | Zbigniew Jędrzejewski-Szmek | |
2013-01-10 | bootchart: make sure that every read buffer is null terminated | Lukas Nykryn | |
2013-01-10 | udev: Fix device matching in the accelerometer | Bastien Nocera | |
As we were searching by ID_PATH, it would have been possible for us to find a sibling device instead of the device we were looking for. This fixes device matching on the WeTab with the upstream kernel, as it was trying to use the "Asus Laptop extra buttons" device instead of the accelerometer. | |||
2013-01-10 | update TODO | Lennart Poettering | |