Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-02 | sd-login: Fix typo | Bastien Nocera | |
s/sessio,/session,/ | |||
2013-11-02 | bus: make bus_map_all_properties() call idempotent | Kay Sievers | |
2013-11-02 | hostnamectl: port to sd-bus | Simon Peeters | |
Kay: - rebase to new transport logic - replaced iteration macro with property map | |||
2013-11-02 | bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll ↵ | Kay Sievers | |
variables | |||
2013-11-02 | detect_virtualization() returns NULL; pass empty string to dbus | Kay Sievers | |
2013-11-01 | analyze: rename variables | Thomas Hindoe Paaboel Andersen | |
2013-11-01 | analyze: plot: place the text on the side with most space | Thomas Hindoe Paaboel Andersen | |
Set the width of the svg to always fit the longest string while taking its starting position into consideration. Place the text on the right while the starting point is in the first half of the screen. After that we put it on the left to save the svg from being wider that it has to. | |||
2013-11-01 | machinectl: fix warning when compiling with -Og | Thomas Hindoe Paaboel Andersen | |
src/machine/machinectl.c: In function ‘openpt_in_namespace’: src/machine/machinectl.c:623:44: warning: ‘master’ may be used uninitialized in this function [-Wmaybe-uninitialized] close_nointr_nofail(master); ^ | |||
2013-11-01 | systemctl: fix typo in help text | Thomas Hindoe Paaboel Andersen | |
2013-10-31 | socket-proxyd: Actually, some of those sizes are unsigned. | David Strauss | |
2013-10-31 | fix compiler warnings | Ronny Chevalier | |
multiple warnings like src/socket-proxy/socket-proxyd.c: In function ‘transfer_data_cb’: src/socket-proxy/socket-proxyd.c:237:25: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘size_t’ [-Wformat=] log_debug("Buffer now has %ld bytes full.", c->buffer_filled_len); | |||
2013-10-31 | analyze: share code to read a string array from sd-bus | Thomas Hindoe Paaboel Andersen | |
2013-10-31 | analyze: use sd_bus_get_propery_trivial and indentation | Thomas Hindoe Paaboel Andersen | |
2013-10-31 | timedatectl: remove unused variable | Thomas Hindoe Paaboel Andersen | |
2013-10-31 | virt: move caching of virtualization check results into detect_vm() and ↵ | Lennart Poettering | |
detect_container() After all, we ended up calling detect_container() more often than detect_virtualization(), hence the former one should cache the results, since the latter is only a wrapper around the former. | |||
2013-10-31 | Revert "timedated: support --enable-split-usr" | Lennart Poettering | |
This reverts commit 36f9f99556b2fd90705a9eda2e8f182b1e63a15e. The ntp unit information is only needed by timedated which runs in late boot only, where all disks are around. Hence there's no point in allowing them to be located in the rootprefix. | |||
2013-10-31 | localectl: always print error message when an operation fails | Lennart Poettering | |
2013-10-31 | timedatectl: do not print the time zone for the rtc time | Kay Sievers | |
2013-10-31 | timedatectl: assorted simplifications | Lennart Poettering | |
2013-10-31 | timedatectl: get time values from the service instead of the client | Kay Sievers | |
This allow querying the RTC time from the unprivileged timedatectl. | |||
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering | |
2013-10-31 | getty-generator: modernizations | Lennart Poettering | |
2013-10-31 | nspawn: split out pty forwaring logic into ptyfwd.c | Lennart Poettering | |
2013-10-30 | bus-util: avoid infinite loop | Tom Gundersen | |
2013-10-30 | localectl: remove unused 'P' arg | Thomas Hindoe Paaboel Andersen | |
2013-10-30 | localectl: port to libsystemd-bus | Kay Sievers | |
2013-10-30 | timedatectl: port to sd-bus | Thomas Hindoe Paaboel Andersen | |
2013-10-30 | nspawn: only pass in slice setting if it is set | Lennart Poettering | |
2013-10-30 | util: when we use path_strv_canonicalize() we must allocate the strv from ↵ | Lennart Poettering | |
the heap | |||
2013-10-30 | run: add support for executing commands remotely via SSH or in a container | Lennart Poettering | |
Also, unify the transport logic a bit, since we reuse the same scheme in many of our client tools. | |||
2013-10-30 | general: various cleanups | Lennart Poettering | |
2013-10-30 | timedated: support --enable-split-usr | Dave Reisner | |
2013-10-30 | link-config: support --enable-split-usr | Dave Reisner | |
2013-10-30 | udev: rules - move parsing error to log_error() | Kay Sievers | |