kib 2008-09-29 20:06:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/vm vm_mmap.c
Log:
SVN rev 183476 on 2008-09-29 20:06:57Z by kib
MFC r183216:
Allow the d_mmap driver methods to use cdevpriv KPI during verification
phase o
jhb 2008-09-23 16:04:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_mmap.c
Log:
SVN rev 183304 on 2008-09-23 16:04:17Z by jhb
MFC: 179296
To date, our implementation of munmap(2) has required that the
entirety of the s
jhb 2008-09-23 16:03:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/vm vm_mmap.c
Log:
SVN rev 183303 on 2008-09-23 16:03:32Z by jhb
MFC: 179296
To date, our implementation of munmap(2) has required that the
entirety of the s
kib 2008-09-20 19:56:02 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
SVN rev 183216 on 2008-09-20 19:56:02Z by kib
Allow the d_mmap driver methods to use cdevpriv KPI during verification
phase of establishing mapping.
Discussed wi
trhodes 2008-08-03 14:26:15 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c vm_object.c vm_pageout.c
vm_zeroidle.c
Log:
SVN rev 181239 on 2008-08-03 14:26:15Z by trhodes
Fill in a few sysctl descriptions.
Reviewed by:
alc 2008-05-24 21:57:16 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
To date, our implementation of munmap(2) has required that the
entirety of the specified range be mapped. Specifically, it has
returned EINVAL if the entire range is no
alc 2008-05-17 19:32:48 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
In order to map device memory using superpages, mmap(2) must find a
superpage-aligned virtual address for the mapping. Revision 1.65
implemented an overly simplistic an
kib 2008-03-20 16:08:42 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
sys/fs/devfs devfs_rule.c
Log:
Do not dereference cdev->si_cdevsw, use the dev_refthread() to properly
obtain the reference. In particular, this fixes the panic re
peter 2007-10-18 22:47:39 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
Fix cosmetic bug in stale copy of msync_args. 'len' is size_t, not int.
Revision ChangesPath
1.214 +1 -1 src/sys/vm/vm_mmap.c
_
Matt Jacob wrote:
mjacob 2007-06-17 04:17:49 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
Make sure object is NULL- there is a possible case where you could
fall through to it being used w/o being set. Put a break in the default
case.
Revisi
mjacob 2007-06-17 04:17:49 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
Make sure object is NULL- there is a possible case where you could
fall through to it being used w/o being set. Put a break in the default
case.
Revision Changes
kib 2006-07-21 05:54:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_mmap.c
Log:
MFC rev. 1.206
Make the mincore(2) return ENOMEM when requested range is not fully mapped.
Approved by: pjd (mentor)
Revision Chang
trhodes 2006-04-21 07:17:25 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
It seems that POSIX would rather ENODEV returned in place of EINVAL when
trying to mmap() an fd that isn't a normal file.
Reference: http://www.opengroup.org/onlinepu
13 matches
Mail list logo