summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libbpf
Commit message (Collapse)AuthorAge
* libbpf: Fix src hashFabian Möller2022-02-17
| | | | | | The v0.7.0 tag seems to have been altered. Follow-up: #159173
* libbpf: 0.6.1 -> 0.7.0Dominique Martinet2022-02-11
| | | | | | - remove patch that had been merged since - install all uapi headers, not just btf, as new version of bcc requires some more
* libbpf: Fix musl buildChristian Kampka2022-01-10
| | | | See https://github.com/libbpf/libbpf/pull/41 for details.
* libbpf: fix passthru.testszowoq2021-12-26
| | | | b5158636c84e692ae4d2d1b5db2ffd332db77430
* libbpf: 0.6.0 -> 0.6.1Sascha Grunert2021-12-13
| | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* libbpf: install linux/btf.hDominique Martinet2021-12-04
| | | | | | | | This installs the linux/btf.h header in libbpf, which is necessarily compatible with bpf/btf.h Note that we also ship the linux header's linux/btf.h with glibc, but explicit buildInputs should have priority over default headers so hopefully this one will always be used.
* libbpf: 0.5.0 -> 0.6.0Sascha Grunert2021-12-02
| | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* libbpf: 0.4.0 -> 0.5.0Sascha Grunert2021-10-25
| | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* libbpf: 0.1.1 -> 0.4.0Andreas Rammhold2021-09-12
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* 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
* libbpf: 0.1.0 -> 0.1.1Vladimír Čunát2020-09-30
| | | | | This adds just a single tiny bugfix commit. https://github.com/libbpf/libbpf/releases/tag/v0.1.1
* libbpf: fix incomplete linkageVladimír Čunát2020-09-09
| | | | Also use a better reallocarray fix.
* libbpf: fixup build after the last staging iterationVladimír Čunát2020-09-07
| | | | ... and add myself into meta.maintainers :-)
* libbpf: 0.0.9 -> 0.1.0Austin Seipp2020-08-31
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* libbpf: 0.0.8 -> 0.0.9R. RyanTM2020-06-26
|
* libbpf: 0.0.7 -> 0.0.8R. RyanTM2020-05-09
|
* libbpf: 0.0.3pre114 -> 0.0.7Orivej Desh2020-03-09
| | | | Fixes #82153
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libbpf: init at 0.0.3pre114_672ae75Austin Seipp2019-05-21
Signed-off-by: Austin Seipp <aseipp@pobox.com>