cvs commit: src/lib/libc/sys mincore.2 src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/sys mman.h

Niclas Zeising niclas.zeising at gmail.com
Fri Mar 28 01:08:55 PDT 2008


Paul Saab wrote:
> ps          2008-03-28 04:29:27 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libc/sys         mincore.2 
>     sys/amd64/amd64      pmap.c 
>     sys/i386/i386        pmap.c 
>     sys/sys              mman.h 
>   Log:
>   Add support to mincore for detecting whether a page is part of a
>   "super" page or not.
>   
>   Reviewed by:    alc, ups
>   
>   Revision  Changes    Path
>   1.27      +2 -0      src/lib/libc/sys/mincore.2
>   1.610     +2 -1      src/sys/amd64/amd64/pmap.c
>   1.611     +3 -2      src/sys/i386/i386/pmap.c
>   1.42      +1 -0      src/sys/sys/mman.h


There is a typo in this that broke the build. Attached patch fixes the 
build.
Regards!
Niclas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pmap.c.diff
Type: text/x-diff
Size: 579 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20080328/93181817/pmap.c.bin


More information about the cvs-src mailing list