Implement a convenient lwkt_initport_null_rport() call which initializes
[dragonfly.git] / sys / kern / lwkt_msgport.c
2004-09-10 Matthew DillonImplement a convenient lwkt_initport_null_rport() call...
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
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-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
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-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-04-24 Matthew Dillon#ifdef out the PCATCH/CURSIG code for userland (libcaps...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-15 Matthew DillonImplement lwkt_abortmsg() support. This function chase...
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
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-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...