cvs commit: src/lib/libc_r Makefile src/lib/libc_r/uthread Makefile.inc uthread_kqueue.c

Mark Peek mp at FreeBSD.org
Sun Aug 10 21:15:11 PDT 2003


mp          2003/08/10 16:52:59 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    lib/libc_r           Makefile 
    lib/libc_r/uthread   Makefile.inc 
  Added files:           (Branch: RELENG_4)
    lib/libc_r/uthread   uthread_kqueue.c 
  Log:
  MFC: Add wrapper for kqueue() to keep track of the allocated fd and allow
       it to be closed. This fixes a file descriptor leak when closing a
       kqueue() fd.
  
  Revision  Changes    Path
  1.24.2.8  +1 -1      src/lib/libc_r/Makefile
  1.23.2.9  +1 -0      src/lib/libc_r/uthread/Makefile.inc
  1.1.2.1   +53 -0     src/lib/libc_r/uthread/uthread_kqueue.c (new)


More information about the cvs-src mailing list