summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* logind: port logind to libsystemd-busLennart Poettering2013-11-05
|
* localed: mark bus properties as change emittingLennart Poettering2013-11-05
| | | | | Otherwise sd_bus_emit_properties_changed() will refuse sending out change signals
* user-sessions: modernizationsLennart Poettering2013-11-05
|
* machined: simplificationsLennart Poettering2013-11-05
|
* event: add some well-defined priority values of event sourcesLennart Poettering2013-11-05
|
* bus: make it easy to serialize C99 bools and uids/gids/pids via vtable ↵Lennart Poettering2013-11-05
| | | | properties
* bus: support implicit serialization of strv string arrays within vtablesLennart Poettering2013-11-05
|
* bus: dbus-daemons' access messages are a bit too verboseLennart Poettering2013-11-05
|
* rtnl: add support for routesTom Gundersen2013-11-04
|
* net-config: start split out matching and parsing logicTom Gundersen2013-11-04
| | | | Move this to src/share/net-util.c, so it can be used elsewhere.
* hostnamectl: H requires an argument, P is no longer usedThomas Hindoe Paaboel Andersen2013-11-04
|
* udev: udevd - rules can be NULL when reloadingKay Sievers2013-11-04
|
* udev-builtin-keyboard: Fix large scan codes on 32 bit architecturesMartin Pitt2013-11-04
| | | | | | | | | | | 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
* sd-login: Fix typoBastien Nocera2013-11-02
| | | | s/sessio,/session,/
* bus: make bus_map_all_properties() call idempotentKay Sievers2013-11-02
|
* hostnamectl: port to sd-busSimon Peeters2013-11-02
| | | | | | Kay: - rebase to new transport logic - replaced iteration macro with property map
* bus: use internal helper to read org.freedesktop.DBus.Properties::GetAll ↵Kay Sievers2013-11-02
| | | | variables
* detect_virtualization() returns NULL; pass empty string to dbusKay Sievers2013-11-02
|
* analyze: rename variablesThomas Hindoe Paaboel Andersen2013-11-01
|
* analyze: plot: place the text on the side with most spaceThomas Hindoe Paaboel Andersen2013-11-01
| | | | | | | | | 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.
* machinectl: fix warning when compiling with -OgThomas Hindoe Paaboel Andersen2013-11-01
| | | | | | | 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); ^
* systemctl: fix typo in help textThomas Hindoe Paaboel Andersen2013-11-01
|
* socket-proxyd: Actually, some of those sizes are unsigned.David Strauss2013-10-31
|
* fix compiler warningsRonny Chevalier2013-10-31
| | | | | | | | 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);
* analyze: share code to read a string array from sd-busThomas Hindoe Paaboel Andersen2013-10-31
|
* analyze: use sd_bus_get_propery_trivial and indentationThomas Hindoe Paaboel Andersen2013-10-31
|
* timedatectl: remove unused variableThomas Hindoe Paaboel Andersen2013-10-31
|
* virt: move caching of virtualization check results into detect_vm() and ↵Lennart Poettering2013-10-31
| | | | | | | | 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.
* Revert "timedated: support --enable-split-usr"Lennart Poettering2013-10-31
| | | | | | | | 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.
* localectl: always print error message when an operation failsLennart Poettering2013-10-31
|
* timedatectl: do not print the time zone for the rtc timeKay Sievers2013-10-31
|
* timedatectl: assorted simplificationsLennart Poettering2013-10-31
|
* timedatectl: get time values from the service instead of the clientKay Sievers2013-10-31
| | | | This allow querying the RTC time from the unprivileged timedatectl.
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-31
|
* getty-generator: modernizationsLennart Poettering2013-10-31
|
* nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering2013-10-31
|
* bus-util: avoid infinite loopTom Gundersen2013-10-30
|
* localectl: remove unused 'P' argThomas Hindoe Paaboel Andersen2013-10-30
|
* localectl: port to libsystemd-busKay Sievers2013-10-30
|
* timedatectl: port to sd-busThomas Hindoe Paaboel Andersen2013-10-30
|
* nspawn: only pass in slice setting if it is setLennart Poettering2013-10-30
|
* util: when we use path_strv_canonicalize() we must allocate the strv from ↵Lennart Poettering2013-10-30
| | | | the heap
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-30
| | | | | Also, unify the transport logic a bit, since we reuse the same scheme in many of our client tools.
* general: various cleanupsLennart Poettering2013-10-30
|
* timedated: support --enable-split-usrDave Reisner2013-10-30
|
* link-config: support --enable-split-usrDave Reisner2013-10-30
|
* udev: rules - move parsing error to log_error()Kay Sievers2013-10-30
|
* udev: config-link - one less log_infoTom Gundersen2013-10-30
|
* machinectl: we don't really just show information, we execute operationsLennart Poettering2013-10-30
|
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-30
| | | | | Also, add support for this to machinectl, so that we can enumerate the machines that run inside a container. We must go deeper!