aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix the document according the current versionlxc_0_6_3Daniel Lezcano2009-07-241-12/+11
* close also inherited fd in lxc-executeMichel Normand2009-07-241-2/+12
* display an explicit warning when netlink headers are missingDaniel Lezcano2009-07-241-1/+1
* add some traces in the code for the loggerDaniel Lezcano2009-07-244-1/+30
* fix cgroup traceDaniel Lezcano2009-07-241-3/+3
* change version to 0.6.3Daniel Lezcano2009-07-241-1/+1
* Specify in the debian script an extra fstab fileDaniel Lezcano2009-07-221-5/+16
* add clone2 for ia64Daniel Lezcano2009-07-221-0/+5
* make use of the logging facility and add some tracesDaniel Lezcano2009-07-222-3/+57
* isolate the shmfs for the containerDaniel Lezcano2009-07-201-3/+25
* fix closed fd when they are inheritedDaniel Lezcano2009-07-204-22/+52
* Remove the a previous cgroupDaniel Lezcano2009-07-161-0/+11
* encapsulate lxc_handlerDaniel Lezcano2009-07-162-29/+37
* Remove useless initializationDaniel Lezcano2009-07-161-1/+1
* lxc-start should not hold inheritited fdsMichel Normand2009-07-154-2/+106
* use the lxc arguments dup in lxc_executeDaniel Lezcano2009-07-151-27/+2
* add a helper to dup the lxc argumentsDaniel Lezcano2009-07-152-1/+47
* cleanup lxc-initDaniel Lezcano2009-07-152-16/+8
* detect a cgroup named 'lxc'Daniel Lezcano2009-07-132-20/+36
* lxc-execute or lxc-start to fail if cgroup not mountedMichel Normand2009-07-132-4/+9
* create the lxc directory with lxc-setcapDaniel Lezcano2009-07-101-1/+3
* don't create the lxc directory at rpm installationDaniel Lezcano2009-07-101-2/+0
* Remove install-exec-local ruleRyousei Takano2009-07-101-3/+0
* remove fork_ns codeDaniel Lezcano2009-07-071-12/+0
* replace fork_ns by lxc_cloneDaniel Lezcano2009-07-072-105/+114
* use glibc clone instead of clone syscallDaniel Lezcano2009-07-073-18/+72
* Fix missing capability fowner to manipulate /dev/pts/ptmxDaniel Lezcano2009-07-031-1/+1
* Add file capabilities to kernel optionsFilippo Giunchedi2009-07-021-0/+2
* Add check for CONFIG_SECURITY_FILE_CAPABILITIESFilippo Giunchedi2009-07-021-0/+1
* Clarify setcap advice/warning messagesFilippo Giunchedi2009-07-021-5/+5
* Include /sbin in PATH for setcapFilippo Giunchedi2009-07-021-1/+1
* Update kernel config options locationFilippo Giunchedi2009-07-021-16/+14
* Rewriting the pts section man for lxc.confchristophe.quintard@fr.ibm.com2009-07-021-6/+4
* update the lxc-ps man page after previous code changeMichel Normand2009-07-011-18/+34
* fix compilation warning with mallocDaniel Lezcano2009-07-012-0/+2
* lxc-execute to return exit code of its child not othersMichel Normand2009-06-251-2/+11
* replace the lxc-ps bash script by a perl scriptMichel Normand2009-06-251-39/+187
* another place where readlink to be null terminatedMichel Normand2009-06-251-1/+6
* the lxc_unlink_nsgroup may fail on ppc. V2Michel Normand2009-06-251-1/+5
* update the help of lxc-checkpoint and lxc-restartMichel Normand2009-06-252-9/+22
* lxc-fedora fixesMatty2009-06-241-6/+15
* unshare the utsname in all the casesDaniel Lezcano2009-06-121-3/+1
* fix capability.h compilation problemDaniel Lezcano2009-06-122-1/+3
* remove pkg-config dependency from lxcDaniel Lezcano2009-06-101-2/+1
* remove lxc-config fileDaniel Lezcano2009-06-101-14/+0
* rename lxc-config to lxc-versionDaniel Lezcano2009-06-103-2/+6
* replace lxc-version by lxc-configDaniel Lezcano2009-06-104-37/+19
* add pkg-config for lxcDaniel Lezcano2009-06-104-0/+19
* don't remove the autoconf generated filesDaniel Lezcano2009-06-071-1/+1
* log the container console when it is daemonized and the log is enabledDaniel Lezcano2009-06-072-6/+63