Rename serialize_sleep() to zsleep()
[dragonfly.git] / sys / kern / lwkt_msgport.c
2009-08-24 Matthew DillonRename serialize_sleep() to zsleep()
2008-11-26 Sepherosa ZiehauResurrect priority message support; there is always...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-09 Sepherosa Ziehau- Add priority message queue to msgport. Send a messag...
2008-11-01 Sepherosa ZiehauFactor out _lwkt_pushmsg() and _lwkt_enqueue_reply...
2008-11-01 Sepherosa ZiehauAll of the thread port backend functions are static.
2008-11-01 Sepherosa Ziehau- Add comment for lwkt_initport_serialize()
2008-11-01 Sepherosa ZiehauUse the same indentation as the rest of the functions...
2008-09-09 Matthew DillonAdd a MSGF_NORESCHED feature for lwkt thread-based...
2008-05-18 Nicolas TheryRemove obsolete userland lwkt.
2008-03-05 Sepherosa ZiehauAdd serializer port backend. Implementation is mainly...
2007-07-04 Matthew DillonTry to catch double-replies a little earlier so we...
2007-05-31 Sepherosa ZiehauCatch up with the latest LWKT msgport updating.
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-24 Matthew DillonLWKT message ports contain a number of function pointer...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-23 Matthew DillonSimplify the lwkt_msg structure by removing two unused...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2005-10-25 Matthew DillonRemove the dummy IPI messaging routines for UP builds...
2005-07-13 Matthew DillonCheck for a free-after-send case and panic if detected.
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-01-19 Matthew DillonAdd some descriptive comments.
2004-09-10 Matthew DillonImplement a convenient lwkt_initport_null_rport() call...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-15 Hiten PandyaUpdate a stale comment about lwkt_replymsg().
2004-07-04 Eirik NygaardRearrange the machine/cpufunc.h header and add it where...
2004-06-12 Matthew DillonFix a bug in the reply port path related to aborts...
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-04 Matthew Dillonasync syscall work: The async syscall code got dated...
2004-04-24 Matthew Dillon#ifdef out the PCATCH/CURSIG code for userland (libcaps...
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-15 Matthew DillonImplement lwkt_abortmsg() support. This function chase...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-04-05 Matthew DillonExport the lwkt_default_*() message port default functi...
2004-03-06 Matthew DillonSimplify LWKT message initialization semantics to reduc...
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-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...