Based on the description in Linux man page.
Sponsored by: Mellanox Technologies
Differential D18837
Implement shmat(2) flag SHM_REMAP. kib on Jan 14 2019, 8:24 AM. Authored by Tags None Referenced Files
Subscribers
Details
Based on the description in Linux man page. Sponsored by: Mellanox Technologies
Diff Detail
Event TimelineComment Actions This seems ok to me. I'm not sure about modifying the NetBSD tests, might be nice to wrap the changes with #ifdef SHM_REMAP if they are to be upstreamed. Seems like in the future we could implement MAP_REMAP with find_space != VMFS_NO_SPACE to provide the semantics needed for Linux's mremap(2).
Comment Actions The test changes are ok. I figure I'll have to make a pass over the tree anyhow to find what all may have changed in the past year under contrib/netbsd-tests, so there's no time like the present-ish to do it.
|