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

Daniel Lezcano git at users.sourceforge.net
Wed May 19 20:16:09 UTC 2010


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  fa9ab20562649707d44bfff90df44b7bc1a9f8b3 (commit)
       via  5332bb844a521401cf465cc8a2c8b52c7b9af82a (commit)
       via  1362f2eba1dcf47c51cc29cd5d4ef8ea8dfdea7f (commit)
       via  da2aef7f9ac7a2f9fb381f39630c920e09ab6d72 (commit)
      from  0093bb8ced5784468daf8e66783e6be3782e8fea (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 fa9ab20562649707d44bfff90df44b7bc1a9f8b3
Author: Nathan Lynch <ntl at pobox.com>
Date:   Wed May 19 22:15:28 2010 +0200

    correct asprintf error checking
    
    asprintf(3) returns -1 (not 0) on error.
    
    Signed-off-by: Nathan Lynch <ntl at pobox.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 5332bb844a521401cf465cc8a2c8b52c7b9af82a
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Wed May 19 22:15:28 2010 +0200

    Don't close fd 0, fd 1
    
    That breaks the reboot because when we reexec, fd 0 and fd 1 will be
    closed and these one are created by lxc, not inherited.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 1362f2eba1dcf47c51cc29cd5d4ef8ea8dfdea7f
Author: Daniel Lezcano <daniel.lezcano at fr.ibm.com>
Date:   Wed May 19 22:15:28 2010 +0200

    close socket command
    
    We don't close the command socket after the transaction, that leads
    to a fd leak.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit da2aef7f9ac7a2f9fb381f39630c920e09ab6d72
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Wed May 19 22:15:28 2010 +0200

    fix indentation
    
    Indent the signalfd structure definition correctly.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 src/lxc/commands.c    |   10 +++-------
 src/lxc/conf.c        |    3 +++
 src/lxc/lxc_execute.c |    5 ++++-
 src/lxc/lxc_restart.c |    5 ++++-
 src/lxc/lxc_start.c   |    5 ++++-
 src/lxc/start.c       |   38 +++++++++++++++++---------------------
 6 files changed, 35 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list