]> git.proxmox.com Git - mirror_lxcfs.git/history - bindings.c
Merge pull request #255 from brauner/2018-08-26/fix_makedev
[mirror_lxcfs.git] / bindings.c
2016-08-08 Christian Braunerbindings: document new code
2016-08-08 Christian Braunerbindings: open_pids_file()
2016-08-08 Christian Braunerbindings: is_dir(), chown_tasks_files(), cgfs_chown_file()
2016-08-08 Christian Braunerbindings: cgfs_chmod_file()
2016-08-08 Christian Braunerbindings: cgfs_remove(), recursive_rmdir()
2016-08-08 Christian Braunerbindings: chown_all_cgroup_files(), cgfs_create()
2016-08-08 Christian Braunerbindings: cgfs_set_value(), write_string()
2016-08-08 Christian Braunerbindings: caller_may_see_dir()
2016-08-08 Christian Braunerbindings: adapt caller_is_in_ancestor()
2016-08-08 Christian Braunerbindings: is_child_cgroup()
2016-08-08 Christian Braunerbindings: cgfs_get_value(), slurp_file()
2016-08-08 Christian Braunerbindings: cgfs_iterate_cgroup(), cgfs_get_key()
2016-08-08 Christian Braunerbindings: return opened fd for controller
2016-08-08 Christian Braunerlxcfs, bindings: share cgroup info + add clone()
2016-08-08 Christian Braunerlxcfs, bindings: small improvements
2016-07-09 Serge HallynMerge pull request #121 from brauner/skip_cgroupv2
2016-07-09 Christian Braunerskip empty entries under /proc/self/cgroup
2016-04-25 Serge HallynMerge pull request #109 from brauner/bugfixes
2016-04-25 Christian Braunerbugfixes
2016-04-20 Serge Hallynfix cg_access() for controller directories
2016-04-19 Serge Hallynaccess: allow rx to controller directories themselves
2016-04-02 Serge Hallyndiskstats: revert to only showing devices we've used
2016-04-02 Serge Hallyndiskstats: use recursive values, and some cleanup
2016-04-02 Serge Hallyns390: print the virtualized #cpus in cpuinfo_read
2016-04-02 Serge Hallynfix proc_cpuinfo_read for s390x
2016-03-29 Serge Hallynfuse file info release: guard against multiple calls
2016-03-22 Serge HallynMerge pull request #104 from stgraber/master
2016-03-22 Serge HallynMerge pull request #103 from stgraber/master
2016-03-22 Serge Hallynproc_access: return EACESS not EPERM
2016-03-22 Serge HallynMerge pull request #102 from hallyn/2016-03-21/access
2016-03-22 Serge Hallynremove obsolete comments
2016-03-22 Serge Hallynimplement access(2)
2016-03-08 Stéphane GraberMerge pull request #90 from hallyn/2016-03-07/cached
2016-03-07 Serge Hallynmeminfo_read: return 0 for Slab
2016-03-07 Serge Hallynalways use container root cgroup, not init pid's
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-09 Serge Hallynfix length check in proc_swaps_read
2016-02-09 Serge HallynAdd support for /proc/swaps
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 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 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