Skip to content

Tags: BeyondCy/sysdig

Tags

agent/0.93.0

Toggle agent/0.93.0's commit message
Merge branch 'agent-release-0-93-0' into agent-master-3

falco/0.18.0

Toggle falco/0.18.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
fntlnz Lorenzo Fontana
Merge remote-tracking branch 'origin/dev' into falco-master

agent/0.92.3

Toggle agent/0.92.3's commit message
Merge branch 'agent-release-0-92-3' into agent-master-3

agent/0.DEV-TEST

Toggle agent/0.DEV-TEST's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SMAGENT-2019] fixes for cpuset on cri (draios#1512)

* handle empty cpusets in crio and custom containers

* for cri, Copy the cpuset_count to the container_info

agent/0.92.2

Toggle agent/0.92.2's commit message
Merge branch 'agent-release-0-92-2' into agent-master-3

Conflicts:
	userspace/libsinsp/CMakeLists.txt
	userspace/libsinsp/cgroup_limits.cpp
	userspace/libsinsp/chisel_api.cpp
	userspace/libsinsp/container.cpp
	userspace/libsinsp/container.h
	userspace/libsinsp/container_engine/cri.cpp
	userspace/libsinsp/container_engine/cri.h
	userspace/libsinsp/container_engine/docker.h
	userspace/libsinsp/container_engine/docker_common.cpp
	userspace/libsinsp/container_info.h
	userspace/libsinsp/ifinfo.cpp
	userspace/libsinsp/parsers.cpp
	userspace/libsinsp/sinsp.cpp
	userspace/libsinsp/sinsp.h

0.26.4

Toggle 0.26.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed gcc-6 dependency by adding libmpx2 (draios#1492)

0.26.3

Toggle 0.26.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SMAGENT-1855] Docker engine support for cpuset usage (draios#1473)

Parses the CpusetCpus value from the docker socket, parses it to count the number of cpus and stores the value with the other container data.

agent/0.92.1

Toggle agent/0.92.1's commit message
Merge branch 'agent-release-0-92-1' into agent-master-3

0.26.2

Toggle 0.26.2's commit message
Make chiseldir_info.m_dir a C++ std::string

This fixes a few potential overflows