Age | Commit message (Expand) | Author |
2013-11-30 | nspawn: set up a kdbus namespace when starting a container | Lennart Poettering |
2013-11-26 | nspawn: improve error message when we cannot resolve the root directory argument | Lennart Poettering |
2013-11-20 | nspawn: add new --drop-capability= switch | Lennart Poettering |
2013-11-12 | bus: introduce concept of a default bus for each thread and make use of it ev... | Lennart Poettering |
2013-11-07 | bus: log message parsing errors everywhere with a generalized bus_log_parse_e... | Lennart Poettering |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-11-06 | nspawn: explicitly terminate machines when we exit nspawn | Lennart Poettering |
2013-11-05 | nspawn: log out of memory errors | Djalal Harouni |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering |
2013-10-31 | nspawn: split out pty forwaring logic into ptyfwd.c | Lennart Poettering |
2013-10-30 | nspawn: only pass in slice setting if it is set | Lennart Poettering |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-10-13 | Introduce _cleanup_fdset_free_ | Zbigniew Jędrzejewski-Szmek |
2013-10-02 | nspawn: always copy /etc/resolv.conf rather than bind mount | Lennart Poettering |
2013-09-19 | fix grammatical error | Dave Reisner |
2013-09-19 | nspawn: be less liberal about creating bind mount destinations | Dave Reisner |
2013-08-23 | nspawn: trivial simplification | Zbigniew Jędrzejewski-Szmek |
2013-07-19 | nspawn: Reorder includes to fix compilation | Jesper Larsen |
2013-07-02 | nspawn: use the corect method signature for CreateMachine() | Lennart Poettering |
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering |
2013-06-20 | nspawn: '-C' option has been removed | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering |
2013-05-10 | nspawn: only warn about audit when booting the container | Dave Reisner |
2013-05-09 | nspawn: Include netlink headers rather than using #ifdef | Colin Walters |
2013-05-09 | Fix previous commit for !HAVE_AUDIT | Colin Walters |
2013-05-10 | audit: since audit is apparently never going to be fixed for containers tell ... | Lennart Poettering |
2013-05-07 | hostname: only suppress setting of pretty hostname if it is non-equal to the ... | Lennart Poettering |
2013-05-07 | build-sys: support builds without EAs again | Lennart Poettering |
2013-05-06 | nspawn: explain that we look for /etc/os-release in the container directory | Lennart Poettering |
2013-05-02 | nspawn: inherit the exit status of container | Dave Reisner |
2013-05-01 | cgls: add --machine/-M | Zbigniew Jędrzejewski-Szmek |
2013-04-30 | units: add an easy-to-use unit template file systemd-nspawn@.service for runn... | Lennart Poettering |
2013-04-30 | id128: when taking user input for a 128bit ID, validate syntax | Lennart Poettering |
2013-04-29 | nspawn: add -M option to optstring | Evangelos Foutras |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |
2013-04-22 | nspawn: suffix the nspawn cgroups with ".nspawn" | Lennart Poettering |
2013-04-22 | nspawn: always use cg_get_path() to determine fs path for a cgroup | Lennart Poettering |
2013-04-21 | systemd,nspawn: use extended attributes to store metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-18 | nspawn: create empty /etc/resolv.conf if necessary | Zbigniew Jędrzejewski-Szmek |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-16 | path-util: unify code for detecting OS trees | Lennart Poettering |
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move containe... | Lennart Poettering |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-03-31 | nspawn, machine-id-setup: warn if read-only mount call fails | Zbigniew Jędrzejewski-Szmek |
2013-03-15 | nspawn: don't make assumptions about the size of pid_t | Lennart Poettering |
2013-03-07 | nspawn: create a separate devpts namespace for nspawn containers | Lennart Poettering |
2013-02-27 | nspawn: environment would be truncated with TERM unset | Zbigniew Jędrzejewski-Szmek |
2013-02-25 | nspawn: add --bind= and --bind-ro= to bind mount host paths into the container | Lennart Poettering |
2013-02-25 | Revert "nspawn: catch config mistake of specifying -b and args" | Michal Schmidt |