Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
ee190993f53774c2faed1d02f136bede02c3df78
/
src
ffa4353
src/lib/config.c: move devperm2str() to after parse_dev_perm()
by Kir Kolyshkin
· 13 years ago
554fd16
vzctl set --devices|--devnodes: do not allow to enable loop devices in CT
by Kir Kolyshkin
· 13 years ago
f231b2b
vzctl set --devices: option argument parsing fixes
by Kir Kolyshkin
· 13 years ago
287cc9d
parse_devices_str(): fix returning error codes
by Kir Kolyshkin
· 13 years ago
30d0cf8
vzctl set --ipadd: treat IPs with different masks as the same one
by Kir Kolyshkin
· 13 years ago
e3d0346
src/lib/list.c: __merge_str_list(): re-prioritize list
by Kir Kolyshkin
· 13 years ago
2f67324
src/lib/list.c: merge_str_list() generalization
by Kir Kolyshkin
· 13 years ago
9f41f92
src/lib/list.c: return NULL not 0
by Kir Kolyshkin
· 13 years ago
0f8c652
Rework find_ip() to work with netmasks
by Kir Kolyshkin
· 13 years ago
bc67e66
parse_int(), parse_ul(): improvements
by Kir Kolyshkin
· 13 years ago
f018af5
vzctl set --ipadd/--ipdel: add ability to specify netmasks
by Kir Kolyshkin
· 13 years ago
8c22cfe
src/lib/util.c: introduce/use get_addr_family()
by Kir Kolyshkin
· 13 years ago
2639f66
src/lib/config.c: fix capability parsing error message
by Kir Kolyshkin
· 13 years ago
06d6199
src/lib/*.c: avoid list_head_init() if unnecessary
by Kir Kolyshkin
· 13 years ago
5daee75
vzsplit: support for VSwap enabled config generation
by Kir Kolyshkin
· 13 years ago
80a970d
vzsplit: print 'container' not 'containers' for a single CT
by Kir Kolyshkin
· 13 years ago
8ddae6e
vzsplit: reformat usage()
by Kir Kolyshkin
· 13 years ago
c730414
vzsplit: show usage in case of invalid arguments
by Kir Kolyshkin
· 13 years ago
bc113fa
util.c: introduce is_vswap_mode()
by Kir Kolyshkin
· 13 years ago
1aebad8
src/lib/net.c: mark a few functions as static
by Kir Kolyshkin
· 13 years ago
73e2112
src/lib/bitmap.c: mark some functions as static
by Kir Kolyshkin
· 13 years ago
3bceee8
Removed unused file src/lib/fs_bind.c
by Kir Kolyshkin
· 13 years ago
c252706
src/*.c: mark some functions as static
by Kir Kolyshkin
· 13 years ago
1aa427a
src/validate.c: remove dead code
by Kir Kolyshkin
· 13 years ago
9a2cbf2
src/vzsplit.c: mark internal functions as static
by Kir Kolyshkin
· 13 years ago
9afe946
vzsplit: fix text of a generated config comment
by Kir Kolyshkin
· 13 years ago
aac5cf9
vzsplit: fix help/usage output
by Kir Kolyshkin
· 13 years ago
acaf07f
vzsplit, vzctl set: better output of UBC parameters
by Kir Kolyshkin
· 13 years ago
e274a52
vzsplit: fix privvmpages calculation
by Kir Kolyshkin
· 13 years ago
54eaba3
vzsplit: do not hardcode minimum disk space in warning message
by Kir Kolyshkin
· 13 years ago
f85539b
vzsplit.c: fix printing minimum RAM size
by Kir Kolyshkin
· 13 years ago
09da47b
src/vzsplit.c: minor cosmetic stuff
by Kir Kolyshkin
· 13 years ago
9edd6ca
vzctl create: turn on quota when running postcreate actions
by Kir Kolyshkin
· 13 years ago
a676705
vzsplit: do not play with CPUUNITS
by Kir Kolyshkin
· 13 years ago
9946844
src/lib/config.c: fix parsing T suffix on 32-bit boxes
by Kir Kolyshkin
· 13 years ago
b54383e
vzctl start: fix start of Fedora 15 CT on RHEL6 kernel
by Kir Kolyshkin
· 13 years ago
1e162a8
src/lib/*.c: mark some functions as static
by Kir Kolyshkin
· 13 years ago
c2d2206
src/lib/util.c: remove some unused functions
by Kir Kolyshkin
· 13 years ago
9ef6496
src/lib/destroy.c: factor out maketmpdir()
by Kir Kolyshkin
· 13 years ago
1b40e9d
src/lib/create.c, include/create.h: hide internal stuff
by Kir Kolyshkin
· 13 years ago
372162c
Be less chatty when running distscripts
by Kir Kolyshkin
· 13 years ago
cd819fb
src/lib/vps_configure.c: declare a few functions as static
by Kir Kolyshkin
· 13 years ago
3ca3848
vps_configure(): remove op argument
by Kir Kolyshkin
· 13 years ago
1a9853a
Make more use of ARRAY_SIZE macro
by Kir Kolyshkin
· 13 years ago
138de23
config: CONFIG_CUSTOMIZED parameter is obsoleted
by Kir Kolyshkin
· 13 years ago
a560faf
vzctl --help: fix more than 80 columns output
by Kir Kolyshkin
· 13 years ago
1aaafb8
Added setver.sh, a script to set vzctl version from git
by Kir Kolyshkin
· 13 years ago
6dbcc3a
vzctl set: fix check for changing quotaugidlimit
by Kir Kolyshkin
· 13 years ago
166d66e
vzctl start: for Fedora 15, change systemd to upstart
by Kir Kolyshkin
· 13 years ago
9f1963a
vzctl start: fix /dev/console for Fedora 14/15 CTs
by Kir Kolyshkin
· 13 years ago
77cd438
vzlist: fix usage()
by Kir Kolyshkin
· 13 years ago
eb96dbf
vzctl set: add ability to parse numbers like 1.5G
by Kir Kolyshkin
· 13 years ago
db0c8d2
vzctl set: add T|t suffix for terabytes
by Kir Kolyshkin
· 13 years ago
6b45d95
vzctl create: fix logic of exiting from the loop
by Kir Kolyshkin
· 13 years ago
06cc8e0
vzctl create --ostemplate: add support for .bz2 and .xz
by Kir Kolyshkin
· 13 years ago
a9a36bc
vzmemcheck: fix overflow in show total ram
by Kir Kolyshkin
· 14 years ago
23cce4c
vzctl: for vzquota set argv[0] to full path
by Kir Kolyshkin
· 14 years ago
4e61f71
vzctl set --quotaugidlimit: warn on turning quota on/off, no warn on change
by Kir Kolyshkin
· 14 years ago
0c2b4d2
vzctl set --devices/--devnodes: save 'q' permission bit.
by Kir Kolyshkin
· 14 years ago
de8b7f6
vzctl: do not warn about valid config parameters
by Kir Kolyshkin
· 14 years ago
e0edb7c
vzctl: do report unknown parameters in config
by Kir Kolyshkin
· 14 years ago
5981721
vzctl: fix unrecognized option reporting
by Kir Kolyshkin
· 14 years ago
72a2125
lib/net.c: fix dcachesize/kmemsize leak on --netdev_del
by Kir Kolyshkin
· 14 years ago
c48069e
vzctl start: set ipv6.conf.all.forwarding=0
by Kir Kolyshkin
· 14 years ago
6cd932e
vps_parse_config(): better warnings/errors while parsing config
by Kir Kolyshkin
· 14 years ago
3986c73
parse(): return errors in a few cases
by Kir Kolyshkin
· 14 years ago
755c4d0
parse(): do not return -1
by Kir Kolyshkin
· 14 years ago
eda7487
Handle all error codes from parse():
by Kir Kolyshkin
· 14 years ago
31a6b3a
set(): return proper error
by Kir Kolyshkin
· 14 years ago
c2d467a
src/lib/config.c: indentation fix
by Kir Kolyshkin
· 14 years ago
46050b2
Fix a return code from parse()
by Kir Kolyshkin
· 14 years ago
8d722d4
vzctl --verbose: remove the logic of specifying a value
by Kir Kolyshkin
· 14 years ago
af42bbd
vzctl: do not allow too high CTID
by Kir Kolyshkin
· 14 years ago
05e7faf
Fix: --quiet ignored for global config options parsing
by Kir Kolyshkin
· 14 years ago
90b1206
Fixed log level in a few places
by Kir Kolyshkin
· 14 years ago
01b1572
src/ndsend.c: more fixes for error messages
by Kir Kolyshkin
· 14 years ago
175f2ea
ndsend: cosmetic fixes
by Kir Kolyshkin
· 14 years ago
e7bdea1
src/lib/cpu.c: compilation fix
by Andrey Vagin
· 14 years ago
66a6dd2
vzctl: fix access to vps_p->res.dq.ugidlimit (v2)
by Andrey Vagin
· 14 years ago
e510b0a
vzctl: fixed restore 2level quota permision on restore action (v2)
by Andrey Vagin
· 14 years ago
010a343
veth_dev_create(): fix return code
by Kir Kolyshkin
· 14 years ago
1ef7a07
vzctl start: fix exit code if ioprio set failed
by Kir Kolyshkin
· 14 years ago
56bdaf2
src/lib/meminfo.c: typo in error message
by Kir Kolyshkin
· 14 years ago
735aff8
env_set_vcpus(): fix error return code
by Kir Kolyshkin
· 14 years ago
9d2ba6e
run_script(): fix an error path
by Kir Kolyshkin
· 14 years ago
9ea2633
vzctl mount: fix "no simfs" error message
by Kir Kolyshkin
· 14 years ago
e7c40ee
vzctl exec: fix for bash-4.2
by Kir Kolyshkin
· 14 years ago
20256d0
vps_run_script(): do not leak opened fds
by Kir Kolyshkin
· 14 years ago
49bff88
vzctl runscript: fix logic
by Kir Kolyshkin
· 14 years ago
8f5e6fa
vps_run_script(): fix arguments for vz_env_create()
by Kir Kolyshkin
· 14 years ago
9e2bd46
src/lib/env.c: fix a comment
by Kir Kolyshkin
· 14 years ago
d2c4e2a
vps_save_config(): multiple fixes
by Kir Kolyshkin
· 14 years ago
597c4e9
write_conf(): return proper error in case we can't resolve config file path
by Kir Kolyshkin
· 14 years ago
9f8448b
vzctl-actions.c: trivial formatting fix
by Kir Kolyshkin
· 14 years ago
d32462c
src/vzctl-actions.c: moved set_opt to global context
by Kir Kolyshkin
· 14 years ago
4bea0b9
Fix vzctl exit code when not enough memory to parse options
by Kir Kolyshkin
· 14 years ago
b888c47
vzctl create: warn if default sample is not to be used
by Kir Kolyshkin
· 14 years ago
4c3c8a8
vzctl create: exit with error if default CT config not found
by Kir Kolyshkin
· 14 years ago
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
Next »