gold: Fix hardcoded library search path
[dragonfly.git] / sys / dev / netif / ie / if_ie.c
2011-04-30 Sascha Wildnerkernel: Fix some printf format warnings on x86_64.
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2007-07-11 Matthew DillonAdd SHUTDOWN_PRI_DRIVER and move all driver shutdown...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-06 Sascha WildnerPerform the following cleanup in sys/dev/netif:
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-11-22 Matthew DillonFix the design of ifq_dequeue/altq_dequeue by adding...
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-13 Sepherosa Ziehauunbreak GENERIC building
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-06-20 Joerg SonnenbergerUse queue(3) macros for if_multiaddrs.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-02-18 Joerg SonnenbergerALTQ support.
2004-09-15 Joerg SonnenbergerMove the timer declaration a bit up. I don't know why...
2004-09-15 Joerg SonnenbergerReplace the timeout based busy-loop with a DELAY(1000...
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-02 Joerg SonnenbergerAnnounce MAC address in ether_ifattach, not in each...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Joerg SonnenbergerExplicitly cast-away volatile since it should be save...
2004-04-07 Matthew DillonGeneral netif malloc() flags cleanup. Use M_INTWAIT...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-02-24 Joerg SonnenbergerFix some warnings
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-11-20 Matthew DillonAdd a DECLARE_DUMMY_MODULE() so we can get linker_set...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: