summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267630:kib2014-06-261-0/+4
* MFC r267254:kib2014-06-231-6/+9
* MFC r265534:pho2014-05-211-1/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-10/+7
* Fix an off-by-one error when populating mincore(2) entries forjhb2013-09-121-2/+2
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-6/+25
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-6/+6
* Add new mmap(2) flags to permit applications to request specific virtualjhb2013-08-161-8/+20
* Fix previous commit when option RACCT is not used.jlh2013-07-221-0/+2
* Fix a panic in the racct code when munlock(2) is called with incorrect values.jlh2013-07-221-1/+4
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-191-1/+2
* Make sys_mlock() function just a wrapper around vm_mlock() functionglebius2013-06-081-5/+10
* Add a hint suggesting why tmpfs does not need a special case there.kib2013-05-021-1/+1
* Make vm_object_page_clean() and vm_mmap_vnode() tolerate the vnode'kib2013-04-281-2/+9
* Release the v_writecount reference on the vnode in case of error,kib2013-03-281-0/+4
* MFCattilio2013-03-021-3/+3
|\
| * Merge Capsicum overhaul:pjd2013-03-021-3/+3
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-6/+6
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* - Reduce kernel size by removing unnecessary pointer indirections.zont2013-01-101-8/+9
* - 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
OpenPOWER on IntegriCloud