cvs commit: ports/emulators/virtualbox-ose-additions/files
patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
ports/emulators/virtualbox-ose-kmod/files
patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
ports/emulators/virtualbox-ose-kmod-legacy/files
patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
Bernhard Froehlich
decke at FreeBSD.org
Fri Aug 12 14:45:18 UTC 2011
decke 2011-08-12 14:45:18 UTC
FreeBSD ports repository
Added files:
emulators/virtualbox-ose-additions/files
patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
emulators/virtualbox-ose-kmod/files
patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
emulators/virtualbox-ose-kmod-legacy/files
patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
Log:
- Fix PG_UNMANAGED compile problem on HEAD after r224746.
Remove explicit initialization of m->flags and m->oflags because per
default vm_phys_alloc_contig() already initializes the page as unmanaged.
Chase move of PG_UNMANAGED flag from m->flags to m->oflags and renaming
to VPO_UNMANAGED for an additional assert.
PR: ports/159675
Reported by: Kyryll A Mirnenko <xmirya at gmail.com>,
Michael Butler <imb at protected-networks.net>
Thanks to: beat
Revision Changes Path
1.1 +25 -0 ports/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c (new)
1.3 +25 -0 ports/emulators/virtualbox-ose-kmod-legacy/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c (new)
1.3 +25 -0 ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c (new)
More information about the cvs-all
mailing list