[lxc-devel] [PATCH 0/7] Last minute signal stuff (now in separate mails)

Ferenc Wagner wferi at niif.hu
Sun Jun 6 21:07:25 UTC 2010


Hi,

The first part is some tinkering to make lxc compile under Debian Lenny.

The "dangerous" part is the signal forwarding and the process group
business I was playing with recently.  It contains Greg's idea about
setting the foreground process group and also inverts the signal
selection logic.

Which means it's only slightly tested in its present form, but I
wanted to get this out of the door ASAP, so you can get an idea what
I'm up to.  I'll continue testing it tomorrow and will followup with
the results.

Regards,
Feri.


Ferenc Wagner (7):
  conditional use of new capabilities
  uint32_t is defined in stdint.h
  .gitignore new components
  start child in its own process group, and put it into the foreground
  lxc-start isn't in the foreground anymore, so TTY signals don't reach it
  forward signals to the container init
  generalize the name of the signal handler

 .gitignore      |    3 ++
 src/lxc/conf.c  |    4 +++
 src/lxc/start.c |   59 ++++++++++++++++++++++++++++++++++--------------------
 src/lxc/utils.h |   27 -------------------------
 4 files changed, 44 insertions(+), 49 deletions(-)





More information about the lxc-devel mailing list