projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Rename serialize_sleep() to zsleep()
[dragonfly.git]
/
sys
/
kern
/
lwkt_msgport.c
2009-08-24
Matthew Dillon
Rename serialize_sleep() to zsleep()
blob
|
commitdiff
2008-11-26
Sepherosa Ziehau
Resurrect priority message support; there is always...
blob
|
commitdiff
|
diff to current
2008-11-22
Sepherosa Ziehau
Remove MSGF_PRIORITY support. The flag testing and...
blob
|
commitdiff
|
diff to current
2008-11-09
Sepherosa Ziehau
- Add priority message queue to msgport. Send a messag...
blob
|
commitdiff
|
diff to current
2008-11-01
Sepherosa Ziehau
Factor out _lwkt_pushmsg() and _lwkt_enqueue_reply...
blob
|
commitdiff
|
diff to current
2008-11-01
Sepherosa Ziehau
All of the thread port backend functions are static.
blob
|
commitdiff
|
diff to current
2008-11-01
Sepherosa Ziehau
- Add comment for lwkt_initport_serialize()
blob
|
commitdiff
|
diff to current
2008-11-01
Sepherosa Ziehau
Use the same indentation as the rest of the functions...
blob
|
commitdiff
|
diff to current
2008-09-09
Matthew Dillon
Add a MSGF_NORESCHED feature for lwkt thread-based...
blob
|
commitdiff
|
diff to current
2008-05-18
Nicolas Thery
Remove obsolete userland lwkt.
blob
|
commitdiff
|
diff to current
2008-03-05
Sepherosa Ziehau
Add serializer port backend. Implementation is mainly...
blob
|
commitdiff
|
diff to current
2007-07-04
Matthew Dillon
Try to catch double-replies a little earlier so we...
blob
|
commitdiff
|
diff to current
2007-05-31
Sepherosa Ziehau
Catch up with the latest LWKT msgport updating.
blob
|
commitdiff
|
diff to current
2007-05-24
Matthew Dillon
Add lwkt_sleep() to formalize a shortcut numerous bits...
blob
|
commitdiff
|
diff to current
2007-05-24
Matthew Dillon
LWKT message ports contain a number of function pointer...
blob
|
commitdiff
|
diff to current
2007-05-23
Matthew Dillon
* Greatly reduce the complexity of the LWKT messaging...
blob
|
commitdiff
|
diff to current
2007-05-23
Matthew Dillon
Simplify the lwkt_msg structure by removing two unused...
blob
|
commitdiff
|
diff to current
2007-02-25
Simon Schubert
Get rid of struct user/UAREA.
blob
|
commitdiff
|
diff to current
2007-02-18
Simon Schubert
1:1 Userland threading stage 2.13/4:
blob
|
commitdiff
|
diff to current
2007-02-03
Simon Schubert
1:1 Userland threading stage 2.11/4:
blob
|
commitdiff
|
diff to current
2006-11-07
Matthew Dillon
Remove system dependancies on <machine/ipl.h>. Only...
blob
|
commitdiff
|
diff to current
2005-10-25
Matthew Dillon
Remove the dummy IPI messaging routines for UP builds...
blob
|
commitdiff
|
diff to current
2005-07-13
Matthew Dillon
Check for a free-after-send case and panic if detected.
blob
|
commitdiff
|
diff to current
2005-06-03
Matthew Dillon
Replace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
blob
|
commitdiff
|
diff to current
2005-01-19
Matthew Dillon
Add some descriptive comments.
blob
|
commitdiff
|
diff to current
2004-09-10
Matthew Dillon
Implement a convenient lwkt_initport_null_rport() call...
blob
|
commitdiff
|
diff to current
2004-07-24
Matthew Dillon
Update the userland scheduler. Fix scheduler interacti...
blob
|
commitdiff
|
diff to current
2004-07-16
Matthew Dillon
Update all my personal copyrights to the Dragonfly...
blob
|
commitdiff
|
diff to current
2004-07-15
Hiten Pandya
Update a stale comment about lwkt_replymsg().
blob
|
commitdiff
|
diff to current
2004-07-04
Eirik Nygaard
Rearrange the machine/cpufunc.h header and add it where...
blob
|
commitdiff
|
diff to current
2004-06-12
Matthew Dillon
Fix a bug in the reply port path related to aborts...
blob
|
commitdiff
|
diff to current
2004-06-10
Matthew Dillon
Both 'ps' and the loadav calculations got broken by...
blob
|
commitdiff
|
diff to current
2004-06-07
Matthew Dillon
Recent accept() changes started depending on the protos...
blob
|
commitdiff
|
diff to current
2004-06-04
Matthew Dillon
async syscall work: The async syscall code got dated...
blob
|
commitdiff
|
diff to current
2004-04-24
Matthew Dillon
#ifdef out the PCATCH/CURSIG code for userland (libcaps...
blob
|
commitdiff
|
diff to current
2004-04-20
Matthew Dillon
Revamp the initial lwkt_abortmsg() support to normalize...
blob
|
commitdiff
|
diff to current
2004-04-15
Matthew Dillon
Implement lwkt_abortmsg() support. This function chase...
blob
|
commitdiff
|
diff to current
2004-04-10
Matthew Dillon
Do some minor critical path performance improvements...
blob
|
commitdiff
|
diff to current
2004-04-05
Matthew Dillon
Export the lwkt_default_*() message port default functi...
blob
|
commitdiff
|
diff to current
2004-03-06
Matthew Dillon
Simplify LWKT message initialization semantics to reduc...
blob
|
commitdiff
|
diff to current
2004-03-06
Jeffrey Hsu
Dispatch upper-half protocol request handling.
blob
|
commitdiff
|
diff to current
2004-02-12
Matthew Dillon
Change lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
blob
|
commitdiff
|
diff to current
2004-01-01
Matthew Dillon
Fix a bug: remove an extra crit_enter() in the default...
blob
|
commitdiff
|
diff to current
2003-12-04
Matthew Dillon
General cleanups as part of the libcaps userland thread...
blob
|
commitdiff
|
diff to current
2003-11-24
Matthew Dillon
#include cleanups for lwkt_msgport.c and lwkt_thread...
blob
|
commitdiff
|
diff to current
2003-11-24
Matthew Dillon
More LWKT messaging cleanups. Isolate the default...
blob
|
commitdiff
|
diff to current
2003-11-21
Matthew Dillon
Do some fairly major include file cleanups to further...
blob
|
commitdiff
|
diff to current
2003-11-20
Matthew Dillon
This is a major cleanup of the LWKT message port code...
blob
|
commitdiff
|
diff to current
2003-11-08
Matthew Dillon
Document critical section and IPIQ interactions in...
blob
|
commitdiff
|
diff to current
2003-10-22
Matthew Dillon
MSGF_DONE needs to be cleared when a message is to...
blob
|
commitdiff
|
diff to current
2003-08-12
Matthew Dillon
Syscall messaging 4: Further expand the kernel-version...
blob
|
commitdiff
|
diff to current
2003-07-25
Matthew Dillon
Fix a minor bug in lwkt_init_thread() (the thread was...
blob
|
commitdiff
|
diff to current
2003-07-24
Matthew Dillon
Syscall messaging work 2: Continue with the implementat...
blob
|
commitdiff
|
diff to current
2003-07-22
Matthew Dillon
DEV messaging stage 2/4: In this stage all DEV commands...
blob
|
commitdiff
|
diff to current
2003-07-20
Matthew Dillon
This is the initial implmentation of the LWKT messaging...
blob
|
commitdiff
|
diff to current