aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix compilation error when buildir differs from srcdirDaniel Lezcano2009-10-231-61/+16
* lxc: kill libtoolCedric Le Goater2009-10-223-23/+54
* use config.h to define the lxcpath and coDaniel Lezcano2009-10-2211-5/+18
* remove test directoryDaniel Lezcano2009-10-2220-1305/+2
* mount /dev/mqueueDaniel Lezcano2009-10-152-2/+12
* clean up and factor out some codeDaniel Lezcano2009-10-1211-27/+19
* Fix network prefixDaniel Lezcano2009-10-121-2/+17
* fix compilation error for testsDaniel Lezcano2009-10-124-215/+13
* remove configure dead codeDaniel Lezcano2009-10-123-15/+0
* fix tty creation using confdirDaniel Lezcano2009-10-093-42/+7
* fix netdev structure vs network structureDaniel Lezcano2009-10-094-118/+55
* Factor out some network codeDaniel Lezcano2009-10-093-68/+15
* Use the configuration structure for the networkDaniel Lezcano2009-10-096-617/+205
* Move configuration info to the structureDaniel Lezcano2009-10-096-40/+41
* Move the configuration file to the start functionDaniel Lezcano2009-10-094-34/+34
* use the configuration structure for the cgroupDaniel Lezcano2009-10-091-127/+11
* remove the LXCPATH/<name>/nsgroup fileMichel Normand2009-10-093-21/+2
* use the new nsgroup_path_get function in freezer.cMichel Normand2009-10-093-5/+10
* new lxc_cgroup_path_get functionMichel Normand2009-10-091-2/+35
* place nscgroup path in lxc_handlerMichel Normand2009-10-094-15/+11
* use the configuration structure for the ttyDaniel Lezcano2009-10-091-38/+28
* use configuration structure for the mount pointsDaniel Lezcano2009-10-091-28/+8
* Use the configuration structure for ptsDaniel Lezcano2009-10-091-33/+6
* use the configuration structure to setup the utsnameDaniel Lezcano2009-10-091-37/+7
* use the configuration structure for setting up the rootfsDaniel Lezcano2009-10-091-14/+30
* use the configuration to check if a resource is enabledDaniel Lezcano2009-10-091-56/+8
* Read the config file at restartDaniel Lezcano2009-10-092-2/+23
* make container to die when parent diesDaniel Lezcano2009-10-071-0/+5
* Simplify the mainloopDaniel Lezcano2009-10-073-10/+6
* format and fix small typosDaniel Lezcano2009-10-071-29/+35
* remove dead code in monitor.cMichel Normand2009-10-072-73/+1
* remove src/lxc/lxc_priority.cMichel Normand2009-10-071-78/+0
* returns a specific info when we have ECONNREFUSEDDaniel Lezcano2009-10-075-12/+32
* remove dead state codeDaniel Lezcano2009-10-071-31/+0
* fix the abstract unix socket nameDaniel Lezcano2009-10-071-10/+8
* handle the state commandDaniel Lezcano2009-10-073-1/+64
* returns the state of the container with the af_unix socketDaniel Lezcano2009-10-076-86/+20
* do some cleanup around the old init pid fileDaniel Lezcano2009-10-071-39/+0
* remove dead stop codeDaniel Lezcano2009-10-071-38/+0
* handle the stop commandDaniel Lezcano2009-10-073-1/+64
* check permissions when receiving commandMichel Normand2009-10-072-1/+12
* repackage previous code to new commands.cMichel Normand2009-10-075-245/+288
* add an additionnal abstract socket to prepare for more commandsMichel Normand2009-10-074-65/+193
* ttyclient_handler is only cleanup on disconnectMichel Normand2009-10-071-6/+18
* change the way tty service is added to mainloopMichel Normand2009-10-071-21/+22
* accept commands from rootMichel Normand2009-10-071-2/+2
* lxc_af_unix_rcv_credential to report rcvd lengthMichel Normand2009-10-072-5/+22
* export struct lxc_handler from start.c to start.hMichel Normand2009-10-072-10/+8
* local struct name changed in mainloop.cMichel Normand2009-10-071-5/+6
* keep rcfile for lxc-execute as already done for lxc-createMichel Normand2009-10-077-45/+51