| Commit message (Expand) | Author | Age | Files | Lines |
* | support proper container reboot |  Serge Hallyn | 2012-02-26 | 2 | -7/+55 |
* | lxc-create: fix error with lvm |  Serge Hallyn | 2012-02-26 | 1 | -1/+1 |
* | lxc-clone.in: define localstatedir, as @LXCPATH@ might be defined in terms of it |  Serge Hallyn | 2012-02-26 | 1 | -0/+1 |
* | add lvm support to lxc-create |  Serge Hallyn | 2012-02-26 | 2 | -9/+120 |
* | Fix several nagging bugs in lxc-destroy |  Serge Hallyn | 2012-02-26 | 1 | -7/+27 |
* | Support nested cgroups |  Serge Hallyn | 2012-02-26 | 3 | -35/+184 |
* | fix-automake-1.13 |  Jon Nordby | 2012-02-23 | 1 | -1/+1 |
* | lxc-attach: Drop privileges when attaching to container unless requested othe... |  Christian Seiler | 2012-02-23 | 1 | -13/+102 |
* | Move lxc_attach from namespace.c to attach.c and rename it to lxc_attach_to_ns |  Christian Seiler | 2012-02-23 | 5 | -50/+38 |
* | Add attach.[ch]: Helper functions for lxc-attach |  Christian Seiler | 2012-02-23 | 3 | -1/+295 |
* | Add lxc_config_parse_arch to parse architecture strings |  Christian Seiler | 2012-02-23 | 2 | -23/+32 |
* | cgroup: Make cgroup_attach a public function |  Christian Seiler | 2012-02-23 | 2 | -2/+3 |
* | Enable get_cgroup_mount to search for mount points satisfying multiple subsys... |  Christian Seiler | 2012-02-23 | 1 | -1/+30 |
* | Add missing double-include #ifndef/#define/#endif to confile.h |  Christian Seiler | 2012-02-23 | 1 | -0/+5 |
* | Add missing 'extern' keyword to functions defined in cgroup.h |  Christian Seiler | 2012-02-23 | 1 | -5/+5 |
* | Accept numeric values for capabilities to drop |  Christian Seiler | 2012-02-23 | 1 | -0/+17 |
* | Add CAP_SYSLOG and CAP_WAKE_ALARM to list of capabilities |  Christian Seiler | 2012-02-23 | 1 | -0/+6 |
* | Add function to determine CAP_LAST_CAP of the current kernel dynamically |  Christian Seiler | 2012-02-23 | 2 | -0/+48 |
* | correctly install signal handler for lxc-init |  Jian Xiao | 2012-02-23 | 1 | -3/+19 |
* | remove redundent LXC_TTY_HANDLER |  Jian Xiao | 2012-02-23 | 2 | -36/+2 |
* | limit rm to rootfs, avoiding nuking of any bind mounts from |  andrea rota | 2012-01-05 | 1 | -1/+1 |
* | lxc: line buffered output for lxc-monitor |  Greg Kurz | 2012-01-05 | 1 | -0/+2 |
* | Fix ia64 clone |  Daniel Lezcano | 2012-01-05 | 1 | -2/+2 |
* | Fix network cleanup on error |  Daniel Lezcano | 2012-01-05 | 2 | -6/+11 |
* | give explicit error when the cgroup are not found |  Daniel Lezcano | 2012-01-05 | 1 | -1/+7 |
* | fix indentation of the previous patch |  Daniel Lezcano | 2012-01-05 | 1 | -3/+8 |
* | Set high byte of mac addresses for host veth devices to 0xfe |  Christian Seiler | 2012-01-05 | 1 | -0/+40 |
* | Revert "lxc: use -iquote instead of -I" |  Daniel Lezcano | 2011-11-18 | 1 | -6/+1 |
* | lxc: use -iquote instead of -I |  Greg Kurz | 2011-11-10 | 1 | -1/+6 |
* | lxc: fix erroneous includes |  Greg Kurz | 2011-11-10 | 8 | -12/+19 |
* | fix lxc-destroy |  Daniel Lezcano | 2011-11-10 | 1 | -0/+1 |
* | extend the struct lxc_arguments |  Cedric Le Goater | 2011-10-24 | 2 | -0/+4 |
* | lxc: introduce lxc_execute() |  Greg Kurz | 2011-10-24 | 6 | -46/+107 |
* | handle kernel 3.x in lxc-checkconfig |  Frederic Crozat | 2011-10-24 | 1 | -4/+13 |
* | Don't list containers w/ active console sessions multiple times |  Rainer Weikusat | 2011-10-24 | 1 | -1/+1 |
* | Accurately detect whether a system supports clone_children |  Serge E. Hallyn | 2011-10-24 | 1 | -1/+6 |
* | Let sshd template work on ubuntu systems. |  Serge E. Hallyn | 2011-10-24 | 1 | -2/+3 |
* | lxc-clone: fix dhclient.conf send hostname command |  Serge E. Hallyn | 2011-10-24 | 1 | -1/+1 |
* | fix more broken paths in lxc-*.in scripts |  Greg Kurz | 2011-10-24 | 2 | -0/+2 |
* | fix broken lxc-*.in scripts |  Greg Kurz | 2011-09-20 | 3 | -2/+7 |
* | only warn for inherited file descriptors |  Greg Kurz | 2011-09-13 | 1 | -17/+3 |
* | fixes for rpmbuild |  Greg Kurz | 2011-09-13 | 1 | -2/+8 |
* | if after freezing the container the snapshot/rsync fails, unfreeze before exi... |  InformatiQ | 2011-08-31 | 1 | -2/+12 |
* | *add the new opts to help() *set container_running=false |  InformatiQ | 2011-08-31 | 1 | -2/+4 |
* | * allow cloning of non-snapshot lvm devices |  InformatiQ | 2011-08-31 | 1 | -22/+74 |
* | add autodetection of the gateway address |  Matthijs Kooijman | 2011-08-30 | 6 | -10/+257 |
* | .gateway configuration |  Matthijs Kooijman | 2011-08-30 | 5 | -0/+189 |
* | Don't log an error when the container is stopped |  Daniel Lezcano | 2011-08-30 | 1 | -3/+1 |
* | make undefined personality non-fatal |  Daniel Lezcano | 2011-08-12 | 1 | -2/+4 |
* | fix segfault when an unsupported personality is set |  Daniel Lezcano | 2011-08-12 | 1 | -1/+2 |