gold: Fix hardcoded library search path
[dragonfly.git] / sys / dev / netif / el / if_el.c
2008-09-07 Sascha WildnerRemove unused variable.
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-10-13 Sepherosa Ziehauunbreak LINT building
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-06-14 Joerg SonnenbergerConvert to critical sections.
2005-06-14 Joerg SonnenbergerNuke code dealing with empty address list or trying...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-02-15 Joerg SonnenbergerALTQ support.
2005-01-23 Joerg SonnenbergerUse BPF_TAP and BPF_MTAP instead of the expanded versio...
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-04-01 Joerg SonnenbergerAdd the "struct ucred *" argument to the remaining...
2004-03-14 Joerg SonnenbergerBPF has been in the kernel for ages and is supported...
2004-01-06 Matthew Dillonif_xname support Part 1/2: Convert most of the 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: