Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



Christoph Egger <Christoph_Egger%gmx.de@localhost> 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 ad@.
> 
> 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


Home | Main Index | Thread Index | Old Index