Detect the National Semiconductor Geode CS4210 OHCI IEEE 1394 controller.
[dragonfly.git] / sys / netinet6 /
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-07 Matthew DillonAdditional listhead->pcblisthead and marker support...
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Joerg SonnenbergerMake pr_domain and pr_usrreqs pointers to const. The...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-03 Joerg SonnenbergerDon't cast away the const before dereferencing.
2004-06-02 Jeffrey HsuAllow an inp control block to be inserted on multiple...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/netinet6:
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-04 Matthew Dillonip6_input() must call the IP6_EXTHDR_CHECK() macro...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-10 Jeffrey HsuSend connects to the right processor.
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: