Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-06 | shutdown: trim the cgroup tree on loop iteration | Lennart Poettering | |
This way we leave the cgroup empty before exiting in a container which makes sure the container manager will get cgroup notification event https://bugs.freedesktop.org/show_bug.cgi?id=68370 https://bugzilla.redhat.com/show_bug.cgi?id=988883 | |||
2013-11-06 | cgroup: run PID 1 in the root cgroup | Lennart Poettering | |
This way cleaning up the cgroup tree on shutdown is a lot easier since we are in the root dir. Also PID 1 was previously artificially placed in system.slice, even though our rule actually was not to have processes in slices. The root slice otoh is magic anyway, so having PID 1 in there sounds less surprising. Of course, this means that PID is scheduled against the three top-level slices. | |||
2013-11-06 | bus: test-bus-marshal - make dbus-1 optional | Kay Sievers | |
2013-11-06 | hostnamed: prevent it from crashing if the chassis is unknown | Thomas Hindoe Paaboel Andersen | |
When fallback_chassis would return null it led to a crash and an empty result in hostnamectl. Only seen after the sd-port. | |||
2013-11-06 | bootctl: typo fix in help message | Thomas Hindoe Paaboel Andersen | |
2013-11-05 | build-sys: remove CFLAGS default assignment | Kay Sievers | |
2013-11-05 | man: do not use <term> in <para> | Kay Sievers | |
Element term in namespace '' encountered in para, but no template matches. | |||
2013-11-05 | login: port test-inhibit to libsystemd-bus | Kay Sievers | |
2013-11-05 | bus: never report nodes as children that do not have the right prefix | Lennart Poettering | |
2013-11-05 | update TODO | Lennart Poettering | |
2013-11-05 | logind: add virtual object paths that always can be used to refer to the ↵ | Lennart Poettering | |
callers session, user, seat or machine object This way clients can skip invoking GetSessionByPID() for their own PID or a similar call to access these objects. | |||
2013-11-05 | update TODO | Lennart Poettering | |
2013-11-05 | bus: add sd_bus_get_current() bus call to determine message that is ↵ | Lennart Poettering | |
currently being dispatched | |||
2013-11-05 | logind: automatically determine client side PID if GetSessionByPID() is ↵ | Lennart Poettering | |
called with a PID == 0 | |||
2013-11-05 | man: fix typo | Ronny Chevalier | |
2013-11-05 | Configurable Timeouts/Restarts default values | Oleksii Shevchuk | |
https://bugs.freedesktop.org/show_bug.cgi?id=71132 Patch adds DefaultTimeoutStartSec, DefaultTimeoutStopSec, DefaultRestartSec configuration options to manager configuration file. | |||
2013-11-05 | bus: add new bus API call sd_bus_message_at_end() | Lennart Poettering | |
This may be used to determine whether we are at the end of a container ot the entire message. | |||
2013-11-05 | bus: make use of assert_return() in all API calls that don't use it yet | Lennart Poettering | |
2013-11-05 | bus: add sd_bus_message_read_strv() | Marc-Antoine Perennou | |
It will be useful to have that in the public API. | |||
2013-11-05 | nspawn: log out of memory errors | Djalal Harouni | |
2013-11-05 | logind: fix serialization for PrepareForSleep boolean | Lennart Poettering | |
2013-11-05 | logind: fix serialization of ListInhibitors() request | Lennart Poettering | |
2013-11-05 | bus: fix deserialization of polkit response | Lennart Poettering | |
2013-11-05 | update TODO | Lennart Poettering | |
2013-11-05 | bus: delete some now used dbus1 code | Lennart Poettering | |
2013-11-05 | bus: support entering containers without specifying the type | Lennart Poettering | |
On request om Tom Gundersen... | |||
2013-11-05 | bus: update bus_map_all_properties() | Kay Sievers | |
2013-11-05 | bus: add sd_bus_message_skip() to skip over multiple fields | Lennart Poettering | |
2013-11-05 | bus: allow that if the destination pointer in sd_bus_message_read_basic() is ↵ | Lennart Poettering | |
NULL we skip over a field | |||
2013-11-05 | net-util: don't use libudev | Tom Gundersen | |
Should fix linking with old toolchain. | |||
2013-11-05 | logind: expose linger state on User object | Lennart Poettering | |
2013-11-05 | logind: fix serialization of ListSeats() bus call | Lennart Poettering | |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering | |
2013-11-05 | localed: mark bus properties as change emitting | Lennart Poettering | |
Otherwise sd_bus_emit_properties_changed() will refuse sending out change signals | |||
2013-11-05 | user-sessions: modernizations | Lennart Poettering | |
2013-11-05 | machined: simplifications | Lennart Poettering | |
2013-11-05 | event: add some well-defined priority values of event sources | Lennart Poettering | |
2013-11-05 | bus: make it easy to serialize C99 bools and uids/gids/pids via vtable ↵ | Lennart Poettering | |
properties | |||
2013-11-05 | bus: support implicit serialization of strv string arrays within vtables | Lennart Poettering | |
2013-11-05 | bus: dbus-daemons' access messages are a bit too verbose | Lennart Poettering | |
2013-11-05 | update TODO | Lennart Poettering | |
2013-11-04 | rtnl: add support for routes | Tom Gundersen | |
2013-11-04 | net-config: start split out matching and parsing logic | Tom Gundersen | |
Move this to src/share/net-util.c, so it can be used elsewhere. | |||
2013-11-04 | hostnamectl: H requires an argument, P is no longer used | Thomas Hindoe Paaboel Andersen | |
2013-11-04 | udev: udevd - rules can be NULL when reloading | Kay Sievers | |
2013-11-04 | udev-builtin-keyboard: Fix large scan codes on 32 bit architectures | Martin Pitt | |
Use strtoul(), as scan codes are always positive. On 32 bit architectures strtol gives wrong results: strtol("fffffff0", &endptr, 16) returns 2147483647 instead of 4294967280. https://launchpad.net/bugs/1247676 | |||
2013-11-03 | rules: simply 60-drm.rules | David Herrmann | |
We don't need any GOTO, if we merge all matches into a single line. | |||
2013-11-03 | rules: load path_id on DRM devices | David Herrmann | |
The path_id-builtin provides useful unique aliases for DRM devices. If we want to configure DRM render-nodes for compositors, we want to avoid storing the whole sys-path in configuration files. Hence, allow users to store the short PATH_ID instead. Load path_id-builtin unconditionally on DRM devices now to always provide this alias. | |||
2013-11-02 | sd-login: Fix typo | Bastien Nocera | |
s/sessio,/session,/ | |||
2013-11-02 | bus: make bus_map_all_properties() call idempotent | Kay Sievers | |