aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lxc: include sched.h to have a declaration of clone().lxc-0.8.0-rc2-gentooDiego Elio Pettenò2012-08-031-0/+1
* build: make sure to expand all variables that are substituted.Diego Elio Pettenò2012-08-031-4/+4
* Build: get __NR_setns from asm/unistd.h, not kernel sourcelxc-0.8.0-rc2-gentoo-1Kevin Pyle2012-07-203-54/+4
* Workaround requirement to use the realname of the block device.Diego Elio Pettenò2012-07-202-17/+22
* build: use libtool for linking the library, and link lxc-init statically.Diego Elio Pettenò2012-07-202-29/+8
* lxc-0.8.0-rc2lxc-0.8.0-rc2Daniel Lezcano2012-03-201-1/+1
* Update manpages to reflect some updated options.Serge Hallyn2012-03-194-3/+112
* ubuntu templates cleanupsSerge Hallyn2012-03-192-8/+21
* do check for utmp checking at the right timeSerge Hallyn2012-03-191-5/+9
* fix cached rootfs update* fix rootfs path* add handling of systemdInformatiQ2012-03-051-8/+27
* cgroups: fix broken support for deprecated ns cgroupSerge Hallyn2012-03-052-25/+41
* lxc-0.8.0-rc1Daniel Lezcano2012-03-021-1/+1
* fix lxc-attach.sgml.in spurious variable listDaniel Lezcano2012-03-021-2/+0
* fix sparc architecture for autoconfDaniel Lezcano2012-02-261-0/+1
* If a container is already running, say so in error msgs.Serge Hallyn2012-02-261-1/+6
* update ubuntu templates to provide macaddr and moreSerge Hallyn2012-02-262-24/+98
* lxc-ubuntu: fix obscure argumentsSerge Hallyn2012-02-261-38/+13
* add option to close inherited fdsSerge Hallyn2012-02-267-6/+25
* ubuntu template changesSerge Hallyn2012-02-261-17/+31
* 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
* Add ubuntu-cloud templateSerge Hallyn2012-02-263-0/+252
* Don't install lxcguest in precise (and higher) releasesSerge Hallyn2012-02-261-1/+2
* 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-ubuntu: Support for building a container of a foreign architectureSerge Hallyn2012-02-261-27/+74
* 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-265-14/+126
* Fix several nagging bugs in lxc-destroySerge Hallyn2012-02-261-7/+27
* Support nested cgroupsSerge Hallyn2012-02-263-35/+184
* lxc-ubuntu: use release-updates and release-securitySerge Hallyn2012-02-261-1/+51
* lxc-ubuntu: add /dev/full, /dev/hpet, and /dev/kvm to devices whitelistSerge Hallyn2012-02-261-0/+6
* drop mac_admin and mac_overrideSerge Hallyn2012-02-261-1/+1
* Add new 'precise' release to ubuntu templateSerge Hallyn2012-02-261-2/+2
* Add MIPS as a supported architectureKevin Cernekee2012-02-261-0/+1
* fix-automake-1.13Jon Nordby2012-02-232-2/+2
* Add man page for lxc-attachChristian Seiler2012-02-234-0/+196
* 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