Push the lwkt_replymsg() up one level from netisr_service_loop() to
[dragonfly.git] / sys / netinet6 /
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-03-31 Jeffrey HsuOnly enter into wildcard hash table if bind succeeds.
2004-03-31 Jeffrey HsuOnly enter wildcard sockets into the wildcard hash...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-09 Hiten PandyaFix violating usage of M_DONTWAIT in calls to malloc...
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuSplit out wildcarded sockets from the connection hash...
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-09-16 Jeffrey HsuAdd missing interface queue.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-23 Robert Garrettwell, if netproto doesnt need old prototypes inet6...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-03 Hiten PandyaDefine HAVE_PPSRATECHECK macro, now that we have merged the
2003-07-29 Hiten PandyaKernel Police:
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-20 Matthew Dillonzfreei->zfree (there is no zfreei anymore)
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: