On Wed, Jun 21, 2006 at 02:36:57PM -0700, John-Mark Gurney wrote:
> John Baldwin wrote this message on Wed, Jun 21, 2006 at 14:13 -0400:
> > On Wednesday 21 June 2006 13:58, John-Mark Gurney wrote:
> > > Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500:
> > > > John-Mark Gurney wrote
John Baldwin wrote this message on Wed, Jun 21, 2006 at 14:13 -0400:
> On Wednesday 21 June 2006 13:58, John-Mark Gurney wrote:
> > Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500:
> > > John-Mark Gurney wrote:
> > >
> > > >Konstantin Belousov wrote this message on Wed, Jun 21, 200
John Baldwin wrote:
On Wednesday 21 June 2006 13:58, John-Mark Gurney wrote:
Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500:
John-Mark Gurney wrote:
Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59
+:
Modified files:
lib/
On Wednesday 21 June 2006 13:58, John-Mark Gurney wrote:
> Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500:
> > John-Mark Gurney wrote:
> >
> > >Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59
+:
> > >
> > >> Modified files:
> > >> lib/libc/sys m
John-Mark Gurney wrote:
Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500:
John-Mark Gurney wrote:
Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59 +:
Modified files:
lib/libc/sys mincore.2
sys/vm vm_mmap.c
Log:
Alan Cox wrote this message on Wed, Jun 21, 2006 at 12:44 -0500:
> John-Mark Gurney wrote:
>
> >Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59 +:
> >
> >> Modified files:
> >> lib/libc/sys mincore.2
> >> sys/vm vm_mmap.c
> >> Log:
> >> Make the
John-Mark Gurney wrote:
Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59 +:
Modified files:
lib/libc/sys mincore.2
sys/vm vm_mmap.c
Log:
Make the mincore(2) return ENOMEM when requested range is not fully mapped.
Is this change
Konstantin Belousov wrote this message on Wed, Jun 21, 2006 at 12:59 +:
> Modified files:
> lib/libc/sys mincore.2
> sys/vm vm_mmap.c
> Log:
> Make the mincore(2) return ENOMEM when requested range is not fully mapped.
Is this change to be posix compliant
kib 2006-06-21 12:59:05 UTC
FreeBSD src repository
Modified files:
lib/libc/sys mincore.2
sys/vm vm_mmap.c
Log:
Make the mincore(2) return ENOMEM when requested range is not fully mapped.
Requested by: Bruno Haible
Reviewed by:alc
Ap