cvs commit: src/sys/kern kern_event.c

Brian Feldman green at FreeBSD.org
Sun Aug 15 20:08:39 PDT 2004


green       2004-08-16 03:08:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  Allocate the marker, when scanning a kqueue, from the "heap" instead of the
  stack.  When swapped out, a process's kernel stack would be unavailable,
  and we could get a page fault when scanning the same kqueue.
  
  PR:     kern/61849
  
  Revision  Changes    Path
  1.79      +12 -6     src/sys/kern/kern_event.c


More information about the cvs-src mailing list