Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
20c8d17dc4e738bb999ec7c3e5337b3959d47d36
/
src
20c8d17
properly return errors in cgroup_init()
by Glauber Costa
· 12 years ago
78796db
Fixed compilation with libcgroup-0.37-r2
by Kir Kolyshkin
· 12 years ago
d49f0e9
src/lib/cap.c: fix build with older userspace
by Kir Kolyshkin
· 12 years ago
f84404f
[upstream] vzctl stop: wait for tasks to vanish before considering empty complete
by Glauber Costa
· 12 years ago
012b1dd
vzctl mount,destroy,snapshot-list: error out for too many arguments
by Kir Kolyshkin
· 12 years ago
36f182f
vzctl mount: implement pivot_root() for upstream CT
by Kir Kolyshkin
· 12 years ago
fe16d77
src/lib/cgroup.c: fix a compiler warning
by Kir Kolyshkin
· 12 years ago
c92e70a
vzctl status: do not show 'suspended' for running container
by Kir Kolyshkin
· 12 years ago
978f322
vzctl status: do not show 'mounted' in error case
by Kir Kolyshkin
· 12 years ago
52cb984
Add missing comma to an error message
by Kir Kolyshkin
· 12 years ago
8e207ef
cleanup container before startup
by Glauber Costa
· 12 years ago
ee08193
fix error code in empty container
by Glauber Costa
· 12 years ago
a2314a3
make sure destroy_container really destroys it
by Glauber Costa
· 12 years ago
791337d
fix a leak in task addition
by Glauber Costa
· 12 years ago
c0a411f
make container_is_running more robust
by Glauber Costa
· 12 years ago
376cfca
implement setdevperm
by Glauber Costa
· 12 years ago
42861fd
change header of cgroup configuration function
by Glauber Costa
· 12 years ago
a984867
Do not enclose all containers in a vz directory
by Glauber Costa
· 12 years ago
5e57fd4
vzctl start: set more caps for upstream kernel
by Kir Kolyshkin
· 12 years ago
808cb3b
vzctl stop: do not clean up IPs for upstream CT
by Kir Kolyshkin
· 12 years ago
0ca2e28
vzctl: hide '/usr/sbin/vzquota not found' message
by Kir Kolyshkin
· 12 years ago
015e362
vzctl set --diskinodes: warn it's ignored on ploop
by Kir Kolyshkin
· 12 years ago
492bd86
set(): reorder conditions
by Kir Kolyshkin
· 12 years ago
1e8843a
cap: restrict capabilities by a bounding set
by Andrew Vagin
· 12 years ago
8be7335
Change mount to a symlink for /var/run/netns file
by Glauber Costa
· 12 years ago
7c47a79
read_elf(): eliminate race condition when checking /sbin/init
by Kir Kolyshkin
· 12 years ago
8497699
Do call set_personality32() even when compiling for i386
by Kir Kolyshkin
· 12 years ago
267c283
Improved capability setting code
by Kir Kolyshkin
· 12 years ago
52bd83b
vzctl start/stop: print error for non-applicable options
by Kir Kolyshkin
· 12 years ago
349bc2d
Rectify scripts dir
by Kir Kolyshkin
· 12 years ago
f85a15c
Rectify modules dir definition
by Kir Kolyshkin
· 12 years ago
9e61b01
src/lib/Makefile.am: add DL_LIBS
by Kir Kolyshkin
· 12 years ago
ffa3e9b
src/Makefile.am: fixed highly parallel build
by Kir Kolyshkin
· 12 years ago
cf52246
Rename config.h -> vzconfig.h
by Kir Kolyshkin
· 12 years ago
60e4b43
vzctl --help: add snapshot* and compact commands
by Kir Kolyshkin
· 12 years ago
452329c
src/lib/hooks_ct.c: fix compiling with old includes
by Kir Kolyshkin
· 12 years ago
71bda14
vzctl stop --fast: wait for non-vz CT to stop
by Kir Kolyshkin
· 12 years ago
e383a5e
vzctl --help: fixed
by Kir Kolyshkin
· 12 years ago
7eb61cd
vzlist: add mount_opts field
by Kir Kolyshkin
· 12 years ago
287d0dc
vzctl set --mount_opts: warn if changing on running CT
by Kir Kolyshkin
· 12 years ago
af95fbd
vzctl set: add --mount_opts
by Kir Kolyshkin
· 12 years ago
94401fb
[ploop] switch to new ploop_read_disk_descr()
by Kir Kolyshkin
· 12 years ago
d7fae29
check_ub(): check for vswap enabled kernel only for OVZ
by Kir Kolyshkin
· 12 years ago
968901c
Fix a couple of vzctl exit codes
by Kir Kolyshkin
· 12 years ago
c659b9d
vzctl set --quotaugidlimit: fix for ploop
by Kir Kolyshkin
· 12 years ago
14452a7
vps_is_mounted(): add support for detecting bind mounts
by Kir Kolyshkin
· 12 years ago
1069bc3
vz_open(): fix OpenVZ kernel detection
by Kir Kolyshkin
· 12 years ago
252e418
vps_is_mounted(): remove the wrapper
by Kir Kolyshkin
· 12 years ago
93fc2f8
[style] vz_fs_is_mounted(): rename 'target' to 'root'
by Kir Kolyshkin
· 12 years ago
6ff9498
vzctl snapshot-delete: pass errno to logger()
by Igor Sukhih
· 12 years ago
8f8b1f4
Move setting HAVE_UPSTREAM to configure.ac
by Kir Kolyshkin
· 12 years ago
dbd1283
vzctl snapshot-switch: use restored config if available
by Kir Kolyshkin
· 12 years ago
2dde263
vzctl snapshot: store/restore CT config on snapshot operations
by Igor Sukhih
· 12 years ago
2fd1f84
vzctl snapshot-delete: do not return VZCTL_E_CREATE_SNAPSHOT
by Kir Kolyshkin
· 12 years ago
f87f633
vzctl_resize_image(): use VZ_VE_PRIVATE_NOTSET error code
by Kir Kolyshkin
· 12 years ago
3b80e3c
vzctl snapshot-switch: fixed to work with new ploop
by Igor Sukhih
· 12 years ago
5dea1e5
[style] vzctl_env_switch_snapshot(): rename a variable
by Kir Kolyshkin
· 12 years ago
a8df7f4
cp_file(): add O_TRUNK when opening destination file
by Kir Kolyshkin
· 12 years ago
d66e924
get_fs_root(): add check for string overflow
by Kir Kolyshkin
· 12 years ago
82e0934
get_fs_root(): do not treat . as special
by Kir Kolyshkin
· 12 years ago
125eaab
Rename get_destroy_root() to get_fs_root(), move to util.c
by Kir Kolyshkin
· 12 years ago
d674106
vzctl console: process errors
by Konstantin Bukharov
· 12 years ago
5a5e424
vzctl console: use bigger buffer
by Konstantin Bukharov
· 12 years ago
f92b673
Allow to build w/o ploop headers
by Kir Kolyshkin
· 12 years ago
0e6af21
src/lib/image.c: move a couple of functions up in the file
by Kir Kolyshkin
· 12 years ago
5af7ecd
Introduce and use VZ_PLOOP_UNSUP exit code
by Kir Kolyshkin
· 12 years ago
f88febd
setns(): reimplement via syscall() if not available
by Kir Kolyshkin
· 12 years ago
37c6e50
Supply errno to logger() if setns() failed
by Kir Kolyshkin
· 12 years ago
53ccaa4
load_ploop_lib(): more info when we can't load libploop.so
by Kir Kolyshkin
· 12 years ago
1c8d8cc
vzctl compact: fix ploop balloon invocation
by Kir Kolyshkin
· 12 years ago
3129f37
vzctl convert: enable for real
by Kir Kolyshkin
· 12 years ago
8c6c78f
load_ploop_lib(): more info when we can't resolve ploop_resolve_functions()
by Kir Kolyshkin
· 12 years ago
a85616c
Convert the rest of the code to use dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
c41adda
logger: switch to dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
de4bb43
vzctl snapshot*: use dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
b8b141b
vzlist: use dynamic ploop lib loading
by Kir Kolyshkin
· 12 years ago
15b6882
Remove error printing from is_ploop_supported() callers
by Kir Kolyshkin
· 12 years ago
901bc93
Implement dynamic loading of ploop library
by Kir Kolyshkin
· 12 years ago
ef3a134
vzctl compact: fix a warning
by Kir Kolyshkin
· 12 years ago
3b759e3
Stop upstream containers by killing all processes.
by Glauber Costa
· 12 years ago
40348cf
Implement upstream netdev function
by Glauber Costa
· 12 years ago
c6f7199
Implement upstream veth function
by Glauber Costa
· 12 years ago
a55ff1c
src/vzlist.c: fix compiler warning
by Kir Kolyshkin
· 12 years ago
26535e9
is_ploop_supported(): reimplement using /proc/vz/ploop_minor
by Kir Kolyshkin
· 12 years ago
51974d4
Fix a log message in ct_do_open()
by Kir Kolyshkin
· 12 years ago
73651a6
vzlist: initialize p_buf = e_buf = NULL in json mode
by Kir Kolyshkin
· 12 years ago
22086cb
vzlist: fix a segfault when using --json
by Kir Kolyshkin
· 12 years ago
f802781
Implement cpu limitations
by Glauber Costa
· 12 years ago
a6e1fda
Implement beancounters limitations
by Glauber Costa
· 12 years ago
fc0131a
Implement upstream enter function
by Glauber Costa
· 12 years ago
94ad926
Implement upstream env_create
by Glauber Costa
· 12 years ago
bdc0e9d
implement upstream linux destroy
by Glauber Costa
· 12 years ago
b0e1437
implement upstream linux is_run
by Glauber Costa
· 12 years ago
102353d
basic libcgroup support
by Glauber Costa
· 12 years ago
8c08ef2
Don't use a separate function for inquire pty name
by Glauber Costa
· 12 years ago
dd7dc9b
Move setgroups() from vz_env_create_data_ioctl() to exec_container_init()
by Kir Kolyshkin
· 12 years ago
219a616
move set_personality32 calls to common code.
by Glauber Costa
· 12 years ago
0898ee2
Fix VENETCTL_VE_IP_MAP ioctl argument
by Kir Kolyshkin
· 12 years ago
1c77abe
Move veth handling to VZ-specific file
by Glauber Costa
· 12 years ago
a7a9d87
Move ip handling to VZ-specific file
by Glauber Costa
· 12 years ago
Next »