1. fd75c37 Move container private area check after executing premount scripts by Simon Boulet · 12 years ago
  2. 9512a11 Fix "premount/postumount script failed" errors by Kir Kolyshkin · 12 years ago
  3. 78b5f53 Fix checking vps_is_mounted() return value by Kir Kolyshkin · 12 years ago
  4. 01365c9 [style] Rename ct_env_restore to ct_restore_fn by Kir Kolyshkin · 12 years ago
  5. ed0a41e ct_chkpnt, ct_env_restore(): free env[] by Kir Kolyshkin · 12 years ago
  6. 784b2ca ct_restore(): pass SKIP_ACTION_SCRIPT to vps_create_custom by Kir Kolyshkin · 12 years ago
  7. 19d8435 vzctl: checkpoint/restoer of upstream CTs by Andrey Vagin · 12 years ago
  8. db107c7 Pass fs_param to vps_chkpnt, vps_restore, env_start_FN by Andrey Vagin · 12 years ago
  9. e51e3af Move vz-specific cpt/rst code to hooks_vz.c by Andrey Vagin · 12 years ago
  10. 93b0c43 vzctl: split vps_chkpnt and vps_restore by Andrey Vagin · 12 years ago
  11. dced894 Change path to CT init pid directory by Kir Kolyshkin · 12 years ago
  12. 1341da9 vzctl: save PID of init in a state file by Andrey Vagin · 12 years ago
  13. 5b32f98 vzctl: split ct_env_create (v2) by Andrey Vagin · 12 years ago
  14. c109491 cgroups: fix set command with beancounters upstream by Glauber Costa · 12 years ago
  15. ef138ab Fix rpm build after libvzchown addition by Kir Kolyshkin · 12 years ago
  16. 51c6a13 vps_start_custom(): add a couple of comments by Kir Kolyshkin · 12 years ago
  17. 40ea0d5 vzctl restore: don't run action scripts by Kir Kolyshkin · 12 years ago
  18. 23035a7 vzctl start: add pre-start dist script by Glauber Costa · 12 years ago
  19. d9f113d hooks_ct: create devices inside container by Glauber Costa · 12 years ago
  20. e8b6563 ct_ip_ctl(): remove code duplication by Kir Kolyshkin · 12 years ago
  21. d7a9e22 automatically add bridge venet0 when needed by Glauber Costa · 12 years ago
  22. 863ed0e modify tar extraction to account for user namespace by Glauber Costa · 12 years ago
  23. 0f357ab allow local uid and gid to be specified at container creation by Glauber Costa · 12 years ago
  24. 3e6045e src/lib/env.c: introduce and use check_local_ugid() by Kir Kolyshkin · 12 years ago
  25. cf1abe1 add user mismatch test by Glauber Costa · 12 years ago
  26. 110b145 src/lib/hooks_ct.c:_env_create(): close fd earlier by Kir Kolyshkin · 12 years ago
  27. c39f573 src/lib/hooks_ct.c: formatting by Kir Kolyshkin · 12 years ago
  28. 5b8cd90 user namespace support for upstream containers by Glauber Costa · 12 years ago
  29. e243f51 pass parameters to open by Glauber Costa · 12 years ago
  30. 1221de4 adjust fs_create parameter by Glauber Costa · 12 years ago
  31. 0086869 host uid and gid parameters by Glauber Costa · 12 years ago
  32. 77a3279 Remove more traces of noatime flag by Kir Kolyshkin · 12 years ago
  33. c1146da get_num_cpu(): Use PROCCPU macros for "/proc/cpuinfo" by Igor Podlesny · 12 years ago
  34. 38afeac get_num_cpu(): got rid of hardcoded string length by Igor Podlesny · 12 years ago
  35. eb84701 In C func() is to be func(void) generally by Igor Podlesny · 12 years ago
  36. 9ca6ee2 vzctl_init_ploop_log() gets shorter by Igor Podlesny · 12 years ago
  37. e4f4d4c logger() gets shorter by Igor Podlesny · 12 years ago
  38. 45c7f13 get_date() gets shorter by Igor Podlesny · 12 years ago
  39. 803b99d hooks_ct: fix ub limits setting for upstream containers by Glauber Costa · 12 years ago
  40. cdc4e87 hooks_ct: move ct_setlmits() before ct_env_create() by Kir Kolyshkin · 12 years ago
  41. c8ac9b2 ub: compile ub support for non vz kernels as well by Glauber Costa · 12 years ago
  42. 9fd1129 hooks_ct: fix gcc warning by Glauber Costa · 12 years ago
  43. 326ab7b unescapestr(): declare src argument as const by Igor Podlesny · 12 years ago
  44. 8cbe841 unescapestr(): use "foo = bar = ...;" by Igor Podlesny · 12 years ago
  45. 29b76f0 run_action(): initialize ret right in declaration by Igor Podlesny · 12 years ago
  46. 670b1af Make "if (...) SOME_MACRO(); else" compile by Igor Podlesny · 12 years ago
  47. 5b87e86 src/vzcfgscale.c: fix extra \-continuation in macro by Igor Podlesny · 12 years ago
  48. 178c114 vzlist -o vswap: fix by Kir Kolyshkin · 12 years ago
  49. eca2ff0 vzctl start: remove dumpfile on successful start by Kir Kolyshkin · 12 years ago
  50. 8a661e9 ct_enter(): don't leak opened fd by Kir Kolyshkin · 12 years ago
  51. 255783e container_add_task(): return an error from libcg by Kir Kolyshkin · 12 years ago
  52. 32676b4 destroydir(): really fix lock by Kir Kolyshkin · 12 years ago
  53. 4718193 [style] print_vswap(): remove useless check by Kir Kolyshkin · 12 years ago
  54. 9a27ef0 ct_veth_ctl(): fix passing MAC addresses by Kir Kolyshkin · 12 years ago
  55. 023ab4f ct_veth_ctl(): fix checks for veth_dev members by Kir Kolyshkin · 12 years ago
  56. 8a73ece include/util.h: introduce MAC2STR, MAC2STR_FMT by Kir Kolyshkin · 12 years ago
  57. 843e23d destroydir(): use close_fds() by Kir Kolyshkin · 12 years ago
  58. ddc2053 [style] close_fds(): fix comments by Kir Kolyshkin · 12 years ago
  59. 8f5f897 [style] ve_ioprio_set(): remove redundant "else" by Kir Kolyshkin · 12 years ago
  60. d6b451a run_script(): do not pass negative fd to dup2() by Kir Kolyshkin · 12 years ago
  61. 5e15b54 run_script(): remove dead code by Kir Kolyshkin · 12 years ago
  62. 421aa12 ct_env_create(): use get_pagesize by Kir Kolyshkin · 12 years ago
  63. c19672a exec_container_init(): don't close(-1) by Kir Kolyshkin · 12 years ago
  64. f167d2a vps_meminfo_set(): add missing break by Kir Kolyshkin · 12 years ago
  65. cb6a555 parse_restore_opt(): fix option_index usage by Kir Kolyshkin · 12 years ago
  66. aeb2c9c enter_ct(): do not leak non-closed fds by Kir Kolyshkin · 12 years ago
  67. 821b22e ct_enter(): close file descriptor by Kir Kolyshkin · 12 years ago
  68. aa5493b exec_container_init(): close extra fd by Kir Kolyshkin · 12 years ago
  69. 2f6a932 subst_VEID(): make coverity happy by Kir Kolyshkin · 12 years ago
  70. b87d455 destroydir(): rm lockfile on error path by Kir Kolyshkin · 12 years ago
  71. 2d1d435 add_reach_runlevel_mark(): fix out-of-bounds write by Kir Kolyshkin · 12 years ago
  72. a8b66d0 vzctl set: on fail don't warn about missing --save by Kir Kolyshkin · 12 years ago
  73. 12d7952 vzctl set: untangle the mess with opt.save by Kir Kolyshkin · 12 years ago
  74. 0bfb255 [style] minor reformatting in set() by Kir Kolyshkin · 12 years ago
  75. b4d440a vps_set(): some minor reformatting by Kir Kolyshkin · 12 years ago
  76. ef5d0ae Move another check from set() to check_set_opt() by Kir Kolyshkin · 12 years ago
  77. aa8093b vzctl set --diskspace: require --save for ploop by Kir Kolyshkin · 12 years ago
  78. 4f80270 Call check_set_opt() from set() by Kir Kolyshkin · 12 years ago
  79. da8c631 vzctl set --force: require --save by Kir Kolyshkin · 12 years ago
  80. 07b8bd7 vzctl set 0 ... --force: don't SEGV on non-ovz kernel by Kir Kolyshkin · 12 years ago
  81. b438193 check_set_opt(): move check for --name --save here by Kir Kolyshkin · 12 years ago
  82. 46b9ead vzctl set: fix check for --reset_ub exclusiveness by Kir Kolyshkin · 12 years ago
  83. 8dc99ef vzctl set --reset_ub: make exclusive by Kir Kolyshkin · 12 years ago
  84. c1f7778 run_action(): factor out vps_set() by Kir Kolyshkin · 12 years ago
  85. 136d23f wait_on_fifo(): don't pass -1 to close() by Kir Kolyshkin · 12 years ago
  86. 989ba3f parse_netif_str_cmd(): fix off-by-one buffer overruns by Kir Kolyshkin · 12 years ago
  87. ea34ce5 parse_cap(): fix possible off-by-one buffer overflow by Kir Kolyshkin · 12 years ago
  88. af151a8 ct_do_open(): fix an error message by Kir Kolyshkin · 12 years ago
  89. 03a7ce0 read_script(): close fd even if it's 0 by Kir Kolyshkin · 12 years ago
  90. 8f55e28 wait_on_fifo(): close fd by Kir Kolyshkin · 12 years ago
  91. 1c94dcf close_fds(): make coverity happy by Kir Kolyshkin · 12 years ago
  92. 09c0cac vps_is_mounted(): check for non-null args by Kir Kolyshkin · 12 years ago
  93. adfc63e set: don't call vps_setup_res() on an unsupported kernel by Kir Kolyshkin · 12 years ago
  94. 1349523 set(): minor refactoring by Kir Kolyshkin · 12 years ago
  95. d4dcd92 vzctl set --save --force: fix segfault on unsupported kernel by Kir Kolyshkin · 12 years ago
  96. 67d3cb5 remove_names(): fix potenial null pointer dereference by Kir Kolyshkin · 12 years ago
  97. b03aa3c vps_parse_config: return proper error code by Kir Kolyshkin · 12 years ago
  98. aa88bf9 vps_save_config(): don't let old_p be NULL by Kir Kolyshkin · 12 years ago
  99. 1ed05ed parse_chkpnt_option(): fix option_index usage by Kir Kolyshkin · 12 years ago
  100. d2f593c ct_env_create(): fix alloca() result check by Kir Kolyshkin · 12 years ago