| Commit message (Expand) | Author | Age | Files | Lines |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -15/+15 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | Konstantin Belousov | 2011-09-06 | 1 | -4/+4 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -4/+22 |
* | Extract the code to translate VM error into errno, into an exported | Konstantin Belousov | 2011-07-10 | 1 | -0/+7 |
* | Style. | Konstantin Belousov | 2011-07-10 | 1 | -1/+1 |
* | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 1 | -0/+12 |
* | Add accounting for most of the memory-related resources. | Edward Tomasz Napierala | 2011-04-05 | 1 | -3/+42 |
* | Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. | Sergey Kandaurov | 2011-02-24 | 1 | -39/+0 |
* | Fix comment intentation. | Edward Tomasz Napierala | 2010-12-04 | 1 | -8/+8 |
* | Do not use __FreeBSD_version prefix for the special osrel version. | Konstantin Belousov | 2010-11-14 | 1 | -1/+1 |
* | Use symbolic names instead of hardcoding values for magic p_osrel constants. | Konstantin Belousov | 2010-11-14 | 1 | -1/+1 |
* | Allow a POSIX shared memory object that is opened for read but not for | Alan Cox | 2010-09-19 | 1 | -1/+2 |
* | Fix a typo in r212281. uintptr -> uintptr_t | Ryan Stone | 2010-09-07 | 1 | -1/+1 |
* | In munmap() downgrade the vm_map_lock to a read lock before taking a read | Ryan Stone | 2010-09-07 | 1 | -3/+11 |
* | Add the MAP_PREFAULT_READ option to mmap(2). | Alan Cox | 2010-08-28 | 1 | -2/+3 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | Konstantin Belousov | 2010-08-06 | 1 | -7/+7 |
* | Fix commented out resource limit check in mlockall(2). It's still racy, | Edward Tomasz Napierala | 2010-07-27 | 1 | -2/+1 |
* | Push down page queues lock acquisition in pmap_enter_object() and | Alan Cox | 2010-05-26 | 1 | -3/+10 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | Alan Cox | 2010-05-24 | 1 | -26/+67 |
* | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 1 | -0/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | Alan Cox | 2010-04-24 | 1 | -3/+1 |
* | Reject attempts to create a MAP_ANON mapping with a non-zero offset. | John Baldwin | 2010-03-23 | 1 | -2/+1 |
* | Back out the functional parts from r197537. After r197711, affecting all | Bjoern A. Zeeb | 2009-10-02 | 1 | -15/+0 |
* | Do not allow mmap with the MAP_FIXED argument to map at address zero. | Simon L. B. Nielsen | 2009-09-27 | 1 | -1/+18 |
* | Old (a.out) rtld attempts to mmap zero-length region, e.g. when bss | Konstantin Belousov | 2009-09-20 | 1 | -1/+3 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | John Baldwin | 2009-07-14 | 1 | -1/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -2/+5 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Add an extension to the character device interface that allows character | John Baldwin | 2009-06-01 | 1 | -58/+47 |
* | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | Alan Cox | 2009-04-04 | 1 | -12/+0 |
* | Revert the addition of the freelist argument for the vm_map_delete() | Konstantin Belousov | 2009-02-24 | 1 | -4/+1 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | Konstantin Belousov | 2009-02-08 | 1 | -1/+4 |
* | Now that vfs_markatime() no longer requires an exclusive lock due to | John Baldwin | 2009-01-21 | 1 | -2/+2 |
* | Update mmap() comment: no more block devices, so no more block device | Robert Watson | 2008-10-22 | 1 | -4/+0 |
* | Allow the d_mmap driver methods to use cdevpriv KPI during verification | Konstantin Belousov | 2008-09-20 | 1 | -0/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -4/+5 |
* | Fill in a few sysctl descriptions. | Tom Rhodes | 2008-08-03 | 1 | -1/+2 |
* | To date, our implementation of munmap(2) has required that the | Alan Cox | 2008-05-24 | 1 | -7/+0 |
* | In order to map device memory using superpages, mmap(2) must find a | Alan Cox | 2008-05-17 | 1 | -5/+3 |
* | vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be | Alan Cox | 2008-04-28 | 1 | -1/+1 |
* | Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly | Konstantin Belousov | 2008-03-20 | 1 | -4/+16 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+2 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | John Baldwin | 2008-01-08 | 1 | -3/+53 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
* | Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int. | Peter Wemm | 2007-10-18 | 1 | -1/+1 |
* | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | Konstantin Belousov | 2007-08-20 | 1 | -2/+4 |
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | Peter Wemm | 2007-07-04 | 1 | -0/+14 |
* | Make sure object is NULL- there is a possible case where you could | Matt Jacob | 2007-06-17 | 1 | -1/+2 |
* | Revert VMCNT_* operations introduction. | Attilio Rao | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | Jeff Roberson | 2007-05-18 | 1 | -1/+1 |