]> git.ipfire.org Git - thirdparty/lxc.git/log
thirdparty/lxc.git
16 years agoFix configure error when checking the netlink headers
dlezcano [Wed, 8 Oct 2008 11:24:31 +0000 (11:24 +0000)] 
Fix configure error when checking the netlink headers

16 years agoAdd a command line to setup/retrieve value of cgroup subsystem, lxc-cgroup -n <contai...
dlezcano [Tue, 7 Oct 2008 14:24:56 +0000 (14:24 +0000)] 
Add a command line to setup/retrieve value of cgroup subsystem, lxc-cgroup -n <container name> <subsystem> [value]. If the value is specified, the subsystem is modified, if it is not specified, the value of the subsystem is returned

16 years agoCreate the cgroup proxy before trying to set it up.
dlezcano [Tue, 7 Oct 2008 14:23:25 +0000 (14:23 +0000)] 
Create the cgroup proxy before trying to set it up.

16 years agoFix missing container name, reorder subsystems component
dlezcano [Tue, 7 Oct 2008 14:22:49 +0000 (14:22 +0000)] 
Fix missing container name, reorder subsystems component

16 years agoChange version to 3.2.0
dlezcano [Mon, 6 Oct 2008 18:49:02 +0000 (18:49 +0000)] 
Change version to 3.2.0

16 years agoAdd cgroup support, the configuration file should be specified with the format:
dlezcano [Mon, 6 Oct 2008 18:47:19 +0000 (18:47 +0000)] 
Add cgroup support, the configuration file should be specified with the format:
lxc.cgroup.xxx = yyy
where xxx is a cgroup subsystem (eg. cpu.shares) and the yyy is the value to
be set.

16 years agoFreeze/unfreeze when checkpointing, stop the container when specified with '-s' option
dlezcano [Mon, 6 Oct 2008 18:45:20 +0000 (18:45 +0000)] 
Freeze/unfreeze when checkpointing, stop the container when specified with '-s' option

16 years agoAdd x86_64 syscall
dlezcano [Sat, 4 Oct 2008 19:48:29 +0000 (19:48 +0000)] 
Add x86_64 syscall

16 years agoReplace asprintf by snprintf
dlezcano [Sat, 4 Oct 2008 19:47:17 +0000 (19:47 +0000)] 
Replace asprintf by snprintf

16 years agoChange freezer to stick with the cgroup freezer fs API, replace "RUNNING" by "THAWED"
dlezcano [Thu, 25 Sep 2008 21:20:51 +0000 (21:20 +0000)] 
Change freezer to stick with the cgroup freezer fs API, replace "RUNNING" by "THAWED"

16 years agoChanged 'chroot' by 'rootfs'
dlezcano [Wed, 24 Sep 2008 16:42:38 +0000 (16:42 +0000)] 
Changed 'chroot' by 'rootfs'

16 years agoupdate restart and fix syscall numbers
legoater [Tue, 23 Sep 2008 13:08:34 +0000 (13:08 +0000)] 
update restart and fix syscall numbers

16 years agofix syscall number
legoater [Tue, 23 Sep 2008 13:07:57 +0000 (13:07 +0000)] 
fix syscall number

16 years agofixed typo in logs
legoater [Tue, 23 Sep 2008 13:07:02 +0000 (13:07 +0000)] 
fixed typo in logs

16 years agoFixed missing initialization variable
dlezcano [Fri, 19 Sep 2008 19:17:50 +0000 (19:17 +0000)] 
Fixed missing initialization variable

16 years agoDisplay a warning when the architecture is not supported for checkpoint/restart.
dlezcano [Fri, 19 Sep 2008 11:17:23 +0000 (11:17 +0000)] 
Display a warning when the architecture is not supported for checkpoint/restart.

16 years agoadd experimental checkpoint and restart commands
legoater [Fri, 19 Sep 2008 10:20:04 +0000 (10:20 +0000)] 
add experimental checkpoint and restart commands

16 years agoIf no configuration file is specified or the container was not created before.
dlezcano [Fri, 19 Sep 2008 09:29:58 +0000 (09:29 +0000)] 
If no configuration file is specified or the container was not created before.
The lxc-execute command will automatically create a new container and destroy
it when it dies. If a configuration file is specified and the container does
not exists, the container is created with the configuration file and destroyed
when it dies.

16 years agoFixed typos
dlezcano [Fri, 19 Sep 2008 09:27:37 +0000 (09:27 +0000)] 
Fixed typos

16 years agoAdded the function returning the version and the corresponding cli
dlezcano [Wed, 17 Sep 2008 10:26:16 +0000 (10:26 +0000)] 
Added the function returning the version and the corresponding cli

16 years agoFix using the right file name for the freezer
dlezcano [Wed, 17 Sep 2008 10:24:12 +0000 (10:24 +0000)] 
Fix using the right file name for the freezer

16 years agoNotify the frozen / running states
dlezcano [Wed, 17 Sep 2008 10:23:44 +0000 (10:23 +0000)] 
Notify the frozen / running states

16 years agoTagging lxc_0_2_1 lxc_0_2_1
dlezcano [Wed, 10 Sep 2008 10:00:28 +0000 (10:00 +0000)] 
Tagging lxc_0_2_1

16 years ago*** empty log message ***
dlezcano [Tue, 9 Sep 2008 21:25:46 +0000 (21:25 +0000)] 
*** empty log message ***

16 years agoAdded console support
dlezcano [Tue, 9 Sep 2008 14:35:44 +0000 (14:35 +0000)] 
Added console support

16 years agoA little example to launch an isolated sshd daemon inside a container
dlezcano [Mon, 8 Sep 2008 14:49:03 +0000 (14:49 +0000)] 
A little example to launch an isolated sshd daemon inside a container

16 years agoAdded lxc-wait
dlezcano [Mon, 8 Sep 2008 14:27:24 +0000 (14:27 +0000)] 
Added lxc-wait

16 years agoCommand to wait a specific state for the container
dlezcano [Mon, 8 Sep 2008 14:26:35 +0000 (14:26 +0000)] 
Command to wait a specific state for the container

16 years agoCompute absolute path name for the root fs
dlezcano [Mon, 8 Sep 2008 14:25:42 +0000 (14:25 +0000)] 
Compute absolute path name for the root fs

16 years agoReplace configuration check by flag check
dlezcano [Mon, 8 Sep 2008 14:24:39 +0000 (14:24 +0000)] 
Replace configuration check by flag check

16 years agoRemove 'init' file when destroying the container
dlezcano [Mon, 8 Sep 2008 14:24:05 +0000 (14:24 +0000)] 
Remove 'init' file when destroying the container

16 years agoChangelog lxc_0_2_0
dlezcano [Fri, 5 Sep 2008 15:11:09 +0000 (15:11 +0000)] 
Changelog

16 years agoVersion 0.2.0
dlezcano [Fri, 5 Sep 2008 14:55:57 +0000 (14:55 +0000)] 
Version 0.2.0

16 years agoHeader code cleanup
dlezcano [Fri, 5 Sep 2008 14:32:09 +0000 (14:32 +0000)] 
Header code cleanup

16 years agoChange header inclusion path
dlezcano [Thu, 4 Sep 2008 10:09:53 +0000 (10:09 +0000)] 
Change header inclusion path

16 years agoChanged 'state' to 'info'
dlezcano [Thu, 4 Sep 2008 10:09:26 +0000 (10:09 +0000)] 
Changed 'state' to 'info'

16 years agoRemoved duplicate file
dlezcano [Thu, 4 Sep 2008 10:04:39 +0000 (10:04 +0000)] 
Removed duplicate file

16 years agoHeaders cleanup
dlezcano [Thu, 4 Sep 2008 09:46:22 +0000 (09:46 +0000)] 
Headers cleanup

16 years agoFixed typo
dlezcano [Thu, 4 Sep 2008 08:43:45 +0000 (08:43 +0000)] 
Fixed typo

16 years agoMerged with lxc/.cvsignore
dlezcano [Thu, 4 Sep 2008 08:27:59 +0000 (08:27 +0000)] 
Merged with lxc/.cvsignore

16 years agoMerged with lxc/Makefile.am
dlezcano [Thu, 4 Sep 2008 08:26:19 +0000 (08:26 +0000)] 
Merged with lxc/Makefile.am

16 years agoMoved these files to the lxc directory
dlezcano [Thu, 4 Sep 2008 08:25:45 +0000 (08:25 +0000)] 
Moved these files to the lxc directory

16 years agoJoined lxc and liblxc directories
dlezcano [Thu, 4 Sep 2008 08:14:59 +0000 (08:14 +0000)] 
Joined lxc and liblxc directories

16 years agoJoined liblxc and lxc directory
dlezcano [Thu, 4 Sep 2008 07:57:50 +0000 (07:57 +0000)] 
Joined liblxc and lxc directory

16 years agoTruncate 'init' file when opening it
dlezcano [Thu, 4 Sep 2008 07:21:34 +0000 (07:21 +0000)] 
Truncate 'init' file when opening it

16 years agoAdd bind option for mounting setup
dlezcano [Wed, 3 Sep 2008 16:38:58 +0000 (16:38 +0000)] 
Add bind option for mounting setup

16 years agodisplay name as '%s'
dlezcano [Wed, 3 Sep 2008 16:14:38 +0000 (16:14 +0000)] 
display name as '%s'

16 years agoFix forked process should exit instead of returning on error
dlezcano [Wed, 3 Sep 2008 16:13:50 +0000 (16:13 +0000)] 
Fix forked process should exit instead of returning on error

16 years agoimprove display error
dlezcano [Wed, 3 Sep 2008 16:13:03 +0000 (16:13 +0000)] 
improve display error

16 years agoAdd close on exec flag
dlezcano [Wed, 3 Sep 2008 16:12:47 +0000 (16:12 +0000)] 
Add close on exec flag

16 years agoRenamed lxc_lock
dlezcano [Wed, 3 Sep 2008 15:47:46 +0000 (15:47 +0000)] 
Renamed lxc_lock

16 years agofix little format
dlezcano [Wed, 3 Sep 2008 15:43:18 +0000 (15:43 +0000)] 
fix little format

16 years agoRenamed lxc_log
dlezcano [Wed, 3 Sep 2008 15:42:49 +0000 (15:42 +0000)] 
Renamed lxc_log

16 years agofix wrong mnt info usage
dlezcano [Wed, 3 Sep 2008 13:57:27 +0000 (13:57 +0000)] 
fix wrong mnt info usage

16 years agoRenamed lxc_cgroup
dlezcano [Wed, 3 Sep 2008 13:43:10 +0000 (13:43 +0000)] 
Renamed lxc_cgroup

16 years agoCreate an empty network namespace
dlezcano [Wed, 3 Sep 2008 13:41:02 +0000 (13:41 +0000)] 
Create an empty network namespace

16 years agoRename lxc_config
dlezcano [Wed, 3 Sep 2008 13:29:01 +0000 (13:29 +0000)] 
Rename lxc_config

16 years agoRenamed lxc_conf
dlezcano [Wed, 3 Sep 2008 13:12:45 +0000 (13:12 +0000)] 
Renamed lxc_conf

16 years ago*** empty log message ***
dlezcano [Wed, 3 Sep 2008 12:06:19 +0000 (12:06 +0000)] 
*** empty log message ***

16 years agofix Makefiles to compile objects in a directory different from the source.
legoater [Wed, 3 Sep 2008 09:44:36 +0000 (09:44 +0000)] 
fix Makefiles to compile objects in a directory different from the source.

16 years ago*** empty log message ***
dlezcano [Wed, 3 Sep 2008 09:41:36 +0000 (09:41 +0000)] 
*** empty log message ***

16 years agoRemove annoying error message
dlezcano [Wed, 3 Sep 2008 09:29:39 +0000 (09:29 +0000)] 
Remove annoying error message

16 years agoclose fd monitor on error
dlezcano [Wed, 3 Sep 2008 09:28:50 +0000 (09:28 +0000)] 
close fd monitor on error

16 years agoAdded C++ compatibility, change to libtool, improve monitoring
dlezcano [Tue, 2 Sep 2008 09:48:12 +0000 (09:48 +0000)] 
Added C++ compatibility, change to libtool, improve monitoring

16 years agoAdded container priority command line
dlezcano [Sun, 24 Aug 2008 00:57:57 +0000 (00:57 +0000)] 
Added container priority command line

16 years ago*** empty log message ***
dlezcano [Sun, 24 Aug 2008 00:19:37 +0000 (00:19 +0000)] 
*** empty log message ***

17 years agoUnlink nsgroup before creating a new link
dlezcano [Fri, 8 Aug 2008 22:26:15 +0000 (22:26 +0000)] 
Unlink nsgroup before creating a new link

17 years agoRemoved Werror compilation flag lxc_0_1_0
dlezcano [Wed, 6 Aug 2008 14:54:00 +0000 (14:54 +0000)] 
Removed Werror compilation flag

17 years agoInitial revision
dlezcano [Wed, 6 Aug 2008 14:32:29 +0000 (14:32 +0000)] 
Initial revision