cleanup exit status handling
[dragonfly.git] / sys /
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerMissed one splnet.
2005-06-13 Joerg SonnenbergerConvert to critical sections. Remove compat junk. Hook...
2005-06-13 Joerg Sonnenberger- convert to critical sections
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections. Fix an early return witho...
2005-06-13 Joerg SonnenbergerConvert from splhigh to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerConvert to critical sections.
2005-06-13 Joerg SonnenbergerOnly delete the miibus if it was attached first.
2005-06-12 Sascha WildnerRemove PC98 support.
2005-06-12 Sascha WildnerRemove obsolete comments.
2005-06-12 Joerg Sonnenberger- setup interrupt last
2005-06-12 Joerg Sonnenberger- convert to critical sections
2005-06-12 Joerg SonnenbergerSwitch to critical sections, fix some possible minor...
2005-06-12 Joerg SonnenbergerStop abusing splbio simply because others do the same...
2005-06-12 Joerg SonnenbergerConvert splimp to critical sections.
2005-06-12 Joerg SonnenbergerRemove compat junk.
2005-06-12 Joerg SonnenbergerConvert from spl* to critical sections.
2005-06-12 Joerg SonnenbergerTypo.
2005-06-12 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-06-12 Jeffrey HsuUse m_gethdr() instead of m_get() to get a mbuf header.
2005-06-11 Hiten PandyaThe BLIST API is just as usable in userland as it is...
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-06-11 Joerg SonnenbergerReally use M_WAITOK.
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, plus remove some...
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 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew Dillonspl->critical section conversion.
2005-06-10 Matthew DillonReplace SPLs with critical sections in the opencrypto...
2005-06-10 Sascha WildnerRemove DEC Alpha support.
2005-06-10 Matthew DillonAnother terrible hack to leave interrupts disabled...
2005-06-10 Matthew DillonAttempt to avoid a livelocked USB interrupt during...
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 Jeffrey HsuFix typo that turns out to be harmless by accident...
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 Jeffrey HsuDeprecate MCLGET() in favor of m_getl() in order to...
2005-06-09 Matthew DillonFix a bug in the mbstats accounting. m_mbufs was being...
2005-06-09 Jeffrey HsuAlso preserve all the non-copied flags in the target...
2005-06-09 Joerg SonnenbergerFix some bugs in the last commit. We have to call ether...
2005-06-09 Jeffrey HsuPreserve the target M_EXT_CLUSTER flag when duplicating...
2005-06-09 Matthew DillonAdd a missing lwkt_reltoken() in the NULL return path...
2005-06-09 Jeffrey HsuThe header type of a mbuf doesn't change when appended...
2005-06-09 Jeffrey HsuA packet header without any packet tags is still a...
2005-06-08 Jeffrey HsuOnly duplicate packet headers into mbuf packet headers.
2005-06-08 Jeffrey HsuGet an mbuf packet header to begin with instead of...
2005-06-08 Jeffrey HsuOnly allow packet headers to be copied into a packet...
2005-06-08 Jeffrey HsuShould have allocated a mbuf packet header to begin...
2005-06-08 Jeffrey HsuAllocate the right type of mbuf to begin with rather...
2005-06-08 Jeffrey HsuConvert to use m_getl() in order to take advantage...
2005-06-08 Matthew DillonRollup mbuf/objcache fixes.
2005-06-08 Matthew DillonHandle the case where the version file might be empty...
2005-06-08 Matthew DillonTemporary hack to fix interrupt race when decrementing...
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 Matthew DillonReorder code in m_chtype() to properly decrement the...
2005-06-08 Max OkumotoRemove spl*() in src/sys/dev/serial/{cy,rc,rp,si,sio...
2005-06-07 Jeffrey HsuRe-implement the mbuf allocator using the object cache.
2005-06-07 Jeffrey HsuGeneric cache of pre-initialized objects. It uses...
2005-06-07 Jeffrey HsuPrefer the clearer m_getc() API over m_getm().
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 SchubertAdd entry for disk/mpt, "LSI '909 FC adapters"
2005-06-06 Simon Schubertremove bs, a pc98-only driver
2005-06-06 Simon Schubertremove ct, a pc98-only driver
2005-06-06 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
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...
next