[lxc-devel] [GIT] lxc branch, master, updated. 84a24de2355afef00d5779d086b316773fd26460

Daniel Lezcano git at users.sourceforge.net
Mon Jan 18 22:08:27 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  84a24de2355afef00d5779d086b316773fd26460 (commit)
       via  5fa5aa7c6af5ccce78873c06e37ddaa6efd9dd17 (commit)
       via  2382ecffdbea7fd12349d68e65cc673797d5f34c (commit)
       via  8eec72f75d5a035a0c5d4d2ba882c5ae9cb44a72 (commit)
      from  226a18d6712281757e9c552370d1e6ffa305167e (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 84a24de2355afef00d5779d086b316773fd26460
Author: Taisuke Yamada <tai at rakugaki.org>
Date:   Mon Jan 18 23:08:12 2010 +0100

    Added -e to lxc-console to change command character (defaults to '^a')
    
    I noticed lxc-console uses '^a' as command-mode prefix to
    escape out of console session, so created a patch to make it
    configurable. With this, you can do
    
      lxc-console -n foo -e ^t
    
    and exit the session with 'Ctrl+t q'.
    
    For emacs-binding addicts (like me), it's always nice to
    let shell handle '^a' as 'beginning-of-line' command...
    
    Signed-off-by: Taisuke Yamada <tai at rakugaki.org>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 5fa5aa7c6af5ccce78873c06e37ddaa6efd9dd17
Author: Clement Calmels <clement.calmels at fr.ibm.com>
Date:   Mon Jan 18 23:08:12 2010 +0100

    remove warning in parse.c:80
    
    Signed-off-by: Clement Calmels <clement.calmels at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 2382ecffdbea7fd12349d68e65cc673797d5f34c
Author: Clement Calmels <clement.calmels at fr.ibm.com>
Date:   Mon Jan 18 23:08:12 2010 +0100

    use getline instead of fgets
    
    The getline function allocate the needed memory. Fix buffer can lead
    to 'hard to find' bug. I don't test the pivot_root part but the other
    parts are ok.
    
    Signed-off-by: Clement Calmels <clement.calmels at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 8eec72f75d5a035a0c5d4d2ba882c5ae9cb44a72
Author: Clement Calmels <clement.calmels at fr.ibm.com>
Date:   Mon Jan 18 23:08:12 2010 +0100

    free struct dirent **namelist
    
    Correct the way the struct dirent **namelist structure is freed.
    
    Signed-off-by: Clement Calmels <clement.calmels at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 src/lxc/arguments.h   |    1 +
 src/lxc/conf.c        |    9 +++------
 src/lxc/confile.c     |    5 +----
 src/lxc/lxc_console.c |   20 ++++++++++++++++----
 src/lxc/parse.c       |   32 +++++++++++++++++++-------------
 src/lxc/parse.h       |    2 +-
 6 files changed, 41 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list