Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-31 | man: explain NAME in systemctl man page | Václav Pavlín | 1 | -0/+13 | |
2013-10-31 | Revert "timedated: support --enable-split-usr" | Lennart Poettering | 1 | -3/+0 | |
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 | zsh-completion: add systemd-run | Ronny Chevalier | 3 | -2/+32 | |
2013-10-31 | localectl: always print error message when an operation fails | Lennart Poettering | 2 | -7/+18 | |
2013-10-31 | timedatectl: do not print the time zone for the rtc time | Kay Sievers | 1 | -1/+1 | |
2013-10-31 | timedatectl: assorted simplifications | Lennart Poettering | 3 | -56/+75 | |
2013-10-31 | timedatectl: get time values from the service instead of the client | Kay Sievers | 3 | -27/+69 | |
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 | 11 | -153/+490 | |
2013-10-31 | getty-generator: modernizations | Lennart Poettering | 1 | -58/+28 | |
2013-10-31 | nspawn: split out pty forwaring logic into ptyfwd.c | Lennart Poettering | 5 | -244/+286 | |
2013-10-30 | bus-util: avoid infinite loop | Tom Gundersen | 1 | -1/+1 | |
2013-10-30 | localectl: remove unused 'P' arg | Thomas Hindoe Paaboel Andersen | 1 | -1/+1 | |
2013-10-30 | localectl: port to libsystemd-bus | Kay Sievers | 3 | -194/+156 | |
2013-10-30 | timedatectl: port to sd-bus | Thomas Hindoe Paaboel Andersen | 3 | -201/+151 | |
2013-10-30 | nspawn: only pass in slice setting if it is set | Lennart Poettering | 1 | -1/+1 | |
2013-10-30 | util: when we use path_strv_canonicalize() we must allocate the strv from ↵ | Lennart Poettering | 1 | -2/+8 | |
the heap | |||||
2013-10-30 | run: add support for executing commands remotely via SSH or in a container | Lennart Poettering | 6 | -26/+106 | |
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 | 3 | -24/+12 | |
2013-10-30 | timedated: support --enable-split-usr | Dave Reisner | 1 | -0/+3 | |
2013-10-30 | link-config: support --enable-split-usr | Dave Reisner | 1 | -0/+3 | |
2013-10-30 | udev: rules - move parsing error to log_error() | Kay Sievers | 1 | -1/+1 | |
2013-10-30 | udev: config-link - one less log_info | Tom Gundersen | 1 | -1/+1 | |
2013-10-30 | machinectl: we don't really just show information, we execute operations | Lennart Poettering | 1 | -2/+2 | |
2013-10-30 | bus: add API call to create bus connection to the system bus of local containers | Lennart Poettering | 10 | -93/+345 | |
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 | 11 | -77/+95 | |
2013-10-30 | libudev: default log_priority to INFO | Tom Gundersen | 1 | -1/+1 | |
This brings it in sync with the default config file. | |||||
2013-10-30 | udev: link-config - less verbose logging | Tom Gundersen | 2 | -29/+33 | |
Also reinstate print to kmsg when renaming netif. | |||||
2013-10-30 | udev: link-config - let udevd set the ifname | Tom Gundersen | 8 | -31/+66 | |
2013-10-30 | machinectl: privileged option is gone | Marc-Antoine Perennou | 1 | -1/+0 | |
2013-10-30 | udev: ata_id: log faling ioctls as "debug" | Kay Sievers | 1 | -1/+1 | |
2013-10-30 | machinectl: port to sd-bus | Tom Gundersen | 4 | -224/+380 | |
2013-10-30 | build-sys: remove default CFLAGS assignment | Kay Sievers | 1 | -9/+0 | |
2013-10-30 | bus: fix build | Lennart Poettering | 2 | -2/+2 | |