On 22.06.10 20:32, Mindaugas Rasiukevicius wrote: > Module Name: src > Committed By: rmind > Date: Tue Jun 22 18:32:08 UTC 2010 > > Modified Files: > src/sys/fs/tmpfs: TODO files.tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c > tmpfs_vnops.c > src/sys/modules/tmpfs: Makefile > src/sys/rump/fs/lib/libtmpfs: Makefile > Added Files: > src/sys/fs/tmpfs: tmpfs_mem.c > Removed Files: > src/sys/fs/tmpfs: tmpfs_pool.c tmpfs_pool.h > > 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 ? Christoph