Properly conditionalize a call to ether_poll_deregister via
[dragonfly.git] / sys /
2005-05-25 Matthew DillonProperly conditionalize a call to ether_poll_deregister via
2005-05-25 Jeffrey HsuRemove redundant assignment.
2005-05-25 Matthew DillonGet rid of IFCAP_POLLING for now.
2005-05-25 Joerg SonnenbergerRemove some compat junk, deindent a switch.
2005-05-25 Joerg SonnenbergerConvert to new m_ext API.
2005-05-25 Joerg SonnenbergerForce jumbo buffers to be a multiple of 64bit.
2005-05-25 Joerg SonnenbergerRemove compat junk.
2005-05-25 Joerg SonnenbergerUse ether_crc32_le.
2005-05-25 Joerg Sonnenbergerif_printf / device_printf and some more cleanup.
2005-05-25 Joerg SonnenbergerNuke further compatibility junk.
2005-05-25 Joerg Sonnenbergerif_printf / device_printf and some further cleanup.
2005-05-25 Matthew DillonFix a bugaboo in the last commit. We can't move to...
2005-05-25 YONETANI TomokazuDon't treat an empty command buffer as parse error.
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-05-24 Matthew Dillon(add missing file related to last commit)
2005-05-24 Matthew DillonGet rid of the bad hack that was doing network polling...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-24 Joerg SonnenbergerUse ether_crc32_be.
2005-05-24 Joerg Sonnenbergerstyle
2005-05-24 Joerg SonnenbergerConvert to new m_ext API.
2005-05-24 Joerg SonnenbergerUse bus_alloc_resource_any when possible.
2005-05-24 Joerg Sonnenbergerif_printf / device_printf.
2005-05-24 Joerg SonnenbergerAdd a device ID for MPI350.
2005-05-24 Joerg SonnenbergerUse ether_crc32_le.
2005-05-24 Joerg SonnenbergerNo machine/clock.h needed.
2005-05-24 Joerg SonnenbergerNo FreeBSD 5/6 support here.
2005-05-24 Joerg Sonnenbergerif_printf / device_printf.
2005-05-24 Joerg SonnenbergerUse ether_crc32_be.
2005-05-24 Joerg SonnenbergerRevert to old local unit allocation until I find a...
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-23 Joerg SonnenbergerRemove spurious semicolon.
2005-05-23 Matthew DillonDo better range checking on the LDT. FreeBSD-SA-05...
2005-05-23 Joerg Sonnenbergerduplicate is
2005-05-23 Matthew DillonHave the EM device call the new interrupt enablement...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-05-23 Joerg Sonnenbergerdevice_printf / if_printf cleanup.
2005-05-23 Joerg SonnenbergerCleanup bfe_probe.
2005-05-23 Joerg Sonnenbergerstyle(9) and nic style changes.
2005-05-23 Joerg SonnenbergerSpurious semicolon broke gcc2 build.
2005-05-22 Joerg SonnenbergerConvert bge(4) to the new M_EXT API. This allows mergin...
2005-05-21 Joerg SonnenbergerUse ether_crc32_le instead of local hack.
2005-05-21 Joerg Sonnenbergerstyle(9)
2005-05-21 Joerg SonnenbergerExploit bus_alloc_resource_any.
2005-05-21 Joerg SonnenbergerUse bus_alloc_resource_any. Use pci helper functions...
2005-05-21 Joerg Sonnenbergerif_printf/device_printf cleanup. Remove minor junk.
2005-05-20 Joerg SonnenbergerRework TX EOF handling. We have to always check for...
2005-05-16 Sascha WildnerRemove MGA/CGA/EGA rendering code.
2005-05-14 Joerg SonnenbergerReorder initialisation by calling if_initname before...
2005-05-14 Joerg SonnenbergerMove if_initname call before xl_reset to ensure correct...
2005-05-12 David RhodusFix kernel build issue. Missing function argument.
2005-05-11 Joerg SonnenbergerUse device_printf / if_printf and stop abusing the...
2005-05-11 Joerg SonnenbergerRemove unused second argument to tulip_intr_handler.
2005-05-11 Joerg SonnenbergerReplace local tulip_mbuf_compress with m_defrag call.
2005-05-11 Matthew DillonMajor TLS cleanups.
2005-05-11 Joerg SonnenbergerSimplify code by using IF_DRAIN.
2005-05-11 Joerg Sonnenbergertypo
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerRemove obsolete comment.
2005-05-11 Joerg SonnenbergerRemove sc_unit and use if_printf / device_printf instead.
2005-05-10 Jeffrey HsuImplement TCP Appropriate Byte Counting.
2005-05-10 Joerg SonnenbergerReplace __offsetof with similiar pointer expression...
2005-05-09 Matthew DillonGive the DEVELOPMENT branch a subversion so we can...
2005-05-08 Joerg SonnenbergerUse ifq_handoff instead of the hand-rolled version...
2005-05-08 Joerg SonnenbergerUse ifq_handoff instead of handrolling it.
2005-05-08 Joerg Sonnenbergeratm_output did almost the same as ifq_handoff, it just...
2005-05-08 Joerg SonnenbergerReplace ifq_handoff like code with a call to ifq_handoff.
2005-05-08 Joerg SonnenbergerALTQ
2005-05-08 Joerg SonnenbergerLeft-over from the old mbuf chain tagging.
2005-05-08 Matthew Dillonincore() is used to detect logical block number collisi...
2005-05-08 Simon SchubertClean generated files/directories.
2005-05-07 Simon SchubertFix compilation with gcc40: Only use -fno-stack-protect...
2005-05-07 Sascha WildnerRemove PCVT kernel part and mop up.
2005-05-07 Simon SchubertFix gcc40 compilation of lib/libsvg by merging from...
2005-05-07 Sascha Wildner- Use standard types.
2005-05-07 David XuDefine type lwpid_t, it will be used for thread debugge...
2005-05-07 Sascha WildnerCorrect typo: vender -> vendor
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-06 Simon SchubertBring in fix from FreeBSD/cperciva:
2005-05-05 Sascha WildnerRemove DEC Alpha support.
2005-05-03 Joerg SonnenbergerAllocate some additional space for dlopen'd libraries...
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-05-02 Matthew DillonIf a process does not block between setting up %gs...
2005-05-02 YONETANI TomokazuFix typo inside #ifdef SMP.
2005-05-01 Hiten PandyaNetworking routing statistics on a per-CPU basis:
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-04-30 YONETANI Tomokazuleftover from proc->thread stage 4
2005-04-27 Hiten PandyaChange CPU time statistics (cputime) to be accounted...
2005-04-26 Matthew DillonCorrect a bug in the last two commits. The time_second...
2005-04-26 Sascha WildnerRemove unused clear() function from the console rendere...
2005-04-26 Matthew DillonOn MP systems, malloc's using R_NOWAIT are not supposed...
2005-04-26 Matthew DillonMinor rearrangement of an mpcount. This isn't actually...
2005-04-26 Matthew DillonFix an SMP bug. The SMP startup code waits for the...
2005-04-25 Matthew DillonRedo the way the thread priority is displayed. Split...
2005-04-25 Matthew DillonMake the trace code a bit smarter. It now looks around...
2005-04-25 Matthew DillonAdd information on interrupt preemptions by the current...
2005-04-25 Joerg SonnenbergerCISS quirk.
2005-04-25 Hiten PandyaBe consistent for preventing redundant header inclusion.
next