1. 31 Jul, 2012 7 commits
  2. 30 Jul, 2012 1 commit
    • Pavel Emelyanov's avatar
      Add the CREDITS file · 56a7073e
      Pavel Emelyanov authored
      This is a file with ... credits, yes :) While implementing the C/R stuff
      we've receive a LOT of help from various people and would like to mention
      them. If we've undeservedly forgotten someone (or something) -- please
      help us to make amends and send a patch to this file.
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      56a7073e
  3. 28 Jul, 2012 11 commits
  4. 25 Jul, 2012 17 commits
  5. 24 Jul, 2012 3 commits
  6. 23 Jul, 2012 1 commit
    • Pavel Emelyanov's avatar
      criu: Version 0.1 release · 630d1741
      Pavel Emelyanov authored
      This is the first release of the tool! :)
      
      Supported features:
      
      * x86_64 architecture
      * process' linkage
      * process groups and sessions (without ttys though :\ )
      * memory mappings of any kind (shared, file, etc.)
      * threads
      * open files (shared between tasks and partially opened-and-unlinked)
      * pipes and fifos with data
      * unix sockets with packet queues contents
      * TCP and UDP sockets (TCP connections support exists, but needs polishing)
      * inotifies, eventpoll and eventfd
      * tasks' sigactions setup, credentials and itimers
      * IPC, mount and PID namespaces
      
      Most of the above works with kernel v3.5!
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      630d1741