]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/start.c
lxc-start: exit early and cleanly if we have insufficient privs
[mirror_lxc.git] / src / lxc / start.c
2012-02-26 Serge Hallynlxc-start: exit early and cleanly if we have insufficie...
2012-02-26 Serge Hallynsupport proper container reboot
2012-02-23 Jian Xiaoremove redundent LXC_TTY_HANDLER
2012-01-05 Daniel LezcanoFix network cleanup on error
2011-11-10 Greg Kurzlxc: fix erroneous includes
2011-09-13 Greg Kurzonly warn for inherited file descriptors
2011-08-30 Matthijs Kooijmanadd autodetection of the gateway address
2010-12-17 Daniel Lezcanoencapsulate the ns_cgroup
2010-12-17 Daniel LezcanoChange nscgroup interface
2010-12-17 Daniel Lezcanoremove duplicate cgroup header
2010-10-12 Stefan Tomanekadd lxc.network.script.up configuration hook
2010-07-13 Ferenc Wagnergeneralize the name of the signal handler
2010-07-13 Ferenc Wagnerforward signals to the container init
2010-07-06 Daniel Lezcanoclose prctl window
2010-06-07 Ferenc Wagneruint32_t is defined in stdint.h
2010-05-26 Cedric Le Goaterintroduce a sync API
2010-05-26 Cedric Le Goatermerge lxc_restart() and lxc_start()
2010-05-26 Cedric Le Goaterreplace common start_arg by private start_arg
2010-05-26 Cedric Le Goaterstart sequence cleanups
2010-05-26 Cedric Le Goatersimplify lxc_spawn() gotos
2010-05-26 Michel NormandAdd ops for start
2010-05-26 Michel Normandprepare do_start for restart code
2010-05-26 Michel Normandmove LXC_TTY_HANDLER_ADD/DEL out of init/fini in start.c
2010-05-26 Michel Normandsigprocmask moved in fini of start.c
2010-05-19 Daniel LezcanoDon't close fd 0, fd 1
2010-05-19 Daniel Lezcanofix indentation
2010-05-07 Daniel Lezcanomore robustness against SIGCHLD
2010-05-07 Daniel Lezcanodo not exit mainloop when child is stopped
2010-04-29 Michel Normandadd fd to ignore to lxc_check_inherited function
2010-04-29 Michel Normandlxc: move lxc_unlink_nsgroup out of lxc_fini
2010-04-29 Michel Normandlxc: child failing before container rename
2010-04-29 Michel Normandclose fd 0 and 1 where not required
2010-04-08 Daniel Lezcanorestart the container at reboot
2010-04-08 Daniel Lezcanoshutdown the container when powering off the container
2010-04-08 Daniel LezcanoStore the container name in the handler
2010-03-22 Daniel Lezcanofix lxc-attach returned error
2010-03-22 Daniel Lezcanolxc: enter / exec a command inside a container V2
2010-03-22 Cedric Le Goaterlxc: forbid open fds upon startup
2010-02-26 Daniel Lezcanofix kill -1 process
2010-02-25 Daniel Lezcanofix network devices cleanup on error
2010-02-24 Daniel Lezcanoadd missing cgroup include
2010-02-24 Silas SewellAdd missing stat.h include to start.c
2010-02-24 Daniel Lezcanofix no rootfs no console
2010-02-24 Daniel Lezcanoallocate a console to be proxied
2010-01-20 Greg Kurzlxc: remove useless check
2010-01-20 Greg Kurzlxc: fix double-close in lxc_[re]spawn() abort path
2010-01-20 Clement CalmelsRemove useless lines
2010-01-20 Greg Kurzlxc: some goto clarification
2009-11-26 Daniel Lezcanopass lxc_conf to the lxc_start function instead of...
2009-11-19 Michel Normandlxc_init better error reporting
2009-11-17 Michel Normandexport set_state function
2009-11-17 Cedric Le Goatercleanup <lxc/lxc.h>
2009-11-13 Michel Normandtypo in 488624016575d092d56211347b2bbe8367cd339a (V2)
2009-11-13 Daniel LezcanoReplace create/destroy by a script
2009-11-13 Daniel LezcaonAllows a container to run without previous creation
2009-11-12 Daniel LezcanoRemove the usage of a lock file
2009-10-12 Daniel Lezcanoclean up and factor out some code
2009-10-09 Daniel Lezcanofix tty creation using confdir
2009-10-09 Daniel Lezcanofix netdev structure vs network structure
2009-10-09 Daniel LezcanoUse the configuration structure for the network
2009-10-09 Daniel LezcanoMove configuration info to the structure
2009-10-09 Daniel LezcanoMove the configuration file to the start function
2009-10-09 Michel Normandremove the LXCPATH/<name>/nsgroup file
2009-10-09 Michel Normandplace nscgroup path in lxc_handler
2009-10-07 Daniel Lezcanomake container to die when parent dies
2009-10-07 Daniel LezcanoSimplify the mainloop
2009-10-07 Daniel Lezcanoreturns the state of the container with the af_unix...
2009-10-07 Daniel Lezcanodo some cleanup around the old init pid file
2009-10-07 Michel Normandrepackage previous code to new commands.c
2009-10-07 Michel Normandadd an additionnal abstract socket to prepare for more...
2009-10-07 Michel Normandttyclient_handler is only cleanup on disconnect
2009-10-07 Michel Normandchange the way tty service is added to mainloop
2009-10-07 Michel Normandlxc_af_unix_rcv_credential to report rcvd length
2009-10-07 Michel Normandexport struct lxc_handler from start.c to start.h
2009-07-24 Daniel Lezcanoadd some traces in the code for the logger
2009-07-20 Daniel Lezcanofix closed fd when they are inherited
2009-07-16 Daniel Lezcanoencapsulate lxc_handler
2009-07-16 Daniel LezcanoRemove useless initialization
2009-07-15 Michel Normandlxc-start should not hold inheritited fds
2009-07-13 Michel Normandlxc-execute or lxc-start to fail if cgroup not mounted
2009-07-07 Daniel Lezcanoreplace fork_ns by lxc_clone
2009-06-25 Michel Normandanother place where readlink to be null terminated
2009-06-12 Daniel Lezcanounshare the utsname in all the cases
2009-06-12 Daniel Lezcanofix capability.h compilation problem
2009-06-07 Daniel Lezcanolog the container console when it is daemonized and...
2009-05-28 Daniel Lezcanorename the ns_cgroup with the container name
2009-05-18 Michel Normandlxc-start to report exit code of started application
2009-05-18 Michel Normandadd long options step2
2009-05-07 Daniel Lezcanoautoassign tty number
2009-04-29 Daniel Lezcanoexport-fine-grain-api-for-start
2009-04-29 Daniel Lezcanoencapsulate the lxc code
2009-04-29 Daniel Lezcanodefine a handler to manage a container
2009-04-21 Cedric Le Goaterlxc: use new logging system
2009-03-31 Ryousei TakanoFix compile warnings
2009-03-20 Matt HelsleyAdd powerpc signalfd syscall numbers
2009-03-09 Serge E. Hallyndefine s390x signalfd for old headers
2009-03-08 Michael K. Johnsondefine signalfd patch
2009-03-08 Matt Helsleyliblxc: Handle missing PR_CAPBSET_DROP definition
2009-02-02 dlezcanoAdd signalfd function definition
2009-01-25 dlezcanoFrom: Daniel Lezcano <daniel.lezcano@free.fr>
next