summaryrefslogtreecommitdiff
path: root/src/nspawn
AgeCommit message (Expand)Author
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-18barrier: initalize file descriptors with -1Zbigniew Jędrzejewski-Szmek
2014-07-17nspawn: fix barrier-destroy callDavid Herrmann
2014-07-17nspawn: use Barrier API instead of eventfd-utilDavid Herrmann
2014-07-10nspawn: register external network interface with machinedLennart Poettering
2014-07-04nspawn: add new --volatile switch for booting containers in volatile (ephemer...Lennart Poettering
2014-07-03nspawn: when running in a service unit, use systemd for restartsLennart Poettering
2014-06-30nspawn: block open_by_handle_at() and others via seccompLennart Poettering
2014-06-30nspawn: let's avoid using goto to wildly for non-cleanup purposesLennart Poettering
2014-06-30nspawn: simplify exit condition checkLennart Poettering
2014-06-30nspawn: log a warning on failure from wait_for_terminate()Luke Shumaker
2014-06-30nspawn: Fix regression with exit statusLuke Shumaker
2014-06-24switch-root: create essential base directories at system bootupKay Sievers
2014-06-24nspawn: create essential base directories at system bootupKay Sievers
2014-06-22consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen
2014-06-13os-release: define /usr/lib/os-release as fallback for /etc/os-releaseLennart Poettering
2014-06-11nspawn: add new --tmpfs= option to mount a tmpfs on specific directories, suc...Lennart Poettering
2014-06-10tmpfiles: add new "C" line for copying files or directoriesLennart Poettering
2014-06-07nspawn: split long message into two linesZbigniew Jędrzejewski-Szmek
2014-06-06namespace: beef up read-only bind mount logicLennart Poettering
2014-05-25nspawn: make nspawn robust to container failureDjalal Harouni
2014-05-25nspawn: move container wait logic into wait_for_container()Djalal Harouni
2014-05-25Use %m instead of strerror(errno) where appropiateCristian Rodríguez
2014-05-22nspawn: restore journal directory is empty checkLennart Poettering
2014-05-22nspawn: allow to bind mount journal on top of a non empty container journal d...Djalal Harouni
2014-05-19fix spelling of privilegeNis Martensen
2014-05-16nspawn: properly format container_uuid in UUID formatLennart Poettering
2014-04-10nspawn: Fix erroneous OOM when building group listPhilip Lorenz
2014-03-28sd-rtnl: rework rtnl type systemTom Gundersen
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-16nspawn: UP the host side of the veth pair after adding it to a bridgeTom Gundersen
2014-03-13nspawn: remove unused variableDave Reisner
2014-03-14nspawn: allow -EEXIST on mkdir_safe /home/${uid}Brandon Philips
2014-03-13nspawn: make host0's MAC address persistentTom Gundersen
2014-03-13nspawn: honour GPT partition flags when mounting file systems following the d...Lennart Poettering
2014-03-11nspawn: fix argv[0] for getentMantas Mikulėnas
2014-03-11nspawn: allow using kdbus from nspawn containersLennart Poettering
2014-03-11nspawn: fix getent fallbackLennart Poettering
2014-03-11nspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/gete...Lennart Poettering
2014-03-11nspawn: make sure we don't try to mount the container block device in the chi...Lennart Poettering
2014-03-10nspawn: don't try mknod() of /dev/console with the correct major/minorLennart Poettering
2014-03-10nspawn: add --image= switch to boot GPT disk images that follow the Discovera...Lennart Poettering
2014-02-28nspawn: fix detection of missing /proc/self/loginuidTero Roponen
2014-02-26nspawn: no need for duplicate checks against EEXISTLennart Poettering
2014-02-25nspawn: add new switch --network-macvlan= to add a macvlan device to the cont...Lennart Poettering
2014-02-24nspawn: make use of the devices cgroup controller by defaultLennart Poettering
2014-02-21nspawn: when adding a veth interface to a bridge, use the "vb-" rather than "...Lennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering