1. adbe559 Use pkg-config(1) to check libxml2 by WHR · 9 weeks ago
  2. 97f3f7c Don't use term 'IP' for 'IP address' by WHR · 1 year, 8 months ago
  3. b8d2adb Add option '--start' to command 'vzctl enter' to support starting a container with a pseudo-terminal by WHR · 1 year, 8 months ago
  4. 323c8fc Pass user-specified command line arguments directly via execve(2) for 'vzctl enter' command by WHR · 1 year, 8 months ago
  5. b365d50 Fix formatting type mismatches by WHR · 1 year, 8 months ago
  6. 03530c7 Remove use of openpty(3) by WHR · 1 year, 8 months ago
  7. c6d233b Mount container sysfs as read-only by default by WHR · 1 year, 8 months ago
  8. 2599de4 Unmount container devtmpfs on fast stop if it was mounted in function ct_env_create_real by WHR · 1 year, 8 months ago
  9. ea1cc8f Remove unnecessary error checkings for alloca(3) by WHR · 1 year, 8 months ago
  10. 8f3e518 Consider a container with 'premounted' layout always exists by WHR · 1 year, 8 months ago
  11. b6e12a3 Support setting alternative pathes for container process 1 by WHR · 1 year, 8 months ago
  12. b863a15 Miscellaneous cleanup in src/lib/image.c by WHR · 1 year, 8 months ago
  13. 78ae820 Try to unshare(2) cgroup namespace in containers by WHR · 1 year, 8 months ago
  14. c0eae8e Fix some formatting issues in usage message by WHR · 1 year, 8 months ago
  15. b559b35 Fix a logical error in function 'get_mul' by WHR · 1 year, 8 months ago
  16. ffc71e1 Ignore private directory setting for containers with 'premounted' layout by WHR · 1 year, 8 months ago
  17. 3332b36 Support granting access to all devices with cgroup by specifying -1 as major device number by WHR · 1 year, 8 months ago
  18. 4d7b5ad Accept IEC's binary unit prefix names in user-specified values by WHR · 1 year, 8 months ago
  19. 1afe354 Ignore private directory when creating a container with 'premounted' layout by WHR · 1 year, 8 months ago
  20. c496384 Add parentheses to macros when appropriate by WHR · 1 year, 8 months ago
  21. d8e1b76 Correct subcommand names, options and messages to use word 'unmount' instead of 'umount', while keep old subcommands and options to maintain command line compatibility by WHR · 1 year, 8 months ago
  22. 6e0c8d0 Rename function 'vz_mount' to 'vz_mount_simfs' by WHR · 1 year, 8 months ago
  23. 522178a Don't attempt to unmount or remove the root directory of a container with 'premounted' layout by WHR · 1 year, 8 months ago
  24. d4153c8 Allow creating container without a template by WHR · 1 year, 8 months ago
  25. fbda976 Consider a container with 'premounted' layout always be mounted by WHR · 1 year, 8 months ago
  26. 061ae5c Don't write cgroup memory.kmem.limit_in_bytes with assumed page size by WHR · 1 year, 8 months ago
  27. af2c5c3 Add layout type 'premounted' by WHR · 1 year, 8 months ago
  28. e6d57ee Avoid conflicting with fsmount(2) system call from newer Linux versions by WHR · 1 year, 8 months ago
  29. cd6739d Fix building for newer versions of GNU by WHR · 1 year, 8 months ago
  30. 0609481 fixed quotacheck failure inside Centos7.5 containers by Vasily Averin · 7 years ago
  31. 8b9e1c1 config.c: fix storage size by Kir Kolyshkin · 8 years ago
  32. 0e5dcbc Add missing break statements by Kir Kolyshkin · 8 years ago
  33. 2d41e33 Minor nitpicks for previous commits. by Kir Kolyshkin · 8 years ago
  34. 6a91584 print_json_cap: fix for "off" caps by Kir Kolyshkin · 8 years ago
  35. bac2426 Add capability to vzlist output by Sergei A Mamonov · 8 years ago
  36. 9b5ca91 add netfilter to vzlist output by Sergei A Mamonov · 9 years ago
  37. f61b187 fix skip first delimiter in build_cap_str by Sergei A Mamonov · 8 years ago
  38. 6c2010a Fix incorrect includes by Kir Kolyshkin · 9 years ago
  39. 8ff9f06 Fix compile on Alpine Linux by Kir Kolyshkin · 9 years ago
  40. 301168d Fix compilation with musl by Dennis Przytarski · 9 years ago
  41. 02cdc24 vzctl destroy: handle the semi-mounted ploop by Kir Kolyshkin · 9 years ago
  42. 201b4e1 ve_is_mounted(): describe the ploop semi-mounted case by Kir Kolyshkin · 9 years ago
  43. c2d3e1b vps_is_mounted(): pass the whole fs_param by Kir Kolyshkin · 9 years ago
  44. bdec3b4 vzlist: get_ves_layout(): merge into get_mounted_status() by Kir Kolyshkin · 9 years ago
  45. 91beb57 vz_restore: rm unused code by Kir Kolyshkin · 9 years ago
  46. 22d967c Store VE layout to VE config on start by Igor Bazhitov · 9 years ago
  47. 9e98ea6 Store VE layout in VE config during create and convert by Igor Bazhitov · 9 years ago
  48. 3116b1f Move layout and mode fields from vps_opt to fs_param by Igor Bazhitov · 9 years ago
  49. 3ad329b config: constify input path by Igor Bazhitov · 9 years ago
  50. 2786e96 src/.gitignore: add vzfsync, vznnc by Igor Bazhitov · 9 years ago
  51. 485cb19 vzctl umount: fix exit code if CT is running by Kir Kolyshkin · 9 years ago
  52. 869f8d8 store_devnodes: fix NULL deref by Kir Kolyshkin · 10 years ago
  53. 3774851 create_hardlink_dir(): fix wrong owner/perms case by Kir Kolyshkin · 10 years ago
  54. d375c03 vzmigrate: check CPU caps for suspended CT by Kir Kolyshkin · 10 years ago
  55. 358aa2d ct_enter(): enter mnt namespace last by Per Johansson · 10 years ago
  56. c502784 vzctl set --devices: made cumulative, fix by Kir Kolyshkin · 10 years ago
  57. b93eefb [style] store_devnodes(): fix a comment by Kir Kolyshkin · 10 years ago
  58. 1a34885 store_dev(): introduce PRINT_DEV macro by Kir Kolyshkin · 10 years ago
  59. fc1f135 vzctl set --devices: fix SIGSEGV by Kir Kolyshkin · 10 years ago
  60. 41ef81e vzevent: try to run a script for all known events by Kir Kolyshkin · 10 years ago
  61. 3b7c743 vzeventd: ignore non-existent event scripts by Kir Kolyshkin · 10 years ago
  62. c2db7bb vzlist -j: output valid JSON for no CTs by Kir Kolyshkin · 10 years ago
  63. 98f2907 make_dir_mode(): ignore EEXIST from mkdir() by Kir Kolyshkin · 10 years ago
  64. b2f9c25 vps_start_custom(): fixup by Kir Kolyshkin · 10 years ago
  65. c49eb62 Revert "dir_empty(): skip lost+found" by Kir Kolyshkin · 10 years ago
  66. eab4d5b vps_create: minor fixes to cleanup logic by Kir Kolyshkin · 10 years ago
  67. c37c353 fs_create: lock private by Kir Kolyshkin · 10 years ago
  68. 07a6ee9 vzctl create: disallow VE_PRIVATE be a mount point by Kir Kolyshkin · 10 years ago
  69. 0807ef4 vzctl start/resume: load kernel modules needed for CT by Kir Kolyshkin · 10 years ago
  70. 09e974f vzctl chkpnt: workaround for ENOSPC by Kir Kolyshkin · 10 years ago
  71. 2dfc74f [style] call clean_hardlink_dir() from _env_create() by Kir Kolyshkin · 10 years ago
  72. f3094bd vzctl set --devnodes: remove devices from CT by Kir Kolyshkin · 10 years ago
  73. b8708e2 vzctl set --devnodes: fix removing last device by Kir Kolyshkin · 10 years ago
  74. 90e8dd6 vzctl set --devnodes: made cumulative, fix by Kir Kolyshkin · 10 years ago
  75. c2a48a7 add_dev_param(): don't modify second argument by Kir Kolyshkin · 10 years ago
  76. e28a889 parse_dev(): rm free by Kir Kolyshkin · 10 years ago
  77. 3691dbe vzctl snapshot-delete: ignore ploop 'no guid found' by Kir Kolyshkin · 10 years ago
  78. dadd086 is_mount_point(): fix for non-existing dir by Kir Kolyshkin · 10 years ago
  79. 33e7f02 vzctl delete: do rm config/dump by Kir Kolyshkin · 10 years ago
  80. 320bc27 dir_empty(): skip lost+found by Kir Kolyshkin · 10 years ago
  81. 2b1db5b fs_create(): fix for VE_PRIVATE being a mount point by Kir Kolyshkin · 10 years ago
  82. d6664f6 [style] fs_create(): rename a var by Kir Kolyshkin · 10 years ago
  83. 5236248 vzctl restore|resume: add --skip-fsck by Kir Kolyshkin · 10 years ago
  84. 54cbc8a snapshot-switch --must-restore: fix restoring config by Kir Kolyshkin · 10 years ago
  85. 09f3085 main(): rm some dead code by Kir Kolyshkin · 10 years ago
  86. bbc35a5 vzlist: fix cpuunits rounding by Kir Kolyshkin · 10 years ago
  87. 47ac00c vzctl create: fix an error message by Kir Kolyshkin · 10 years ago
  88. d9c3a14 vzctl start: mkdir /proc in CT if needed by Kir Kolyshkin · 10 years ago
  89. aa17f64 vzctl start: close extra FDs later by Kir Kolyshkin · 10 years ago
  90. c1baf6c vzlist: fix cpulimit rounding by Kir Kolyshkin · 10 years ago
  91. 83059f0 vzlist: fix showing DISABLED by Kir Kolyshkin · 10 years ago
  92. d4430fe chkpnt(): add FIXME to add CRIU support by Kir Kolyshkin · 10 years ago
  93. 6be5c58 vzctl snapshot-switch --must-restore: rollback config on error by Kir Kolyshkin · 10 years ago
  94. 4fd00dc vzctl snapshot-switch: improve an error message by Kir Kolyshkin · 10 years ago
  95. d38a97e vzctl snapshot-switch: add --must-restore by Kir Kolyshkin · 10 years ago
  96. 2d210bd vzctl create --diskinodes: check for max ploop size by Kir Kolyshkin · 10 years ago
  97. b16c52b vzctl compact: use built-in PATH by Kir Kolyshkin · 10 years ago
  98. 9341df9 vzctl create: improve "no ploop" error message by Kir Kolyshkin · 10 years ago
  99. c4d3484 vzncc: add -f FD option by Kir Kolyshkin · 10 years ago
  100. afd0155 vznnc: check that -p is set by Kir Kolyshkin · 10 years ago