Skip to content

Tags: complexsplit/sysdig

Tags

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.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 <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>

Co-authored-by: Lorenzo Fontana <[email protected]>

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 <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>

Co-authored-by: Lorenzo Fontana <[email protected]>

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 <[email protected]>

agent/10.3.0

Toggle agent/10.3.0's commit message
Fix merge failure for driver code (draios#1663)

agent/10.2.0

Toggle agent/10.2.0's commit message
RHEL 6 doesn't have O_TMPFILE defined

agent/10.1.1

Toggle agent/10.1.1's commit message
Revert "Add new filter for open+create/create with exec permissions (d…

…raios#1637)"

This reverts commit 93a0bbb.