Revisions of sysdig

Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1176677 from Johannes Kastl's avatar Johannes Kastl (ojkastl_buildservice) (revision 100)
update to 0.37.1; needs valijson dependency from SR#1176662; still fails to build, see https://github.com/draios/sysdig/issues/2105
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 99)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 941453 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 98)
Add sysdig-0.27.0-fixi586.patch to fix build of armv7 and i586 [#1717]
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 925026 from Christophe Giboudeaux's avatar Christophe Giboudeaux (cgiboudeaux) (revision 97)
- Add Gentoo patch to fix build with grpc 1.41 (gh#draios/sysdig#1778)
  * 0001-sysdig-fix-linking-with-grpc-1.41.patch (amended for Leap)
- Also exclude %ix86 platforms. sysdig 0.27 never built
  successfully.
buildservice-autocommit accepted request 864096 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 96)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 95)
- Update to version 0.27.1:
  * Support minimal build (no kubernetes, kernel module, eBPF, or container support): -DMINIMAL_BUILD=On
  * Improve startup times on systems with lots of containers [#1676]
  * Fix paths reported in *at events [#1680, #1695]
  * Build fixes for eBPF with recent kernel [#1690]
  * Fix Lua out of memory errors with large captures in Sysdig Inspect [#1694]
buildservice-autocommit accepted request 838718 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 94)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 93)
- Update to version 0.27.0:
  * better detection of critical logs in the inspect chisel
- Drop no longer needed patches:
  * sysdig-kernel5_6.patch
  * sysdig-32bit.patch
buildservice-autocommit accepted request 792638 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 92)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 91)
- Update to version 0.26.6:
  * Rewrite the probe builder (#1576)
  * Build fixes for 5.4+ kernels (#1595)
  * All the fixes incorporated in 0.26.5 (that didn't get artifacts released for tooling reasons)
  * Support for s390x and ppc64le architectures
- Fix building with kernel 5.6:
  * sysdig-kernel5_6.patch
buildservice-autocommit accepted request 778694 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 90)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 778682 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 89)
- sysdig-32bit.patch: make build on 32bit
buildservice-autocommit accepted request 762636 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 88)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 87)
- Update to version 0.26.5:
  * Fixed segfault that happens at startup (#1475, #1528)
  * Fixed memory leaks from certain thread/socket operations (#1491)
  * Fixed handling of SEND_SIG_NOINFO in the eBPF driver (#1493)
  * Fixed a regression in reading certain partial container events from scap files (#1513)
  * Updated use of Kubernetes APIs to support v1.16 (#1521)
  * Fixed rare driver deadlock that could occur during a context switch (#1522)
  * Added more detail to probe loader error message (#1541)
buildservice-autocommit accepted request 748647 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 86)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 85)
- Update to version 0.26.4:
  * Prevent double-definition of ASSERT macro
  * Added fillers for chmod syscalls (#1472)
  * Added support for reporting cpu usage per docker cpuset (#1473)
  * Fixed build error on older Linux kernels (#1477)
  * Fixed driver build for RHEL 7.7/4.13+ w/CONFIG_VIRT_CPU_ACCOUNTING_GEN (#1471)
  * Fixed cmake to look for pkg-config before building grpc (#1470)
  * Fixed printing of strings (#1466)
  * readv input parsing improvements (#1463)
  * Suport Kubernetes liveness/readiness probes [#1320]
  * Fix edge cases in handling clone() and prlimit() system calls [#1401, #1465]
  * Stability and performance fixes
- Drop no longer needed patches:
  * sysdig-include.patch
  * sysdig-linking.patch
buildservice-autocommit accepted request 708337 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 84)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 83)
- Update to version 0.26.1:
  * Changes to build the kmod with 5.1 kernels [#1413]
  * Explicitly disable psl to address build failures on MAC OS [#1417]
  * Fix handling of container metadata in "infra" events [#1418]
- Changes for version 0.26.0:
  * Perform docker metadata fetches asynchronously: When new containers are discovered, fetch metadata about the container asynchronously, which should significantly reduce the likelihood of dropped system call events. [#1326] [#1378] [#1374] [#1381] [#1373] [#1382] [#1388] [#1389] [#1384] [#1392] [#1396] [#1411]
  * Add field to display time in ISO 8601 UTC [#1317] [#1360]
  * Performance improvements of ring buffer processing [#1372]
  * Support major/minor device numbers for fd events [#1315] #1383]
  * Add the ability to prepend encoded log severity in the log message [#1327]
  * Raise the iov limit in eBPF [#1390]
  * Changes to pull user event logging out into a separate component. [#1375]
  * Log a debug message when looking up an IP address of an incomplete container [#1398]
  * Support cri-o container metadata caching [#1399]
  * Logging API with lazy parameter evaluation [#1394]
  * Support BPM container type [#1319]
  * Fix bug in fullcapture range check [#1386]
  * Allow chisels to receive the full content of big buffers. [#1361]
  * start the analyzer before forcing next for a scap file [#1366]
  * Create a grpc_channel_registry for all channels [#1369]
  * Modified the behavior of fullcapture port range [#1370]
  * Check file before dereferencing [#1397]
  * Fix build for older kernels (<3.9) [#1400]
  * Added -fno-stack-protector to avoid clang errors [#1401]
  * Addl loop prevention for traverse_parent_state [#1411]
  * Add interfaces for async metrics collection [#1346]
  * Use epel 7-11 (7-9 is no longer available) [#1362]
  * Make some global variables related to fetching container state thread-local [#1356]
  * Allow downloading prebuilt modules without SSL verification [#1358]
  * add test helper to container manager. [#1365]
buildservice-autocommit accepted request 674517 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 82)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 81)
- Update to version 0.24.2:
  * Added the ability to specify a set of ports where data is captured with bigger snaplen (20000) (#1256)
  * Made fd resolution work for getsockopt (#1280)
  * Check getsockopt event before accessing it (#1284)
  * Fixed snprintf placeholder for size_t/{u,}int64_t (#1279)
  * Disabled reading environment from /proc by default (#1272)
  * Excluding suppressed processes during initial /proc scan (#1269)
  * Fixed Windows build in CYGWIN environment (#1270)
  * Changes to eliminate warnings with gcc 5.4 (#1271)
  * Trigger build errors for extra compiler warnings (#1265)
  * Handling thread table overflows (#1263)
  * Deleted threadinfos that we failed to add to the thread table (#1260)
  * Reduce CPU usage (#1261)
  * Lua parser interfaces (#1254)
  * Fixed a compile issue when trying to make the project using VS2017 on Windows 10 (#1248)
  * Added ifdef guards to socket options with (#1257),(#1258)
  * Improved getsockopt()/setsockopt() support (#1188)
  * Fix fd.net comparisons with in operator (#1252)
  * Only check out sysdig for initial invocation (#1251)
  * Build probe modules only with sysdig directory (#1244)
  * Fixed spelling and copy/pased comment errors (#1250)
- Changes for version 0.24.1:
  * Fix struct packing
- Changes for version 0.24.0:
  * Switch to Apache 2.0 License: All userspace code moves from GPL to Apache 2 license. Kernel module switches to dual-license MIT + GPLv2. Enjoy! [#1233] [#1242]
  * Complete IPv6 Support. Sysdig previously had partial IPv6 support, but this release rounds out full support for ipv6 addresses in filter fields, csysdig, etc. [#1204]
  * loginuid support. Add user.loginuid & user.loginname to track login users, which do not change despite sudo/su operations. [#1189] [#1214] [#1218] [#1219] [#1227]
  * Track connections by domain name: New fields fd.*ip.name allow matching connection ips with resolved domain names. [#1213]
  * Add endswith filter to support suffix matching on strings [#1209]
  * Add minikube support to the kernel module probe loader script [#1205]
Displaying revisions 1 - 20 of 100
openSUSE Build Service is sponsored by