summaryrefslogtreecommitdiffstats
path: root/.ycm_extra_conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-31man: explain NAME in systemctl man pageVáclav Pavlín1-0/+13
2013-10-31Revert "timedated: support --enable-split-usr"Lennart Poettering1-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-31zsh-completion: add systemd-runRonny Chevalier3-2/+32
2013-10-31localectl: always print error message when an operation failsLennart Poettering2-7/+18
2013-10-31timedatectl: do not print the time zone for the rtc timeKay Sievers1-1/+1
2013-10-31timedatectl: assorted simplificationsLennart Poettering3-56/+75
2013-10-31timedatectl: get time values from the service instead of the clientKay Sievers3-27/+69
This allow querying the RTC time from the unprivileged timedatectl.
2013-10-31machinectl: add new command to spawn a getty inside a containerLennart Poettering11-153/+490
2013-10-31getty-generator: modernizationsLennart Poettering1-58/+28
2013-10-31nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering5-244/+286
2013-10-30bus-util: avoid infinite loopTom Gundersen1-1/+1
2013-10-30localectl: remove unused 'P' argThomas Hindoe Paaboel Andersen1-1/+1
2013-10-30localectl: port to libsystemd-busKay Sievers3-194/+156
2013-10-30timedatectl: port to sd-busThomas Hindoe Paaboel Andersen3-201/+151
2013-10-30nspawn: only pass in slice setting if it is setLennart Poettering1-1/+1
2013-10-30util: when we use path_strv_canonicalize() we must allocate the strv from ↵Lennart Poettering1-2/+8
the heap
2013-10-30run: add support for executing commands remotely via SSH or in a containerLennart Poettering6-26/+106
Also, unify the transport logic a bit, since we reuse the same scheme in many of our client tools.
2013-10-30general: various cleanupsLennart Poettering3-24/+12
2013-10-30timedated: support --enable-split-usrDave Reisner1-0/+3
2013-10-30link-config: support --enable-split-usrDave Reisner1-0/+3
2013-10-30udev: rules - move parsing error to log_error()Kay Sievers1-1/+1
2013-10-30udev: config-link - one less log_infoTom Gundersen1-1/+1
2013-10-30machinectl: we don't really just show information, we execute operationsLennart Poettering1-2/+2
2013-10-30bus: add API call to create bus connection to the system bus of local containersLennart Poettering10-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-30bus: move ssh support into public API of libsystem-busLennart Poettering11-77/+95
2013-10-30libudev: default log_priority to INFOTom Gundersen1-1/+1
This brings it in sync with the default config file.
2013-10-30udev: link-config - less verbose loggingTom Gundersen2-29/+33
Also reinstate print to kmsg when renaming netif.
2013-10-30udev: link-config - let udevd set the ifnameTom Gundersen8-31/+66
2013-10-30machinectl: privileged option is goneMarc-Antoine Perennou1-1/+0
2013-10-30udev: ata_id: log faling ioctls as "debug"Kay Sievers1-1/+1
2013-10-30machinectl: port to sd-busTom Gundersen4-224/+380
2013-10-30build-sys: remove default CFLAGS assignmentKay Sievers1-9/+0
2013-10-30bus: fix buildLennart Poettering2-2/+2