summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
2015-01-08nspawn: fix error message when mknod failsTom Gundersen
2015-01-07machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering
2015-01-05nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering
2014-12-29nspawn: report back to systemd only very late whether we are OKLennart Poettering
2014-12-28nspawn: use the same image discovery logic in nspawn as in machinedLennart Poettering
2014-12-25nspawn: remove spurious include of <sys/capability.h>Filipe Brandenburger
2014-12-23nspawn,pty: port over to new ptsname_malloc() helperLennart Poettering
2014-12-23machinectl,nspawn: don't print extra final newline if pty terminal output was...Lennart Poettering
2014-12-23run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering
2014-12-18machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering
2014-12-17nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner
2014-12-12nspawn: when booting in ephemeral mode, append random token to machine nameLennart Poettering
2014-12-12nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering
2014-12-12nspawn: don't link journals in ephemeral modeLennart Poettering
2014-12-12nspawn: properly unset arg_link_journal_try, when --link-journal= is specifiedLennart Poettering
2014-12-12nspawn: beef up nspawn with some btrfs magicLennart Poettering
2014-12-12nspawn: properly validate machine namesLennart Poettering
2014-12-10util: introduce our own gperf based capability listLennart Poettering
2014-12-10nspawn: create the macvlan MAC addresses in an arch independent stable wayLennart Poettering
2014-12-09nspawn: make sure macvlan MAC addresses are stableLennart Poettering
2014-12-03nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering
2014-11-29nspawn: fix unused variable warningZbigniew Jędrzejewski-Szmek
2014-11-29delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-22nspawn: ignore EEXIST when mounting tmpfsRichard Schütz
2014-11-21nspawn: Add try-{host,guest} journal link modesMartin Pitt
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-11-04barrier: explicitly ignore return values of barrier_place()David Herrmann
2014-10-31ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering
2014-10-31units: don't order journal flushing afte remote-fs.targetLennart Poettering
2014-10-31nspawn: don't make up -1 as error codeLennart Poettering
2014-10-29nspawn: ignore EEXIST when creating mount pointDave Reisner
2014-10-27util: introduce sethostname_idempotentMichal Sekletar
2014-10-17nspawn: fix DeviceAllow listDaniel Mack
2014-10-10nspawn: actually allow access to /dev/net/tun in the containerLennart Poettering
2014-10-08nspawn: copy /dev/net/tun from hostTom Gundersen
2014-09-29nspawn: log when tearing down of loop device failsTom Gundersen
2014-09-25nspawn: check some more return valuesTom Gundersen
2014-09-19nspawn: don't try to create veth link with too long ifnameTom Gundersen
2014-08-28nspawn: fix --network-interfaceTom Gundersen
2014-08-26util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-08-04nspawn: make sure that when --network-veth is used both the host and the cont...Lennart Poettering
2014-08-04bus: always explicitly close bus from main programsLennart Poettering
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-08-03nspawn: fix truncation of machine names in interface namesZbigniew Jędrzejewski-Szmek