Date: Sun, 10 Aug 2003 16:52:59 -0700 (PDT) From: Mark Peek <mp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/uthread Makefile.inc uthread_kqueue.c Message-ID: <200308102352.h7ANqxCG077589@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308102352.h7ANqxCG077589>
