aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Exit if allocation failsMichael Santos2011-03-161-0/+4
* fix mount pathDaniel Lezcano2011-03-141-1/+1
* rename physical device to the original nameDaniel Lezcano2011-03-073-35/+31
* factor out networking configuration codeDaniel Lezcano2011-03-073-84/+49
* Update file capa detection for kernels >=2.6.37Jan Niehusmann2011-02-261-1/+1
* Simplify broadcast computationDaniel Lezcano2011-02-141-2/+3
* fix broadcast computionDaniel Lezcano2011-02-062-4/+3
* fix empty network configurationDaniel Lezcano2011-02-021-1/+1
* lxc-start can output the console to a filelxc-0.7.4-rc1Daniel Lezcano2011-02-013-17/+34
* generate setns syscall numberClement Calmels2011-02-012-14/+14
* lxc-attach gives a better error messageDaniel Lezcano2011-02-011-0/+6
* export env variable in lxc_startDaniel Lezcano2011-01-281-0/+5
* Adds correct file capa detection for >2.6.32 The kernel compile parameter was...Reto Gantenbein2011-01-191-2/+4
* Only bring up network interface if IFF_UP is setDavid Ward2011-01-171-2/+2
* set veth host's side always upDaniel Lezcano2011-01-171-7/+4
* Fix mntflags initializationJoerg Gollnick2011-01-161-0/+1
* fix clone_children pathDaniel Lezcano2011-01-131-2/+2
* substitute the absolute rootfs mount pathDaniel Lezcano2011-01-131-10/+14
* encapsulate mount point codeDaniel Lezcano2011-01-131-62/+107
* mindless changes to conform indentationDaniel Lezcano2011-01-131-12/+16
* set function staticDaniel Lezcano2011-01-131-2/+2
* fix cgroup directory removalDaniel Lezcano2011-01-101-1/+1
* fix the ns_cgroup vs clone_childrenDaniel Lezcano2011-01-091-6/+76
* use clone_children cgroup's flagDaniel Lezcano2010-12-171-1/+74
* Move common code to lxc_cgroup_createDaniel Lezcano2010-12-171-44/+38
* encapsulate the ns_cgroupDaniel Lezcano2010-12-174-5/+15
* Change nscgroup interfaceDaniel Lezcano2010-12-173-4/+4
* Remove unused nscgroup fieldDaniel Lezcano2010-12-172-2/+1
* remove duplicate cgroup headerDaniel Lezcano2010-12-171-1/+0
* Make mount paths relative to rootfsMichael Tokarev2010-12-171-8/+37
* add support for dirsync mount optionSergey S. Kostyliov2010-10-301-0/+5
* fix multiple console for a containerDaniel Lezcano2010-10-263-4/+23
* don't play with the capabilities when we are rootDaniel Lezcano2010-10-261-0/+10
* Fix compilation error on fc12Daniel Lezcano2010-10-121-2/+2
* Fix compilation warningDaniel Lezcano2010-10-123-1/+6
* reduce function nameDaniel Lezcano2010-10-121-13/+11
* use popen and redirect script outputDaniel Lezcano2010-10-121-36/+39
* fix Coding StyleDaniel Lezcano2010-10-121-39/+39
* add lxc.network.script.up configuration hookStefan Tomanek2010-10-124-23/+139
* allow to specify a image or a device block as rootfsDaniel Lezcano2010-10-031-91/+132
* Don't display an error in lxc_file_for_each_lineDaniel Lezcano2010-10-031-3/+1
* Use container's proc to setup the utmp watchingDaniel Lezcano2010-10-031-11/+19
* Initialize default mount pointDaniel Lezcano2010-10-031-16/+11
* use the rootfs mount point for the tty'sDaniel Lezcano2010-10-031-1/+4
* use the rootfs mount point for the consoleDaniel Lezcano2010-10-031-2/+3
* mount the rootfs to the mount directory firstDaniel Lezcano2010-10-031-7/+21
* Fix linking problems with libcapOzan Caglayan2010-10-011-1/+1
* initialize capabilities in checkpoint and restart commandsCedric Le Goater2010-10-012-0/+6
* configure container architectureDaniel Lezcano2010-09-133-0/+54
* avoid compile warning in src/lxc/console.cMichel Normand2010-07-231-1/+1