aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redirect the Changelog diff to file instead of stdoutlxc_0_4_0dlezcano2008-10-281-1/+1
* Generate a ChangeLog, if possible, and copy it to the dist directory in orderdlezcano2008-10-281-3/+5
* Added a helper to generate the Changelog between two releasesdlezcano2008-10-281-7/+20
* Fixed different compilation scheme by making /var/lxc directory relative todlezcano2008-10-265-15/+35
* Added automatic generation of packages and repository taggingdlezcano2008-10-242-0/+17
* Automatically generated now with cvs2cl commanddlezcano2008-10-241-512/+0
* Helper script to generate releasesdlezcano2008-10-241-0/+21
* Version lxc-0.4.0dlezcano2008-10-241-0/+65
* Added file capabilities to lxc-restartdlezcano2008-10-242-0/+2
* Give the ability to non-root user to play with the containers. This featuredlezcano2008-10-244-53/+81
* Exit instead of returning in the child processes, otherwise the executiondlezcano2008-10-241-4/+4
* removed opentty now useless and fixed pid of root process for restartlegoater2008-10-231-32/+1
* fix missing src/lxc/lxc-checkconfiglegoater2008-10-231-0/+1
* This new command is a helper to check if the needed functionalities aredlezcano2008-10-202-1/+56
* These modifications improve the monitoring support of the container. Nowdlezcano2008-10-186-37/+65
* Updated with the cgroup section and fixed some typosdlezcano2008-10-151-13/+21
* Updated changelog for version 0.3.0dlezcano2008-10-091-0/+5
* Updated changelogdlezcano2008-10-091-20/+440
* Removed useless readlink before chrootingdlezcano2008-10-081-11/+8
* Removed useless opentty function and moved the sighandler restore to the righ...dlezcano2008-10-081-33/+2
* Changed indentation ... :)dlezcano2008-10-081-3/+3
* Fix configure error when checking the netlink headersdlezcano2008-10-081-1/+4
* Add a command line to setup/retrieve value of cgroup subsystem, lxc-cgroup -n...dlezcano2008-10-071-0/+51
* Create the cgroup proxy before trying to set it up.dlezcano2008-10-071-3/+3
* Fix missing container name, reorder subsystems componentdlezcano2008-10-071-5/+5
* Change version to 3.2.0dlezcano2008-10-061-1/+1
* Add cgroup support, the configuration file should be specified with the format:dlezcano2008-10-0611-290/+435
* Freeze/unfreeze when checkpointing, stop the container when specified with '-...dlezcano2008-10-061-2/+27
* Add x86_64 syscalldlezcano2008-10-042-0/+12
* Replace asprintf by snprintfdlezcano2008-10-046-91/+96
* Change freezer to stick with the cgroup freezer fs API, replace "RUNNING" by ...dlezcano2008-09-251-1/+1
* Changed 'chroot' by 'rootfs'dlezcano2008-09-241-3/+3
* update restart and fix syscall numberslegoater2008-09-231-9/+49
* fix syscall numberlegoater2008-09-231-1/+1
* fixed typo in logslegoater2008-09-231-1/+1
* Fixed missing initialization variabledlezcano2008-09-191-0/+1
* Display a warning when the architecture is not supported for checkpoint/restart.dlezcano2008-09-192-6/+17
* add experimental checkpoint and restart commandslegoater2008-09-196-0/+502
* If no configuration file is specified or the container was not created before.dlezcano2008-09-192-7/+51
* Fixed typosdlezcano2008-09-193-3/+3
* Added the function returning the version and the corresponding clidlezcano2008-09-175-2/+71
* Fix using the right file name for the freezerdlezcano2008-09-171-1/+1
* Notify the frozen / running statesdlezcano2008-09-171-2/+14
* Tagging lxc_0_2_1lxc_0_2_1dlezcano2008-09-103-2/+16
* *** empty log message ***dlezcano2008-09-093-179/+0
* Added console supportdlezcano2008-09-091-7/+47
* A little example to launch an isolated sshd daemon inside a containerdlezcano2008-09-083-0/+179
* Added lxc-waitdlezcano2008-09-081-0/+4
* Command to wait a specific state for the containerdlezcano2008-09-081-0/+116
* Compute absolute path name for the root fsdlezcano2008-09-081-4/+22