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

cvs commit: src/sys/kern sys_pipe.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 2 May 2004 00:57:45 -0700 (PDT)

dillon      2004/05/02 00:57:45 PDT

DragonFly src repository

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  We must pmap_qremove() pages that we previously pmap_qenter()'d before
  we can safely call kmem_free().  This corrects a serious corruption issue
  that occured when using PIPE algorithms other then the default.
  
  The default SFBUF algorithm was not effected by this bug.
  
  Revision  Changes    Path
  1.19      +14 -1     src/sys/kern/sys_pipe.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/sys_pipe.c.diff?r1=1.18&r2=1.19&f=h



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