summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-267/+132
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-85/+85
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-85/+85
* nspawn: ignore EEXIST when mounting tmpfsRichard Schütz2014-11-221-1/+1
* nspawn: Add try-{host,guest} journal link modesMartin Pitt2014-11-211-8/+29
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-58/+4
* barrier: explicitly ignore return values of barrier_place()David Herrmann2014-11-041-2/+2
* ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering2014-10-311-6/+53
* units: don't order journal flushing afte remote-fs.targetLennart Poettering2014-10-311-22/+16
* nspawn: don't make up -1 as error codeLennart Poettering2014-10-311-16/+11
* nspawn: ignore EEXIST when creating mount pointDave Reisner2014-10-291-1/+1
* util: introduce sethostname_idempotentMichal Sekletar2014-10-271-1/+1
* nspawn: fix DeviceAllow listDaniel Mack2014-10-171-1/+1
* nspawn: actually allow access to /dev/net/tun in the containerLennart Poettering2014-10-101-0/+1
* nspawn: copy /dev/net/tun from hostTom Gundersen2014-10-081-4/+12
* nspawn: log when tearing down of loop device failsTom Gundersen2014-09-291-3/+10
* nspawn: check some more return valuesTom Gundersen2014-09-251-24/+96
* nspawn: don't try to create veth link with too long ifnameTom Gundersen2014-09-191-1/+1
* nspawn: fix --network-interfaceTom Gundersen2014-08-281-1/+1
* util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering2014-08-261-3/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-1/+7
* nspawn: make sure that when --network-veth is used both the host and the cont...Lennart Poettering2014-08-041-7/+20
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-2/+2
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-7/+4
* nspawn: fix truncation of machine names in interface namesZbigniew Jędrzejewski-Szmek2014-08-031-5/+2
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-4/+5
* barrier: initalize file descriptors with -1Zbigniew Jędrzejewski-Szmek2014-07-181-2/+2
* nspawn: fix barrier-destroy callDavid Herrmann2014-07-171-1/+1
* nspawn: use Barrier API instead of eventfd-utilDavid Herrmann2014-07-171-76/+60
* nspawn: register external network interface with machinedLennart Poettering2014-07-101-15/+29
* nspawn: add new --volatile switch for booting containers in volatile (ephemer...Lennart Poettering2014-07-041-10/+148
* nspawn: when running in a service unit, use systemd for restartsLennart Poettering2014-07-031-0/+15
* nspawn: block open_by_handle_at() and others via seccompLennart Poettering2014-06-301-12/+35
* nspawn: let's avoid using goto to wildly for non-cleanup purposesLennart Poettering2014-06-301-45/+43
* nspawn: simplify exit condition checkLennart Poettering2014-06-301-7/+8
* nspawn: log a warning on failure from wait_for_terminate()Luke Shumaker2014-06-301-1/+3
* nspawn: Fix regression with exit statusLuke Shumaker2014-06-301-8/+20
* switch-root: create essential base directories at system bootupKay Sievers2014-06-241-1/+1
* nspawn: create essential base directories at system bootupKay Sievers2014-06-241-0/+7
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering2014-06-131-1/+1
* nspawn: add new --tmpfs= option to mount a tmpfs on specific directories, suc...Lennart Poettering2014-06-111-13/+81
* tmpfiles: add new "C" line for copying files or directoriesLennart Poettering2014-06-101-1/+2
* nspawn: split long message into two linesZbigniew Jędrzejewski-Szmek2014-06-071-1/+2
* namespace: beef up read-only bind mount logicLennart Poettering2014-06-061-10/+15
* nspawn: make nspawn robust to container failureDjalal Harouni2014-05-251-25/+67
* nspawn: move container wait logic into wait_for_container()Djalal Harouni2014-05-251-37/+78
* Use %m instead of strerror(errno) where appropiateCristian Rodríguez2014-05-251-1/+1
* nspawn: restore journal directory is empty checkLennart Poettering2014-05-221-0/+3
* nspawn: allow to bind mount journal on top of a non empty container journal d...Djalal Harouni2014-05-221-5/+0