mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
This implements fspacectl(2) support on shared memory objects. The semantic of SPACECTL_DEALLOC is equivalent to clearing the backing store and free the pages within the affected range. If the call succeeds, subsequent reads on the affected range return all zero. tests/sys/posixshm/posixshm_tests.c is expanded to include a fspacectl(2) functional test. Sponsored by: The FreeBSD Foundation Reviewed by: kevans, kib Differential Revision: https://reviews.freebsd.org/D31490 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| memfd_test.c | ||
| posixshm_test.c | ||