]> git.ipfire.org Git - thirdparty/libcgroup.git/shortlog
thirdparty/libcgroup.git
2022-07-11  Kamalesh Babulaldaemon/cgruleseng.h: increase the column width to 100
2022-07-11  Kamalesh Babulaldaemon/cgruleseng.c: increase the column width to 100
2022-07-11  Kamalesh BabulalMakefile.am: increase the column width to 100
2022-07-11  Kamalesh Babulalwrapper.c: increase the column width to 100
2022-07-11  Kamalesh Babulalparse.y: increase the column width to 100
2022-07-11  Kamalesh Babulallibcgroup-internal.h: increase the column width to 100
2022-07-11  Kamalesh Babulalconfig.c: increase the column width to 100
2022-07-11  Kamalesh Babulalabstraction-map.h: increase the column width to 100
2022-07-11  Kamalesh Babulalabstraction-map.c: increase the column width to 100
2022-07-11  Kamalesh Babulalabstraction-cpuset.c: increase the column width to 100
2022-07-11  Kamalesh Babulalabstraction-cpu.c: increase the column width to 100
2022-07-11  Kamalesh Babulalabstraction-common.c: increase the column width to 100
2022-07-11  Kamalesh Babulalabstraction-common.c: increase the column width to 100
2022-07-11  Kamalesh Babulalapi.c: increase the column width to 100
2022-07-11  Kamalesh Babulalcheckpatch.conf: increase the character limit to 100
2022-07-08  Kamalesh Babulaltools/cgxget: fix a resource leak get_cv_value()
2022-07-08  Kamalesh Babulalwrapper.c: return on failure in cgroup_add_all_controll...
2022-07-08  Kamalesh Babulalconfig: remove dead code in config_validate_namespaces()
2022-07-06  Kamalesh Babulalconfig: fix string termination issues
2022-07-06  Kamalesh Babulalwrapper.c: fix string non-termination warning
2022-07-06  Kamalesh Babulalconfig: cgroup_config_insert_into_mount_table() use...
2022-07-06  liupanapi.c: avoid ambiguous controller name matches
2022-06-09  Tom Hromatkagithub: Run apt-get update first
2022-06-09  Tom Hromatkaapi.c: Fix handling of full cg_mount_table[]
2022-06-02  Kamalesh Babulalapi.c: search_and_append_mnt_path() use strncpy()
2022-06-02  Kamalesh Babulalwrapper: null terminated string in cgroup_add_controller()
2022-05-31  Kamalesh Babulalapi: null terminated string in cgroup_get_controller_next()
2022-05-31  Kamalesh Babulalconfig: add missing ret value check from getgrnam_r()
2022-05-27  Kamalesh Babulalapi: fix coverity warning about uninitialized variable
2022-05-26  Kamalesh Babulalapi.c: add cgroup error string for ECGNOVERSIONCONVERT
2022-05-25  Kamalesh Babulaltools/cgxget: fix coverity warning about resource leak
2022-05-25  Kamalesh Babulaltools/cgget: fix coverity warning about double free
2022-05-25  Kamalesh Babulalapi.c: fix coverity out of bounds read warning
2022-05-23  Kamalesh Babulalconfigure: introduce --enable-tests/--disable-tests
2022-05-20  Kamalesh Babulaltools/cgxset: fix Coverity uninitialized variable warning
2022-05-20  Kamalesh Babulaltools/cgsnapshot: fix coverity uninitialized variable...
2022-05-20  Kamalesh Babulaltools/cgset: fix coverity uninitialized variable warning
2022-05-20  Kamalesh Babulaltools/lssubsys: fix coverity uninitialized variable...
2022-05-20  Kamalesh Babulalsrc/config: fix coverity warning about add missing...
2022-05-18  Kamalesh Babulalftests: add code to stress cgroup_init()
2022-05-18  Kamalesh Babulaltests/016: fix the cause in prereqs
2022-05-18  Kamalesh Babulaltools/cgdelete: fix coverity wrong argument size warning
2022-05-16  Kamalesh Babulalworkflows/CI: upgrade CodeQL actions used to v2
2022-05-16  Kamalesh Babulaltools/cgget: fix coverity warning about resource leak
2022-05-16  Kamalesh Babulalgunit/015: replace controller name size definition
2022-05-16  Kamalesh Babulalgunit/013: replace controller name size definition
2022-05-16  Kamalesh Babulalgunit/012: replace controller name size definition
2022-05-16  Kamalesh Babulalgunit/009: replace controller name size definition
2022-05-16  Kamalesh Babulalgunit/006: replace controller name size definition
2022-05-16  Kamalesh Babulalgunit/001: replace controller name size definition
2022-05-16  Kamalesh Babulalapi.c: resize controller name to 32 from 4096 bytes
2022-05-16  Kamalesh Babulalman/lscgroup: add tool support status
2022-05-16  Kamalesh Babulalman/lssubsys: add tool support status
2022-05-16  Kamalesh Babulaltools/lscgroup: add support status for the tool
2022-05-16  Kamalesh Babulaltools/lssubsys: add support status for the tool
2022-05-02  Kamalesh Babulalapi.c: fix segfault in cgroup_populate_mount_points()
2022-04-29  Tom Hromatkaftests: Update test 45 to match the pybindings
2022-04-29  Tom Hromatkapython: Make Cgroup.mount_points() more pythonic
2022-04-29  Kamalesh Babulalftests: Add test to delete cgroup on shared mount point
2022-04-29  Kamalesh Babulaltest-013: add support for newer cpu.* output
2022-04-29  Kamalesh Babulaltest-010: add support for newer cpu.* output
2022-04-29  Kamalesh Babulaltest-009: add support for newer cpu.* output
2022-04-22  Kamalesh Babulalapi.c: fix deleting cgroup created on shared mnt point
2022-04-22  Kamalesh Babulalftests: Add cgexec test for empty cgroup
2022-04-22  Kamalesh Babulalftests: Add a test for the python bindings to cgroup_li...
2022-04-20  Kamalesh Babulalapi.c: add support to attach tid to an empty cgroup v2
2022-04-20  Kamalesh Babulalapi.c: add check for empty cgroup v2 controller
2022-04-20  Kamalesh Babulalapi.c: fix build warnings
2022-04-01  Kamalesh Babulalapi.c: add support for empty cgroup v2 deletion
2022-04-01  Kamalesh Babulalpython: add support to list cgroup mount points
2022-04-01  Kamalesh Babulalapi.c: API to list mount points of a cgroup type
2022-04-01  Tom Hromatkaftests: Init LXC in a separate thread
2022-04-01  Tom Hromatkaftests: Do not delete/recreate the container on a faile...
2022-04-01  Tom Hromatkaftests: Ignore all profiling errors by default
2022-04-01  Tom Hromatkaftests: Use a random container name
2022-04-01  Tom Hromatkaftests: Allow overriding of container name
2022-03-29  Kamalesh Babulalapi.c: refactor cgroup_process_*_mnt()
2022-03-29  Kamalesh Babulalapi.c: refactor cgroup_init()
2022-03-29  Kamalesh Babulalsamples/c: add empty_cgroup_v2 to the makefile
2022-03-29  Kamalesh Babulalsamples/c: add empty cgroup v2 creation program
2022-03-29  Kamalesh Babulalbootstrap.sh: make it shellcheck complaint
2022-03-29  Kamalesh Babulalscripts/init.d/cgred.in: add fallback logging on non...
2022-03-29  Kamalesh Babulalscripts/init.d/cgconfig.in: make it shellcheck complaint
2022-03-29  Kamalesh Babulalscripts/init.d/cgred.in: make it shellcheck complaint
2022-03-24  Kamalesh Babulallssubsys.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulallscgroup.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgxset.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgxget.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgsnapshot.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgset.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgget.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgexec: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgdelete.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgcreate: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgconfig.c: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulalcgclassify: adopt err()/info() for printing messages
2022-03-24  Kamalesh Babulaltools-common.h: add logging helpers
2022-03-24  Kamalesh Babulalspecfile: fix the samples/config path
2022-03-24  Tom Hromatkadoc: Update the github release process
2022-03-24  Tom Hromatkagithub: Add make distcheck Github Action
next