summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-3/+10
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-26/+67
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-3/+1
* Reject attempts to create a MAP_ANON mapping with a non-zero offset.jhb2010-03-231-2/+1
* Back out the functional parts from r197537. After r197711, affecting allbz2009-10-021-15/+0
* Do not allow mmap with the MAP_FIXED argument to map at address zero.simon2009-09-271-1/+18
* Old (a.out) rtld attempts to mmap zero-length region, e.g. when bsskib2009-09-201-1/+3
* - Change mmap() to fail requests with EINVAL that pass a length of 0. Thisjhb2009-07-141-1/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-2/+5
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add an extension to the character device interface that allows characterjhb2009-06-011-58/+47
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-12/+0
* Revert the addition of the freelist argument for the vm_map_delete()kib2009-02-241-4/+1
* Do not call vm_object_deallocate() from vm_map_delete(), because wekib2009-02-081-1/+4
* Now that vfs_markatime() no longer requires an exclusive lock due tojhb2009-01-211-2/+2
* Update mmap() comment: no more block devices, so no more block devicerwatson2008-10-221-4/+0
* Allow the d_mmap driver methods to use cdevpriv KPI during verificationkib2008-09-201-0/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-4/+5
* Fill in a few sysctl descriptions.trhodes2008-08-031-1/+2
* To date, our implementation of munmap(2) has required that thealc2008-05-241-7/+0
* In order to map device memory using superpages, mmap(2) must find aalc2008-05-171-5/+3
* vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can bealc2008-04-281-1/+1
* Do not dereference cdev->si_cdevsw, use the dev_refthread() to properlykib2008-03-201-4/+16
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+2
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-3/+53
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.peter2007-10-181-1/+1
* Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert().kib2007-08-201-2/+4
* Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncatepeter2007-07-041-0/+14
* Make sure object is NULL- there is a possible case where you couldmjacob2007-06-171-1/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.kib2006-06-211-3/+15
* It seems that POSIX would rather ENODEV returned in place of EINVAL whentrhodes2006-04-211-1/+1
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-261-0/+41
* Move execve's access time update functionality into a newdds2005-10-121-11/+1
* Update the vnode's access time after an mmap operation on it.dds2005-10-041-0/+12
* Remove unused (but initialized) variable 'objsize' from vm_mmap()peter2005-09-201-2/+1
* Move MAC check_vnode_mmap entry point out from being exclusive tocsjp2005-04-141-5/+5
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-5/+72
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-251-1/+2
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-3/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Don't clear flags we just checked were not set.phk2004-10-261-1/+0
* XXX mark two places where we do not hold a threadcount on the dev whenphk2004-09-241-0/+1
* Remove dead code.alc2004-09-011-4/+0
* Remove a product specific workaround for wrong modes when mmap(2)'ingphk2004-08-051-15/+2
OpenPOWER on IntegriCloud