Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | bus: fix build | Lennart Poettering | |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering | |
2013-10-30 | bus: make sure we can match well-known names | Lennart Poettering | |
2013-10-30 | bus: it is OK to have signals with multiple parameters | Lennart Poettering | |
2013-10-30 | bus: don't fail if GetAll() is used to get properties of the built-in interfaces | Lennart Poettering | |
2013-10-30 | bus: make bus message dump output a bit smaller | Lennart Poettering | |
2013-10-30 | bus: don't include the introspected object in list of subobjects | Lennart Poettering | |
2013-10-30 | udev: do not allow to change the DEVPATH of a device | Kay Sievers | |
2013-10-29 | udev: link-config - reset ctx on exit | Tom Gundersen | |
2013-10-29 | rtnl-util: add missing files | Tom Gundersen | |
2013-10-29 | udev-event: use rtnl to set ifname | Tom Gundersen | |
2013-10-29 | rtnl: move set_link_properties to rtnl-utils | Tom Gundersen | |
2013-10-29 | rtnl: fix sockaddr confusion | Tom Gundersen | |
2013-10-29 | strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string ↵ | Lennart Poettering | |
arrays nicely on the fly | |||
2013-10-29 | bus: add extra validity checks | Lennart Poettering | |
2013-10-29 | strv: introduce new strv_from_stdarg_alloca() macro to generate a string ↵ | Lennart Poettering | |
array from stdarg function parameters This allows us to turn lists of strings passed in easily into string arrays without having to allocate memory. | |||
2013-10-29 | rc-local: use access(X_OK) to check if files are executable | Lennart Poettering | |
... and other modernizations. |