]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/start.c
Properly cleanup network devices if pinning root filesystem didn't work
[mirror_lxc.git] / src / lxc / start.c
2013-03-19 Christian SeilerProperly cleanup network devices if pinning root filesy...
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-11 Serge Hallynrootfs pin: fix two bugs
2013-03-04 Serge Hallyncgroup: improve support for multiple lxcpaths (v3)
2013-02-19 Serge Hallynlxc_monitor_open: prepend lxcpath
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-11 Serge Hallynpass lxcpath to lxc_command
2013-01-21 Serge Hallyndon't leak the rootfs.pin fd into the container
2013-01-15 Serge HallynImplement userid mappings (enable user namespaces)
2013-01-15 Serge Hallynsetup cgroups from parent
2013-01-15 Serge Hallynclean up syncs
2013-01-14 Michael H. WarfieldMAKEDEV call, add autodev hooks, add environment variab...
2013-01-11 Stéphane GraberRename utmp.c/utmp.h to lxcutmp.c/lxcutmp.h
2013-01-09 Stéphane GraberDon't hard depend on capability.h and libcap
2013-01-09 Stéphane GraberAdd/remove extra includes
2012-12-20 Serge HallynSupport MS_SHARED /
2012-12-14 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-14 Dwight EngenFix race/corruption with multiple lxc-start, lxc-execute
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-04 Serge Hallynrename physical nics at shutdown
2012-11-12 Christian Seilerlxc-start: Add command to retrieve the clone flags...
2012-11-12 Jan KiszkaAdd network-down script
2012-11-12 Serge Hallynseccomp: include lxcseccomp.h in start.c
2012-11-12 Serge HallynIntroduce support for seccomp.
2012-10-31 Daniel LezcanoMerge branch 'upstream-bugfix' of https://github.com...
2012-10-25 Serge Hallynreplace HOOK define with proper code.
2012-07-31 Serge HallynIntroduce a first set of container hooks
2012-07-31 Serge HallynIntroduce apparmor support
2012-07-31 Serge Hallynpin container's rootfs to prevent read-only remount
2012-05-03 David Wardutmp: do not set conf->need_utmp_watch if CAP_SYS_BOOT...
2012-03-18 Serge Hallyndo check for utmp checking at the right time
2012-02-26 Serge Hallynadd option to close inherited fds
2012-02-26 Serge Hallynfix reboot support detection
2012-02-26 Serge HallynDon't raise error if container didn't sys_reboot
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
next