Commit Graph

60 Commits

Author SHA1 Message Date
mheily
bab7f0f8d8 * Ported to Solaris 10. The port compiles but does not work yet.
* Experimental work on EVFILT_PROC, disabled by default.

  * kqueue() init hook

  * kevent() split into several hook functions.



git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@106 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-24 03:32:59 +00:00
mheily
6b6e09c038 rewrite evfilt_proc for POSIX instead of linux.
new: filter_raise() and filter_lower()

change build script to allow mixing POSIX and Linux sources.

git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@103 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-19 03:38:32 +00:00
mheily
20bcd7a849 * Install libkqueue.la and libkqueue.a in LIBDIR
* New test target "test-libtool" builds the test program using libtool.



git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@100 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-18 01:22:29 +00:00
mheily
2889f3c3fb initial incomplete RPM implementation
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@97 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-16 03:54:47 +00:00
mheily
81927a09bc fix make dist; actual 0.3 is this one
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@84 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-11 02:41:45 +00:00
mheily
d168575b1c version 0.3
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@83 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-11 02:35:25 +00:00
mheily
f05081816f reenable pthreads
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@78 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-09 01:24:49 +00:00
mheily
69d51032a8 EVFILT_USER implemented
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@70 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-08 04:59:18 +00:00
mheily
dee9c18331 final build changes to reorganize src/
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@68 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-08 02:21:03 +00:00
mheily
4b46cc5d44 major changes to internal build script
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@67 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
2009-11-08 02:04:16 +00:00