summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix locked memory accounting for maps with MAP_WIREFUTURE flag.zont2012-12-181-11/+33
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-9/+3
* - Simplify VM code by using vmspace_wired_count() for counting wiredzont2012-09-051-4/+3
* For old mmap syscall, when executing on amd64 or ia64, enforce thekib2012-08-141-0/+7
* Adjust the r205536, by allowing a non-zero offset for anonymouskib2012-08-141-5/+17
* When MAP_STACK mapping is created, the map entry is created only tokib2012-04-211-2/+4
* Fix mincore(2) so that it reports PG_CACHED pages as resident.alc2012-04-081-0/+3
* In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flagkib2012-03-171-0/+2
* Eliminate stale incorrect ARGSUSED comments.alc2012-03-021-3/+0
* Simplify vm_mmap()'s control flow.alc2012-02-251-16/+19
* Place the if() at the right location, to activate the v_writecountkib2012-02-241-4/+4
* Account the writeable shared mappings backed by file in the vnodekib2012-02-231-11/+39
* When vm_mmap() is used to map a vm object into a kernel vm_map, italc2012-02-161-10/+10
* Close a race due to dropping of the map lock between creating map entrykib2012-02-111-7/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-15/+15
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-4/+22
* Extract the code to translate VM error into errno, into an exportedkib2011-07-101-0/+7
* Style.kib2011-07-101-1/+1
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-061-0/+12
* Add accounting for most of the memory-related resources.trasz2011-04-051-3/+42
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.pluknet2011-02-241-39/+0
* Fix comment intentation.trasz2010-12-041-8/+8
* Do not use __FreeBSD_version prefix for the special osrel version.kib2010-11-141-1/+1
* Use symbolic names instead of hardcoding values for magic p_osrel constants.kib2010-11-141-1/+1
* Allow a POSIX shared memory object that is opened for read but not foralc2010-09-191-1/+2
* Fix a typo in r212281. uintptr -> uintptr_trstone2010-09-071-1/+1
* In munmap() downgrade the vm_map_lock to a read lock before taking a readrstone2010-09-071-3/+11
* Add the MAP_PREFAULT_READ option to mmap(2).alc2010-08-281-2/+3
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-061-7/+7
* Fix commented out resource limit check in mlockall(2). It's still racy,trasz2010-07-271-2/+1
* 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
OpenPOWER on IntegriCloud