Dispatch upper-half protocol request handling.
[dragonfly.git] / sys / kern / lwkt_msgport.c
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-01 Matthew DillonFix a bug: remove an extra crit_enter() in the default...
2003-12-04 Matthew DillonGeneral cleanups as part of the libcaps userland thread...
2003-11-24 Matthew Dillon#include cleanups for lwkt_msgport.c and lwkt_thread...
2003-11-24 Matthew DillonMore LWKT messaging cleanups. Isolate the default...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-08 Matthew DillonDocument critical section and IPIQ interactions in...
2003-10-22 Matthew DillonMSGF_DONE needs to be cleared when a message is to...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-07-25 Matthew DillonFix a minor bug in lwkt_init_thread() (the thread was...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-20 Matthew DillonThis is the initial implmentation of the LWKT messaging...