-
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:
Pavel Emelyanov <xemul@parallels.com>
630d1741