mirror_lxc/src/lxc
Stéphane Graber c9d845b518 Update doxygen doc for previous change
Reported-by: James Hunt <james.hunt@ubuntu.com>
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2013-11-29 16:05:45 -05:00
..
legacy licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lsm free previously allocated memory if realloc fails in src/lxc/lsm/apparmor.c 2013-11-18 10:47:45 -05:00
af_unix.c lxc_abstract_unix_connect: accomodate containers started before Oct 28 2013-11-11 15:27:04 -06:00
af_unix.h Use actual length of socket's name for abstract sockets (v3) 2013-10-25 16:15:23 -05:00
arguments.c arguments: remove trailing slashes for the input lxcpath 2013-09-24 09:37:09 -05:00
arguments.h Refactoring - make the option parsing code generic 2013-11-12 08:19:55 -08:00
attach_options.h Drop trailing white spaces. 2013-11-25 11:52:43 -05:00
attach.c support setting lsm label at exec or immediately 2013-10-18 13:57:37 -05:00
attach.h refactor AppArmor into LSM backend, add SELinux support 2013-09-25 17:12:36 -05:00
bdev.c lxcapi_destroy: run in a namespace if we are unprivileged 2013-11-22 15:20:16 -06:00
bdev.h Pass through all options with -Bbest. 2013-10-22 17:10:14 -05:00
caps.c strtoul: check errno 2013-10-24 11:35:55 -05:00
caps.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
cgroup.c valgrind drd tool shows conflicting stores happening at lxc_global_config_value@src/lxc/utils.c (v2) 2013-11-01 16:40:00 -05:00
cgroup.h Automatic mounting: add more ways to mount the cgroup filesystem 2013-09-27 10:14:14 -05:00
checkpoint.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
commands.c Use actual length of socket's name for abstract sockets (v3) 2013-10-25 16:15:23 -05:00
commands.h add c->may_control 2013-09-30 13:21:52 -05:00
conf.c chown_mapped_root: fix assumption that calling uid == gid 2013-11-28 23:57:34 -05:00
conf.h Merge pull request #92 from majek/share-namespaces 2013-11-25 13:55:30 -08:00
confile.c lxc-attach: elevate specific privileges 2013-11-20 10:54:47 -06:00
confile.h lxc-attach: elevate specific privileges 2013-11-20 10:54:47 -06:00
console.c Consistently use <lxc/lxccontainer.h> for the API 2013-09-23 15:30:05 -05:00
console.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
error.c error.c: don't return error if container init signaled 2013-09-10 18:19:20 -04:00
error.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
execute.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
freezer.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
genl.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
genl.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
list.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
log.c allow setting/getting lxc.loglevel and lxc.logfile via set_config_item/get_config_item API calls 2013-11-04 06:24:16 -06:00
log.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxc_attach.c lxc-attach: elevate specific privileges 2013-11-20 10:54:47 -06:00
lxc_cgroup.c call lxc_container_put when appropriate 2013-10-04 08:45:26 -05:00
lxc_checkpoint.c Improve behaviour for unprivileged users 2013-10-03 09:34:55 -05:00
lxc_clone.c call lxc_container_put when appropriate 2013-10-04 08:45:26 -05:00
lxc_config.c Add a --thinpool argument to lxc-create, to use thin pool backed lvm when creating the container. When cloning a container backed by a thin pool, the clone will default to the same thin pool. 2013-10-18 14:43:03 -05:00
lxc_console.c call lxc_container_put when appropriate 2013-10-04 08:45:26 -05:00
lxc_create.c Update lxc_create.c corrected argument usage example for -t 2013-11-12 16:03:55 -05:00
lxc_destroy.c lxcapi_destroy: run in a namespace if we are unprivileged 2013-11-22 15:20:16 -06:00
lxc_execute.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxc_freeze.c call lxc_container_put when appropriate 2013-10-04 08:45:26 -05:00
lxc_info.c lxc-info: Rework based on mailinglist thread 2013-11-15 16:06:49 -05:00
lxc_init.c don't fail lxc-init if we couldn't mount proc 2013-11-22 15:52:57 -06:00
lxc_kill.c Improve behaviour for unprivileged users 2013-10-03 09:34:55 -05:00
lxc_monitor.c fix memory leaks reported by cppcheck in src/lxc/lxc_monitor.c. Since this is a cli tool it doesn't really matter but might silence some warnings for debugging 2013-11-18 09:32:14 -06:00
lxc_monitord.c Use actual length of socket's name for abstract sockets (v3) 2013-10-25 16:15:23 -05:00
lxc_restart.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxc_snapshot.c Convert all files to utf-8 2013-11-25 12:59:07 -05:00
lxc_start.c Allow unsetting daemonize and close_fds 2013-11-29 16:05:07 -05:00
lxc_stop.c Improve behaviour for unprivileged users 2013-10-03 09:34:55 -05:00
lxc_unfreeze.c call lxc_container_put when appropriate 2013-10-04 08:45:26 -05:00
lxc_unshare.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxc_user_nic.c lxc-user-nic: use common code from network.c 2013-11-25 15:12:11 -05:00
lxc_usernsexec.c usernsexec: Include utils.h for unshare 2013-11-25 18:24:03 -05:00
lxc_wait.c call lxc_container_put when appropriate 2013-10-04 08:45:26 -05:00
lxc-checkconfig.in lxc-checkconfig: suggest modprobe configs 2013-10-02 17:22:52 -04:00
lxc-device licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxc-devsetup Support files for systemd on Fedora. 2013-11-21 11:25:35 -06:00
lxc-ls lxc-ls: Rewrite nesting code to use the attach API 2013-10-24 16:19:56 -04:00
lxc-netstat.in lxc-info: Rework based on mailinglist thread 2013-11-15 16:06:49 -05:00
lxc-ps.in lxc-info: Rework based on mailinglist thread 2013-11-15 16:06:49 -05:00
lxc-start-ephemeral.in lxc-start-ephemeral: Fix broken mount logic 2013-10-18 13:33:26 -05:00
lxc-top lxc-lua: LFS library is not being used 2013-11-18 10:44:33 -05:00
lxc-version.in lxc-version: use POSIX shell instead of bash 2012-11-27 10:04:04 -05:00
lxc.functions.in licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxc.h cgroup: Major rewrite of cgroup logic 2013-09-10 18:19:21 -04:00
lxc.service Support files for systemd on Fedora. 2013-11-21 11:25:35 -06:00
lxccontainer.c Allow unsetting daemonize and close_fds 2013-11-29 16:05:07 -05:00
lxccontainer.h Update doxygen doc for previous change 2013-11-29 16:05:45 -05:00
lxclock.c gather all locking related code into src/lxc/lxclock.c 2013-11-14 12:00:58 -06:00
lxclock.h Add '--enable-api-docs' for doxygen-generated public API docs. 2013-11-25 11:50:01 -05:00
lxcseccomp.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
lxcutmp.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
lxcutmp.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
mainloop.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
mainloop.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
Makefile.am lxc-user-nic: use common code from network.c 2013-11-25 15:12:11 -05:00
monitor.c Use actual length of socket's name for abstract sockets (v3) 2013-10-25 16:15:23 -05:00
monitor.h move monitor-fifo and monitor-sock to /run 2013-09-11 13:59:06 -05:00
namespace.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
namespace.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
network.c Add gateway as direct route for interface 2013-11-26 10:22:47 -05:00
network.h Add gateway as direct route for interface 2013-11-26 10:22:47 -05:00
nl.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
nl.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
parse.c parse.c: don't print error message on callback rv > 0 2013-10-18 11:27:42 -05:00
parse.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
restart.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
rtnl.c licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
rtnl.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
seccomp.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
start.c Merge pull request #92 from majek/share-namespaces 2013-11-25 13:55:30 -08:00
start.h Enable network namespace sharing in lxc-start 2013-11-06 15:16:33 -08:00
state.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
state.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
sync.c make heavier use of process_lock (v2) 2013-09-18 13:49:08 -05:00
sync.h licensing: Add missing headers and FSF address 2013-09-03 14:33:03 -04:00
utils.c Drop trailing white spaces. 2013-11-25 11:52:43 -05:00
utils.h don't fail lxc-init if we couldn't mount proc 2013-11-22 15:52:57 -06:00
version.c clang: Fix some simple issues 2013-10-23 21:42:42 -04:00
version.h clang: Fix some simple issues 2013-10-23 21:42:42 -04:00