Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | man: explain NAME in systemctl man page | Václav Pavlín | |
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-30 | zsh-completion: add systemd-run | Ronny Chevalier | |
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 | |
2013-10-30 | udev: config-link - one less log_info | Tom Gundersen | |
2013-10-30 | machinectl: we don't really just show information, we execute operations | Lennart Poettering | |
2013-10-30 | bus: add API call to create bus connection to the system bus of local containers | Lennart Poettering | |
Also, add support for this to machinectl, so that we can enumerate the machines that run inside a container. We must go deeper! | |||
2013-10-30 | bus: move ssh support into public API of libsystem-bus | Lennart Poettering | |
2013-10-30 | libudev: default log_priority to INFO | Tom Gundersen | |
This brings it in sync with the default config file. | |||
2013-10-30 | udev: link-config - less verbose logging | Tom Gundersen | |
Also reinstate print to kmsg when renaming netif. | |||
2013-10-30 | udev: link-config - let udevd set the ifname | Tom Gundersen | |
2013-10-30 | machinectl: privileged option is gone | Marc-Antoine Perennou | |
2013-10-30 | udev: ata_id: log faling ioctls as "debug" | Kay Sievers | |
2013-10-30 | machinectl: port to sd-bus | Tom Gundersen | |
2013-10-30 | build-sys: remove default CFLAGS assignment | Kay Sievers | |
2013-10-30 | bus: fix build | Lennart Poettering | |
2013-10-30 | git: indicate that tabs are never OK in the systemd tree | Lennart Poettering | |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering | |
2013-10-30 | update TODO | Lennart Poettering | |
2013-10-30 | bus: make sure we can match well-known names | Lennart Poettering | |