Don't bzero softc. Setup interrupt last to get tl_attach ISR race free.
[dragonfly.git] / sys / dev /
2005-06-11 Joerg SonnenbergerDon't bzero softc. Setup interrupt last to get tl_attac...
2005-06-11 Joerg SonnenbergerWe know that tl_probe is run first, so turn the check...
2005-06-11 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-11 Matthew DillonMove sys/buf2.h and sys/thread2.h into the #ifdef _KERN...
2005-06-11 Matthew DillonAdd missing #include <thread2.h> to support the critica...
2005-06-11 Matthew Dillonspl->critical section conversion.
2005-06-11 Matthew Dillonspl->critical section conversions.
2005-06-11 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Sascha WildnerRemove DEC Alpha support.
2005-06-10 Sascha WildnerRemove spl*() in dev/raid/{mlx,mly,pst,twa,twe} and...
2005-06-10 Joerg SonnenbergerRemove a useless assignment. Move callout_reset into...
2005-06-10 Joerg SonnenbergerUse epic_detach for error cleanup during attach. Make...
2005-06-10 Joerg SonnenbergerMove the callout_reset into the critical section.
2005-06-10 Joerg SonnenbergerUse the PCI helper functions and nuke now unused macros.
2005-06-10 Joerg Sonnenbergerif_printf / device_printf
2005-06-10 Sascha WildnerRemove spl*() in dev/raid/{dpt,ida,iir} and replace...
2005-06-10 Sascha WildnerRemove unused variables.
2005-06-10 Joerg SonnenbergerReorder critical sections to be as short as possible...
2005-06-09 Sascha WildnerRemove spl*() in dev/raid/{aac,amr,asr,ciss} and replac...
2005-06-09 Sascha WildnerUnbreak LINT by including <sys/thread2.h> where proper...
2005-06-09 Joerg SonnenbergerConvert to critical sections. No need to protect the...
2005-06-09 Joerg SonnenbergerConvert to critical sections, move timer reset into...
2005-06-09 Joerg SonnenbergerUse M_WAITOK for contigmalloc now that the attach path...
2005-06-09 Joerg SonnenbergerDon't bzero the softc, it is already zero.
2005-06-09 Eirik NygaardReplace the hand rolled linked list with a SLIST.
2005-06-09 Joerg SonnenbergerUse ether_crc32_be.
2005-06-09 Joerg SonnenbergerUse PCI helper functions instead of hand-rolling them...
2005-06-09 Joerg Sonnenbergerdevice_printf / if_printf and some minor nits.
2005-06-09 Joerg SonnenbergerFix some bugs in the last commit. We have to call ether...
2005-06-09 Jeffrey HsuThe header type of a mbuf doesn't change when appended...
2005-06-08 Jeffrey HsuShould have allocated a mbuf packet header to begin...
2005-06-08 Jeffrey HsuConvert to use m_getl() in order to take advantage...
2005-06-08 Joerg SonnenbergerReorder initialisation to make protection unnecessary.
2005-06-08 Joerg SonnenbergerFix detach order: We have to unhook the interrupt first...
2005-06-08 Max OkumotoRemove spl*() in src/sys/dev/serial/{cy,rc,rp,si,sio...
2005-06-07 YONETANI Tomokazuremove an unused struct
2005-06-07 YONETANI TomokazuReplace spl*() with critical sections.
2005-06-06 Max OkumotoRemove spl*() in src/sys/dev/netif/wi
2005-06-06 Max OkumotoRemove spl*() in src/sys/dev/netif/{ste,ti,tl,tx,txp...
2005-06-06 Simon Schubertconvert spl* to critical sections
2005-06-06 Simon Schubertremove bs, a pc98-only driver
2005-06-06 Simon Schubertremove ct, a pc98-only driver
2005-06-06 Eirik NygaardMore spl_* removal from dev/disk/, replacing them with...
2005-06-06 Joerg SonnenbergerConvert splimp to criticial sections for now. Cleanup...
2005-06-06 Joerg SonnenbergerLet the system deal with device shutdown, don't do...
2005-06-06 Joerg SonnenbergerUse WAITOK allocation, fix some arguments and remove...
2005-06-06 Joerg SonnenbergerAlways hook the interrupt up last, we don't have to...
2005-06-06 Joerg SonnenbergerReplace splimp with critical sections for now. Fix...
2005-06-06 Joerg SonnenbergerRemove splimp in xl_attach, the interrupt is created...
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-05 Joerg SonnenbergerMake call to arc_ioctl the default case.
2005-06-04 Simon Schubertconvert spl*() to critical sections.
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-06-03 Joerg SonnenbergerRename label to not collidate with local variable....
2005-06-03 Joerg SonnenbergerAdd missing parameter.
2005-06-03 Sascha WildnerRemove spl*() in disk/{ata,buslogic,ccd} and replace...
2005-06-03 Eirik NygaardRemove *spl() from dev/disk/{advansys,aha,ahb,aic7xxx...
2005-06-02 Matthew DillonRemove spl*() calls from the crypto device driver,...
2005-06-02 Matthew DillonRemove spl*() calls from the atm code, replacing them...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2005-06-01 Matthew DillonUse the ACPI timer as the system clock if possible...
2005-06-01 Joerg Sonnenbergerif_printf / device_printf. remove stored device_t refer...
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-31 Joerg SonnenbergerIf we want to abuse an API by providing a callback...
2005-05-31 Joerg SonnenbergerConvert to new m_ext API.
2005-05-31 Joerg Sonnenbergercleanup
2005-05-31 Joerg SonnenbergerNo need to bzero softc.
2005-05-31 Joerg SonnenbergerLet fxp_release take a device_t directly and change...
2005-05-31 Joerg SonnenbergerRemove __inline hints, let the compiler figure out...
2005-05-31 Joerg SonnenbergerUse PCI accessor functions instead of messing directly...
2005-05-31 Joerg SonnenbergerRemove bogus check if interface was already attached...
2005-05-31 Joerg Sonnenbergerif_printf / device_printf.
2005-05-31 Joerg Sonnenbergerif_printf / device_printf cleanup.
2005-05-31 Joerg SonnenbergerUse PCI accessor functions instead of messing directly...
2005-05-31 Joerg SonnenbergerUse ether_crc32_be / ether_crc32_le.
2005-05-31 Joerg Sonnenbergerif_printf / device_printf.
2005-05-30 Joerg SonnenbergerForgot to assign ext_buf, resulting in a panic.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-05-28 Joerg SonnenbergerUse ether_crc32_be.
2005-05-28 Joerg Sonnenbergerstyle and minor cleanup
2005-05-28 Joerg SonnenbergerUse ether_crc32_le and ether_crc32_be.
2005-05-27 Sascha WildnerRemove DEC Alpha support.
2005-05-27 Sascha WildnerRemove old workaround for 2.6.3 optimizer bug.
2005-05-27 Joerg SonnenbergerConvert to new m_ext interface. This also fixes a memor...
2005-05-27 Joerg SonnenbergerRemove nge_jpool_etrny, not used anymore.
2005-05-27 Joerg SonnenbergerMinor reorder of the code to make it easier to deal...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case and merge the...
2005-05-27 Joerg SonnenbergerDon't cast command to int.
2005-05-27 Joerg SonnenbergerDon't call ether_ioctl first, check for errors and...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case. Merge cases which...
2005-05-27 Joerg SonnenbergerFall through to ether_ioctl and merge those cases which...
2005-05-27 Joerg SonnenbergerUse ether_ioctl for the default case in dc_ioctl. Merge...
2005-05-27 Sascha WildnerUse M_ZERO instead of an explicit bzero().
next