cvs commit: src/sys/kern kern_event.c vfs_aio.c src/sys/sys event.h

John-Mark Gurney jmg at FreeBSD.org
Sat Sep 23 21:47:48 PDT 2006


jmg         2006-09-24 04:47:47 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c vfs_aio.c 
    sys/sys              event.h 
  Log:
  hide kqueue_register from public view, and replace it w/ kqfd_register...
  this eliminates a possible race in aio registering a kevent..
  
  Revision  Changes    Path
  1.105     +30 -2     src/sys/kern/kern_event.c
  1.227     +6 -33     src/sys/kern/vfs_aio.c
  1.37      +2 -2      src/sys/sys/event.h


More information about the cvs-src mailing list