]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/utils.c
cgmanager: implement attach
[mirror_lxc.git] / src / lxc / utils.c
2014-01-31 Serge Hallyncgmanager: implement attach
2014-01-21 Stéphane Graberutils: Drop trailing / in lxcpath
2014-01-13 Luka Perkovinclude: cleanup unnecessary getline defines
2014-01-13 Serge HallynThis change introduce mac address templating.
2014-01-11 Stéphane GraberOne more rename of the system options
2014-01-10 Stéphane GraberRe-organize API for global lxc.conf config
2014-01-10 Stéphane GraberAdd lxc.default_config to LXC's own config
2014-01-10 Stéphane GraberRename all lxc.conf options to lxc.<key>
2014-01-06 S.Çağlar Onurcheck pthread_atfork and thread-local storage
2014-01-02 Andrey MazoMark functions as static and arguments/arrays as const...
2013-12-25 Andrey MazoRemove unused functions
2013-12-24 Andrey MazoRemove process_lock() except where actually needed
2013-12-23 Andrey MazoFix invalid free() in lxc_global_config_value().
2013-12-23 Serge HallynRevert "coverity-detected bug: don't free "/""
2013-12-23 Serge HallynRevert "remove static_lock()/static_unlock() and start...
2013-12-23 Serge Hallyncoverity-detected bug: don't free "/"
2013-12-23 Stéphane GraberSet default paths for unprivileged use (v2)
2013-12-19 S.Çağlar Onurremove static_lock()/static_unlock() and start to use...
2013-12-13 Serge Hallyncoverity: remove logically dead code
2013-12-13 hallynMerge pull request #101 from ahippo/master
2013-12-03 Andrey Mazorun_buffer(): unblock all signals for spawned scripts.
2013-11-25 hallynMerge pull request #92 from majek/share-namespaces
2013-11-25 Stéphane GraberDrop trailing white spaces.
2013-11-22 Serge Hallyndon't fail lxc-init if we couldn't mount proc
2013-11-22 Serge Hallynlxcapi_destroy: run in a namespace if we are unprivileged
2013-11-18 S.Çağlar Onurp is a pointer and cannot be negative so check if it...
2013-11-14 S.Çağlar Onurgather all locking related code into src/lxc/lxclock.c
2013-11-05 Stéphane GraberOnly include execinfo.h if MUTEX_DEBUGGING is set
2013-11-01 S.Çağlar Onurvalgrind drd tool shows conflicting stores happening...
2013-10-24 Serge Hallynstrtoul: check errno
2013-10-21 Sidnei da SilvaAssume a default thin pool named 'lxc'.
2013-10-18 Sidnei da SilvaAdd a --thinpool argument to lxc-create, to use thin...
2013-10-08 Dwight Engenensure gnutls is initialized before use
2013-09-24 Qiang Huangutils: move remove_trailing_slashes to utils
2013-09-18 S.Çağlar OnurAdd get_interfaces to the API
2013-09-18 Serge Hallynmake heavier use of process_lock (v2)
2013-09-14 Serge HallynRevert "api_create and api_start: work toward making...
2013-09-14 Serge Hallynapi_create and api_start: work toward making them threa...
2013-09-12 Christian Seilerutils: Add lxc_append_paths to join two paths.
2013-09-11 Dwight Engenmove monitor-fifo and monitor-sock to /run
2013-09-10 Christian Seilercgroup: Major rewrite of cgroup logic
2013-09-10 Serge Hallynremove unused lxc_read_line_from_file()
2013-09-10 Christian Seilerutils: Add utility functions that write/read to entire...
2013-09-10 Christian Seilerutils: Add string and array utility functions
2013-09-10 Serge Hallynfopen_cloexec: simplify open call
2013-09-10 Christian SeilerAdd fopen_cloexec function to emulate 'e' mode
2013-09-10 Christian SeilerAdd cgroup.pattern global configuration option
2013-09-10 Christian Seilerglobal config: Unify parsing, add additional checks
2013-09-09 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-09-03 Stéphane Graberlicensing: Add missing headers and FSF address
2013-08-16 Stéphane GraberReplace a few more str(n)dupa by str(n)dup + free
2013-08-14 Christian SeilerAdd helper functions to convert va_list of char* to...
2013-08-14 Christian SeilerFix return type of read/write utility functions.
2013-07-15 Serge Hallynlxc_create: prepend pretty header to config file (v2)
2013-06-12 Natanael Copalxc-init: continue even if we fail to mount /dev/mqueue
2013-05-25 Serge Hallyndestroy: implement in the api
2013-05-20 Christian SeilerImplement simple utility functions for reading and...
2013-05-20 Christian Seilerutils.c: Add lxc_wait_for_pid_status routine that retur...
2013-05-20 Christian Seilerwait_for_pid: Fix EINTR check
2013-04-30 Serge Hallynallow site-wide customization of zfsroot and lvm vg
2013-04-30 Serge Hallynimplement backend drivers and container clone API (v3)
2013-04-18 Richard Weinbergerutils: reimplement/fix mkdir_p() (v2)
2013-04-18 Stéphane GraberRevert "utils: reimplement/fix mkdir_p()"
2013-04-18 Richard Weinbergerutils: reimplement/fix mkdir_p()
2013-04-16 Serge Hallynfix spacing
2013-04-16 Serge Hallynmkdir_p: account for '//foo/bar'
2013-04-10 Dwight Engenremove unused lxc_copy_file
2013-03-19 Daniel LezcanoChange author email address
2013-03-18 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-19 Stéphane GraberIntroduce --lxcpath cmdline option, and make default_lx...
2013-02-13 Daniel LezcanoMerge git://github.com/lxc/lxc
2013-02-08 Serge HallynSwitch from use of LXCPATH to a configurable default_lx...
2013-01-09 Stéphane GraberReplace all reference to ushort by unsigned short
2012-02-26 Serge Hallynlxc-init: use INFO when failed to mount /dev/shm
2012-02-26 Serge Hallynif lxc-init can't mount /dev/shm, don't fail.
2011-10-24 Serge E. HallynLet sshd template work on ubuntu systems.
2010-05-10 Daniel Lezcanofix pivot_root temporary directory
2010-03-22 Cedric Le Goaterlxc: forbid open fds upon startup
2009-12-15 Jamal Hadi SalimAdd utility u16 get/put
2009-11-17 Michel Normandlxc: move setup_fs to utils.c
2009-08-18 Ken-ichirou MATSUZAWAinitialize lxc_fd_list before WARN return path
2009-07-22 Daniel Lezcanomake use of the logging facility and add some traces
2009-07-20 Daniel Lezcanofix closed fd when they are inherited
2009-07-15 Michel Normandlxc-start should not hold inheritited fds
2009-05-28 Daniel Lezcanomake a "copy file" function