| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r282213: | trasz | 2015-06-21 | 1 | -14/+18 |
* | MFC r279400 | alc | 2015-04-20 | 1 | -2/+0 |
* | Merge r263233 from HEAD to stable/10: | rwatson | 2015-03-19 | 1 | -1/+1 |
* | MFC r267630: | kib | 2014-06-26 | 1 | -0/+4 |
* | MFC r267254: | kib | 2014-06-23 | 1 | -6/+9 |
* | MFC r265534: | pho | 2014-05-21 | 1 | -1/+1 |
* | Extend the support for exempting processes from being killed when swap is | jhb | 2013-09-19 | 1 | -10/+7 |
* | Fix an off-by-one error when populating mincore(2) entries for | jhb | 2013-09-12 | 1 | -2/+2 |
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use | jhb | 2013-09-09 | 1 | -6/+25 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -6/+6 |
* | Add new mmap(2) flags to permit applications to request specific virtual | jhb | 2013-08-16 | 1 | -8/+20 |
* | Fix previous commit when option RACCT is not used. | jlh | 2013-07-22 | 1 | -0/+2 |
* | Fix a panic in the racct code when munlock(2) is called with incorrect values. | jlh | 2013-07-22 | 1 | -1/+4 |
* | Be more aggressive in using superpages in all mappings of objects: | jhb | 2013-07-19 | 1 | -1/+2 |
* | Make sys_mlock() function just a wrapper around vm_mlock() function | glebius | 2013-06-08 | 1 | -5/+10 |
* | Add a hint suggesting why tmpfs does not need a special case there. | kib | 2013-05-02 | 1 | -1/+1 |
* | Make vm_object_page_clean() and vm_mmap_vnode() tolerate the vnode' | kib | 2013-04-28 | 1 | -2/+9 |
* | Release the v_writecount reference on the vnode in case of error, | kib | 2013-03-28 | 1 | -0/+4 |
* | MFC | attilio | 2013-03-02 | 1 | -3/+3 |
|\ |
|
| * | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -3/+3 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -6/+6 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
|/ |
|
* | - Reduce kernel size by removing unnecessary pointer indirections. | zont | 2013-01-10 | 1 | -8/+9 |
* | - Fix locked memory accounting for maps with MAP_WIREFUTURE flag. | zont | 2012-12-18 | 1 | -11/+33 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -9/+3 |
* | - Simplify VM code by using vmspace_wired_count() for counting wired | zont | 2012-09-05 | 1 | -4/+3 |
* | For old mmap syscall, when executing on amd64 or ia64, enforce the | kib | 2012-08-14 | 1 | -0/+7 |
* | Adjust the r205536, by allowing a non-zero offset for anonymous | kib | 2012-08-14 | 1 | -5/+17 |
* | When MAP_STACK mapping is created, the map entry is created only to | kib | 2012-04-21 | 1 | -2/+4 |
* | Fix mincore(2) so that it reports PG_CACHED pages as resident. | alc | 2012-04-08 | 1 | -0/+3 |
* | In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag | kib | 2012-03-17 | 1 | -0/+2 |
* | Eliminate stale incorrect ARGSUSED comments. | alc | 2012-03-02 | 1 | -3/+0 |
* | Simplify vm_mmap()'s control flow. | alc | 2012-02-25 | 1 | -16/+19 |
* | Place the if() at the right location, to activate the v_writecount | kib | 2012-02-24 | 1 | -4/+4 |
* | Account the writeable shared mappings backed by file in the vnode | kib | 2012-02-23 | 1 | -11/+39 |
* | When vm_mmap() is used to map a vm object into a kernel vm_map, it | alc | 2012-02-16 | 1 | -10/+10 |
* | Close a race due to dropping of the map lock between creating map entry | kib | 2012-02-11 | 1 | -7/+3 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -15/+15 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -4/+4 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -4/+22 |
* | Extract the code to translate VM error into errno, into an exported | kib | 2011-07-10 | 1 | -0/+7 |
* | Style. | kib | 2011-07-10 | 1 | -1/+1 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | trasz | 2011-07-06 | 1 | -0/+12 |
* | Add accounting for most of the memory-related resources. | trasz | 2011-04-05 | 1 | -3/+42 |
* | Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. | pluknet | 2011-02-24 | 1 | -39/+0 |
* | Fix comment intentation. | trasz | 2010-12-04 | 1 | -8/+8 |
* | Do not use __FreeBSD_version prefix for the special osrel version. | kib | 2010-11-14 | 1 | -1/+1 |
* | Use symbolic names instead of hardcoding values for magic p_osrel constants. | kib | 2010-11-14 | 1 | -1/+1 |
* | Allow a POSIX shared memory object that is opened for read but not for | alc | 2010-09-19 | 1 | -1/+2 |
* | Fix a typo in r212281. uintptr -> uintptr_t | rstone | 2010-09-07 | 1 | -1/+1 |