non operational change. vm_map_wire() now takes a flags argument instead
[dragonfly.git] / sys / kern / lwkt_msgport.c
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...