Skip to content

Tags: terylt/sysdig

Tags

agent/10.1.0

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

…raios#1637)"

This reverts commit 93a0bbb.

0.26.7

Toggle 0.26.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace include for linux/time.h (draios#1628)

agent/10.0.0

Toggle agent/10.0.0's commit message
fix(userspace/libsinps/container_engine): curl_multi_wait timeout mus…

…t be a positive value (to do not error on libcurl >= 7.69.0)

When compiling sysdig with libcurl >= 7.69.0 `timeout_ms` equal to `-1` causes `curl_multi_wait` to return an error ([ref](https://github.com/jay/curl/blob/master/lib/multi.c#L1056-L1057)). This new behaviour has been introduced with [0](https://github.com/jay/curl/commit/b700662b1c77c8af7e290538f748b71d75a79ae7.patch).

More details on the reasoning behind this choice can be found in this [issue](curl/curl#4763).

So, to obtain the same behavior disregarding the libcurl version sysdig has been built with, this patch increases the `timeout_ms` value to `1000`.

Please notice that this does not mean it will use `1000` as timeout value since internally `curl_multi_wait` sets the actual timeout value to `timeout_internal` in case this is less than the passed `timeout_ms` argument.

Co-authored-by: Lorenzo Fontana <[email protected]>
Signed-off-by: Leonardo Di Donato <[email protected]>

agent/9.9.1

Toggle agent/9.9.1's commit message
fix(userspace/libsinsp): ts_to_iso_8601 formatting length

A formatting error was introduced by mistake on this patch [0]

[0] https://patch-diff.githubusercontent.com/raw/draios/sysdig/pull/1604.patch

Co-Authored-By: Leonardo Di Donato <[email protected]>
Signed-off-by: Lorenzo Fontana <[email protected]>

agent/9.9.0

Toggle agent/9.9.0's commit message
fix(userspace/libsinsp): ts_to_iso_8601 formatting length

A formatting error was introduced by mistake on this patch [0]

[0] https://patch-diff.githubusercontent.com/raw/draios/sysdig/pull/1604.patch

Co-Authored-By: Leonardo Di Donato <[email protected]>
Signed-off-by: Lorenzo Fontana <[email protected]>

0.26.6

Toggle 0.26.6's commit message
Merge remote-tracking branch 'origin/master' into dev

agent/9.8.0

Toggle agent/9.8.0's commit message
Merge branch 'agent-release-9-8-0' into agent-master-3

agent/9.7.0

Toggle agent/9.7.0's commit message
Merge branch 'agent-release-9-7-0' into agent-master-3

agent/0.DEV-TEST

Toggle agent/0.DEV-TEST's commit message
Fix support for Fedora probe builder

Fedora 31 introduced zstd-compressed RPMs, which older rpm2cpio
can't read. Work around it by using a helper Alpine-based Docker
image that includes a new enough version.

Add a Fedora 31 gcc 9.2 builder too for future-proofing.

Also fix the crawler to include Fedora 30/31 kernels, as f29
and older are now archived.

While we're removing dependencies, move the kpartx device mapper
manipulation to the toolkit image as well

agent/9.6.1

Toggle agent/9.6.1's commit message
Merge branch 'agent-release-9-6-0' into agent-master-3