cvs commit: src/sys/vm vm_mmap.c

2008-09-29 Thread Konstantin Belousov
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

cvs commit: src/sys/vm vm_mmap.c

2008-09-23 Thread John Baldwin
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

cvs commit: src/sys/vm vm_mmap.c

2008-09-23 Thread John Baldwin
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

cvs commit: src/sys/vm vm_mmap.c

2008-09-20 Thread Konstantin Belousov
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

cvs commit: src/sys/vm vm_mmap.c vm_object.c vm_pageout.c vm_zeroidle.c

2008-08-03 Thread Tom Rhodes
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:

cvs commit: src/sys/vm vm_mmap.c

2008-05-24 Thread Alan Cox
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

cvs commit: src/sys/vm vm_mmap.c

2008-05-17 Thread Alan Cox
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

cvs commit: src/sys/vm vm_mmap.c src/sys/fs/devfs devfs_rule.c

2008-03-20 Thread Konstantin Belousov
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

cvs commit: src/sys/vm vm_mmap.c

2007-10-18 Thread Peter Wemm
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 _

Re: cvs commit: src/sys/vm vm_mmap.c

2007-06-16 Thread Alan Cox
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

cvs commit: src/sys/vm vm_mmap.c

2007-06-16 Thread Matt Jacob
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

cvs commit: src/sys/vm vm_mmap.c

2006-07-20 Thread Konstantin Belousov
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

cvs commit: src/sys/vm vm_mmap.c

2006-04-21 Thread Tom Rhodes
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