Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2008 04:00:44 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/xen/console console.c xencons_ring.c src/sys/i386/include/xen xen-os.h xenpmap.h src/sys/i386/xen clock.c locore.s pmap.c xen_machdep.c src/sys/xen/evtchn evtchn.c src/sys/xen/xenbus xenbus_client.c xenbus_comms.c xenbus_dev.c ...
Message-ID:  <200808150402.m7F42PV5003556@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2008-08-15 04:00:44 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xen/console  console.c xencons_ring.c 
    sys/i386/include/xen xen-os.h xenpmap.h 
    sys/i386/xen         clock.c locore.s pmap.c xen_machdep.c 
    sys/xen/evtchn       evtchn.c 
    sys/xen/xenbus       xenbus_client.c xenbus_comms.c 
                         xenbus_dev.c xenbus_probe.c 
                         xenbus_probe_backend.c xenbus_xs.c 
  Log:
  SVN rev 181747 on 2008-08-15 04:00:44Z by kmacy
  
  Compile fixes for xen build.
  
  MFC after:      1 month.
  
  Revision  Changes    Path
  1.2       +0 -3      src/sys/dev/xen/console/console.c
  1.2       +0 -1      src/sys/dev/xen/console/xencons_ring.c
  1.2       +20 -5     src/sys/i386/include/xen/xen-os.h
  1.2       +0 -3      src/sys/i386/include/xen/xenpmap.h
  1.2       +25 -107   src/sys/i386/xen/clock.c
  1.2       +4 -0      src/sys/i386/xen/locore.s
  1.2       +97 -18    src/sys/i386/xen/pmap.c
  1.2       +69 -29    src/sys/i386/xen/xen_machdep.c
  1.2       +1 -0      src/sys/xen/evtchn/evtchn.c
  1.2       +2 -0      src/sys/xen/xenbus/xenbus_client.c
  1.2       +1 -0      src/sys/xen/xenbus/xenbus_comms.c
  1.2       +1 -0      src/sys/xen/xenbus/xenbus_dev.c
  1.2       +1 -0      src/sys/xen/xenbus/xenbus_probe.c
  1.2       +1 -0      src/sys/xen/xenbus/xenbus_probe_backend.c
  1.2       +1 -0      src/sys/xen/xenbus/xenbus_xs.c



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