Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
c0bf9cd73c2281cdf9780b2a74f420cb13eae5c3
c0bf9cd
etc/init.d/vz-redhat: add missing locals to stop_ves()
by Kir Kolyshkin
· 12 years ago
b703164
etc/init.d/vz*: simplify stop_ve
by Kir Kolyshkin
· 12 years ago
a4f1700
/etc/init.d/vz-*: separate umount from stop of CTs
by Kir Kolyshkin
· 12 years ago
7862fc4
getlockpid(): fix potential buffer overflow
by Kir Kolyshkin
· 12 years ago
dd378c0
If a CT is locked, show pid and cmdline of a locker
by Kir Kolyshkin
· 12 years ago
d56fd7d
vzctl umount: fix for case when CT have deleted mount points
by Kir Kolyshkin
· 12 years ago
2efbc36
vzctl start: try to restore container first
by Kir Kolyshkin
· 12 years ago
f8fb374
vzctl set --mount_opts: fix a segfault
by Kir Kolyshkin
· 12 years ago
29a7350
vzctl(8): improved vzctl create --layout/--diskspace description
by Kir Kolyshkin
· 12 years ago
11b3e64
vzctl(8): improve --diskspace description.
by Kir Kolyshkin
· 12 years ago
3aa9749
vzctl: add 'suspend' and 'resume' aliases
by Kir Kolyshkin
· 12 years ago
dc96c59
vzctl.spec: supply vzdir to configure
by Kir Kolyshkin
· 12 years ago
50b988d
configure: add ability to alter /vz path
by Kir Kolyshkin
· 12 years ago
f55bdf6
include/types.h: do not hardcode /vz/dump
by Kir Kolyshkin
· 12 years ago
3dd31a1
Ability to change /vz via paths.am
by Kir Kolyshkin
· 12 years ago
f6c2696
include/types.h: get rid of unneeded #define
by Kir Kolyshkin
· 12 years ago
e525608
vzctl_merge_snapshot(): simplify return code handling
by Kir Kolyshkin
· 12 years ago
07bfb60
vzctl(8): disambiguate 'it' in snapshot-switch description
by Kir Kolyshkin
· 12 years ago
17dcb17
vzctl snapshot: add --skip-config option
by Kir Kolyshkin
· 12 years ago
f821901
Do not use xmlCleanupParser()
by Igor Sukhih
· 12 years ago
f301969
src/Makefile.am: fix building with builddir != srcdir
by Kir Kolyshkin
· 12 years ago
47a0a7c
Makefile.am: use AM_CPPFLAGS
by Kir Kolyshkin
· 12 years ago
162dded
vzctl: don't need to umount each mount points for cleaning up mntns (v2)
by Andrew Vagin
· 12 years ago
8aea82a
print failures in ct_do_open directly to stderr
by Glauber Costa
· 12 years ago
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
8f0707a
Released vzctl 4.0
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
f985f99
arch-del_ip.sh: whitespace cleanup
by Kir Kolyshkin
· 12 years ago
9cd97fa
arch-del_ip.sh: fix after commit b9eb9fd
by Kir Kolyshkin
· 12 years ago
6a1867e
arch-del_ip.sh: fix
by Kir Kolyshkin
· 12 years ago
f244c03
vzctl won't work with ploop-1.4
by Kir Kolyshkin
· 12 years ago
da9e910
Lifted libcgroup req to 0.37
by Kir Kolyshkin
· 12 years ago
d472f8b
vzmigrate: fix bashism
by Kir Kolyshkin
· 12 years ago
012b1dd
vzctl mount,destroy,snapshot-list: error out for too many arguments
by Kir Kolyshkin
· 12 years ago
5e91165
init.d/vz: deduce /vz from VE_ROOT/VE_PRIVATE
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
b911bab
setver.sh: add ability to specify -U or -F
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
d0f085f
postcreate.sh: check if file exists before setting fattr
by Kir Kolyshkin
· 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
83df16c
vzctl.spec: move bash-completion script from -core to main pkg
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
1263c47
dists: add distribution config file for Alpine Linux
by William Pitcock
· 12 years ago
4733497
init.d/vz: Add /vz to PRUNEPATHS in /etc/updatedb.conf
by Kir Kolyshkin
· 12 years ago
8497699
Do call set_personality32() even when compiling for i386
by Kir Kolyshkin
· 12 years ago
973920e
configure.ac: for x86_64, set libdir to lib64
by Kir Kolyshkin
· 12 years ago
6fe5fcf
configure.ac: check for $target_cpu not $build_cpu
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
d3c8b95
Move scripts and modules to /usr/libexec
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
1bf77b2
configure.ac: provide description to AC_DEFINE defines
by Kir Kolyshkin
· 12 years ago
bc6814d
vzctl.spec: remove _scriptdir
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
5a428b1
man/Makefile.am: fix build when builddir != srcdir
by Kir Kolyshkin
· 12 years ago
fd5e818
configure: enable cgroup support by default
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
eee3fcb
vzmigrate: use -F for vzdqdump/vzdqload
by Kir Kolyshkin
· 12 years ago
41f20e6
vzctl.spec: add libcgroup-devel to BuildRequires
by Kir Kolyshkin
· 12 years ago
340d215
vzctl.spec: split the package into vzctl-core and vzctl
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
73b966f
funtoo-set_dns.sh: whitespace nitpicks
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
c5e5ab4
setver.sh: do not try to install rpm if build failed
by Kir Kolyshkin
· 12 years ago
b9eb9fd
Updated Arch Linux add_ip/del_ip scripts to support new netcfg configuration.
by solar
· 12 years ago
3548142
suse-add_ip.sh: do not set default route on venet0 when no IPs
by Egor Vyscrebentsov
· 12 years ago
d7fae29
check_ub(): check for vswap enabled kernel only for OVZ
by Kir Kolyshkin
· 12 years ago
beed992
include/config.h: remove check_ub() proto
by Kir Kolyshkin
· 12 years ago
99258ad
init.d/vz*: stop CTs in the in the reverse order to start
by Kir Kolyshkin
· 12 years ago
499154c
init.d/vz-redhat: fix errorneous lockfile removal
by Kir Kolyshkin
· 12 years ago
63dd0fd
osrelease.conf: add ubuntu-12.04
by Kir Kolyshkin
· 12 years ago
968901c
Fix a couple of vzctl exit codes
by Kir Kolyshkin
· 12 years ago
84d982e
include/vzerror.h: remove VZ_NO_IMAGE_FILE
by Kir Kolyshkin
· 12 years ago
Next »