1. 17 May, 2009 2 commits
  2. 15 May, 2009 2 commits
  3. 14 May, 2009 10 commits
  4. 07 May, 2009 1 commit
    • autoassign tty number · be43f17e
      Daniel Lezcano authored
      When no tty number is specified in the command line,
      let the tty service to provide choose one available
      tty and provide this one.
      
      The documentation is updated wrt this modification and
      I did a little fix to generate the date of the documentation.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  5. 29 Apr, 2009 3 commits
  6. 26 Apr, 2009 4 commits
  7. 24 Apr, 2009 7 commits
  8. 21 Apr, 2009 4 commits
  9. 20 Apr, 2009 5 commits
  10. 31 Mar, 2009 2 commits
    • don't remove init file in the stop function · f6235d06
      Daniel Lezcano authored
      At present the 'init' file is deleted from the 'stop' function and
      I don't remember why it is done in this place :)
      
      The 'init' file is removed from the 'start' when the first process
      has been deleted.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • speed container creation/destruction · 34e7030e
      Daniel Lezcano authored
      As the state of the container is monitored with the netlink,
      the file state is no longer used to watch the state changes.
      
      The previous hack, which adds a tempo of 200ms, is removed and
      that makes the container being created, started, stopped, destroyed
      faster, we gain 1 second in a container lifecycle. One second is
      too much if we launch thousand of containers, one by one like for
      example in a tests suite.
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>