[CRIU] [PATCH 0/9] tty: Implement "current" terminal support
    Cyrill Gorcunov 
    gorcunov at openvz.org
       
    Fri Mar  6 02:39:16 PST 2015
    
    
  
In the series I dropped off some unneeded code and add support
of /dev/tty. Please merge.
The following changes since commit dceb6633c70866717c18e3b19205fb612879a964:
  page-read: Introduce custom flags for opening (2015-03-04 17:50:32 +0300)
are available in the git repository at:
  git://github.com/cyrillos/crtools.git tty-4
for you to fetch changes up to ad6e9b9398ca271b5b361cde86804c51e35f4f5e:
Cyrill Gorcunov (9):
  tty: Drop redundant constants
  tty: Drop dangling \Tab
  tty: Rename tty_type to tty_driver
  tty: Aligh tty_driver members
  tty: Rework tty_driver structure
  pie: parasite -- Drop dangling \Tab
  tty: Implement support of current tty
  zdtm: Add /dev/tty into construct_root and prepare_mntns
  tty: test -- Add /dev/tty testing into pty00
 files.c                       |  16 ++++
 include/parasite.h            |   1 +
 include/rst_info.h            |   1 +
 include/tty.h                 |  22 +----
 pie/parasite.c                |   5 +-
 protobuf/tty.proto            |   1 +
 test/zdtm.sh                  |   3 +
 test/zdtm/lib/ns.c            |   8 ++
 test/zdtm/live/static/pty00.c |   8 +-
 tty.c                         | 208 ++++++++++++++++++++++--------------------
 10 files changed, 151 insertions(+), 122 deletions(-)
-- 
1.9.3
    
    
More information about the CRIU
mailing list