Skip to content

Tags: clix-dev-llc/sysdig

Tags

agent/10.7.0

Toggle agent/10.7.0's commit message
update(userspace/sysdig): allow csysdig to be built in minimal mode

Signed-off-by: Lorenzo Fontana <lo@linux.com>

agent/10.6.0

Toggle agent/10.6.0's commit message
update: syscall table id for arm64

Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>

0.27.1

Toggle 0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new PT_FSRELPATH type to bpf probe (draios#1695)

agent/10.5.2

Toggle agent/10.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(userspace/libsinsp): ensure socket handler ares channel destroy w…

…orks even when try_resolve has not been called (draios#1686)

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>

Co-authored-by: Lorenzo Fontana <lo@linux.com>

agent/10.5.1

Toggle agent/10.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(userspace/libsinsp): ensure socket handler ares channel destroy w…

…orks even when try_resolve has not been called (draios#1686)

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>

Co-authored-by: Lorenzo Fontana <lo@linux.com>

agent/10.5.0

Toggle agent/10.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(userspace/libsinsp): ensure socket handler ares channel destroy w…

…orks even when try_resolve has not been called (draios#1686)

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>

Co-authored-by: Lorenzo Fontana <lo@linux.com>

0.27.0

Toggle 0.27.0's commit message
better detection of critical logs in the inspect chisel

agent/10.4.1

Toggle agent/10.4.1's commit message
better detection of critical logs in the inspect chisel

agent/10.4.0

Toggle agent/10.4.0's commit message
better detection of critical logs in the inspect chisel

agent/10.3.1

Toggle agent/10.3.1's commit message
Fix kmod build on Linux 5.8 (draios#1672)

* Fix kmod build on Linux 5.8
* Moved kernel hacks into their own file.
* probe-builder: Use CONFIG_GCC_VERSION if available

Kernel 5.8 changed the format of the compiler version string
so rather than chasing it, use CONFIG_GCC_VERSION if we have it
(5.8.0 does support it, so we use it there, for older versions
we fall back to parsing LINUX_COMPILER)

Co-authored-by: Grzegorz Nosek <grzegorz.nosek@sysdig.com>