Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2011 14:45:18 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201108121445.p7CEjIuX007881@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>,
                  Michael Butler <imb@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108121445.p7CEjIuX007881>