Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
018a584c73dfccd8dcaadb7e070aa97e4872b826
/
src
018a584
vzctl restore: CPT_UNDUMP may return positive value
by Andrey Vagin
· 14 years ago
c4fd52f
vzctl restore: support old and new interface of cpt lockfiles
by Andrey Vagin
· 14 years ago
1a89e73
src/lib/config.c: declare some functions as static
by Kir Kolyshkin
· 14 years ago
09dc749
src/lib/veth.c: declare a few functions as static
by Kir Kolyshkin
· 14 years ago
a278e5b
veth: added hint to load vzethdev
by Kir Kolyshkin
· 14 years ago
8d04105
vzctl chkpnt: fix a code path
by Kir Kolyshkin
· 14 years ago
383e275
vzmemcheck: fix output formatting
by Kir Kolyshkin
· 14 years ago
2ffb55a
vzmemcheck: fix header
by Kir Kolyshkin
· 14 years ago
d94974e
calc_hn_rusage(): only account for running containers.
by Kir Kolyshkin
· 14 years ago
0517647
vzmemcheck: only account for running containers.
by Kir Kolyshkin
· 14 years ago
24cc0e5
util.c: introduce get_running_ve_list(), ve_in_list() functions
by Kir Kolyshkin
· 14 years ago
f15ef53
src/validate.c: declare a few functions as static
by Kir Kolyshkin
· 14 years ago
981789c
src/validate.c: fix error message
by Kir Kolyshkin
· 14 years ago
e6057c5
src/lib/cpt.c: fix a function name
by Kir Kolyshkin
· 14 years ago
6d1ee00
src/vzlist.c: remove dead code
by Kir Kolyshkin
· 14 years ago
78f127b
vzlist: fix sorting for some fields
by Kir Kolyshkin
· 14 years ago
6941776
src/vzlist.c: declare most functions as static
by Kir Kolyshkin
· 14 years ago
3dd594b
vzctl: use newer API for pci_add (v2)
by Andrew Vagin
· 14 years ago
023c90e
cpumask: add missing files.
by Vladimir Davydov
· 14 years ago
9038767
Add cpu bindings (cpumask option)
by Vladimir Davydov
· 14 years ago
d7ac02f
vzeventd: fix child handler to avoid zombies
by Kir Kolyshkin
· 14 years ago
11ff8a4
src/vzevent.c: fix logging of child killed
by Kir Kolyshkin
· 14 years ago
8afe85a
src/vzevent.d: simpler child handler
by Kir Kolyshkin
· 14 years ago
fd657ab
vzctl start: do not start half-configured environment
by Kir Kolyshkin
· 14 years ago
2b1f193
vzctl set --dev*: return proper error, document it
by Kir Kolyshkin
· 14 years ago
5d9e5cb
vzctl set --devices: do not segfault (v2)
by Kir Kolyshkin
· 14 years ago
d9d6ca3
Revert "vzctl set --devices --save: do not segfault"
by Kir Kolyshkin
· 14 years ago
87f5014
vzctl set --devices --save: do not segfault
by Kir Kolyshkin
· 14 years ago
6f929a7
vzeventd: be more quiet
by Kir Kolyshkin
· 14 years ago
2ca87e0
src/vzeventd.c: fix compile on CentOS 4
by Kir Kolyshkin
· 14 years ago
e8a76d3
Add the ability to move PCI devices in CT
by Andrey Vagin
· 14 years ago
115195e
Add vps-pci script
by Andrey Vagin
· 14 years ago
ea64ee6
vzctl: allocate a device name dynamically
by Andrey Vagin
· 14 years ago
913ebc6
vzctl: code refactoring in free_dev
by Andrey Vagin
· 14 years ago
019e6fc
vzctl: device name may contains colons, so take last for parse perms
by Andrey Vagin
· 14 years ago
f62b006
vzctl set --features bridge: enable CAP_NET_ADMIN
by Kir Kolyshkin
· 14 years ago
9997089
Fix enabling sysfs feature by default
by Kir Kolyshkin
· 14 years ago
ee27b83
vzlist: introduce uptime
by Kir Kolyshkin
· 14 years ago
84d1e21
vzlist: rename Cla to Ccpustat
by Kir Kolyshkin
· 14 years ago
9272136
src/lib/util.c: remove an unused function
by Kir Kolyshkin
· 14 years ago
f0a858d
vzctl start/runscript: add ability to set per-CT osrelease
by Kir Kolyshkin
· 14 years ago
ecc86b6
src/arpsend.c: cleanups
by Kir Kolyshkin
· 14 years ago
de504a6
src/arpsend.c: fix a compiler warning
by Kir Kolyshkin
· 14 years ago
fc69953
src/lib/quota.c: compilation fix
by Kir Kolyshkin
· 14 years ago
01ea58c
src/lib/exec.c: flush stderr/stdout fefore fork() in vzctl_exec*()
by Kir Kolyshkin
· 14 years ago
3063fa7
src/lib/exec.c: add a comment explaining the reason for fork()
by Kir Kolyshkin
· 14 years ago
788cb03
quota_ctl(), vps_set_quota(): refactor/fix
by Kir Kolyshkin
· 14 years ago
b63910d
vps_set_quota(): return proper error code
by Kir Kolyshkin
· 14 years ago
f7bb97c
src/lib/quota.c: don't check for dq_param == NULL
by Kir Kolyshkin
· 14 years ago
84f9ab9
quota_on(): refactor and fix
by Kir Kolyshkin
· 14 years ago
767a651
vzctl set --devnodes: always try to recreate device in CT
by Kir Kolyshkin
· 14 years ago
f52f28f
vzctl quotaoff: fix wrong exit code if quota is not running
by Kir Kolyshkin
· 14 years ago
237f03c
vzctl --help: improve/reformat, add quota* commands
by Kir Kolyshkin
· 14 years ago
d75908d
vzctl quotaon|quotaoff|quotainit: report and return error if disk quota is disabled
by Kir Kolyshkin
· 14 years ago
fdbadda
vzctl set --diskquota: do not overwrite command line with global parameter
by Kir Kolyshkin
· 14 years ago
5c63ca7
vzctl set: implement --diskquota on|off
by Kir Kolyshkin
· 14 years ago
8431d98
vzctl set --applyconfig: fix for DISK_QUOTA
by Kir Kolyshkin
· 14 years ago
f9988a5
Make use of ARRAY_SIZE macro helper
by Cyrill Gorcunov
· 14 years ago
286cf10
vzctl delete: take care of premount/postumount scripts.
by Kir Kolyshkin
· 14 years ago
06011cf
src/lib/util.c: refactor move_config()
by Kir Kolyshkin
· 14 years ago
afc137a
get_vps_ip_proc: Fix signed/unsigned compiler warning
by Cyrill Gorcunov
· 14 years ago
3276010
iptables mask should be 64 bit
by Cyrill Gorcunov
· 14 years ago
8036cd3
Use ARRAY_SIZE helper for static array
by Cyrill Gorcunov
· 14 years ago
89d9f97
iptables: Redesign generation of iptables masks
by Cyrill Gorcunov
· 14 years ago
37fa0de
src/lib/script.c: minor typo in comment
by Kir Kolyshkin
· 14 years ago
732cfbb
Revert "list2str(): removed duplicated statement"
by Kir Kolyshkin
· 14 years ago
5b35797
Remove cron functionality
by Kir Kolyshkin
· 14 years ago
4cc6257
vzeventd: initial implementation
by Kir Kolyshkin
· 14 years ago
b89c812
vzctl stop: try to untangle CT IP cleanup mess
by Kir Kolyshkin
· 14 years ago
f3bf518
logger: add set_log_quiet() and set_log_ctid()
by Kir Kolyshkin
· 14 years ago
9463302
vzctl.c: fix compilation
by Kir Kolyshkin
· 14 years ago
bde6cc0
logger.c: minor cleanup
by Kir Kolyshkin
· 14 years ago
8785cbd
Do not allow INT_MAX CT ID
by Kir Kolyshkin
· 14 years ago
0a30fc4
vzctl start: hint to check kernel log if CT start fails
by Kir Kolyshkin
· 14 years ago
6ba788f
Do not fail to start CT if ioprio is unsupported
by Kir Kolyshkin
· 14 years ago
a48cef2
Fixed ioprio warning text.
by Kir Kolyshkin
· 14 years ago
da3a366
write_conf: Fix potential NULL dereference
by Cyrill Gorcunov
· 14 years ago
29b8409
Check if memory being granted for read_dist_actions call
by Cyrill Gorcunov
· 14 years ago
014e99d
Minor style cleanups.
by Cyrill Gorcunov
· 14 years ago
ac51287
config parsing: Return correct error code on memory error
by Cyrill Gorcunov
· 14 years ago
9588ecb
Revert "Check for memory granted by get_dist_name"
by Kir Kolyshkin
· 14 years ago
0a0e184
get_netaddr(): last argument should be void*
by Kir Kolyshkin
· 14 years ago
d56e53f
vz_env_create(): proper check for read() return value
by Kir Kolyshkin
· 14 years ago
0ba0e1e
Remove hard-coded sizes
by Kir Kolyshkin
· 14 years ago
db8b18f
vzctl set: remove obsoleted --veth_{add,del} options
by Kir Kolyshkin
· 14 years ago
4058c70
Get rid of obsoleted pkgset/pkgver parameters
by Kir Kolyshkin
· 14 years ago
f41ca14
Move set_opt[] to where it belongs
by Kir Kolyshkin
· 14 years ago
ac4a19f
vzctl start --wait: fixed order of checking for upstart config dirs
by Kir Kolyshkin
· 14 years ago
e5c3327
vzctl set --ipdel all: fix removing IPs from CT
by Kir Kolyshkin
· 14 years ago
d92b5ad
vzlist: add support for OSTEMPLATE field
by Kir Kolyshkin
· 14 years ago
e37bd43
vzlist: clean up some unneeded RES_ defines
by Kir Kolyshkin
· 14 years ago
3b7ccbb
src/vzlist.c: streamline a few macros
by Kir Kolyshkin
· 14 years ago
95623c7
vzlist: fix headers for disk quota fields
by Kir Kolyshkin
· 14 years ago
34391d4
vzlist: put similar print_ functions in a macro
by Kir Kolyshkin
· 14 years ago
53b271a
vzlist: add ioprio field
by Kir Kolyshkin
· 15 years ago
5970e30
parse_ioprio(): reset ioprio if value is invalid
by Kir Kolyshkin
· 15 years ago
84f31be
vzctl destroy: emit error if failed to rmdir VE_ROOT
by Kir Kolyshkin
· 15 years ago
560f0a3
vzctl destroy: emit warning if unable to remove VE_ROOT
by Kir Kolyshkin
· 15 years ago
534c681
vzctl destroy: handle the case when VE_PRIVATE is a symlink
by Kir Kolyshkin
· 15 years ago
b94c505
vzctl destroy: fix rare off-by-one error in get_destroy_root()
by Kir Kolyshkin
· 15 years ago
Next »