]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/start.c
encapsulate the lxc code
[mirror_lxc.git] / src / lxc / start.c
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>
2008-11-26 dlezcanoRemove annoying warnings and fix tty for restart
2008-11-25 dlezcanoPass the ttyname to the lxc_setup function
2008-11-21 dlezcanoReturn error code in child process
2008-11-20 dlezcanoAdd lxc.7 man page
2008-11-19 legoaterfixed readlink to add an ending '\0'
2008-11-17 dlezcanoReturn a lxc-error for creation and starting
2008-11-17 dlezcanoHandle the lock error and show message to user
2008-11-17 dlezcanoAdd return error status in the different functions
2008-11-14 dlezcanoChange at compilation time the destruction of the netwo...
2008-11-13 dlezcanoReplace lxc_execute by an intermediate lxc_init
2008-11-04 dlezcanoFrom: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-04 dlezcanoFrom: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-10-08 dlezcanoRemoved useless opentty function and moved the sighandl...
2008-10-07 dlezcanoCreate the cgroup proxy before trying to set it up.
2008-10-04 dlezcanoReplace asprintf by snprintf
2008-09-09 dlezcanoAdded console support
2008-09-04 dlezcanoChange header inclusion path
2008-09-04 dlezcanoHeaders cleanup
2008-09-04 dlezcanoJoined liblxc and lxc directory