GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lxc
/
lxc_container.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve some debugging log messages in LXC mount setup
Daniel P. Berrange
2012-09-21
1
-4
/
+5
*
Ensure existing selinux mount is removed before mounting new one in LXC
Daniel P. Berrange
2012-09-21
1
-0
/
+16
*
maint: fix up copyright notice inconsistencies
Eric Blake
2012-09-20
1
-1
/
+1
*
Don't assume use of /sys/fs/cgroup
Daniel P. Berrange
2012-09-07
1
-23
/
+48
*
build: fix build without HAVE_CAPNG
Eric Blake
2012-07-30
1
-1
/
+1
*
Allow CAP_SYS_REBOOT on new enough kernels
Daniel P. Berrange
2012-07-30
1
-3
/
+83
*
Replace use of lxcError with virReportError
Daniel P. Berrange
2012-07-30
1
-15
/
+15
*
Desert the FSF address in copyright
Osier Yang
2012-07-23
1
-2
/
+2
*
lxcContainerMountCGroups also mounts a tmpfs that needs to be labeled.
Dan Walsh
2012-07-18
1
-4
/
+14
*
Mount all tmpfs filesystems with correct SELinux label
Daniel J Walsh
2012-07-18
1
-20
/
+27
*
Only ummount /proc, /sys, /dev if the root source is '/'
Daniel P. Berrange
2012-07-05
1
-4
/
+6
*
Move veth device management into virLXCControllerPtr object
Daniel P. Berrange
2012-07-05
1
-5
/
+5
*
Remove sub-mounts under /dev when starting an LXC container
Daniel P. Berrange
2012-06-29
1
-3
/
+4
*
Support bind mounting host files, as well as directories in LXC
Daniel J Walsh
2012-06-25
1
-5
/
+38
*
Add support for guest bind mounts with LXC
Daniel P. Berrange
2012-06-25
1
-0
/
+7
*
Add support for RAM filesystems for LXC
Daniel P. Berrange
2012-06-25
1
-0
/
+49
*
LXC: avoid useless duplicate memory free
Gao feng
2012-06-19
1
-2
/
+2
*
LXC: fix incorrect DEBUG info
Gao feng
2012-06-18
1
-1
/
+1
*
LXC: fix memory leak in lxcContainerSetupExtraMounts
Gao feng
2012-06-18
1
-1
/
+0
*
build: fix whitespace damage
Eric Blake
2012-06-18
1
-1
/
+1
*
LXC: fix memory leak in lxcContainerGetSubtree
Gao feng
2012-06-18
1
-5
/
+5
*
LXC: fix memory leak in lxcContainerMountFSBlockHelper
Gao feng
2012-06-18
1
-0
/
+1
*
Always pivot_root event if the new root source is '/'
Daniel P. Berrange
2012-06-14
1
-5
/
+8
*
LXC: fix memory leak in lxcContainerMountFSBlockAuto
Gao feng
2012-06-11
1
-0
/
+1
*
LXC: fix incorrect parameter of mount in lxcContainerMountFSBind
Gao feng
2012-06-11
1
-1
/
+1
*
LXC: Delete unused variable src in lxcContainerMountBasicFS
Gao feng
2012-06-11
1
-6
/
+1
*
Remount cgroups controllers after setting up new /sys in LXC
Daniel P. Berrange
2012-05-16
1
-9
/
+234
*
Trim /proc & /sys subtrees before mounting new instances
Daniel P. Berrange
2012-05-16
1
-14
/
+47
*
Avoid LXC pivot root in the root source is still /
Daniel P. Berrange
2012-05-16
1
-2
/
+15
*
Mount fresh instance of sysfs/selinux in LXC
Daniel P. Berrange
2012-05-16
1
-21
/
+11
*
Convert the LXC driver to use the security driver API for mount options
Daniel Walsh
2012-05-16
1
-33
/
+21
*
Make lxcContainerSetStdio the last thing to be called in container startup
Daniel P. Berrange
2012-05-01
1
-4
/
+4
*
Consistent style for usage of sizeof operator
Daniel P. Berrange
2012-03-30
1
-1
/
+1
*
Add support for setting init argv for LXC
Daniel P. Berrange
2012-03-27
1
-0
/
+3
*
Detect location fo selinux mount point
Daniel P. Berrange
2012-03-27
1
-2
/
+4
*
Add support for forcing a private network namespace for LXC guests
Daniel P. Berrange
2012-03-15
1
-4
/
+8
*
Add container_uuid env variable to LXC guests
Daniel P. Berrange
2012-03-15
1
-0
/
+1
*
lxc: Cleaner fix for compilation without SELinux
Martin Kletzander
2012-02-29
1
-6
/
+11
*
Populate /dev/std{in,out,err} symlinks in LXC containers
Daniel P. Berrange
2012-02-08
1
-0
/
+18
*
virterror.c: Fix several spelling mistakes
Philipp Hahn
2012-02-03
1
-1
/
+1
*
Fixed connection definition for non-SELinux builds
Martin Kletzander
2012-02-03
1
-0
/
+2
*
Set a security context on /dev and /dev/pts mounts
Daniel P. Berrange
2012-02-02
1
-17
/
+55
*
Add support for sVirt in the LXC driver
Daniel P. Berrange
2012-02-02
1
-1
/
+8
*
lxc: export container=lxc-libvirt for systemd
Eric Blake
2012-01-25
1
-1
/
+2
*
Don't bind mount onto a char device for /dev/ptmx in LXC
Daniel P. Berrange
2012-01-25
1
-9
/
+14
*
Fix startup of LXC containers with filesystems containing symlinks
Daniel P. Berrange
2012-01-18
1
-0
/
+23
*
Move LXC veth.c code into shared utility APIs
Daniel P. Berrange
2011-11-15
1
-1
/
+1
*
Rename the LXC veth management APIs and delete duplicated APIs
Daniel P. Berrange
2011-11-15
1
-3
/
+4
*
build: drop useless dirent.h includes
Eric Blake
2011-11-11
1
-1
/
+0
*
Add support for multiple consoles in LXC
Daniel P. Berrange
2011-11-03
1
-30
/
+51
[next]