Christoph Egger <christoph_eg...@gmx.de> wrote:
> > Log Message:
> > Replace tmpfs_pool custom allocator code with a simpler layer for memory
> > accounting.  Use wired memory (which can be limited) for meta-data, and
> > kmem(9) for string allocations.
> > 
> > Close PR/31944.  Fix PR/38361 while here.  OK a...@.
> 
> Are these the fixes to get shm_open(3) and shm_unlink(3) in libc ?
> 

Well, memory of UVM objects is still pageable.  I think the way to go
for POSIX shm is a kernel implementation with wired-only memory support,
but limiting enabled and configurable - that avoids lots of complexity.

-- 
Mindaugas

Reply via email to