| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In munmap() downgrade the vm_map_lock to a read lock before taking a read | rstone | 2010-09-07 | 1 | -3/+11 |
* | Add the MAP_PREFAULT_READ option to mmap(2). | alc | 2010-08-28 | 1 | -2/+3 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | kib | 2010-08-06 | 1 | -7/+7 |
* | Fix commented out resource limit check in mlockall(2). It's still racy, | trasz | 2010-07-27 | 1 | -2/+1 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -3/+10 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -26/+67 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+1 |
* | Reject attempts to create a MAP_ANON mapping with a non-zero offset. | jhb | 2010-03-23 | 1 | -2/+1 |
* | Back out the functional parts from r197537. After r197711, affecting all | bz | 2009-10-02 | 1 | -15/+0 |
* | Do not allow mmap with the MAP_FIXED argument to map at address zero. | simon | 2009-09-27 | 1 | -1/+18 |
* | Old (a.out) rtld attempts to mmap zero-length region, e.g. when bss | kib | 2009-09-20 | 1 | -1/+3 |
* | - Change mmap() to fail requests with EINVAL that pass a length of 0. This | jhb | 2009-07-14 | 1 | -1/+1 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -2/+5 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add an extension to the character device interface that allows character | jhb | 2009-06-01 | 1 | -58/+47 |
* | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | alc | 2009-04-04 | 1 | -12/+0 |
* | Revert the addition of the freelist argument for the vm_map_delete() | kib | 2009-02-24 | 1 | -4/+1 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | kib | 2009-02-08 | 1 | -1/+4 |
* | Now that vfs_markatime() no longer requires an exclusive lock due to | jhb | 2009-01-21 | 1 | -2/+2 |
* | Update mmap() comment: no more block devices, so no more block device | rwatson | 2008-10-22 | 1 | -4/+0 |
* | Allow the d_mmap driver methods to use cdevpriv KPI during verification | kib | 2008-09-20 | 1 | -0/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -4/+5 |
* | Fill in a few sysctl descriptions. | trhodes | 2008-08-03 | 1 | -1/+2 |
* | To date, our implementation of munmap(2) has required that the | alc | 2008-05-24 | 1 | -7/+0 |
* | In order to map device memory using superpages, mmap(2) must find a | alc | 2008-05-17 | 1 | -5/+3 |
* | vm_map_fixed(), unlike vm_map_find(), does not update "addr", so it can be | alc | 2008-04-28 | 1 | -1/+1 |
* | Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly | kib | 2008-03-20 | 1 | -4/+16 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+2 |
* | Add a new file descriptor type for IPC shared memory objects and use it to | jhb | 2008-01-08 | 1 | -3/+53 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int. | peter | 2007-10-18 | 1 | -1/+1 |
* | Do not drop vm_map lock between doing vm_map_remove() and vm_map_insert(). | kib | 2007-08-20 | 1 | -2/+4 |
* | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | peter | 2007-07-04 | 1 | -0/+14 |
* | Make sure object is NULL- there is a possible case where you could | mjacob | 2007-06-17 | 1 | -1/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -5/+6 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Make the mincore(2) return ENOMEM when requested range is not fully mapped. | kib | 2006-06-21 | 1 | -3/+15 |
* | It seems that POSIX would rather ENODEV returned in place of EINVAL when | trhodes | 2006-04-21 | 1 | -1/+1 |
* | MFP4: Support for profiling dynamically loaded objects. | jkoshy | 2006-03-26 | 1 | -0/+41 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -11/+1 |
* | Update the vnode's access time after an mmap operation on it. | dds | 2005-10-04 | 1 | -0/+12 |
* | Remove unused (but initialized) variable 'objsize' from vm_mmap() | peter | 2005-09-20 | 1 | -2/+1 |