]> git.proxmox.com Git - mirror_lxc.git/history - src
oracle template: drop additional capabilities
[mirror_lxc.git] / src /
2013-01-04 Natanael Copalxc-ps: fix order of output and fix --lxc opt
2013-01-04 Natanael Copalxc-checkconfig: fix colors when using dash
2013-01-03 Dwight Engenfix lxc-wait waiting forever for FREEZING, FROZEN,...
2013-01-02 Dwight Engenseparate console device from console log
2013-01-02 Stéphane Graberkill -s expects the signal name without SIG
2013-01-02 Natanael Copalxc-ps: use posix shell and awk instead of bash
2013-01-02 Natanael Copalxc-shutdown: use posix shell instead of bash
2013-01-02 Dwight Engenfix open check (0 is a valid fd)
2013-01-02 Natanael Copacleanup: use lxc-info --state-is
2013-01-02 Natanael Copalegacy/lxc-ls: improve finding fs mountpoint of hierarchy
2013-01-02 Natanael Copalxc-netstat: improve finding fs mountpoint of hierarchy
2012-12-25 Natanael Copalxc-netstat: use posix shell instead of bash
2012-12-25 Natanael Copalxc-clone: use posix shell instead of bash
2012-12-25 Natanael Copalegacy/lxc-ls: use posix shell instead of bash
2012-12-25 Natanael Copalxc-destroy: use posix shell instead of bash
2012-12-25 Kyle RussellFix compile warning on uninitialized return value
2012-12-25 Natanael Copadefine MS_SHARED if needed
2012-12-22 Serge HallynClear environment for container
2012-12-20 Serge HallynSupport MS_SHARED /
2012-12-19 Dwight Engenlxc-destroy container only if it is in the STOPPED...
2012-12-14 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-14 Dwight EngenFix race/corruption with multiple lxc-start, lxc-execute
2012-12-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2012-12-11 Dwight EngenDon't attempt to symlink kmsg without rootfs->path
2012-12-11 Serge Hallynsupport new libseccomp api
2012-12-11 Serge Hallynseccomp: free conf->seccomp (filename char *)
2012-12-10 Stéphane Graberpython: Update add_device_node to use the new API
2012-12-10 Stéphane Graberpython: Add binding for {get|set}_cgroup_item
2012-12-10 Stéphane Graberpython: get_keys() doesn't require a path
2012-12-07 Serge Hallyndont save loglevel if it is unset
2012-12-07 Stéphane Graberpython3-lxc: Fix build prefix/destdir
2012-12-07 Serge Hallynapi: add set_cgroup_item and get_cgroup_item (to c...
2012-12-07 Stéphane Graberlxc-create: Allow for empty or unset template name
2012-12-06 Stéphane Graberpython: Remove hardcoded LXCPATH
2012-12-06 Stéphane GraberUpdate for consistent indent
2012-12-05 Dwight EngenUse LXCPATH and LOCALSTATEDIR instead of hardcoded...
2012-12-05 Serge Hallynlxc-create: refuse to use a custom rootfs (--dir) which...
2012-12-05 Stéphane Graberlxc-ls: Update code to allow non-root listing
2012-12-04 Stéphane Graberpython: Update to the device related functions
2012-12-04 Stéphane Graberlxc-device: Show an error message when non-root
2012-12-04 Stéphane Graberlxc-ls: Show a simple error message when non-root
2012-12-04 Stéphane Graberlxc-start-ephemeral: Use argparse errors
2012-12-04 Serge Hallynrename physical nics at shutdown
2012-12-04 Stéphane GraberInstall legacy scripts when built without python.
2012-12-04 Stéphane GraberRewrite lxc-ls in python
2012-12-04 Serge Hallynlxc_conf logfile and loglevel support
2012-12-04 Serge Hallynlxc-clone: use hardlink detection in rsync
2012-12-03 Stéphane Graberlxc-create: Script cleanup
2012-12-03 Stéphane Graberlxc-create: Store template information in config
2012-11-30 Serge Hallyncheck and warn of return value from fchdir
2012-11-29 Serge HallynDescription: run MAKEDEV console when doing lxc.autodev
2012-11-29 Dwight EngenFix build with --enable-tests on Fedora
2012-11-28 Serge Hallynrevert inadvertent un-doing of lxc-clone fix
2012-11-27 Dwight EngenMake config api items const
2012-11-27 Natanael Copalxc-setuid: use POSIX shell instead of bash
2012-11-27 Natanael Copalxc-setcap: use POSIX shell instead of bash
2012-11-27 Dwight EngenUse autoconf LXCPATH instead of hardcoded LXCDIR
2012-11-27 Natanael Copalxc-checkconfig: use POSIX shell instead of bash
2012-11-27 Natanael Copalxc-version: use POSIX shell instead of bash
2012-11-26 Natanael Copalxc-info: add option -t, --state-is=STATE to test for...
2012-11-26 Dwight EngenEnsure argv passed by createl to create is NULL terminated
2012-11-26 Dwight EngenFree allocated configuration memory
2012-11-26 Dwight EngenFix use of list item memory after free
2012-11-26 Dwight EngenFix fd leak in lxc log
2012-11-26 Stéphane Graberpython: Use builtin len() function for network interfaces
2012-11-26 Stéphane Graberpython: PEP8 compatibility
2012-11-26 Stéphane GraberRemove all trailing whitespaces.
2012-11-26 Dwight EngenFix checkconfig to handle kernel memory cgroup name...
2012-11-26 Serge HallynAdd lxc.autodev
2012-11-26 Stéphane Graberpython: Add new lxc-device tool
2012-11-26 Stéphane Graberpython: Add add_device() function
2012-11-26 Natanael Copalxc-create: do not use 'local'
2012-11-26 Natanael Copalxc-create: fix passing over first argument to template...
2012-11-21 Natanael Copalxc-create: use posix shell instead of bash
2012-11-15 Stéphane GraberUse clearer error message on failure to create pidfile
2012-11-15 Natanael Copalxc-start: add option -p, --pidfile=FILE
2012-11-14 Frederic Crozatensure btrfs subvolume is removed when container creati...
2012-11-14 Serge Hallyndont fail on failure to link kmsg
2012-11-14 Stéphane GraberCheck return value of all system calls in startone
2012-11-13 Serge Hallynswitch use of #define with static char*
2012-11-13 Serge HallynRevert "Fix check against LXCROOTFSMOUNT to use strcmp"
2012-11-13 Serge HallynInitialize curtime to silence spurious compiler warning
2012-11-13 Serge HallynFix reverse check: error out only if mkdir(cgroup/lxc...
2012-11-12 Stéphane Graberlxc-create: Support passing a full path to -t
2012-11-12 Stéphane Graberlxc-ls: Don't exit 1 when no container or help
2012-11-12 Stéphane GraberFix check against LXCROOTFSMOUNT to use strcmp
2012-11-12 Stéphane Graberlxc-start-ephemeral: Wipe the whole container on exit...
2012-11-12 Stéphane Graberpython-lxc: Add missing space between two help lines
2012-11-12 Dwight EngenAdd distro config file /etc/lxc/lxc.conf
2012-11-12 Serge HallynSupport individual hook types in clear_config_item
2012-11-12 Serge Hallynapi shutdown: don't c->stop() if already stopped.
2012-11-12 Stéphane Graberapi_test.py: Remove workarounds for API bugs
2012-11-12 Stéphane Graberlxc-start-ephemeral: startup time improvement
2012-11-12 Stéphane Graberlxc-start-ephemeral: Exit with command return code
2012-11-12 Stéphane Graberlxc-start-ephemeral: Drop stop() calls when shutdown...
2012-11-12 Stéphane Graberlxc-start-ephemeral: Add missing return call to wait...
2012-11-12 Stéphane Graberlxc-start-ephemeral: Fix typo causing crash at startup
2012-11-12 Dwight Engenfix expansion of LXCPATH,LXCROOTFSMOUNT,LXCTEMPLATEDIR
2012-11-12 Dwight Engenfix gcc error: typedef redefinition (against git staging)
2012-11-12 Dwight Engenfix compile without apparmor (against git staging)
next