]> git.proxmox.com Git - mirror_lxcfs.git/shortlog
mirror_lxcfs.git
2016-02-18 Serge Hallynpid_from_ns_wrapper: remove the loop
2016-02-18 Fabian GrünbichlerUse clone instead of fork for PID translation
2016-02-18 Fabian GrünbichlerUse clone instead of fork in write_task_init_pid_exit
2016-02-10 Serge Hallynconfigure.ac: release 2.0.0.beta1 lxcfs-2.0.0.beta1
2016-02-10 Serge Hallynconfigure: drop unneeded variable
2016-02-09 Serge Hallynfix length check in proc_swaps_read
2016-02-09 Serge HallynDon't expand LIBDIR for liblxcfs.so, always use /usr...
2016-02-09 Serge HallynAdd support for /proc/swaps
2016-02-09 Serge HallynMerge pull request #81 from hallyn/2016-02-08/pam
2016-02-09 Serge Hallynpam_cgfs: change handling of name=systemd
2016-02-09 Serge HallynMerge pull request #80 from hallyn/2016-02-08/dist
2016-02-09 Serge Hallynadd test_reload.sh to extra_dist
2016-02-08 Serge HallynMerge pull request #79 from hallyn/2016-02-08/privlib
2016-02-08 Serge Hallyntestsuite: handle liblxcfs changes
2016-02-08 Serge Hallyntest_reload: actually time out
2016-02-08 Serge HallynLook for liblxcfs under LIBDIR/lxcfs
2016-02-08 Serge HallynMakefile: make testlib build optional, and drop the...
2016-02-08 Wolfgang Bumillerbindings: avoid allocating an unused buffer
2016-02-08 Wolfgang Bumillerbindings: even more concise must_strcat_pid
2016-02-08 Wolfgang Bumillerbindings: return value type fixup
2016-02-04 Serge Hallynconfigure.ac: add -Wno-portability
2016-02-04 Serge HallynMerge pull request #76 from hallyn/2016-02-03/pidfile
2016-02-03 Serge Hallyndrop glibc travis exceptions - we don't use glibc any...
2016-02-03 Serge HallynAdd a pidfile
2016-02-03 Serge Hallyndrop a debugging printf
2016-02-03 Serge HallynMerge pull request #75 from hallyn/n
2016-02-03 Serge HallynDon't tie entries in 'hierarchies' to their subsystem id
2016-02-03 Serge HallynMerge pull request #74 from hallyn/2016-02-02/split.2
2016-02-03 Serge HallynMake the bulk of the lxcfs code reloadable
2016-02-02 Serge HallynAvoid redefinition of ret in local scope
2016-02-02 Serge HallynMerge pull request #72 from stgraber/master
2016-02-02 Stéphane GraberDon't hardcode strings in testsuites
2016-01-29 Serge HallynMerge pull request #69 from sforshee/fixes
2016-01-28 Seth ForsheeRemove unused chunks in caching code
2016-01-28 Seth ForsheeAvoid theoretical underflow in prune_init_{slice,scope}
2016-01-28 Serge Hallyntests: update to handle lxcfs virtualizing based on...
2016-01-27 Serge Hallynmkdir_p: check for null not \0, and fail if enomem
2016-01-27 Serge Hallynpam: free path when pruning
2016-01-27 Serge Hallynpam: detect write failure in write_int()
2016-01-27 Serge Hallynpam: always free line and close file
2016-01-27 Serge Hallynhandle case where only one of comounted controllers...
2016-01-27 Serge Hallynpam: don't let add_controller fail
2016-01-26 Serge Hallynconfigure.ac: release LXCFS 0.17 lxcfs-0.17
2016-01-23 Serge Hallyntravis: install pam
2016-01-23 Serge Hallynmake HASH a smidge safer
2016-01-23 Serge Hallynturn pidns store into a hashtable
2016-01-22 Serge Hallynprune unused init pid store entries
2016-01-22 Serge Hallynpam_cgfs.so: chown user's cgroups
2016-01-22 Serge Hallynsilence some warnings
2016-01-22 Serge Hallyncache the init pids
2016-01-22 Serge Hallynepoll: update timeout and retry at eintr
2016-01-22 Serge Hallynmore sanity checking
2016-01-22 Serge Hallynfirst start to converting permissions checks
2016-01-22 Serge HallynDon't use tasks file to determine access rights to...
2016-01-22 Serge Hallynswitch to epoll
2016-01-22 Serge Hallynsimplify getreaperage
2016-01-22 Serge Hallynuse the init pid for reaper age
2016-01-21 Serge Hallynadd pam module
2016-01-21 Serge HallynRemove obsolete options from readme
2016-01-21 Serge Hallynremove stale comment
2016-01-19 Nehal J WaniFix Busted Swap Accounting
2016-01-19 Serge HallynMerge pull request #67 from mortzu/patch-1
2016-01-18 Moritz Kaspar... There is no debug mode
2016-01-09 Serge Hallynconfigure.ac: release LXCFS 0.16 lxcfs-0.16
2016-01-08 Serge Hallynsimplify and fix must_strcat_pid
2016-01-08 Wolfgang Bumillercgfs: make dorealloc allocate the first batch, too
2016-01-08 Serge Hallynconfigure.ac: release LXCFS 0.15 lxcfs-0.15
2016-01-08 Serge Hallyndo not dereference char* for realloc
2016-01-07 Serge Hallynconfigure.ac: Release LXCFS v0.14 lxcfs-0.14
2016-01-07 Serge Hallynadd processed reboot hook to gitignore
2016-01-07 Serge Hallyndon't use sh -u
2016-01-07 Serge HallynFix comparison of string to number.
2016-01-07 Serge Hallyndorealloc: avoid extra reallocs
2016-01-07 Wolfgang Bumillercgfs: improve read_file and append_line
2016-01-07 Wolfgang Bumillercgfs: fix dorealloc's batch allocation
2016-01-07 Wolfgang Bumillerfix leak in realloc loop in must_strcat_pid
2016-01-07 Wolfgang Bumilleravoid strlen in must_strcat_pid
2016-01-07 Wolfgang Bumillerfix missing dereferencing in must_strcat_pid
2016-01-01 Serge HallynMerge pull request #64 from evgeni/doc-include-fixes
2016-01-01 Evgeni Golovupdate README about the hooks configuration needed
2016-01-01 Serge HallynDon't assume lxc knows about cgroup namespaces
2016-01-01 Serge Hallyndon't mount lxcfs cgroups if we have cgroup namespaces
2015-12-17 Wolfgang Bumilleruptime: fix pid1 and reaper_busy times
2015-12-07 Serge HallynMerge pull request #57 from tych0/can-see-root-cgroup
2015-12-07 Tycho Andersencaller_may_see_dir: correctly handle tasks in /
2015-12-06 Serge Hallynmeminfo: fix report swap usage
2015-12-03 Serge Hallyntests/main.sh: support running without having built...
2015-11-25 Serge Hallynmake test_confinement.sh executable
2015-11-25 Serge Hallynconfigure.ac: release v0.13 lxcfs-0.13
2015-11-23 Serge Hallyncaller_may_see_dir: prune init slice
2015-11-23 Serge Hallynadd check for defunct processes at end
2015-11-23 Serge Hallynlxcfs.c: minor cleanups
2015-11-23 Serge Hallynget_task_reaper_pid: clean up forked child
2015-11-20 Serge HallynMerge pull request #54 from hallyn/2015-11-20/glibc
2015-11-20 Serge Hallynwork around weird glibc assert
2015-11-19 Serge Hallyntravis: install libattr1-dev to fix building of tests
2015-11-19 Serge Hallynprint_subsystems: print to stderr
2015-11-17 Serge HallynAdd files needed to build tests to EXTRA_DIST
2015-11-17 Serge Hallynconfigure.ac: release v0.12
2015-11-17 Serge Hallynremove stray debug statement lxcfs-0.12
next