lix/src/libstore/build
Adam Joseph 49119072e7 local-derivation-goal.cc: seccomp filters for MIPS secondary arch/abi
A mips64el Linux MIPS kernel can execute userspace code using any of
three ABIs:

  mips64el-linux-*abin64
  mips64el-linux-*abin32
    mipsel-linux-*

The first of these is the native 64-bit ABI, and the only ABI with
64-bit pointers; this is sometimes called "n64".  The last of these is
the old legacy 32-bit ABI, whose binaries can execute natively on
32-bit MIPS hardware; this is sometimes called "o32".

The second ABI, "n32" is essentially the 64-bit ABI with 32-bit
pointers and address space.  Hardware 64-bit integer/floating
arithmetic is still allowed, as well as the much larger mips64
register set and more-efficient calling convention.

Let's enable seccomp filters for all of these.  Likewise for big
endian (mips64-linux-*).
2022-04-27 21:39:26 -07:00
..
derivation-goal.cc Remove duplicate "error:" 2022-04-08 11:48:30 +02:00
derivation-goal.hh Add support for impure derivations 2022-03-31 13:43:20 +02:00
drv-output-substitution-goal.cc Fix empty 'nix copy' error message 2022-04-06 12:43:53 +02:00
drv-output-substitution-goal.hh Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
entry-points.cc BuildResult: Use DerivedPath 2022-03-09 12:25:35 +01:00
goal.cc Random cleanup 2022-03-24 23:24:10 +01:00
goal.hh Random cleanup 2022-03-24 23:09:43 +01:00
hook-instance.cc Change .cc files to use split build headers 2020-10-12 17:08:52 +00:00
hook-instance.hh Trim hook-instance.hh 2020-10-12 17:16:13 +00:00
local-derivation-goal.cc local-derivation-goal.cc: seccomp filters for MIPS secondary arch/abi 2022-04-27 21:39:26 -07:00
local-derivation-goal.hh Add Store::buildPathsWithResults() 2022-03-08 19:56:34 +01:00
substitution-goal.cc Fix empty 'nix copy' error message 2022-04-06 12:43:53 +02:00
substitution-goal.hh Fix empty 'nix copy' error message 2022-04-06 12:43:53 +02:00
worker.cc Remove std::string alias (for real this time) 2022-02-25 16:13:02 +01:00
worker.hh Remove std::set alias 2022-02-21 16:28:23 +01:00