]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/start.c
ttyclient_handler is only cleanup on disconnect
[mirror_lxc.git] / src / lxc / start.c
2009-10-07 Michel Normandttyclient_handler is only cleanup on disconnect
2009-10-07 Michel Normandchange the way tty service is added to mainloop
2009-10-07 Michel Normandlxc_af_unix_rcv_credential to report rcvd length
2009-10-07 Michel Normandexport struct lxc_handler from start.c to start.h
2009-07-24 Daniel Lezcanoadd some traces in the code for the logger
2009-07-20 Daniel Lezcanofix closed fd when they are inherited
2009-07-16 Daniel Lezcanoencapsulate lxc_handler
2009-07-16 Daniel LezcanoRemove useless initialization
2009-07-15 Michel Normandlxc-start should not hold inheritited fds
2009-07-13 Michel Normandlxc-execute or lxc-start to fail if cgroup not mounted
2009-07-07 Daniel Lezcanoreplace fork_ns by lxc_clone
2009-06-25 Michel Normandanother place where readlink to be null terminated
2009-06-12 Daniel Lezcanounshare the utsname in all the cases
2009-06-12 Daniel Lezcanofix capability.h compilation problem
2009-06-07 Daniel Lezcanolog the container console when it is daemonized and...
2009-05-28 Daniel Lezcanorename the ns_cgroup with the container name
2009-05-18 Michel Normandlxc-start to report exit code of started application
2009-05-18 Michel Normandadd long options step2
2009-05-07 Daniel Lezcanoautoassign tty number
2009-04-29 Daniel Lezcanoexport-fine-grain-api-for-start
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