summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_shm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315621alc2017-07-221-3/+4
* MFC r281436 (by mjg@):dchagin2017-07-151-3/+3
* MFC r302151: posixshm: Fix lock leak when mac_posixshm_check_read rejectsjilles2016-07-031-3/+3
* MFC r278402alc2015-04-201-1/+2
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC 270823,270825,270829:jhb2014-09-101-3/+20
* MFC r269907:kib2014-08-201-6/+6
* MFC r269408, r269409:rpaulo2014-08-081-2/+12
* MFC r269190:kib2014-08-041-0/+1
* MFC r261138:rmh2014-01-311-1/+1
* Implement sendfile(2) for the posix shared memory segment file descriptor,kib2013-09-111-1/+1
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
* Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd.kib2013-08-211-3/+87
* Extract the general-purpose code from tmpfs to perform uiomove fromkib2013-08-211-0/+94
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-151-0/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-5/+2
* Use VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE in shm_map().jhb2013-07-241-1/+1
* mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE.jilles2013-04-071-5/+1
* MFCattilio2013-03-021-2/+2
|\
| * Merge Capsicum overhaul:pjd2013-03-021-2/+2
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-17/+17
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* Export some more useful info about shared memory objects to userlandjhb2012-04-011-0/+14
* Correct an error of omission in the implementation of the truncationalc2012-01-081-47/+54
* Use vm_mmap_to_errno().jhb2011-12-151-9/+2
* Add a helper API to allow in-kernel code to map portions of shared memoryjhb2011-12-141-0/+119
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-301-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Correct several issues in the integration of POSIX shared memory objectsrwatson2011-09-021-12/+16
* Fix build breakage. Initialize error variables explicitely for !MAC case.kib2011-08-171-0/+1
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-4/+73
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-0/+11
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
* Replace pointer to "struct uidinfo" with pointer to "struct ucred"trasz2010-12-021-2/+2
* Minimize the use of the page queues lock for synchronizing access to thealc2010-06-021-2/+0
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-281-4/+4
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-8/+23
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-2/+0
* Correct a boundary case error in the management of a page's dirty bits byalc2009-06-021-4/+17
* Shared memory objects that have size which is not necessarily equal tokan2008-12-011-1/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-5/+5
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+4
* Initialize the vm object's flags to include OBJ_NOSPLIT, just like thealc2008-04-131-0/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanalc2008-02-071-0/+4
* Add a set of regression tests for the POSIX shm API (shm_open(2) andjhb2008-01-161-3/+0
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+608
OpenPOWER on IntegriCloud