]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2010-05-10 Daniel Lezcanoupdate INSTALL file
2010-05-10 Daniel LEzcanofactor out pivot_root code
2010-05-10 Daniel Lezcanofix pivot_root temporary directory
2010-05-10 Daniel LezcanoFix console infinite loop
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 Normandlxc: remove unused lxc_bridge_detach
2010-04-29 Michel Normandlxc: remove perror call in nl.c (V2)
2010-04-29 gkurz@linux... lxc: introduce lxc-kill command (v4)
2010-04-29 Michel Normandman update lxc.conf
2010-04-29 Michel Normandman update lxc-create lxc-destroy
2010-04-29 Michel Normandman update lxc-execute and lxc-start (V2)
2010-04-29 Michel Normandman update lxc
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 Lezcanoversion 0.6.5
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 Daniel Lezcanoadd extra line in the busybox script
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 Normandavoid too long line in lxc-busybox.in
2010-01-21 Michel Normandadd --define to restart V2
2010-01-20 Michel Normandlxc: typo in scripts/lxc-debian.in
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 Daniel Lezcanofix bad docbook syntax in lxc-create.sgml.in
2010-01-08 Michael Holztfix misleading error message in lxc_create
2010-01-08 Michael HolztUpdate .gitignore
2010-01-08 Michael HolztRename doc/examples/lxc-complex-config.in to lxc-comple...
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
next