Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
6136d011
Commit
6136d011
authored
Oct 24, 2008
by
dlezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version lxc-0.4.0
parent
22ea48ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
0 deletions
+65
-0
ChangeLog
ChangeLog
+65
-0
No files found.
ChangeLog
View file @
6136d011
2008-10-24 22:24 dlezcano
* lxc.spec.in, src/lxc/Makefile.am: Added file capabilities to
lxc-restart
2008-10-24 22:14 dlezcano
* configure.in, lxc.spec.in, src/lxc/Makefile.am,
src/lxc/destroy.c: Give the ability to non-root user to play with
the containers. This feature relies on the file capabilities,
when the lxc commands are installed, the sys/net admin
capabilities are given to these files. These capabilities are not
available for the application running inside the container.
2008-10-24 22:11 dlezcano
* src/lxc/execute.c: Exit instead of returning in the child
processes, otherwise the execution path of the child will be
wrong in case of error.
2008-10-23 15:09 legoater
* src/lxc/restart.c: removed opentty now useless and fixed pid of
root process for restart
2008-10-23 09:21 legoater
* configure.in: fix missing src/lxc/lxc-checkconfig
2008-10-20 13:45 dlezcano
* src/lxc/: Makefile.am, lxc-checkconfig.in: This new command is a
helper to check if the needed functionalities are compiled the
kernel. It relies on /proc/config.gz, if it is not compiled, the
command will simply fail. If a feature is missing but not
mandatory, "disabled" keyword will appear in yellow, if it is
mandatory, it will appear in "red", otherwise the key word
"enabled" will appear in green.
2008-10-18 23:07 dlezcano
* src/lxc/: destroy.c, lxc.h, lxc_monitor.c, lxc_wait.c, monitor.c,
monitor.h: These modifications improve the monitoring support of
the container. Now several readers can attend the events from one
or several containers. The syntax of the command has been
enhanced to interpret regular expressions. If you want to
monitor foo, lxc-monitor -n foo is the right command. If you want
to monitor foo and bar, you should specify lxc-monitor -n
"foo|bar", if you want to monitor all containers with the name
beginning with 'foo', you have to specify lxc-monitor -n "foo.*".
More complex regexp can be specified in accordance with the POSIX
definitions, man regex (7).
2008-10-15 09:30 dlezcano
* README: Updated with the cgroup section and fixed some typos
2008-10-09 20:46 dlezcano
* lxc.spec.in: Updated changelog for version 0.3.0
2008-10-09 20:39 dlezcano
* ChangeLog: Updated changelog
2008-10-08 16:15 dlezcano
2008-10-08 16:15 dlezcano
* src/lxc/lxc_conf.c: Removed useless readlink before chrooting
* src/lxc/lxc_conf.c: Removed useless readlink before chrooting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment