diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-27 18:48:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-27 18:48:12 +0000 |
commit | 2043bceb5b7120930b3d3752dfb8cb168076a982 (patch) | |
tree | a716ed9dda7b829cb2477720cc72dc4ee433ce9c /CHANGELOG.md | |
parent | 83cd1da91f31cf49468e3e290046cf472481e0db (diff) | |
parent | a0e2f199f5c9031f28c0174e43e21276bd595808 (diff) | |
parent | 1eeccb942e9cde89d96a927c2a19622b213e4bfd (diff) | |
download | nix-2043bceb5b7120930b3d3752dfb8cb168076a982.zip |
Merge #1596 #1621
1596: Add NetBSD configuration for supported process resources r=asomers a=schctl
In addition to existing resources, NetBSD supports `RLIMIT_MEMLOCK`, `RLIMIT_NPROC` and `RLIMIT_RSS`.
https://man.netbsd.org/setrlimit.2
`RLIMIT_AS` is also supported, but it looks like it was added [after version 5.0](https://mail-index.netbsd.org/tech-kern/2009/03/28/msg004702.html), so I'm not sure if that should be enabled.
1621: Add posix_fallocate on DragonFly r=asomers a=rtzoeller
Enable the existing `posix_fallocate()` tests as they are passing locally.
Co-authored-by: Sachin Cherian <sachinctl@protonmail.com>
Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>