| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new fo_fill_kinfo fileops method to add type-specific information to | jhb | 2014-09-22 | 1 | -8/+21 |
* | Fix various issues with invalid file operations: | jhb | 2014-09-12 | 1 | -29/+3 |
* | Rename shm_dict_init to shm_init to fix a compiler warning. | andreast | 2014-08-29 | 1 | -1/+1 |
* | Use a unit number allocator to provide suitable st_dev and st_ino values | jhb | 2014-08-29 | 1 | -2/+19 |
* | If vm_page_grab() allocates a new page, the page is not inserted into | kib | 2014-08-13 | 1 | -6/+6 |
* | In the shm_open() and shm_unlink() syscalls, export the path to KTR. | rpaulo | 2014-08-01 | 1 | -2/+12 |
* | For md(4), posix shm(3) and tmpfs(5), free swap space used by paged in | kib | 2014-07-28 | 1 | -0/+1 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 1 | -1/+1 |
* | change td_retval into a union w/ off_t, with defines to mask the | jmg | 2014-03-16 | 1 | -1/+1 |
* | Accept O_CLOEXEC in shm_open(). | rmh | 2014-01-24 | 1 | -1/+1 |
* | Implement sendfile(2) for the posix shared memory segment file descriptor, | kib | 2013-09-11 | 1 | -1/+1 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -1/+1 |
* | Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9). | kib | 2013-08-22 | 1 | -1/+1 |
* | Implement read(2)/write(2) and neccessary lseek(2) for posix shmfd. | kib | 2013-08-21 | 1 | -3/+87 |
* | Extract the general-purpose code from tmpfs to perform uiomove from | kib | 2013-08-21 | 1 | -0/+94 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 1 | -0/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -5/+2 |
* | Use VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE in shm_map(). | jhb | 2013-07-24 | 1 | -1/+1 |
* | mqueue,ksem,shm: Fix race condition with setting UF_EXCLOSE. | jilles | 2013-04-07 | 1 | -5/+1 |
* | MFC | attilio | 2013-03-02 | 1 | -2/+2 |
|\ |
|
| * | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -2/+2 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -17/+17 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
|/ |
|
* | Export some more useful info about shared memory objects to userland | jhb | 2012-04-01 | 1 | -0/+14 |
* | Correct an error of omission in the implementation of the truncation | alc | 2012-01-08 | 1 | -47/+54 |
* | Use vm_mmap_to_errno(). | jhb | 2011-12-15 | 1 | -9/+2 |
* | Add a helper API to allow in-kernel code to map portions of shared memory | jhb | 2011-12-14 | 1 | -0/+119 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | kib | 2011-11-30 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -2/+2 |
* | Correct several issues in the integration of POSIX shared memory objects | rwatson | 2011-09-02 | 1 | -12/+16 |
* | Fix build breakage. Initialize error variables explicitely for !MAC case. | kib | 2011-08-17 | 1 | -0/+1 |
* | Add the fo_chown and fo_chmod methods to struct fileops and use them | kib | 2011-08-16 | 1 | -4/+73 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -0/+11 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -1/+1 |
* | After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9) | kib | 2011-04-01 | 1 | -1/+1 |
* | Replace pointer to "struct uidinfo" with pointer to "struct ucred" | trasz | 2010-12-02 | 1 | -2/+2 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -2/+0 |
* | Rename st_*timespec fields to st_*tim for POSIX 2008 compliance. | ed | 2010-03-28 | 1 | -4/+4 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -8/+23 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -2/+0 |
* | Correct a boundary case error in the management of a page's dirty bits by | alc | 2009-06-02 | 1 | -4/+17 |
* | Shared memory objects that have size which is not necessarily equal to | kan | 2008-12-01 | 1 | -1/+2 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -5/+5 |
* | Rework the lifetime management of the kernel implementation of POSIX | jhb | 2008-06-27 | 1 | -0/+4 |
* | Initialize the vm object's flags to include OBJ_NOSPLIT, just like the | alc | 2008-04-13 | 1 | -0/+4 |
* | Change shm_dotruncate() so that it correctly handles cached pages that span | alc | 2008-02-07 | 1 | -0/+4 |
* | Add a set of regression tests for the POSIX shm API (shm_open(2) and | jhb | 2008-01-16 | 1 | -3/+0 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -0/+608 |