aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/shm_map.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Fixed some of markup.Ruslan Ermilov2011-12-171-19/+18
| | | | | | | Reviewed by: jhb Notes: svn path=/head/; revision=228620
* Add a helper API to allow in-kernel code to map portions of shared memoryJohn Baldwin2011-12-141-0/+187
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. Notes: svn path=/head/; revision=228509