summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nspawn: add fallback top normal copy/reflink when we cannot btrfs snapshotLennart Poettering2016-11-225-31/+65
* nspawn: remove temporary root directory on exitLennart Poettering2016-11-221-8/+13
* nspawn: try to wait for the container PID 1 to exit, before we exitLennart Poettering2016-11-221-1/+6
* nspawn: add ability to run nspawn without container locks appliedLennart Poettering2016-11-221-3/+14
* shared: make sure image_path_lock() return parameters are always initialized ...Lennart Poettering2016-11-221-2/+4
* nspawn: support ephemeral boots from imagesLennart Poettering2016-11-222-21/+55
* seccomp: add @filesystem syscall group (#4537)Lennart Poettering2016-11-212-0/+73
* sd-event: fix sd_event_source_get_priority() (#4712)Martin Ejdestig2016-11-212-1/+5
* Merge pull request #4701 from martinpitt/networkd-polkitLennart Poettering2016-11-212-0/+9
|\
| * hostnamed: allow networkd to set the transient hostnameMartin Pitt2016-11-202-0/+9
* | Merge pull request #4691 from keszybz/test-suite-fixesEvgeny Vereshchagin2016-11-203-5/+14
|\ \ | |/ |/|
| * test-ipcrm: skip test if nfsnobody is missingZbigniew Jędrzejewski-Szmek2016-11-171-3/+5
| * basic/process-util: we need to take the shorter of two stringsZbigniew Jędrzejewski-Szmek2016-11-171-1/+1
| * test-process-util: bind mount fails under selinux, skip testZbigniew Jędrzejewski-Szmek2016-11-171-1/+8
* | Merge pull request #4395 from s-urbaniak/rw-supportLennart Poettering2016-11-183-37/+99
|\ \
| * | nspawn: R/W support for /sys, and /proc/sysSergiusz Urbaniak2016-11-183-37/+99
* | | Merge pull request #4538 from fbuihuu/confirm-spawn-fixesLennart Poettering2016-11-1814-72/+258
|\ \ \ | |_|/ |/| |
| * | core: in confirm spawn, suggest 'f' when user selects 'n' choiceFranck Bui2016-11-171-1/+5
| * | core: confirm_spawn: always accept units with same_pgrp set for nowFranck Bui2016-11-173-1/+14
| * | core: include the unit name when notifying that a confirmation question timed...Franck Bui2016-11-171-7/+7
| * | core: add 'c' in confirmation_spawn to resume the boot processFranck Bui2016-11-173-4/+29
| * | core: add 'j' in confirmation_spawn to list the jobs that are in progressFranck Bui2016-11-171-1/+5
| * | core: add 'D' in confirmat spawn to show a full dump of the unit to spawnFranck Bui2016-11-171-3/+7
| * | core: add 'i' in confirm spawn to give a short summary of the unit to spawnFranck Bui2016-11-171-3/+10
| * | core: rework the confirmation spawn promptFranck Bui2016-11-171-19/+28
| * | core: limit the length of the confirmation questionFranck Bui2016-11-171-1/+9
| * | core: reprint the question every 2 sec in ask_char()Franck Bui2016-11-171-5/+12
| * | core: in confirm_spawn, the meaning of 'n' and 's' choices are confusingFranck Bui2016-11-171-4/+4
| * | core: rework ask_for_confirmation()Franck Bui2016-11-171-32/+65
| * | core: allow to redirect confirmation messages to a different consoleFranck Bui2016-11-179-42/+107
| * | core: prevent the cylon when confirmation_spawn=yes (#2194)Franck Bui2016-11-171-0/+6
| * | core: monitor the inotify file descriptor not the console one in acquire_term...Franck Bui2016-11-171-1/+1
| * | nfsflags: drop useless include file 'seccomp-util.h'Franck Bui2016-11-101-1/+0
| * | analyze: fix build without seccompFranck Bui2016-11-101-0/+2
| |/
* | Merge pull request #4671 from poettering/namespace-bindZbigniew Jędrzejewski-Szmek2016-11-171-203/+189
|\ \
| * | namespace: clarify that /proc/apm is obsolete, but leave it blockedLennart Poettering2016-11-171-1/+1
| * | namespace: reindent namespace tablesLennart Poettering2016-11-171-30/+30
| * | namespace: simplify, optimize and extend handling of mounts for namespaceLennart Poettering2016-11-171-173/+159
* | | basic/env-uil: fix assertion failure in strv_env_replace (#4688)Zbigniew Jędrzejewski-Szmek2016-11-171-1/+2
|/ /
* | core/dbus-job, systemctl: shorten some codeZbigniew Jędrzejewski-Szmek2016-11-162-32/+21
* | systemctl: shorter list-jobs --before/--after output a bitZbigniew Jędrzejewski-Szmek2016-11-161-3/+3
* | systemctl: show waiting jobs when "systemctl list-jobs --after/--before" is c...Lennart Poettering2016-11-161-2/+54
* | core: add bus calls for determining jobs waiting for other jobsLennart Poettering2016-11-166-0/+221
* | system-run: add support for configuring unit dependencies with --property=Lennart Poettering2016-11-161-1/+4
* | systemctl: add env var to force connection to system manager via the busLennart Poettering2016-11-161-0/+3
* | core: GC redundant device jobs from the run queueLennart Poettering2016-11-1611-32/+244
* | core: rename "clients" field of Job structure to "bus_track"Lennart Poettering2016-11-165-12/+12
* | core: drop n_in_gc_queue field of Manager structureLennart Poettering2016-11-163-8/+1
* | core: a few small coding style/modernization updates for job.cLennart Poettering2016-11-162-9/+7
* | shared: split out code for adding multiple names to sd_bus_track objectLennart Poettering2016-11-163-11/+22