Difference between revisions of "Download/criu/3.14"

From CRIU
Jump to navigation Jump to search
(more links)
m
 
Line 7: Line 7:
 
=== New features ===
 
=== New features ===
 
* C/R of memfd memory mappings and file descriptors.
 
* C/R of memfd memory mappings and file descriptors.
* Add time namespace support.
+
* Add [[time namespace]] support.
 
* Add the [[Optimizing_pre_dump_algorithm|read pre-dump mode which uses process_vm_readv]].
 
* Add the [[Optimizing_pre_dump_algorithm|read pre-dump mode which uses process_vm_readv]].
 
* Add {{Opt|--cgroup-yard}} option
 
* Add {{Opt|--cgroup-yard}} option
Line 20: Line 20:
 
=== Improvements ===
 
=== Improvements ===
 
* Use clone3() with set_tid to restore processes
 
* Use clone3() with set_tid to restore processes
* Clean up compel headers.
+
* Clean up [[compel]] headers.
 
* Use the new mount API
 
* Use the new mount API

Latest revision as of 13:30, 29 April 2020

Tarball: criu-3.14.tar.gz
Version: 3.14 "Platinum Peacock"
Released: 29 Apr 2020
GIT tag: v3.14

New features[edit]

Bugfixes[edit]

  • Fix C/R ia32 processes on AMD #398
  • Fix cross-compilation
  • Many fixes here and there

Improvements[edit]

  • Use clone3() with set_tid to restore processes
  • Clean up compel headers.
  • Use the new mount API