]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 228509,228620,228533:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 6 Jun 2012 16:01:45 +0000 (16:01 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 6 Jun 2012 16:01:45 +0000 (16:01 +0000)
commit91cfec5054e3ae53b5af8ab8833077a8d7ec7b75
treeb92d2e098d48b8928ad34221a64291e0c4af9814
parentd43dac625717cae36ce1b401013c07be9109a999
MFC 228509,228620,228533:
Add a helper API to allow in-kernel code to map portions of shared memory
objects created by shm_open(2) into the kernel's address space.  This
provides a convenient way for creating shared memory buffers between
userland and the kernel without requiring custom character devices.

git-svn-id: svn://svn.freebsd.org/base/stable/8@236684 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man9/Makefile
share/man/man9/shm_map.9 [new file with mode: 0644]
sys/kern/uipc_shm.c
sys/sys/mman.h