1. 30d0cf8 vzctl set --ipadd: treat IPs with different masks as the same one by Kir Kolyshkin · 13 years ago
  2. 2f67324 src/lib/list.c: merge_str_list() generalization by Kir Kolyshkin · 13 years ago
  3. 0f8c652 Rework find_ip() to work with netmasks by Kir Kolyshkin · 13 years ago
  4. f018af5 vzctl set --ipadd/--ipdel: add ability to specify netmasks by Kir Kolyshkin · 13 years ago
  5. 8c22cfe src/lib/util.c: introduce/use get_addr_family() by Kir Kolyshkin · 13 years ago
  6. bc113fa util.c: introduce is_vswap_mode() by Kir Kolyshkin · 13 years ago
  7. 73e2112 src/lib/bitmap.c: mark some functions as static by Kir Kolyshkin · 13 years ago
  8. f1067d0 include/validate.h: remove dead function declarations by Kir Kolyshkin · 13 years ago
  9. acaf07f vzsplit, vzctl set: better output of UBC parameters by Kir Kolyshkin · 13 years ago
  10. c2d2206 src/lib/util.c: remove some unused functions by Kir Kolyshkin · 13 years ago
  11. 1b40e9d src/lib/create.c, include/create.h: hide internal stuff by Kir Kolyshkin · 13 years ago
  12. 3ca3848 vps_configure(): remove op argument by Kir Kolyshkin · 13 years ago
  13. 1aaafb8 Added setver.sh, a script to set vzctl version from git by Kir Kolyshkin · 13 years ago
  14. a597167 include/script.h: remove obsoleted function declaration by Kir Kolyshkin · 14 years ago
  15. de8b7f6 vzctl: do not warn about valid config parameters by Kir Kolyshkin · 14 years ago
  16. af42bbd vzctl: do not allow too high CTID by Kir Kolyshkin · 14 years ago
  17. 2a26313 include/vzsyscalls.h: add Tilera arch by Kir Kolyshkin · 14 years ago
  18. 1ef7a07 vzctl start: fix exit code if ioprio set failed by Kir Kolyshkin · 14 years ago
  19. a5290b5 include/vzsyscalls.h: only define __NR_ioprio_set if undef by Kir Kolyshkin · 14 years ago
  20. c4fd52f vzctl restore: support old and new interface of cpt lockfiles by Andrey Vagin · 14 years ago
  21. 1a89e73 src/lib/config.c: declare some functions as static by Kir Kolyshkin · 14 years ago
  22. 09dc749 src/lib/veth.c: declare a few functions as static by Kir Kolyshkin · 14 years ago
  23. 24cc0e5 util.c: introduce get_running_ve_list(), ve_in_list() functions by Kir Kolyshkin · 14 years ago
  24. 3dd594b vzctl: use newer API for pci_add (v2) by Andrew Vagin · 14 years ago
  25. 023c90e cpumask: add missing files. by Vladimir Davydov · 14 years ago
  26. 9038767 Add cpu bindings (cpumask option) by Vladimir Davydov · 14 years ago
  27. e8a76d3 Add the ability to move PCI devices in CT by Andrey Vagin · 14 years ago
  28. 115195e Add vps-pci script by Andrey Vagin · 14 years ago
  29. 10c652a update include/linux/vzcalluser.h (v2) by Andrey Vagin · 14 years ago
  30. ea64ee6 vzctl: allocate a device name dynamically by Andrey Vagin · 14 years ago
  31. f62b006 vzctl set --features bridge: enable CAP_NET_ADMIN by Kir Kolyshkin · 14 years ago
  32. ee27b83 vzlist: introduce uptime by Kir Kolyshkin · 14 years ago
  33. 84d1e21 vzlist: rename Cla to Ccpustat by Kir Kolyshkin · 14 years ago
  34. 2f80526 vzlist.h: load average should be float by Kir Kolyshkin · 14 years ago
  35. f0a858d vzctl start/runscript: add ability to set per-CT osrelease by Kir Kolyshkin · 14 years ago
  36. 788cb03 quota_ctl(), vps_set_quota(): refactor/fix by Kir Kolyshkin · 14 years ago
  37. 3276010 iptables mask should be 64 bit by Cyrill Gorcunov · 14 years ago
  38. 6718037 Introduce ARRAY_SIZE helper by Cyrill Gorcunov · 14 years ago
  39. 21de30b iptables: Sync modules control bits with the kernel by Cyrill Gorcunov · 14 years ago
  40. b89c812 vzctl stop: try to untangle CT IP cleanup mess by Kir Kolyshkin · 14 years ago
  41. f3bf518 logger: add set_log_quiet() and set_log_ctid() by Kir Kolyshkin · 14 years ago
  42. cacfe09 include/logger.h: fix description for quiet parameter by Kir Kolyshkin · 14 years ago
  43. 4776984 Add vz_strdup helper by Cyrill Gorcunov · 14 years ago
  44. 0a0e184 get_netaddr(): last argument should be void* by Kir Kolyshkin · 14 years ago
  45. db8b18f vzctl set: remove obsoleted --veth_{add,del} options by Kir Kolyshkin · 14 years ago
  46. 4058c70 Get rid of obsoleted pkgset/pkgver parameters by Kir Kolyshkin · 14 years ago
  47. f41ca14 Move set_opt[] to where it belongs by Kir Kolyshkin · 14 years ago
  48. d92b5ad vzlist: add support for OSTEMPLATE field by Kir Kolyshkin · 14 years ago
  49. e37bd43 vzlist: clean up some unneeded RES_ defines by Kir Kolyshkin · 14 years ago
  50. 53b271a vzlist: add ioprio field by Kir Kolyshkin · 15 years ago
  51. dbae624 execvep: Use vz_strlcat helper by Cyrill Gorcunov · 15 years ago
  52. 5d10b79 Use enum instead of defines for ACTION_s by Kir Kolyshkin · 15 years ago
  53. 1df45b2 Minor cleanup by Kir Kolyshkin · 15 years ago
  54. eeceb72 Add a premount and postumount action scripts to vzctl by Kirill A. Korinskiy · 15 years ago
  55. a456cda vps_set_ioprio(): remove unused param by Kir Kolyshkin · 15 years ago
  56. fa1cb22 Copyright year fixes by Kir Kolyshkin · 15 years ago
  57. 59364cc Declare get_veid_by_name() argument as const by Kir Kolyshkin · 15 years ago
  58. 52fcc57 Copyright year fixes, or Happy New Year! by Kir Kolyshkin · 15 years ago
  59. 9621107 vzctl set --iptables: add support for ipt_recent by Matthias-Christian Ott · 15 years ago
  60. 16ee8dd Handle hardlink directory during chkpnt/restore by Andrew Vagin · 15 years ago
  61. 006623e Introduce "nfsd" feature by Kir Kolyshkin · 15 years ago
  62. 7e9e9f9 vzfeatures: Add ipgre and bridge features by Cyrill Gorcunov · 15 years ago
  63. 73b450e Cleanup: use const when passing CT root path by Kir Kolyshkin · 15 years ago
  64. 850dd3c Trivial whitespace cleanup: get rid of empty lines at EOF by Kir Kolyshkin · 15 years ago
  65. 4a0f7f0 init_log(): declare progname argument as const by Kir Kolyshkin · 15 years ago
  66. 87b1530 util.h: Introduce for_each_strtok helper by Cyrill Gorcunov · 15 years ago
  67. 2425c94 vzlist: add 'suspended' status by Kir Kolyshkin · 15 years ago
  68. 2955dbe Write/use get_dump_file() function by Kir Kolyshkin · 15 years ago
  69. 12aae80 MNT_DETACH: do not redefine system macro by Dmitry V. Levin · 15 years ago
  70. 4a15fab Get rid of last custom PATH by Kir Kolyshkin · 15 years ago
  71. 18885a0 Unify the value of PATH by Kir Kolyshkin · 15 years ago
  72. 7958a50 Introduce vz_malloc helper by Cyrill Gorcunov · 15 years ago
  73. 2191fc0 logger: Use explicit variable assignment by Cyrill Gorcunov · 15 years ago
  74. 20540fa vzlist: add 'bootorder' field by Kir Kolyshkin · 15 years ago
  75. 8762735 vzlist: add 'onboot' field by Kir Kolyshkin · 15 years ago
  76. f882a75 vzctl set: implement bootorder option and config parameter by Kir Kolyshkin · 15 years ago
  77. 40c2cee Move 'onboot' field to a different struct by Kir Kolyshkin · 15 years ago
  78. 912805c quota: description of functions moved to quota.c by Kir Kolyshkin · 15 years ago
  79. d616c69 quota: fix typos in comments by Kir Kolyshkin · 15 years ago
  80. 4168f80 quota: fix a typo in function name by Kir Kolyshkin · 15 years ago
  81. 738feed quota: fix a typo in define name by Kir Kolyshkin · 15 years ago
  82. d9ccdd3 make conf_parse_* & conf_store_* static by Kir Kolyshkin · 15 years ago
  83. 90f5cdd vzlist: add swappages support by Kir Kolyshkin · 15 years ago
  84. ac7c39c vzctl restart: make it understand all 'start' and 'stop' options by Kir Kolyshkin · 15 years ago
  85. 772715b Fix "vzctl create --config" to work again by Kir Kolyshkin · 15 years ago
  86. 8124671 Use __attribute__(format(printf) for logger by Kir Kolyshkin · 15 years ago
  87. c2b4427 Fix build by Kir Kolyshkin · 15 years ago
  88. 51e5e87 vzctl: report CT config saving error by Kir Kolyshkin · 15 years ago
  89. adb8af3 vzctl exec: fix argv[0] for sh case by Kir Kolyshkin · 15 years ago
  90. f18aada Add --force parameter to vzctl set --save by Raphael Hertzog · 16 years ago
  91. 4772f7e vzctl: introduce vps.create user-defined script by Kir Kolyshkin · 16 years ago
  92. 6b819fb Added new UBC parameter: swappages by Igor Sukhih · 16 years ago
  93. d78a765 Introduce new "ppp" feature by Cyrill Gorcunov · 16 years ago
  94. 83c5c27 *.[ch]: trivial whitespace cleanups by Kir Kolyshkin · 16 years ago
  95. 372cd4f vzctl set --netdev*: set proper UB/limits on a created net device by Kir Kolyshkin · 16 years ago
  96. 31c991f Change vps_netdev_ctl to perform netdev del and add at once by Kir Kolyshkin · 16 years ago
  97. 62cfb5d vzctl, vzlist: implement --description option by Marat Stanichenko · 16 years ago
  98. 96410e4 Added sit, ipip features to known features list by Igor Sukhih · 16 years ago
  99. a16e0ec Add brigde parameter to --netif options by Dietmar Maurer · 16 years ago
  100. 5ad9dee vzctl: supress a compilation warning by Kir Kolyshkin · 16 years ago