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

cvs commit: src/sys/kern subr_prf.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Nov 2005 13:56:14 -0800 (PST)

dillon      2005/11/21 13:56:14 PST

DragonFly src repository

  Modified files:
    sys/kern             subr_prf.c 
  Log:
  Start working on making the printf() path MPSAFE, because it isn't at the
  moment.  Ensure that index computations on the message buffer cannot cause
  a crash if multiple cpus are writing to the message buffer at the same time.
  
  Revision  Changes    Path
  1.10      +26 -8     src/sys/kern/subr_prf.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_prf.c.diff?r1=1.9&r2=1.10&f=u



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