Skip to content

Commit

Permalink
criu: Version 0.1 release
Browse files Browse the repository at this point in the history
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: Pavel Emelyanov <xemul@parallels.com>
  • Loading branch information
xemul committed Jul 23, 2012
1 parent 2f3727f commit 630d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crtools.h
Expand Up @@ -15,7 +15,7 @@
#define CR_FD_PERM_DUMP (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)

#define CRIU_VERSION_MAJOR 0
#define CRIU_VERSION_MINOR 0
#define CRIU_VERSION_MINOR 1

enum {
CR_FD_INVENTORY,
Expand Down

0 comments on commit 630d174

Please sign in to comment.