]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc
lxc: child failing before container rename
[mirror_lxc.git] / src / lxc /
2010-04-29 Michel Normandlxc: child failing before container rename
2010-04-29 Michel Normandlxc: remove unused lxc_bridge_detach
2010-04-29 Michel Normandlxc: remove perror call in nl.c (V2)
2010-04-29 gkurz@linux.vnet... lxc: introduce lxc-kill command (v4)
2010-04-29 Michel Normandlxc: add usage and help to lxc-netstat (V2)
2010-04-29 Michel Normandlxc: lxc-unshare to remove its /cgroup/<pid> (V3)
2010-04-29 Michel Normandremove unused _config_console function
2010-04-29 Michel Normandget_init_pid moved to lxc/commands.c
2010-04-29 Michel Normandreport error if statefd parm is not a digit
2010-04-29 Michel Normandadd --statefd option to lxc-checkpoint/restart
2010-04-29 Michel Normandclose fd 0 and 1 where not required
2010-04-29 Michel Normandavoid compile warning lxc_init.c
2010-04-08 Daniel LezcanoFail gracefully with attach
2010-04-08 Daniel Lezcanochange to the same directory when attaching
2010-04-08 Daniel Lezcanofork/exec after attach
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-04-08 Daniel Lezcanocount the number of tasks in the container
2010-04-02 Daniel Lezcanofix when console is not specified
2010-04-02 Michel Normandlxc: add --statefile opt to lxc-checkpoint/restart
2010-03-22 Daniel Lezcanofix lxc-setcap script for lxc-attach
2010-03-22 Michel Normanddo not use logfile in lxc_init (V2)
2010-03-22 Michel Normandtypo in error message
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 Daniel Lezcanoopen the console later
2010-03-22 Cedric Le Goaterlxc: forbid open fds upon startup
2010-02-26 Daniel Lezcanofix kill -1 process
2010-02-26 Daniel Lezcanoadd console.h to dist file
2010-02-25 Daniel Lezcanofix network devices cleanup on error
2010-02-25 Daniel Lezcanofix function prototype implementation
2010-02-25 Daniel Lezcanodelete network devices by index
2010-02-24 Daniel Lezcanoadd missing cgroup include
2010-02-24 Silas SewellAdd missing stat.h include to start.c
2010-02-24 Daniel Lezcanouse lazy umount when umount returns EBUSY
2010-02-24 Daniel Lezcanofix no rootfs no console
2010-02-24 Daniel Lezcanoset terminal settings when console is a tty
2010-02-24 Daniel Lezcanoallocate a console to be proxied
2010-02-24 Daniel Lezcanorename network type enum
2010-02-24 Daniel LezcanoFix header inclusion
2010-02-24 Daniel Lezcanouse a mainloop for the console
2010-02-24 Daniel Lezcanofactor-out-console code
2010-02-24 Daniel Lezcanofix empty network namespace
2010-02-24 Daniel Lezcanofix compilation warning
2010-02-24 Daniel Lezcanofix cpuset configuration with smp only
2010-01-22 Daniel Lezcanounmount failure is not fatal
2010-01-22 Michel Normandcompilation warning in confile.c
2010-01-22 Michel NormandAdd some define to compile on rhel5u1
2010-01-21 Daniel Lezcanofix tab vs space indentation
2010-01-21 Daniel Lezcanodrop capabilities
2010-01-21 Michel Normandtypo in restart and checkpoint
2010-01-21 Michel Normandlxc-create to run even if not in PATH
2010-01-21 Michel Normandadd --define to restart V2
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 Michel Normandlxc: add capabilities for C/R
2010-01-20 Clement CalmelsRemove useless lines
2010-01-20 Greg Kurzlxc: some goto clarification
2010-01-20 Michel Normandlxc: typo white space src/lxc/network.c
2010-01-18 Taisuke YamadaAdded -e to lxc-console to change command character...
2010-01-18 Clement Calmelsremove warning in parse.c:80
2010-01-18 Clement Calmelsuse getline instead of fgets
2010-01-18 Clement Calmelsfree struct dirent **namelist
2010-01-14 Daniel Lezcanofix compilation warning
2010-01-14 Cedric Le Goaterlxc: add --define to start
2010-01-14 Cedric Le Goateradd --define to restart
2010-01-14 Cedric Le Goateradd --define to execute
2010-01-14 Cedric Le Goateradd interface to assign configuration variable from...
2010-01-13 Daniel Lezcanoremove unused variable
2010-01-13 Cedric Le Goaterexport lxc_config_readline()
2010-01-13 Clement CalmelsSimplify mainloop
2010-01-13 Clement CalmelsDon't mess descr->ev
2010-01-13 Clement CalmelsIf epoll_ctl fails, the descr->ev array isinconsistent
2010-01-13 Clement Calmelsfix lxc_mainloop_del_handler
2010-01-13 Cedric Le Goateruse different log categories in commands
2010-01-13 Cedric Le Goaterfix lxc_file_cb prototype
2010-01-08 Michael Holztfix misleading error message in lxc_create
2010-01-08 Daniel LezcanoRemove dead code
2010-01-08 Michael Holtzuse pivot_root instead of chroot
2010-01-08 Michel Normandlxc: avoid memory corruption on ppc and s390 V4
2010-01-08 Michel Normandlxc_cgroup_set not reporting error
2010-01-08 Michel Normandlxc: update man and help of lxc-create
2009-12-28 Daniel Lezcanoadd macvlan vepa and bridge mode
2009-12-27 Daniel Lezcanoadd template option for lxc-create
2009-12-18 Daniel Lezcanofix mount entry typo
2009-12-15 Jamal Hadi SalimIntroduce per netdev priv structure
2009-12-15 Jamal Hadi SalimAdd VLAN support in config
2009-12-15 Jamal Hadi SalimAdd utility u16 get/put
2009-11-26 Daniel Lezcanofix a compilation warning
2009-11-26 Andrian Nord"Default" configuration may destroy host system
2009-11-26 Daniel Lezcanopass lxc_conf to the lxc_start function instead of...
2009-11-26 Jamal Hadi SalimRemove unnecessary reset of msg.msg_controlle
2009-11-26 Sven Wegeneruse correct number of ttys during setup
2009-11-26 Michael Tokarevminor cleanups for instanciate_veth()
2009-11-26 Michael Tokarevallow lxc.network.pair to specify host-side name for...
2009-11-26 Michel Normandlxc-ps to limit its search to containers
2009-11-26 Michel Normandlxc-ls to report also active containers
2009-11-24 Michel Normandlxc-info to report the FROZEN state
2009-11-24 Michael Tokarevfix fdleak and errors in lxc_create_tty()
next