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

cvs commit: src/sys/machine/vkernel/platform console.c copyio.c pmap.c src/sys/sys vkernel.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 8 Jan 2007 11:45:39 -0800 (PST)

dillon      2007/01/08 11:45:39 PST

DragonFly src repository

  Modified files:
    sys/machine/vkernel/platform console.c copyio.c pmap.c 
    sys/sys              vkernel.h 
  Log:
  Use CBREAK mode for the console.
  
  Adjust code for new vm_fault_page*() semantics (it now marks the page as
  referenced and dirties it automatically so the caller doesn't have to).
  
  Fix a VPTE_W or VPTE_WIRED snafu.
  FIx a PG_MANAGED vs VPTE_MANAGED snafu.
  
  Add additional VPTE_ bit definitions.
  
  Revision  Changes    Path
  1.5       +12 -3     src/sys/machine/vkernel/platform/console.c
  1.6       +0 -3      src/sys/machine/vkernel/platform/copyio.c
  1.9       +35 -39    src/sys/machine/vkernel/platform/pmap.c
  1.8       +6 -5      src/sys/sys/vkernel.h


http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/console.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/copyio.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/machine/vkernel/platform/pmap.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/vkernel.h.diff?r1=1.7&r2=1.8&f=u



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