Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-14 | Merge pull request #1529 from evverx/dbus-props-syslog-fac-pri | Lennart Poettering | |
core: expose `SyslogFacility` and `SyslogLevel` as properties on dbus | |||
2015-10-14 | core: expose SyslogLevel and SyslogFacility as properties on dbus | Evgeny Vereshchagin | |
2015-10-14 | Merge pull request #1560 from evverx/fix-default-chopping | Lennart Poettering | |
bus-util: change `Default`-chopping to `Limit`-searching | |||
2015-10-14 | Merge pull request #1558 from martinpitt/master | Lennart Poettering | |
Fix keymap aliases and add support for Lenovo Thinkpad Yoga S1 | |||
2015-10-14 | Merge pull request #1561 from phomes/unused-function | Lennart Poettering | |
manager: remove unused function | |||
2015-10-14 | keymap: Drop keyboard-keys-to-name.h | Martin Pitt | |
We don't use that anywhere any more. With the introduction of alias names it also is not a proper mapping any more as several keys (e. g. KEY_COFFEE and KEY_SCREENLOCK) have the same numerical mapping. | |||
2015-10-14 | keymap: Drop ThinkPad Yoga | Martin Pitt | |
The Yoga's firmware sends key events whenever it's being folded or unfolded. These are thus *not* a button for requesting a screen orientation change, just an indication that this already happened. Thus they should not be assigned to "direction", but be ignored. Assigning them to "reserved" does not silence the "unknown key pressed" kernel warning, so there's no point in maintaining a mapping here. Fixes #1440 | |||
2015-10-14 | keymap: Recognize KEY_* aliases | Martin Pitt | |
linux/input.h contains alias definitions like #define KEY_COFFEE 152 #define KEY_SCREENLOCK KEY_COFFEE #define KEY_ROTATE_DISPLAY 153 #define KEY_DIRECTION KEY_ROTATE_DISPLAY But we ignored these when building keyboard-keys-list.txt. Also allow the value to start with "K" now (for KEY_*), and drop the hardcoded COFFEE → SCREENLOCK aliasing. This fixes assignments to key "direction". Fixes #1151 | |||
2015-10-13 | manager: remove unused function | Thomas Hindoe Paaboel Andersen | |
2015-10-13 | bus-util: change `Default`-chopping to `Limit`-searching | Evgeny Vereshchagin | |
See https://github.com/systemd/systemd/pull/1534#commitcomment-13744013 Actually, thinking about this, maybe it would be nicer to actually look for "Limit" in the string rather than chopping off a "Default".... Sounds more generic... | |||
2015-10-13 | man: /dev/kmsg is not a socket | Zbigniew Jędrzejewski-Szmek | |
Fixup for #1542. | |||
2015-10-13 | Merge pull request #1548 from evverx/journalctl-catalog-ops-fixes | Lennart Poettering | |
Fix journalctl --dump-catalog, journalctl --list-catalog | |||
2015-10-13 | Merge pull request #1534 from evverx/expose-rlimits-on-dbus | Lennart Poettering | |
Expose `DefaultLimit*` as properties on dbus | |||
2015-10-13 | Merge pull request #1542 from keszybz/journal-audit-optional | Lennart Poettering | |
Make journald audit socket maskable | |||
2015-10-13 | Merge pull request #1544 from keszybz/man-IPv6AcceptRouterAdvertisements | Daniel Mack | |
man: describe IPv6AcceptRouterAdvertisements= better | |||
2015-10-13 | Merge pull request #1545 from keszybz/check-for-xsltproc | Daniel Mack | |
build-sys: check for xsltproc when building manpages | |||
2015-10-13 | Merge pull request #1552 from jsynacek/short-flags-since-until | Lennart Poettering | |
journalctl: introduce short options for --since and --until | |||
2015-10-13 | journalctl: introduce short options for --since and --until | Jan Synacek | |
Fixes #1514. | |||
2015-10-13 | journalctl: enable args for --dump-catalog and --list-catalog | Evgeny Vereshchagin | |
`journalctl --dump-catalog ID1 ID2 ...` works fine. | |||
2015-10-13 | journalctl: open pager for --dump-catalog and --list-catalog | Evgeny Vereshchagin | |
2015-10-12 | Document journald sockets paths a bit more | Zbigniew Jędrzejewski-Szmek | |
Adding them to the documentation makes it easier to find the right man page for people who are trying to understand where some socket in the filesystem is coming from. | |||
2015-10-12 | build-sys: check for xsltproc when building manpages | Zbigniew Jędrzejewski-Szmek | |
Only check for xsltproc if it will be used. If not found, complain. https://github.com/systemd/systemd/issues/1521 | |||
2015-10-12 | man: describe IPv6AcceptRouterAdvertisements= better | Zbigniew Jędrzejewski-Szmek | |
With the previous description it wasn't clear that the kernel default is being described. Add link to kernel docs. | |||
2015-10-12 | journald: make audit socket optional | Zbigniew Jędrzejewski-Szmek | |
If we were given some sockets through socket activation, and audit socket is not among them, do not try to open it. This way, if the socket unit is disabled, we will not receive audit events. https://bugzilla.redhat.com/show_bug.cgi?id=1227379 | |||
2015-10-12 | Merge pull request #1536 from jsynacek/master | Daniel Mack | |
po/da: use unix line endings | |||
2015-10-12 | Merge pull request #1540 from zonque/cmsg | David Herrmann | |
sd-daemon: wipe out memory before using CMSG_NXTHDR() | |||
2015-10-12 | sd-daemon: wipe out memory before using CMSG_NXTHDR() | Daniel Mack | |
CMSG_NXTHDR() checks for cmsg->cmsg_len *after* it increased the pointer. While this makes sense for parsing received messages, that's a pitfall for code crafting messages with this macro. Wipe out the allocated memory to fix this. | |||
2015-10-12 | po/da: use unix line endings | Jan Synacek | |
2015-10-12 | Merge pull request #1532 from phomes/trivial-fixes | Daniel Mack | |
Trivial fixes | |||
2015-10-12 | core: manager: expose DefaultLimit* as properties on dbus | Evgeny Vereshchagin | |
2015-10-12 | bus-util: add bus_property_get_rlimit (move from core/dbus_execute) | Evgeny Vereshchagin | |
2015-10-11 | shared: remove an unused variable | Thomas Hindoe Paaboel Andersen | |
2015-10-11 | rfkill: consistently use = in designator | Thomas Hindoe Paaboel Andersen | |
2015-10-10 | Merge pull request #1524 from Danielmachon/catalog-danish-translation | Daniel Mack | |
catalog: added systemd.da.catalog | |||
2015-10-10 | catalog: added systemd.da.catalog | Danielmachon | |
2015-10-09 | Merge pull request #1510 from mirco/fix-nspawn | Lennart Poettering | |
nspawn: create /sys/fs/cgroup for unified hierarchy as well | |||
2015-10-09 | Merge pull request #1516 from poettering/dontisolaterootslice | Martin Pitt | |
Don't isolate `-.slice` | |||
2015-10-09 | core: ignore -.slice and init.scope when isolating | Lennart Poettering | |
Otherwise, we might end up trying to isolate it away when starting user instances. While we are at it, also prohibit manual start/stop of these two units. Fixes: #1507 | |||
2015-10-09 | sd-daemon: simply code simplification | Lennart Poettering | |
No change in behaviour, just make the code more obvious. | |||
2015-10-09 | core: remove taint flag about /etc/mtab not being a symlink. | Lennart Poettering | |
We already stop boot if /etc/mtab is not a symlink right now, and most likely we'll stop referecing it at all in the future, either way there's no point in keeping it around as taint flag. | |||
2015-10-09 | zsh: don't mention /etc/mtab | Lennart Poettering | |
The file is obsolete, use /proc/self/mounts instead. Also, yuck, the code is so awful... | |||
2015-10-09 | Merge pull request #1512 from evverx/systemd-run-syslog-properties | Lennart Poettering | |
systemd-run can launch units with SyslogIdentifier and SyslogLevelPrefix | |||
2015-10-09 | Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directives | Lennart Poettering | |
Make sure the mount units pulled by 'RequiresMountsFor=' are loaded, if they exist | |||
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
2015-10-09 | systemd-run can now launch units with SyslogIdentifier | Evgeny Vereshchagin | |
2015-10-09 | systemd-run can now launch units with SyslogLevelPrefix | Evgeny Vereshchagin | |
2015-10-09 | nspawn: create /sys/fs/cgroup for unified hierarchy as well | Mirco Tischler | |
2015-10-09 | Merge pull request #1504 from evverx/systemd-run-new-properties | Daniel Mack | |
shell-completion: systemd-run: add new properties | |||
2015-10-09 | shell-completion: systemd-run: add new properties | Evgeny Vereshchagin | |
See: * 602b83559a7cfcd3eee05 * b9c50073fcc1460ca1ff3 | |||
2015-10-08 | Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they ↵ | Franck Bui | |
exist) We should make sure that mount units involved by 'RequiresMountsFor=' directives are really loaded if not required by any others units so that Requires= dependencies on the mount units are applied and thus the mount unit dependencies are started. |