]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/start.c
Add support for checkpoint and restore via CRIU
[mirror_lxc.git] / src / lxc / start.c
2014-08-26 Tycho AndersenAdd support for checkpoint and restore via CRIU
2014-08-16 Stéphane GraberFix typo in the previous commit...
2014-08-16 Micahel J. EvansAdd extra debugging
2014-08-16 Jean-Tiare LE BIGOTclean autodev dir on container exit
2014-08-08 Vincent GierschFix a file descriptor leak in the monitord spawn
2014-07-31 Matt PalmerSupport providing env vars to container init
2014-05-25 Serge HallynSpecially handle block device rootfs
2014-05-16 Serge Hallynadd support for nbd
2014-04-29 S.Çağlar Onurrevert 1d16785 - fixes #191
2014-04-05 Serge Hallynlxc_spawn: initialize netpipe
2014-03-21 Dwight Engenfix console stdin,stdout,stderr fds
2014-03-08 Serge Hallyncheck netnsfd before closing
2014-03-08 Serge Hallynfix leak of netnsfd in recent commit
2014-03-07 Serge Hallynlxc: manually move NICs back to host after container...
2014-03-07 Serge HallynRevert "fix console stdin,stdout,stderr fds"
2014-03-05 Dwight Engenfix console stdin,stdout,stderr fds
2014-03-04 Serge Hallyncgmanager updates
2014-03-03 Serge Hallyncgmanager: don't stay connected
2014-02-27 Stéphane Graberstart: Fix print_top_failing_dir for /var/lib/lxc
2014-02-24 Serge HallynCatch seccomp violations by init
2014-02-18 Serge HallynFix unprivileged networking
2014-02-15 Serge Hallynclose inherited fds when we still have proc mounted
2014-02-15 Serge Hallynalways ensure a /proc while setting up container
2014-02-15 Serge Hallynlxc-start: close inherited fds right before exec
2014-02-12 Serge Hallyncheck for access to lxcpath
2014-02-07 Stéphane Graberlog: Drop trailing \n from log messages
2014-01-31 Serge Hallyncgmanager: support lxc.mount.auto = cgroup
2014-01-29 Natanael CopaInclude config.h early for _GNU_SOURCE with musl libc
2014-01-29 Natanael CopaInclude poll.h instead of sys/poll.h
2014-01-24 Serge Hallyncgmanager: chown cgroups to the container root
2014-01-20 Serge Hallyncgmanager: implement setting of cgroup limits
2014-01-16 S.Çağlar Onurskip rootfs pinning for unprivileged containers
2014-01-16 Serge HallynInitial support for cgmanager
2014-01-11 Serge HallynFix bug in preserve_ns
2014-01-10 Stéphane GraberRe-organize API for global lxc.conf config
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-13 Serge Hallynmake 'empty network' the default
2013-12-06 Dwight Engenadd epoll events to mainloop callback handlers
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-21 Michael H. WarfieldSetup devtmpfs and /dev for autodev bind mounts.
2013-11-13 Marek MajkowskiMake it possible to share UTS namespace
2013-11-12 Marek MajkowskiMerge remote-tracking branch 'lxc/master' into share...
2013-11-12 Marek MajkowskiCreate --share-ipc option
2013-11-12 Marek MajkowskiCosmetic - clean up error message
2013-11-06 Marek MajkowskiEnable network namespace sharing in lxc-start
2013-11-01 S.Çağlar Onurvalgrind drd tool shows conflicting stores happening...
2013-10-24 Serge Hallynfix chowning of tty and console uids
2013-10-18 Dwight Engenuse proper config item depending on which lsm is enabled
2013-10-18 Dwight Engensupport setting lsm label at exec or immediately
2013-09-25 Dwight Engenrefactor AppArmor into LSM backend, add SELinux support
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-12 Christian SeilerSupport for automatic mounting of filesystems
2013-09-12 Christian Seilercgroup: Split legacy 'ns' cgroup handling off from...
2013-09-11 Serge Hallyncgroup: re-introduce ns cgroup support
2013-09-11 Serge Hallynpin_rootfs: be quiet and don't fail container start
2013-09-10 Christian Seilercgroup: Major rewrite of cgroup logic
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-06 Serge Hallynlxc_spawn: don't close pinfd until container is stopped
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-29 Serge Hallynstart.c: handle potential signal flood
2013-08-14 Serge Hallyncgroups: rework to handle nested containers with multip...
2013-07-22 Serge HallynA few changes for unprivileged lxc-start
2013-07-22 Serge Hallynsend current cgroup to lxc_cgroup_create()
2013-07-11 Serge HallynAccomodate stricter devices cgroup rules
2013-06-12 Dwight Engenconsole API improvements
2013-05-31 Serge Hallynwaitpid at abort to make sure we can rmdir cgroups
2013-05-21 Dwight Engenextend command processor to handle generic data
2013-05-16 Serge Hallynlxc: add clone hook.
2013-05-16 Dwight Engenset non device cgroup items before the cgroup is entered
2013-04-24 Dwight EngenAllow multiple monitor clients
2013-04-23 Dwight Engengoto correct cleanup label to ensure fd is closed
2013-04-18 Stéphane GraberRevert "start: Detect early failure of the new child"
2013-04-17 Richard Weinbergerstart: Detect early failure of the new child
2013-04-05 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-03-19 Dennis SchriddeFix for ia64: Use __clone2 for ia64 in 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
next