DragonFly commits List (threaded) for 2006-12
DragonFly BSD
DragonFly commits List (threaded) for 2006-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/machine/vkernel/conf files src/sys/machine/vkernel/i386 global.s src/sys/machine/vkernel/include globaldata.h src/sys/machine/vkernel/platform copyio.c globaldata.c init.c machintr.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Dec 2006 12:46:15 -0800 (PST)

dillon      2006/12/26 12:46:15 PST

DragonFly src repository

  Modified files:
    sys/machine/vkernel/conf files 
    sys/machine/vkernel/include globaldata.h 
    sys/machine/vkernel/platform init.c machintr.c 
  Added files:
    sys/machine/vkernel/i386 global.s 
    sys/machine/vkernel/platform copyio.c globaldata.c 
  Log:
  Continue fleshing out VKERNEL support.  Initialize the per-cpu globaldata
  structure, provide access to the structure via %gs, and do some minor
  cleanups.
  
  Revision  Changes    Path
  1.5       +3 -0      src/sys/machine/vkernel/conf/files
  1.2       +1 -1      src/sys/machine/vkernel/include/globaldata.h
  1.4       +36 -0     src/sys/machine/vkernel/platform/init.c
  1.2       +6 -5      src/sys/machine/vkernel/platform/machintr.c


http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/conf/files.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/include/globaldata.h.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/init.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/machintr.c.diff?r1=1.1&r2=1.2&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]