summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysdig
Commit message (Collapse)AuthorAge
* sysdig: 0.32.0 -> 0.33.1Jörg Thalheim2023-08-09
|
* sysdig: 0.31.5 -> 0.32.0Jörg Thalheim2023-07-03
|
* sysdig: update drivers for latest kernelJörg Thalheim2023-06-10
|
* sysdig: fix buildJörg Thalheim2023-06-10
|
* sysdig: 0.31.4 -> 0.31.5Jörg Thalheim2023-05-05
| | | | Diff: https://github.com/draios/sysdig/compare/0.31.4...0.31.5
* sysdig: also update driverJörg Thalheim2023-04-04
|
* sysdig: 0.31.3 -> 0.31.4Jörg Thalheim2023-03-28
| | | | Diff: https://github.com/draios/sysdig/compare/0.31.3...0.31.4
* treewide: don't hardcode /nix/store (no rebuilds changes)Artturin2023-03-24
| | | | improve experience for other store locations
* sysdig: 0.30.2 -> 0.31.3Jörg Thalheim2023-03-20
|
* Merge pull request #217794 from jfly/scap-driver-linux-6_2-workaround7c6f434c2023-02-23
|\ | | | | sysdig: Include driver patch to fix compilation on Linux 6.2
| * sysdig: Include driver patch to fix compilation on Linux 6.2Jeremy Fleischman2023-02-22
| | | | | | | | | | | | | | | | | | | | | | | | On nixos-unstable with the latest kernel (6.2.0), I'm seeing sysdig fail to compile: /build/source/build/driver/src/main.c:2788:30: error: assignment to 'char * (*)(const struct device *, umode_t *)' {aka 'char * (*)(const struct device *, short unsigned int *)'} from incompatible pointer type 'char * (*)(struct device *, umode_t *)' {aka 'char * (*)(struct device *, short unsigned int *)'} [-Werror=incompatible-pointer-types] 2788 | g_ppm_class->devnode = ppm_devnode; | ^ /build/libs/userspace/libscap/scap_procs.c: In function 'scap_os_getpid_global': This has already been fixed upstream, this just cherry-picks that fix.
* | treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
|/ | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* Merge pull request #213490 from OPNA2608/refactor/yaml-cppSandro2023-02-02
|\ | | | | yaml-cpp*: Refactor, rename, adopt
| * treewide: Rename libyamlcpp* to yaml-cpp*OPNA26082023-01-31
| |
* | sysdig: remove with lib over entire fileSandro Jäckel2023-01-31
|/
* sysdig: 0.29.3 -> 0.30.2Jörg Thalheim2022-12-12
|
* sysdig: 0.28.0 -> 0.29.3Jörg Thalheim2022-05-14
|
* treewide: remove *.upstream files from updateWalkerFelix Buehler2022-01-26
|
* Update pkgs/os-specific/linux/sysdig/default.nixJörg Thalheim2021-12-16
|
* sysdig: 0.27.1 -> 0.28.0Jörg Thalheim2021-12-16
|
* sysdig: fix pending upstream inclusion for ncurses-6.3Sergei Trofimovich2021-12-04
| | | | | | | | | Without the change the build fails as: sysdig/userspace/sinspui/cursescomponents.cpp: In member function 'void curses_textbox::print_no_data()': sysdig/userspace/sinspui/cursescomponents.cpp:878:15: error: format not a string literal and no format arguments [-Werror=format-security] 878 | wstr.c_str()); | ^
* sysdig: fix linking against libabseilJörg Thalheim2021-09-12
|
* sysdig: remove packages which are no longer required after #116317Sandro Jäckel2021-03-16
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* sysdig: fix bash-completion locationzimbatm2020-12-02
| | | | | In order to support auto-loading, the bash-completion scripts should live in $out/share/bash-completion.
* sysdig: 0.27.0 -> 0.27.1Jörg Thalheim2020-11-29
|
* linuxPackages_latest-libre.sysdig: 0.26.7 -> 0.27.0R. RyanTM2020-08-24
|
* linuxPackages.sysdig: 0.26.6 -> 0.26.7Jörg Thalheim2020-05-05
|
* sysdig: 0.26.5 -> 0.26.6Jörg Thalheim2020-03-30
|
* treewide: fix types for mkDerivation paramsRobin Gloster2019-12-31
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* sysdig: 0.26.4 -> 0.26.5Jörg Thalheim2019-12-19
|
* sysdig: 0.26.2 -> 0.26.4Jörg Thalheim2019-09-04
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* sysdig: 0.26.1 -> 0.26.2Charles Duffy2019-08-12
|
* sysdig: 0.25 -> 0.26.1Jörg Thalheim2019-05-29
| | | | (cherry picked from commit 16ea5a8ca3b90d48a246a926b624ff0b92724249)
* linuxPackages.sysdig: 0.24.2 -> 0.25Terje Larsen2019-04-05
|
* sysdig: enable 4.20Jörg Thalheim2019-01-11
|
* linuxPackages.sysdig: 0.24.1 -> 0.24.2R. RyanTM2018-12-24
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sysdig/versions
* sysdig: 0.23.1 -> 0.24.1c0bw3b2018-11-22
| | | | | | | | | | * support kernels 4.14.0 to 4.19.x * move cmake and perl into native build inputs * licensing change: - userspace programs are now licensed under Apache 2.0 - kernel module is now licensed under both MIT and GPLv2
* linuxPackages.sysdig: 0.22.1 -> 0.23.1R. RyanTM2018-09-06
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from sysdig
* sysdig: disable aarch64Jörg Thalheim2018-08-10
|
* sysdig: 0.21.0 -> 0.22.1David Guibert2018-08-10
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* linuxPackages.sysdig: 0.20.0 -> 0.21.0R. RyanTM2018-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sysdig/versions. These checks were done: - built on NixOS - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig -h` got 0 exit code - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig --help` got 0 exit code - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig help` got 0 exit code - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig --version` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig -h` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/sysdig --help` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -h` got 0 exit code - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig --help` got 0 exit code - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig help` got 0 exit code - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -V` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -v` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig --version` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig -h` and found version 0.21.0 - ran `/nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0/bin/csysdig --help` and found version 0.21.0 - found 0.21.0 with grep in /nix/store/q46s7qx6pq8wlwqgi6dcdjcb41qc0zn9-sysdig-0.21.0 - directory tree listing: https://gist.github.com/90f767f238a59aa31ac34058784510d7
* sysdig: 0.19.1 -> 0.20.0Jörg Thalheim2018-01-20
|
* sysdig: 0.18.0 -> 0.19.1adisbladis2018-01-04
|
* kernel 4.14 require libelf to compile modules.David Guibert2017-12-29
| | | | | | | | | | [...] make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop. This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places. [dezgeg did some minor tweaks on top]
* sysdig: remove broken patchelf callJoerg Thalheim2017-09-29
| | | | patchelf broke sysdig/csysdig binaries
* sysdig: 0.17.0 -> 0.18.0Joerg Thalheim2017-09-26
|