Date: Wed, 1 Mar 2006 06:37:34 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/librt Makefile aio.c mq.c sigev_thread.c sigev_thread.h timer.c Message-ID: <200603010637.k216bY1K004567@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2006-03-01 06:37:34 UTC FreeBSD src repository Added files: lib/librt Makefile aio.c mq.c sigev_thread.c sigev_thread.h timer.c Log: Bring in my initial version of POSIX realtime extension library. Current the library implements mqueue, timer and aio with SIGEV_THREAD notification supported. Earlier version reviewed by: deischen Revision Changes Path 1.1 +15 -0 src/lib/librt/Makefile (new) 1.1 +156 -0 src/lib/librt/aio.c (new) 1.1 +231 -0 src/lib/librt/mq.c (new) 1.1 +433 -0 src/lib/librt/sigev_thread.c (new) 1.1 +96 -0 src/lib/librt/sigev_thread.h (new) 1.1 +181 -0 src/lib/librt/timer.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010637.k216bY1K004567>