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 ...

Kip Macy kmacy at FreeBSD.org
Fri Aug 15 04:02:25 UTC 2008


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


More information about the cvs-all mailing list