Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-15 | basic: parse_timestamp UTC and fractional seconds support | Hristo Venev | |
2015-10-15 | basic: add mktime_or_timegm and localtime_or_gmtime_r | Hristo Venev | |
to time-util.h. They take an extra argument `bool utc`. | |||
2015-10-14 | login: suspend - be a bit more explicit when logging | Tom Gundersen | |
When the Suspend method is called, the only log message we write (unless debugging is enabled) is "Operation finished.". This is not very helpful when trying to figure out what is going on, so add what operation we are talking about to the message: "Operation 'sleep' finished.". Hat tip to Daniel Aleksandersen for pointing this out. | |||
2015-10-14 | Merge pull request #1528 from evverx/systemd-run-syslog-pri-fac | Lennart Poettering | |
systemd-run can launch units with SyslogLevel and SyslogFacility | |||
2015-10-14 | core: execute: validate syslog level and facility | Evgeny Vereshchagin | |
2015-10-14 | util: add functions for validating syslog level and facility | Evgeny Vereshchagin | |
2015-10-14 | systemd-run: can launch units with SyslogFacility | Evgeny Vereshchagin | |
2015-10-14 | systemd-run: can launch units with SyslogLevel | Evgeny Vereshchagin | |
2015-10-14 | tty-ask-password-agent: don't warn if we cannot disable wall messages on the ↵ | Lennart Poettering | |
calling tty For example, due to perm issues. THis simply downgrades the message about it, since this is purely cosmetical anyway. Fixes #1543. | |||
2015-10-14 | core: log if the service to activate vanished before we activate it | Lennart Poettering | |
Normally this shouldn't happen unless the daemon is reloaded. A similar check is already in place in socket.c for the socket activation case. This hopefully makes #1526 non-fatal, though it will not fix this, and there's something else to fix. | |||
2015-10-14 | Merge pull request #1530 from teg/network-fixes-2 | Lennart Poettering | |
networkd/libsystemd-network: collection of trivial patches v2 | |||
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 | 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-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 | 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 | 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 | 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 #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 | 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-11 | networkd: address - introduce address_is_ready() | Tom Gundersen | |
Checks that a given address is not tentative nor deprecated. | |||
2015-10-11 | networkd: make address_{establish,release}() static | Tom Gundersen | |
No need to expose these functions, but rather call them from address_{add,drop}. | |||
2015-10-11 | networkd: manager - avoid unnecessary memory allocation | Tom Gundersen | |
Don't allocate Address objects only to free them again when processing rtnl events. | |||
2015-10-11 | networkd: address - store active addresses in a Set rather than a List | Tom Gundersen | |
We need to be able to look these things up quickly as we will be updating them continuously and there can in principle be many of them. | |||
2015-10-11 | networkd: address - process in manager.c rather than link.c | Tom Gundersen | |
2015-10-11 | networkd: link - refactor (un)ref | Tom Gundersen | |
2015-10-11 | networkd: link - fix error handling in link_add() | Tom Gundersen | |
2015-10-11 | sd-netlink: add support for subscribing to ROUTE messages | Tom Gundersen | |
Also, explicitly don't support subscribing to GET or SET messages, as these will never be emitted by the kernel. | |||
2015-10-11 | sd-netlink: rtnl - add route_get_{scope,tos,table,protocol}() | Tom Gundersen | |
2015-10-11 | sd-ipv4ll: allow initial address to be set explicitly | Tom Gundersen | |
This is useful in case the daemon is restarted and the state of the IPv4LL client should be serialized/deserialized. | |||
2015-10-11 | networkd: link/network - correctly align log messages | Tom Gundersen | |
2015-10-11 | libsystemd-network: limit accuracy of timestamps in logging | Tom Gundersen | |
We don't care about timestamps down to the last usec, round to the closest sec as that will be plenty for debugging purposes. | |||
2015-10-11 | networkd: address - add hash helpers for Address objects | Tom Gundersen | |
Add compare_func and hash_func for the Address object. The notion of address equality is the same as in the kernel, and hashing preserves preserves equality. Two addresses are considered equal if: - they have the same address family, and - they are neither IPv4 nor IPv6 addresses, or - the local addresses are identical, and - they are IPv6 addresses, or - they have the same prefixlength, and - their peer prefixes are identical This fixes a bug in the old equality check, which got the local address and the peer prefix mixed up. | |||
2015-10-11 | networkd: manager - free bus after own objects | Tom Gundersen | |
Freeing links/addresses may trigger sending signals over the bus, so let's make sure the bus stays around until our own objects have been freed. | |||
2015-10-11 | networkd: route/address - simplify and unify creators | Tom Gundersen | |
Rename new_dynamic() to simply _new() and reuse that from new_static(). | |||
2015-10-09 | Merge pull request #1510 from mirco/fix-nspawn | Lennart Poettering | |
nspawn: create /sys/fs/cgroup for unified hierarchy as well |