summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* virt: move caching of virtualization check results into detect_vm() and ↵Lennart Poettering2013-10-312-95/+87
| | | | | | | | 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.
* man: explain NAME in systemctl man pageVáclav Pavlín2013-10-311-0/+13
|
* Revert "timedated: support --enable-split-usr"Lennart Poettering2013-10-311-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.
* zsh-completion: add systemd-runRonny Chevalier2013-10-313-2/+32
|
* localectl: always print error message when an operation failsLennart Poettering2013-10-312-7/+18
|
* timedatectl: do not print the time zone for the rtc timeKay Sievers2013-10-311-1/+1
|
* timedatectl: assorted simplificationsLennart Poettering2013-10-313-56/+75
|
* timedatectl: get time values from the service instead of the clientKay Sievers2013-10-313-27/+69
| | | | This allow querying the RTC time from the unprivileged timedatectl.
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-3111-153/+490
|
* getty-generator: modernizationsLennart Poettering2013-10-311-58/+28
|
* nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering2013-10-315-244/+286
|
* bus-util: avoid infinite loopTom Gundersen2013-10-301-1/+1
|
* localectl: remove unused 'P' argThomas Hindoe Paaboel Andersen2013-10-301-1/+1
|
* localectl: port to libsystemd-busKay Sievers2013-10-303-194/+156
|
* timedatectl: port to sd-busThomas Hindoe Paaboel Andersen2013-10-303-201/+151
|
* nspawn: only pass in slice setting if it is setLennart Poettering2013-10-301-1/+1
|
* util: when we use path_strv_canonicalize() we must allocate the strv from ↵Lennart Poettering2013-10-301-2/+8
| | | | the heap
* run: add support for executing commands remotely via SSH or in a containerLennart Poettering2013-10-306-26/+106
| | | | | Also, unify the transport logic a bit, since we reuse the same scheme in many of our client tools.
* general: various cleanupsLennart Poettering2013-10-303-24/+12
|
* timedated: support --enable-split-usrDave Reisner2013-10-301-0/+3
|
* link-config: support --enable-split-usrDave Reisner2013-10-301-0/+3
|
* udev: rules - move parsing error to log_error()Kay Sievers2013-10-301-1/+1
|
* udev: config-link - one less log_infoTom Gundersen2013-10-301-1/+1
|
* machinectl: we don't really just show information, we execute operationsLennart Poettering2013-10-301-2/+2
|
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-3010-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!
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-3011-77/+95
|
* libudev: default log_priority to INFOTom Gundersen2013-10-301-1/+1
| | | | This brings it in sync with the default config file.
* udev: link-config - less verbose loggingTom Gundersen2013-10-302-29/+33
| | | | Also reinstate print to kmsg when renaming netif.
* udev: link-config - let udevd set the ifnameTom Gundersen2013-10-308-31/+66
|
* machinectl: privileged option is goneMarc-Antoine Perennou2013-10-301-1/+0
|
* udev: ata_id: log faling ioctls as "debug"Kay Sievers2013-10-301-1/+1
|
* machinectl: port to sd-busTom Gundersen2013-10-304-224/+380
|
* build-sys: remove default CFLAGS assignmentKay Sievers2013-10-301-9/+0
|
* bus: fix buildLennart Poettering2013-10-302-2/+2
|
* git: indicate that tabs are never OK in the systemd treeLennart Poettering2013-10-301-0/+1
|
* machined: port over to libsystemd-busLennart Poettering2013-10-309-1167/+739
|
* update TODOLennart Poettering2013-10-301-0/+1
|
* bus: make sure we can match well-known namesLennart Poettering2013-10-302-2/+18
|
* autogen: use -O0 for "autogen.sh c" after allLennart Poettering2013-10-301-1/+4
| | | | | -Og actually breaks gdb still, so let's stick to -O0 for now, but introduce "autogen.sh g" for those who don't need gdb.
* bus: it is OK to have signals with multiple parametersLennart Poettering2013-10-301-1/+1
|
* bus: don't fail if GetAll() is used to get properties of the built-in interfacesLennart Poettering2013-10-301-1/+6
|
* bus: make bus message dump output a bit smallerLennart Poettering2013-10-301-5/+10
|
* bus: don't include the introspected object in list of subobjectsLennart Poettering2013-10-301-1/+1
|
* udev: do not allow to change the DEVPATH of a deviceKay Sievers2013-10-301-16/+6
|
* udev: link-config - reset ctx on exitTom Gundersen2013-10-291-0/+1
|
* rtnl-util: add missing filesTom Gundersen2013-10-292-0/+97
|
* udev-event: use rtnl to set ifnameTom Gundersen2013-10-291-25/+21
|
* rtnl: move set_link_properties to rtnl-utilsTom Gundersen2013-10-293-47/+8
|
* rtnl: fix sockaddr confusionTom Gundersen2013-10-294-11/+43
|
* strv: introduce new STRV_MAKE and STRV_MAKE_EMPTY macros to create string ↵Lennart Poettering2013-10-292-5/+9
| | | | arrays nicely on the fly