Darling build of libkqueue
Go to file
mheily 74b37975ae By default, kevent() will serialize the copyout() and copyin() functions so that only one thread can operate on a kevent structure. This is controlled by the SERIALIZE_KEVENT macro. This temporarily
restores the behavior from libkqueue 1.0 to give us time to implement
fine-grained locking properly.

New functions: kqueue_lock() and kqueue_unlock().


git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@484 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2011-04-18 01:41:26 +00:00
include/sys Add option for static library build activated by defining MAKE_STATIC 2011-04-16 08:54:17 +00:00
kern starting to come together 2010-02-28 00:25:36 +00:00
libkqueue.xcodeproj Added xcode project for convenience for edit/navigation/etc 2011-03-02 08:47:07 +00:00
ports/debian rel 7.0 #2 2010-06-09 03:41:18 +00:00
src By default, kevent() will serialize the copyout() and copyin() functions so that only one thread can operate on a kevent structure. This is controlled by the SERIALIZE_KEVENT macro. This temporarily 2011-04-18 01:41:26 +00:00
test EVTFILT_TIMER working on windows 2011-04-17 19:34:34 +00:00
www improved rpm build 2010-09-15 02:50:30 +00:00
BUGS Testing SVN post-commit hook 2011-04-14 01:12:48 +00:00
ChangeLog Rollback to r371 to eliminate kqtest failure on Solaris 2011-01-15 17:43:12 +00:00
CMakeLists.txt Added CMakeLists.txt for libkqueue and tests 2011-04-16 08:57:12 +00:00
config.inc Split socket.c into two separate files: read.c and write.c. This means that EVFILT_READ and EVFILT_WRITE are now completely separate filters. 2011-04-05 22:22:48 +00:00
configure Honor CC environment variable as the first pick in the compiler list, temporarily commented out the test for it being executable as it doesn't work properly when CC is set due to how finalize() checks for being empty 2011-02-23 16:48:57 +00:00
kqueue.2 update manpage 2010-09-18 02:40:44 +00:00
libkqueue.la.in * Install libkqueue.la and libkqueue.a in LIBDIR 2009-11-18 01:22:29 +00:00
libkqueue.pc.in revert r101 and add system lib deps to .pc manifest 2009-11-19 03:25:02 +00:00
libkqueue.sln win32 timer filter mostly done, improved windows_kevent_wait() 2011-01-21 03:30:35 +00:00
libkqueue.vcxproj EVTFILT_TIMER working on windows 2011-04-17 19:34:34 +00:00
Makefile Upgrade to makeconf r10. 2011-02-23 01:41:22 +00:00
rpm.spec.in remove "make" from build deps 2010-12-26 04:15:36 +00:00
TODO rel 1.0 2010-09-18 18:47:24 +00:00