summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bcc
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextVladimír Čunát2021-05-09
|\ | | | | | | (a trivial conflict in transmission)
| * linuxPackages.bcc: 0.19.0 -> 0.20.0R. RyanTM2021-05-08
| |
* | linuxPackages.bcc: fix llvm buildJonathan Ringer2021-05-08
|/
* bcc: devendor libbpfDominique Martinet2021-03-31
|
* linuxPackages.bcc: 0.18.0 -> 0.19.0Jörg Thalheim2021-03-20
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* linuxPackages.bcc: 0.17.0 -> 0.18.0Jörg Thalheim2021-01-12
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* linuxPackages.bcc: 0.16.0 -> 0.17.0Jörg Thalheim2020-11-06
|
* chipsec: disable on non-LinuxMario Rodas2020-06-17
|
* linuxPackages.bcc: patch trace buffer bug in python libraryAustin Seipp2020-08-31
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* linuxPackages.bcc: 0.15.0 -> 0.16.0Jörg Thalheim2020-08-27
|
* linuxPackages_hardened.bcc: 0.14.0 -> 0.15.0R. RyanTM2020-06-30
|
* linuxPackages_hardened.bcc: 0.13.0 -> 0.14.0R. RyanTM2020-05-04
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* buildPython*: use pnameFrederik Rietdijk2020-03-30
|
* bcc: 0.12.0 -> 0.13.0Jörg Thalheim2020-03-09
|
* bcc: 0.11.0 -> 0.12.0Jörg Thalheim2019-12-11
| | | | | | - fix bash shebangs - fix reference to $out/share/bcc/tools/lib when scripts are started from $out/bin - use submodules to download libbpf
* linuxPackages.bcc: 0.10.0 -> 0.11.0Austin Seipp2019-10-14
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* bcc: 0.9.0 -> 0.10.0Ivan Kozik2019-06-10
|
* linuxPackages.bcc: 0.8.0 -> 0.9.0Austin Seipp2019-05-06
| | | | | | | | | | | | | Requires a minor tweak to the deadlock detector patch (the file was renamed in the upstream repo). bcc now also wants a copy of libbpf, which it doesn't have in the source release tarball. Clone a copy from GiHub that's synchronized with the release, and put it in place. Tested on Linux 5.1 (with bpftrace as well). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* linuxPackages.bcc: fix buildWill Dietz2019-03-04
| | | | | | | flex is needed as buildInput too (headers, libfl), recent strictDeps change in python caught this. Fixes #56724
* bcc: 0.7.0 -> 0.8.0Will Dietz2019-01-13
|
* linuxPackages.bcc: 0.6.1 -> 0.7.0R. RyanTM2018-09-07
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcc/versions
* linuxPackages.bcc: 0.6.0 -> 0.6.1R. RyanTM2018-08-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcc/versions.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* linuxPackages.bcc: 0.5.0 -> 0.6.0Austin Seipp2018-07-14
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* linuxPackages.bcc: make it useable as a python libraryJörg Thalheim2018-05-29
|
* bcc: add systemtap dep, and fix build revisionAustin Seipp2018-02-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* llvm-packages: cleanupDaiderd Jordan2018-02-06
|
* linuxPackages.bcc: 0.4.0 -> 0.5.0Jörg Thalheim2018-01-05
|
* bcc: add myself as maintainerJoerg Thalheim2017-11-04
|
* bcc: fix module installationJoerg Thalheim2017-11-04
| | | | BCC_KERNEL_MODULES_DIR should have not been removed
* linuxPackages.bcc: Fix quoting for older Nix versionsTuomas Tynkkynen2017-11-03
| | | | Issue #31179.
* bcc: fix installJoerg Thalheim2017-10-24
|
* bcc: 0.3.0 -> 0.4.0Joerg Thalheim2017-10-24
|
* bcc: fix relocation bug downgrading to llvm 3.9Joerg Thalheim2017-09-30
| | | | | | https://github.com/iovisor/bcc/issues/1276 fixes #29913
* linuxPackages.bcc: fix using wrapProgram on .c fileRobin Gloster2017-08-09
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* bcc: 0.2.0 -> 0.3.0 (#26315)Judson Lester2017-06-02
|
* bcc: git-2016-08-30 -> 0.2.0Jörg Thalheim2017-01-01
|
* bcc: install documentation not as an executableJörg Thalheim2016-09-08
| | | | in bcc/tools documentation was wrapped as an executable
* bcc: git-2016-05-18 -> git-2016-08-30Jörg Thalheim2016-09-08
|
* bcc: init at git-2016-05-18Ragnar Dahlén2016-05-18