Projects STRLCPY criu Commits fce87893
🤬
  • criu: Version 3.0

    So, we've done a HUUGE rework in this release, that's why it's 3.0.
    Two biggest changes are:
    
    * Compel library -- the framwork for parasite code injection.
    * 32bit x86 support. Note, that it's neither x32 support, not 32-bit
      criu. It's purely the ability to dump 32-bit tasks on 64-bit host.
    
    With compel at hands the 'criu exec' is removed.
    
    Main set of kudos go to Cyrill and Dima for this heavy lifting :)
    
    Other things include shutdown-ed UDP sockets, bind-mounts to external
    bind mounts, ASAN, extentions to RPC, rework of SysVIPC shmem dump
    format and some bugfixes and beautifications in CRIT.
    
    Signed-off-by: Pavel Emelyanov <[email protected]>
  • Loading...
  • Pavel Emelyanov committed 7 years ago
    fce87893
    1 parent 0d76ff08
  • ■ ■ ■ ■ ■ ■
    Makefile.versions
    1 1  #
    2 2  # CRIU version.
    3  -CRIU_VERSION_MAJOR := 2
    4  -CRIU_VERSION_MINOR := 12
     3 +CRIU_VERSION_MAJOR := 3
     4 +CRIU_VERSION_MINOR := 0
    5 5  CRIU_VERSION_SUBLEVEL :=
    6 6  CRIU_VERSION_EXTRA :=
    7  -CRIU_VERSION_NAME := Vulcanite Rook
     7 +CRIU_VERSION_NAME := Basalt Wagtail
    8 8  CRIU_VERSION := $(CRIU_VERSION_MAJOR)$(if $(CRIU_VERSION_MINOR),.$(CRIU_VERSION_MINOR))$(if $(CRIU_VERSION_SUBLEVEL),.$(CRIU_VERSION_SUBLEVEL))$(if $(CRIU_VERSION_EXTRA),.$(CRIU_VERSION_EXTRA))
    9 9   
    10 10  export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL
    skipped 22 lines
Please wait...
Page is in error, reload to recover