| Commit message (Expand) | Author | Age | Files | Lines |
* | Update mmap() comment: no more block devices, so no more block device | rwatson | 2008-10-22 | 1 | -4/+0 |
* | Allow the d_mmap driver methods to use cdevpriv KPI during verification | kib | 2008-09-20 | 1 | -0/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -4/+5 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-08-03 | 1 | -1/+2 |
* | To date, our implementation of munmap(2) has required that the | alc | 2008-05-24 | 1 | -7/+0 |
* | In order to map device memory using superpages, mmap(2) must find a | alc | 2008-05-17 | 1 | -5/+3 |
* | vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be | alc | 2008-04-28 | 1 | -1/+1 |
* | Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly | kib | 2008-03-20 | 1 | -4/+16 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+2 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -3/+53 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int. | peter | 2007-10-18 | 1 | -1/+1 |
* | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | kib | 2007-08-20 | 1 | -2/+4 |
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | peter | 2007-07-04 | 1 | -0/+14 |
* | Make sure object is NULL- there is a possible case where you could | mjacob | 2007-06-17 | 1 | -1/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -5/+6 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Make the mincore(2) return ENOMEM when requested range is not fully mapped. | kib | 2006-06-21 | 1 | -3/+15 |
* | It seems that POSIX would rather ENODEV returned in place of EINVAL when | trhodes | 2006-04-21 | 1 | -1/+1 |
* | MFP4: Support for profiling dynamically loaded objects. | jkoshy | 2006-03-26 | 1 | -0/+41 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -11/+1 |
* | Update the vnode's access time after an mmap operation on it. | dds | 2005-10-04 | 1 | -0/+12 |
* | Remove unused (but initialized) variable 'objsize' from vm_mmap() | peter | 2005-09-20 | 1 | -2/+1 |
* | Move MAC check_vnode_mmap entry point out from being exclusive to | csjp | 2005-04-14 | 1 | -5/+5 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -5/+72 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | phk | 2005-01-25 | 1 | -1/+2 |
* | - Remove GIANT_REQUIRED where giant is no longer required. | jeff | 2005-01-24 | 1 | -3/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Don't clear flags we just checked were not set. | phk | 2004-10-26 | 1 | -1/+0 |
* | XXX mark two places where we do not hold a threadcount on the dev when | phk | 2004-09-24 | 1 | -0/+1 |
* | Remove dead code. | alc | 2004-09-01 | 1 | -4/+0 |
* | Remove a product specific workaround for wrong modes when mmap(2)'ing | phk | 2004-08-05 | 1 | -15/+2 |
* | Eliminate the acquisition and release of Giant around the call to | alc | 2004-08-02 | 1 | -2/+0 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -2/+2 |
* | To handle orphaned character device vnodes properly in mmap(), check that | tjr | 2004-05-11 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-06 | 1 | -4/+0 |
* | Delay permission checks for VCHR vnodes until after vnode is locked in | kan | 2004-04-05 | 1 | -2/+7 |
* | When mmap-ing a file from a noexec mount, be sure not to grant the right | guido | 2004-03-18 | 1 | -1/+5 |
* | Make overflow/wraparound checking more robust and unbreak len=0 in | truckman | 2004-03-15 | 1 | -10/+13 |
* | Style(9) changes. | truckman | 2004-03-15 | 1 | -17/+6 |
* | Remove redundant suser() check. | truckman | 2004-03-15 | 1 | -4/+0 |
* | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | truckman | 2004-03-05 | 1 | -48/+33 |
* | Pich up a do {} while(0) cleanup by phk that was discarded accidentally in | kan | 2004-03-01 | 1 | -11/+9 |
* | Move the code dealing with vnode out of several functions into a single | kan | 2004-02-27 | 1 | -156/+136 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -24/+41 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -11/+24 |
* | - Correct an error in mincore(2) that has existed since its introduction: | alc | 2003-12-21 | 1 | -1/+1 |
* | Remove trailing whitespace. | kan | 2003-12-08 | 1 | -7/+7 |