cvs commit: src/sys/kern sys_pipe.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun May 2 00:58:21 PDT 2004


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





More information about the Commits mailing list