Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
c39f5732910a25a497b18d16c980d048ac62fe0b
c39f573
src/lib/hooks_ct.c: formatting
by Kir Kolyshkin
· 12 years ago
5b8cd90
user namespace support for upstream containers
by Glauber Costa
· 12 years ago
e243f51
pass parameters to open
by Glauber Costa
· 12 years ago
1221de4
adjust fs_create parameter
by Glauber Costa
· 12 years ago
0086869
host uid and gid parameters
by Glauber Costa
· 12 years ago
c25c3d5
vzctl.spec: require vzstats
by Kir Kolyshkin
· 12 years ago
3d238e1
etc/init.d/vz*: try to run vzstats
by Kir Kolyshkin
· 12 years ago
77a3279
Remove more traces of noatime flag
by Kir Kolyshkin
· 12 years ago
c1146da
get_num_cpu(): Use PROCCPU macros for "/proc/cpuinfo"
by Igor Podlesny
· 12 years ago
38afeac
get_num_cpu(): got rid of hardcoded string length
by Igor Podlesny
· 12 years ago
eb84701
In C func() is to be func(void) generally
by Igor Podlesny
· 12 years ago
9ca6ee2
vzctl_init_ploop_log() gets shorter
by Igor Podlesny
· 12 years ago
e4f4d4c
logger() gets shorter
by Igor Podlesny
· 12 years ago
45c7f13
get_date() gets shorter
by Igor Podlesny
· 12 years ago
fd05f68
vzubc(8): fix a typo
by Kir Kolyshkin
· 12 years ago
803b99d
hooks_ct: fix ub limits setting for upstream containers
by Glauber Costa
· 12 years ago
cdc4e87
hooks_ct: move ct_setlmits() before ct_env_create()
by Kir Kolyshkin
· 12 years ago
c8ac9b2
ub: compile ub support for non vz kernels as well
by Glauber Costa
· 12 years ago
9fd1129
hooks_ct: fix gcc warning
by Glauber Costa
· 12 years ago
326ab7b
unescapestr(): declare src argument as const
by Igor Podlesny
· 12 years ago
8cbe841
unescapestr(): use "foo = bar = ...;"
by Igor Podlesny
· 12 years ago
29b76f0
run_action(): initialize ret right in declaration
by Igor Podlesny
· 12 years ago
670b1af
Make "if (...) SOME_MACRO(); else" compile
by Igor Podlesny
· 12 years ago
5b87e86
src/vzcfgscale.c: fix extra \-continuation in macro
by Igor Podlesny
· 12 years ago
178c114
vzlist -o vswap: fix
by Kir Kolyshkin
· 12 years ago
eca2ff0
vzctl start: remove dumpfile on successful start
by Kir Kolyshkin
· 12 years ago
5b17c4a
vps-download: fix config file in --config output
by Kir Kolyshkin
· 12 years ago
8a661e9
ct_enter(): don't leak opened fd
by Kir Kolyshkin
· 12 years ago
255783e
container_add_task(): return an error from libcg
by Kir Kolyshkin
· 12 years ago
32676b4
destroydir(): really fix lock
by Kir Kolyshkin
· 12 years ago
4718193
[style] print_vswap(): remove useless check
by Kir Kolyshkin
· 12 years ago
9a27ef0
ct_veth_ctl(): fix passing MAC addresses
by Kir Kolyshkin
· 12 years ago
023ab4f
ct_veth_ctl(): fix checks for veth_dev members
by Kir Kolyshkin
· 12 years ago
8a73ece
include/util.h: introduce MAC2STR, MAC2STR_FMT
by Kir Kolyshkin
· 12 years ago
843e23d
destroydir(): use close_fds()
by Kir Kolyshkin
· 12 years ago
ddc2053
[style] close_fds(): fix comments
by Kir Kolyshkin
· 12 years ago
8f5f897
[style] ve_ioprio_set(): remove redundant "else"
by Kir Kolyshkin
· 12 years ago
d6b451a
run_script(): do not pass negative fd to dup2()
by Kir Kolyshkin
· 12 years ago
5e15b54
run_script(): remove dead code
by Kir Kolyshkin
· 12 years ago
421aa12
ct_env_create(): use get_pagesize
by Kir Kolyshkin
· 12 years ago
c19672a
exec_container_init(): don't close(-1)
by Kir Kolyshkin
· 12 years ago
f167d2a
vps_meminfo_set(): add missing break
by Kir Kolyshkin
· 12 years ago
cb6a555
parse_restore_opt(): fix option_index usage
by Kir Kolyshkin
· 12 years ago
aeb2c9c
enter_ct(): do not leak non-closed fds
by Kir Kolyshkin
· 12 years ago
821b22e
ct_enter(): close file descriptor
by Kir Kolyshkin
· 12 years ago
aa5493b
exec_container_init(): close extra fd
by Kir Kolyshkin
· 12 years ago
2f6a932
subst_VEID(): make coverity happy
by Kir Kolyshkin
· 12 years ago
b87d455
destroydir(): rm lockfile on error path
by Kir Kolyshkin
· 12 years ago
2d1d435
add_reach_runlevel_mark(): fix out-of-bounds write
by Kir Kolyshkin
· 12 years ago
a8b66d0
vzctl set: on fail don't warn about missing --save
by Kir Kolyshkin
· 12 years ago
12d7952
vzctl set: untangle the mess with opt.save
by Kir Kolyshkin
· 12 years ago
16ee7ed
vzctl(8): don't use --userpasswd with other options
by Kir Kolyshkin
· 12 years ago
0bfb255
[style] minor reformatting in set()
by Kir Kolyshkin
· 12 years ago
b4d440a
vps_set(): some minor reformatting
by Kir Kolyshkin
· 12 years ago
15644f6
vzctl(8): fix description of set --userpasswd
by Kir Kolyshkin
· 12 years ago
ef5d0ae
Move another check from set() to check_set_opt()
by Kir Kolyshkin
· 12 years ago
5bd69b8
vzctl(8): improve --setmode description
by Kir Kolyshkin
· 12 years ago
aa8093b
vzctl set --diskspace: require --save for ploop
by Kir Kolyshkin
· 12 years ago
4f80270
Call check_set_opt() from set()
by Kir Kolyshkin
· 12 years ago
da8c631
vzctl set --force: require --save
by Kir Kolyshkin
· 12 years ago
07b8bd7
vzctl set 0 ... --force: don't SEGV on non-ovz kernel
by Kir Kolyshkin
· 12 years ago
b438193
check_set_opt(): move check for --name --save here
by Kir Kolyshkin
· 12 years ago
b3aec3b
vzctl(8): note vzctl set --name requires --save
by Kir Kolyshkin
· 12 years ago
46b9ead
vzctl set: fix check for --reset_ub exclusiveness
by Kir Kolyshkin
· 12 years ago
8dc99ef
vzctl set --reset_ub: make exclusive
by Kir Kolyshkin
· 12 years ago
c1f7778
run_action(): factor out vps_set()
by Kir Kolyshkin
· 12 years ago
136d23f
wait_on_fifo(): don't pass -1 to close()
by Kir Kolyshkin
· 12 years ago
989ba3f
parse_netif_str_cmd(): fix off-by-one buffer overruns
by Kir Kolyshkin
· 12 years ago
ea34ce5
parse_cap(): fix possible off-by-one buffer overflow
by Kir Kolyshkin
· 12 years ago
af151a8
ct_do_open(): fix an error message
by Kir Kolyshkin
· 12 years ago
03a7ce0
read_script(): close fd even if it's 0
by Kir Kolyshkin
· 12 years ago
8f55e28
wait_on_fifo(): close fd
by Kir Kolyshkin
· 12 years ago
1c94dcf
close_fds(): make coverity happy
by Kir Kolyshkin
· 12 years ago
09c0cac
vps_is_mounted(): check for non-null args
by Kir Kolyshkin
· 12 years ago
adfc63e
set: don't call vps_setup_res() on an unsupported kernel
by Kir Kolyshkin
· 12 years ago
1349523
set(): minor refactoring
by Kir Kolyshkin
· 12 years ago
d4dcd92
vzctl set --save --force: fix segfault on unsupported kernel
by Kir Kolyshkin
· 12 years ago
67d3cb5
remove_names(): fix potenial null pointer dereference
by Kir Kolyshkin
· 12 years ago
b03aa3c
vps_parse_config: return proper error code
by Kir Kolyshkin
· 12 years ago
aa88bf9
vps_save_config(): don't let old_p be NULL
by Kir Kolyshkin
· 12 years ago
1ed05ed
parse_chkpnt_option(): fix option_index usage
by Kir Kolyshkin
· 12 years ago
d2f593c
ct_env_create(): fix alloca() result check
by Kir Kolyshkin
· 12 years ago
0823831
get_ostemplate_name(): removed unused assignment
by Kir Kolyshkin
· 12 years ago
b5ad6ef
vzctl_env_create_snapshot(): don't pass uninit var to unlink
by Kir Kolyshkin
· 12 years ago
48a7d70
load_ploop_lib(): initialize src to 0
by Kir Kolyshkin
· 12 years ago
da21ee9
load_ploop_lib(): add comment about dlclose()
by Kir Kolyshkin
· 12 years ago
cc62b01
load_ploop_lib(): do dlclose() on error path
by Kir Kolyshkin
· 12 years ago
10f2a96
vps_start_custom(): eliminate err
by Kir Kolyshkin
· 12 years ago
772b46b
restore_fn(): don't pass uninit var to close
by Kir Kolyshkin
· 12 years ago
1dc5666
destroydir(): show errno from readlink in log
by Kir Kolyshkin
· 12 years ago
882074d
read_script(): don't pass sizeof(char *) to snprintf
by Kir Kolyshkin
· 12 years ago
c9de1ff
src/vzctl-actions.c set(): free actions on error paths
by Kir Kolyshkin
· 12 years ago
6764e55
vzctl_env_switch_snapshot(): free tree
by Kir Kolyshkin
· 12 years ago
dcf1870
vzctl_env_create_snapshot(): free tree
by Kir Kolyshkin
· 12 years ago
18ebefd
src/vzctl-actions.c exec(): free buf
by Kir Kolyshkin
· 12 years ago
cfbbee4
vzctl_free_snapshot_tree(): free the tree itself
by Kir Kolyshkin
· 12 years ago
d7a14ed
vzctl_env_snapshot_list(): free tree
by Kir Kolyshkin
· 12 years ago
17e315c
vzctl snapshot-list: add options bash-completion
by Kir Kolyshkin
· 12 years ago
f66abab
vzctl snapshot-* bash-completion for --id/--uuid
by Kir Kolyshkin
· 12 years ago
50ca229
vzctl snapshot-[u]mount: implement
by Kir Kolyshkin
· 12 years ago
Next »