aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: use libtool for linking the library, and link lxc-init statically.Diego Elio Pettenò2012-03-241-24/+7
* do check for utmp checking at the right timeSerge Hallyn2012-03-191-5/+9
* cgroups: fix broken support for deprecated ns cgroupSerge Hallyn2012-03-052-25/+41
* If a container is already running, say so in error msgs.Serge Hallyn2012-02-261-1/+6
* add option to close inherited fdsSerge Hallyn2012-02-267-6/+25
* add lxc.devttydir config variableSerge Hallyn2012-02-263-19/+150
* lxc-clone: support btrfs and clean up safelyUbuntu2012-02-261-120/+127
* add btrfs support to lxc-createUbuntu2012-02-261-15/+34
* remove unused fddir variableSerge Hallyn2012-02-261-3/+0
* lxc-init: use INFO when failed to mount /dev/shmSerge Hallyn2012-02-261-1/+1
* silence netstat warnings in lxc-lsSerge Hallyn2012-02-261-1/+1
* fix reboot support detectionSerge Hallyn2012-02-261-14/+52
* if lxc-init can't mount /dev/shm, don't fail.Serge Hallyn2012-02-261-1/+2
* Don't raise error if container didn't sys_rebootSerge Hallyn2012-02-261-16/+19
* lxc-start: exit early and cleanly if we have insufficient privsSerge Hallyn2012-02-263-0/+47
* recursively delete cgroups on container shutdownSerge Hallyn2012-02-261-1/+44
* fix lxc-netstat for nested cgroupsSerge Hallyn2012-02-261-2/+12
* support proper container rebootSerge Hallyn2012-02-262-7/+55
* lxc-create: fix error with lvmSerge Hallyn2012-02-261-1/+1
* lxc-clone.in: define localstatedir, as @LXCPATH@ might be defined in terms of itSerge Hallyn2012-02-261-0/+1
* add lvm support to lxc-createSerge Hallyn2012-02-262-9/+120
* Fix several nagging bugs in lxc-destroySerge Hallyn2012-02-261-7/+27
* Support nested cgroupsSerge Hallyn2012-02-263-35/+184
* fix-automake-1.13Jon Nordby2012-02-231-1/+1
* lxc-attach: Drop privileges when attaching to container unless requested othe...Christian Seiler2012-02-231-13/+102
* Move lxc_attach from namespace.c to attach.c and rename it to lxc_attach_to_nsChristian Seiler2012-02-235-50/+38
* Add attach.[ch]: Helper functions for lxc-attachChristian Seiler2012-02-233-1/+295
* Add lxc_config_parse_arch to parse architecture stringsChristian Seiler2012-02-232-23/+32
* cgroup: Make cgroup_attach a public functionChristian Seiler2012-02-232-2/+3
* Enable get_cgroup_mount to search for mount points satisfying multiple subsys...Christian Seiler2012-02-231-1/+30
* Add missing double-include #ifndef/#define/#endif to confile.hChristian Seiler2012-02-231-0/+5
* Add missing 'extern' keyword to functions defined in cgroup.hChristian Seiler2012-02-231-5/+5
* Accept numeric values for capabilities to dropChristian Seiler2012-02-231-0/+17
* Add CAP_SYSLOG and CAP_WAKE_ALARM to list of capabilitiesChristian Seiler2012-02-231-0/+6
* Add function to determine CAP_LAST_CAP of the current kernel dynamicallyChristian Seiler2012-02-232-0/+48
* correctly install signal handler for lxc-initJian Xiao2012-02-231-3/+19
* remove redundent LXC_TTY_HANDLERJian Xiao2012-02-232-36/+2
* limit rm to rootfs, avoiding nuking of any bind mounts fromandrea rota2012-01-051-1/+1
* lxc: line buffered output for lxc-monitorGreg Kurz2012-01-051-0/+2
* Fix ia64 cloneDaniel Lezcano2012-01-051-2/+2
* Fix network cleanup on errorDaniel Lezcano2012-01-052-6/+11
* give explicit error when the cgroup are not foundDaniel Lezcano2012-01-051-1/+7
* fix indentation of the previous patchDaniel Lezcano2012-01-051-3/+8
* Set high byte of mac addresses for host veth devices to 0xfeChristian Seiler2012-01-051-0/+40
* Revert "lxc: use -iquote instead of -I"Daniel Lezcano2011-11-181-6/+1
* lxc: use -iquote instead of -IGreg Kurz2011-11-101-1/+6
* lxc: fix erroneous includesGreg Kurz2011-11-108-12/+19
* fix lxc-destroyDaniel Lezcano2011-11-101-0/+1
* extend the struct lxc_argumentsCedric Le Goater2011-10-242-0/+4
* lxc: introduce lxc_execute()Greg Kurz2011-10-246-46/+107