summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAge
* nspawn: improve error message when we cannot resolve the root directory argumentLennart Poettering2013-11-26
* nspawn: add new --drop-capability= switchLennart Poettering2013-11-20
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-12
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-07
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* nspawn: explicitly terminate machines when we exit nspawnLennart Poettering2013-11-06
* nspawn: log out of memory errorsDjalal Harouni2013-11-05
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-31
* nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering2013-10-31
* nspawn: only pass in slice setting if it is setLennart Poettering2013-10-30
* timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering2013-10-16
* Introduce _cleanup_fdset_free_Zbigniew Jędrzejewski-Szmek2013-10-13
* nspawn: always copy /etc/resolv.conf rather than bind mountLennart Poettering2013-10-02
* fix grammatical errorDave Reisner2013-09-19
* nspawn: be less liberal about creating bind mount destinationsDave Reisner2013-09-19
* nspawn: trivial simplificationZbigniew Jędrzejewski-Szmek2013-08-23
* nspawn: Reorder includes to fix compilationJesper Larsen2013-07-19
* nspawn: use the corect method signature for CreateMachine()Lennart Poettering2013-07-02
* machined: split out machine registration stuff from logindLennart Poettering2013-07-02
* nspawn: '-C' option has been removedZbigniew Jędrzejewski-Szmek2013-06-20
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-20
* nspawn: only warn about audit when booting the containerDave Reisner2013-05-10
* nspawn: Include netlink headers rather than using #ifdefColin Walters2013-05-09
* Fix previous commit for !HAVE_AUDITColin Walters2013-05-09
* audit: since audit is apparently never going to be fixed for containers tell ...Lennart Poettering2013-05-10
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-07
* build-sys: support builds without EAs againLennart Poettering2013-05-07
* nspawn: explain that we look for /etc/os-release in the container directoryLennart Poettering2013-05-06
* nspawn: inherit the exit status of containerDave Reisner2013-05-02
* cgls: add --machine/-MZbigniew Jędrzejewski-Szmek2013-05-01
* units: add an easy-to-use unit template file systemd-nspawn@.service for runn...Lennart Poettering2013-04-30
* id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering2013-04-30
* nspawn: add -M option to optstringEvangelos Foutras2013-04-29
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-22
* nspawn: suffix the nspawn cgroups with ".nspawn"Lennart Poettering2013-04-22
* nspawn: always use cg_get_path() to determine fs path for a cgroupLennart Poettering2013-04-22
* systemd,nspawn: use extended attributes to store metadataZbigniew Jędrzejewski-Szmek2013-04-21
* nspawn: create empty /etc/resolv.conf if necessaryZbigniew Jędrzejewski-Szmek2013-04-18
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* path-util: unify code for detecting OS treesLennart Poettering2013-04-16
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-16
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-03
* nspawn, machine-id-setup: warn if read-only mount call failsZbigniew Jędrzejewski-Szmek2013-03-31
* nspawn: don't make assumptions about the size of pid_tLennart Poettering2013-03-15
* nspawn: create a separate devpts namespace for nspawn containersLennart Poettering2013-03-07
* nspawn: environment would be truncated with TERM unsetZbigniew Jędrzejewski-Szmek2013-02-27
* nspawn: add --bind= and --bind-ro= to bind mount host paths into the containerLennart Poettering2013-02-25
* Revert "nspawn: catch config mistake of specifying -b and args"Michal Schmidt2013-02-25
* nspawn: catch config mistake of specifying -b and argsZbigniew Jędrzejewski-Szmek2013-02-24