[lxc-devel] [GIT] lxc branch, master, updated. d983b93c3ad860fa22ef760ae27a944d6000e35a

Daniel Lezcano git at users.sourceforge.net
Wed Jul 15 21:51:09 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  d983b93c3ad860fa22ef760ae27a944d6000e35a (commit)
       via  af06a4bf9447a52c86c5578be7ef0e52bad54044 (commit)
       via  fa7eddbbbbaf493268941bb013ed7477a5cc25b1 (commit)
       via  e46ac651751e726648de898dcdca823d3ae045f5 (commit)
      from  0d9f8e188c1c4832e4f6b9de646478947ae86877 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d983b93c3ad860fa22ef760ae27a944d6000e35a
Author: Michel Normand <normand at fr.ibm.com>
Date:   Wed Jul 15 23:48:22 2009 +0200

    lxc-start should not hold inheritited fds
    
    This patch makes the intermediate lxc processes to close the
    inherited file descriptor. The child process will inherit these fd
    in any case and that will be up to it to handle them.
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>

commit af06a4bf9447a52c86c5578be7ef0e52bad54044
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Wed Jul 15 23:48:22 2009 +0200

    use the lxc arguments dup in lxc_execute
    
    Now we have a helper to dup the arguments, let's use it.
    The code gains in clarity.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit fa7eddbbbbaf493268941bb013ed7477a5cc25b1
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Wed Jul 15 23:48:22 2009 +0200

    add a helper to dup the lxc arguments
    
    Add a helper to dup the lxc_arguments, so the code making
    the copy of the arguments will be more clear.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit e46ac651751e726648de898dcdca823d3ae045f5
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Wed Jul 15 23:48:22 2009 +0200

    cleanup lxc-init
    
    Make some cleanup around the parameters of lxc-init.
    The option mount procfs is not needed as we want to do that
    all the time.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/arguments.c   |   43 +++++++++++++++++++++
 src/lxc/arguments.h   |    5 ++-
 src/lxc/lxc_execute.c |   28 +-------------
 src/lxc/lxc_init.c    |   11 +-----
 src/lxc/namespace.c   |    2 +-
 src/lxc/start.c       |    6 +++
 src/lxc/utils.c       |   99 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/lxc/utils.h       |    1 +
 8 files changed, 156 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list