Home | History | Annotate | Download | only in kern
History log of /src/sys/kern/sys_memfd.c
RevisionDateAuthorComments
 1.12  02-Aug-2025  gutteridge sys_memfd.c: fix typo in comment
 1.11  12-Aug-2023  christos F_GETPATH guarantees that data points to a MAXPATHLEN pointer, so go back
to using MAXPATHLEN.
 1.10  12-Aug-2023  christos mfd_name should be already NUL terminated.
 1.9  12-Aug-2023  christos Add missing F_GETPATH (from Theodore Preduta)
 1.8  29-Jul-2023  rin sys_memfd: Comply with our implicit naming convention;
do_memfd_truncate() --> memfd_truncate_locked(). NFC.
 1.7  29-Jul-2023  rin sys_memfd: Fix logic errors for offset in the previous.
 1.6  29-Jul-2023  christos Fix locking and offset issues pointed out by @riastradh (Theodore Preduta)
 1.5  29-Jul-2023  christos Add tests for t_memfd_create and fix bug found by tests
 1.4  29-Jul-2023  riastradh sys: Rename sys/miscfd.h -> sys/memfd.h.

Let's not create new dumping grounds for miscellaneous stuff; one
header file for one purpose.
 1.3  29-Jul-2023  riastradh memfd(2): Convert KASSERT to CTASSERT.

Move it closer to where it's relevant too.
 1.2  10-Jul-2023  christos move the memfd struct to a separate file. Requested by riastradh@
 1.1  10-Jul-2023  christos Add memfd_create(2) from GSoC 2023 by Theodore Preduta

RSS XML Feed