Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 16:28:05 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_event.c vfs_aio.c src/sys/sys event.h
Message-ID:  <200503251628.j2PGS5Mb056125@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmg         2005-03-25 16:28:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_event.c vfs_aio.c 
    sys/sys              event.h 
  Log:
  MFC:
  >fix aio+kq... I've been running ambrisko's test program for much longer
  >w/o problems than I was before...  This simply brings back the knote_delete
  >as knlist_delete which will also drop the knote's, instead of just clearing
  >the list and setting _ONESHOT...
  >
  >Fix a race where if a note was _INFLUX and _DETACHED, it could end up being
  >modified... whoopse..
  >
  >Revision  Changes    Path
  >1.90      +11 -8     src/sys/kern/kern_event.c
  >1.183     +1 -1      src/sys/kern/vfs_aio.c
  >1.28      +6 -1      src/sys/sys/event.h
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.79.2.6   +11 -8     src/sys/kern/kern_event.c
  1.174.2.3  +1 -1      src/sys/kern/vfs_aio.c
  1.26.2.1   +6 -1      src/sys/sys/event.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503251628.j2PGS5Mb056125>