OpenVZ-legacy
  1. OpenVZ-legacy

vzctl.ovzl

Public
AuthorCommitMessageCommit dateIssues
Igor SukhihIgor Sukhih
21eb652322cChanged version to 3.0.0-7
Igor SukhihIgor Sukhih
53cae0487abRemoved ve-unlimited.conf-sample link creation
Igor SukhihIgor Sukhih
7740e8b942bFixed requires for ssh & awk
Kir KolyshkinKir Kolyshkin
fbe7f7a6150Released 3.0.0-6
Kir KolyshkinKir Kolyshkin
9392098ba84Fixed license in man pages.Fixed date in vzctl(8) and vzmigrate(8) man pages.
Kir KolyshkinKir Kolyshkin
aa73a4cbc4cAdded --ipadd and --hostname to 'vzctl create' command description.Fixed missing square bracket in synopsis in description of 'vzctl create'.
Kir KolyshkinKir Kolyshkin
a4b78e7c646Fixed a minor typo
Igor SukhihIgor Sukhih
0af3849fd6bAdded vzmigrate script
Igor SukhihIgor Sukhih
845680cae8eAdded quotaon quotaoff quotainit commands
Igor SukhihIgor Sukhih
d0e79a69e94Added --skip_arpdetect option for speedup VPS start
Igor SukhihIgor Sukhih
68aef8c673aDelete LICENSE.QPL
Igor SukhihIgor Sukhih
96cb0b9b6dffixed compilation (added CAP_SETVEID CAP_VE_ADMIN)
Igor SukhihIgor Sukhih
d96302c8f70Fixed error message in quota_off()
Igor SukhihIgor Sukhih
b76b7c6c7d1Fixed compilation removed asm/timex.h
Igor SukhihIgor Sukhih
579dbe35ba5Added CPT support
Igor SukhihIgor Sukhih
85e50166fccFixed compilation removed ub/beancounter.h
Igor SukhihIgor Sukhih
791b9970948Fixed calculation iptables mask
Igor SukhihIgor Sukhih
5aca877d13eAdded VE_IP_TARGET_REDIRECT iptables module
Igor SukhihIgor Sukhih
70f5e510e3fAdded vps_execFn(execFn fn) exec fn function in VPS context
Igor SukhihIgor Sukhih
768270808ccChanged license agreement from QPL to GPL
Igor SukhihIgor Sukhih
7a9c56af396Moved linux to include
Igor SukhihIgor Sukhih
84f01e5c74dFixed compilation without kernel headers
Igor SukhihIgor Sukhih
899dbe0e2dbFixed compilation warning
Igor SukhihIgor Sukhih
16cfee2adf3*** empty log message ***
Igor SukhihIgor Sukhih
5b13b88a3e1Removed spaces
Igor SukhihIgor Sukhih
3dd02464151Removed empty lines
Igor SukhihIgor Sukhih
adf9bb935a1Move set_personalityu under vz_env_create_data_ioctl, vz_env_create_ioctl
Igor SukhihIgor Sukhih
4fb1a889334Set personality PER_LINUX32 on x86_64 arch for i386 VPSes
Igor SukhihIgor Sukhih
2b9d0f6138cIncreased debug level up to 3 for personality messg
Igor SukhihIgor Sukhih
605557fa7eb*** empty log message ***
Igor SukhihIgor Sukhih
78b2fa28866Set personality PER_LINUX32 on x86_64 arch for i386 VPSes
Igor SukhihIgor Sukhih
b852a5ffc84Remove malloced dist_name on error path
Igor SukhihIgor Sukhih
7228b7bfcc7Set type envid_t for veid
Igor SukhihIgor Sukhih
399cc16eb79Set type envid_t for veid
Igor SukhihIgor Sukhih
c634c4caf0e*** empty log message ***
Igor SukhihIgor Sukhih
416599d4d09Skip unknown iptables modules in config
Igor SukhihIgor Sukhih
bda7dd7ee20Set arg[0] = "-bash" on enter
Kir KolyshkinKir Kolyshkin
20ed7545320Added virtualized ipt_REDIRECT support.Thanks to Jason Stubbs <jstubbs-at-gentoo.org>
Kir KolyshkinKir Kolyshkin
44e8e4a4360Fixed 3.0.0-4 changelog
Kir KolyshkinKir Kolyshkin
e187ad81dc1Reverted the last change -- addition of 'dev venet0' to routes_venet0.For all the gory details, see http://bugzilla.openvz.org/110
Kir KolyshkinKir Kolyshkin
46762d31b92Fixed that bug #107 was mentioned two times
Kir KolyshkinKir Kolyshkin
3f842fa4bad3.0.0-4 release; also fixed changelog for 3.0.0-3
Kir KolyshkinKir Kolyshkin
3bc33fa953fRephrased stuff about vzctl set suffixes
Kir KolyshkinKir Kolyshkin
3116eef828aCron scripts do nothing if VZ is not loaded (bug #107)
Igor SukhihIgor Sukhih
7f5726a018dFixed compilation under gcc4
Igor SukhihIgor Sukhih
e58cd2257d2Removed unused files
Igor SukhihIgor Sukhih
e8e91c3b729Do exit if there no /proc/vz/veinfo
Igor SukhihIgor Sukhih
1f001af771cAdds missing 'dev venet0' to venet0 fake route
Igor SukhihIgor Sukhih
2a8e577ee0fput_param3() can incorrectly set $name=( "" )Noticed by <jstubbs@gentoo.org> Fixed compilation against 2.6.15 kernel <kir@sw.ru>
Igor SukhihIgor Sukhih
1c7152ab07fput_param3() can incorrectly set $name=( "" )