Rivoreo Source Code Repositories
src.rivoreo.one
/
vzctl
/
e8a76d31a58a4b30b3b157c92ff15887e35197d4
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
10c652a
update include/linux/vzcalluser.h (v2)
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
9ae1302
scripts/vps-create: fix VE_PRVT permissions
by Solar Designer
· 14 years ago
c1e7b64
scripts/vps-create: use -Sp options for tar
by Kir Kolyshkin
· 14 years ago
f62b006
vzctl set --features bridge: enable CAP_NET_ADMIN
by Kir Kolyshkin
· 14 years ago
8b92f8e
etc/dists/scripts/*set_ugid_quota.sh: fix mtab perms
by Solar Designer
· 14 years ago
5a1014a
etc/vz.conf: fix English in a comment
by Kir Kolyshkin
· 14 years ago
9997089
Fix enabling sysfs feature by default
by Kir Kolyshkin
· 14 years ago
5ae8648
etc/ve-basic.conf-sample: increase LOCKEDPAGES
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
2f80526
vzlist.h: load average should be float
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
849cd39
scripts/.gitignore: update
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
9783f43
man/vzctl.8: add/describe 'vzquota on failed' exit code (60)
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
51ebab0
bash_completion: add quotaon/quotaoff/quotainit
by Kir Kolyshkin
· 14 years ago
ff26307
man/vzctl.8: describe quotaon/quotaoff/quotainit 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
6d6afac
etc/dists/scripts: trivial whitespace cleanup
by Kir Kolyshkin
· 14 years ago
b40b1f3
man/*: fix/emphasize DISK_QUOTA/--diskquota description
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
a2de1ca
man/ctid.conf.5: describe DISK_QUOTA
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
808c247
man/vzctl.8: document 'suspended' status
by Kir Kolyshkin
· 14 years ago
92f8c75
man/vzctl.8: describe action scripts
by Kir Kolyshkin
· 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
b8746d7
etc/init.d/vz*: do not run stop inside a container
by Kir Kolyshkin
· 14 years ago
9b3500b
Update udev rules to match current specification
by Peter Volkov
· 14 years ago
8894720
Don't prepend full path for ip command
by Peter Volkov
· 14 years ago
54566f8
etc/init.d/vzeventd-redhat: fix 'status' for Debian
by Kir Kolyshkin
· 14 years ago
6754c1d
etc/init.d/initd-functions: fix start/stop for Debian
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
6718037
Introduce ARRAY_SIZE helper
by Cyrill Gorcunov
· 14 years ago
89d9f97
iptables: Redesign generation of iptables masks
by Cyrill Gorcunov
· 14 years ago
21de30b
iptables: Sync modules control bits with the kernel
by Cyrill Gorcunov
· 14 years ago
3527cc2
initd-functions: fix a typo
by Kir Kolyshkin
· 14 years ago
37fa0de
src/lib/script.c: minor typo in comment
by Kir Kolyshkin
· 14 years ago
714f8cc
init.d/vzevent: support Debian-specific file to set vzeventd options
by Kir Kolyshkin
· 14 years ago
64baff1
initd-function: remove interpreter hint
by Ola Lundqvist
· 14 years ago
4042901
init.d/vzeventd: source the correct file
by Ola Lundqvist
· 14 years ago
d20909b
vzpid: use CTID not VEID in header
by Thorsten Schifferdecker
· 14 years ago
043e3cc
init.d/vzeventd: fix to support Debian and SUSE
by Kir Kolyshkin
· 14 years ago
22cfbfa
init.d/vzfunctions: moved to $vzlibdir/initd-functions
by Kir Kolyshkin
· 14 years ago
746cbf0
man/vzeventd.8: add
by Thorsten Schifferdecker
· 14 years ago
1148f7a
init.d/vzeventd-redhat: add Required-Stop, Required-Start
by Ola Lundqvist
· 14 years ago
dbc773f
init.d/vzeventd-redhat: fix desc field
by Thorsten Schifferdecker
· 14 years ago
3e513e5
vzctl start: do not remove 127.0.0.1 aliases in /etc/hosts
by Marcin Owsiany
· 14 years ago
0ea082a
debian-add_ip.sh: fixlet for Ubuntu networking
by Kir Kolyshkin
· 14 years ago
2da942c
init.d/vzeventd: fixes
by Kir Kolyshkin
· 14 years ago
cb7ec72
vzctl.spec: remove cron scripts, add vzfunctions
by Kir Kolyshkin
· 14 years ago
c73f309
Fix init.d Makefile
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
1b6f6ae
Fix netmask for IPv6 address in a Gentoo container
by Henk van de Kamer
· 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
cacfe09
include/logger.h: fix description for quiet parameter
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
7d5ba92
Restore vzgetnetdev incompatibility with mawk
by Bernd Rothert
· 14 years ago
605cbff
redhat-add_ip.sh: fix a bad typo
by Dietmar Maurer
· 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
4776984
Add vz_strdup helper
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
9bf50dc
bash_completion: fix autocompletion of CTID when global option is used
by Kir Kolyshkin
· 14 years ago
a6518a2
bash_completion: properly find out CTID for --ipdel/--netif_del
by Kir Kolyshkin
· 14 years ago
7d1f115
bash_completion: remove redundant statement
by Kir Kolyshkin
· 14 years ago
ece7233
bash_completion: make all local variables local
by Kir Kolyshkin
· 14 years ago
e271282
bash_completion: remove unneeded code
by Kir Kolyshkin
· 14 years ago
4ea0866
bash_completion: vzlist's stderr goes to /dev/null
by Kir Kolyshkin
· 14 years ago
b9d4b8c
vzmigrate: ignore error 24 from the first rsync run
by Kir Kolyshkin
· 14 years ago
Next »