Rename Makefile.in to Makefile.sub
[dragonfly.git] / sys / net /
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
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...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the netif...
2003-12-30 Matthew DillonBump the network interface cloning API to what is in...
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-12-02 Jeroen Ruigrok/asmodaiAdd the packet filtering files.
2003-11-23 Matthew DillonNETISR_POLL cannot use isr 0. Use isr 1.
2003-11-23 Matthew DillonMake the 'bad isr' panics a little more verbose.
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-14 Hiten PandyaAdd a prototype for if_indextoname().
2003-11-14 Matthew DillonMT_TAG mbufs are terrible hacks and cannot be freed...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-10 Matthew DillonCatch attempts to queue to unregistered ISRs
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-11-06 Jeffrey HsuRemove illegal identifier after #endif.
2003-10-06 Jeffrey HsuUnroll obfuscated loop.
2003-09-20 Hiten PandyaFix IPFW2 build.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-16 Jeffrey HsuLeftover netisr consolidation cleanups.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-09-14 Matthew DillonChange argument from proc to td.
2003-09-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-10 Robert GarrettThe second fixes a dependency problem if compiling...
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-26 Robert Garrett__P() removal
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-15 Matthew DillonMake modules work again part 1: linkup "net" and rename...
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-07-29 Hiten PandyaKernel Police:
2003-07-28 Hiten PandyaOops, fix build before anyone realises. :-)
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonNuke huge mbuf macros stage 2/2: Cleanup the MCL*(...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
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-19 Matthew Dillonremove unused variable.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: