Covert netproto/ipsec into using critical sections instead of SPL ops.
[dragonfly.git] / sys /
2005-06-03 Hiten PandyaCovert netproto/ipsec into using critical sections...
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-06-02 Hiten PandyaCorrect typo in comment for vshiftl().
2005-06-02 Matthew DillonRemove spl*() calls from the netproto/atm driver, repla...
2005-06-02 Sascha WildnerRemove spl*() calls in netgraph and replace them with...
2005-06-02 Matthew DillonAfter some thought, replace the splhigh()/spl0() combin...
2005-06-02 Matthew DillonFix a warning by conditionalizing a forward declaration.
2005-06-02 Matthew DillonRemove variable names from procedure declarations so...
2005-06-02 Matthew DillonConditionalize thread2.h so /usr/src/usr.bin/fstat...
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 DillonConditionalize an #include so libcam can build the...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2005-06-02 Sascha Wildner<sys/vmmeter.h> need not be included twice.
2005-06-01 Matthew DillonFix a recursive clock_lock() on SMP systems which was...
2005-06-01 Matthew DillonAdd a simple API tha allows the interrupt timer to...
2005-06-01 Joerg SonnenbergerBack out last commit, this wasn't supposed to crep in.
2005-06-01 Matthew DillonUse the ACPI timer as the system clock if possible...
2005-06-01 Matthew DillonDisable the ability to change the system clock with...
2005-06-01 Joerg Sonnenbergerif_printf / device_printf. remove stored device_t refer...
2005-06-01 Matthew DillonMore cleanups, add the API implementation to select...
2005-06-01 Joerg SonnenbergerRemoving rest of debugging code which slipped into...
2005-06-01 Joerg SonnenbergerStop branding DragonFly binaries with the FreeBSD ABI.
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-06-01 Joerg SonnenbergerAdd back support for SYSV binaries. Those are nasty...
2005-06-01 Joerg SonnenbergerIncrement subversion to allow matching for ELF ABI...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-31 Sascha WildnerRemove no longer relevant file.
2005-05-31 Joerg SonnenbergerDon't match executables with ELFOSABI_NONE against...
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-30 Sascha WildnerFix date.
2005-05-29 Sascha WildnerAdd sorta colorful Fred logo for the boot menu. Rename...
2005-05-29 Jeffrey HsuSimplify the interface to m_uiomove().
2005-05-29 Jeffrey HsuRename local variable for clarity.
2005-05-29 Jeffrey HsuUse m_getl() to get the right sized mbuf.
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-28 Sascha WildnerUse M_ZERO instead of an explicit bzero().
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().
2005-05-26 Sascha WildnerRemove DEC Alpha support.
2005-05-26 Sascha WildnerRemove an extra comma and fix two typos.
2005-05-26 Jeffrey HsuFix typo with last commit.
2005-05-26 Joerg Sonnenbergerstyle. remove some unused variables.
2005-05-26 Joerg SonnenbergerAdd missing splx(s) in sk_detach.
2005-05-26 Sascha Wildner* Declare vtb_buffer as a pointer to uint16_t and get...
2005-05-26 Matthew DillonProperly initialize the serializer by calling lwkt_seri...
2005-05-26 Matthew DillonFix a bug in the serializer's race detection code....
2005-05-25 Matthew DillonFix a race in the serializer's use of atomic_intr_cond_...
2005-05-25 Jeffrey HsuPrefer m_getcl() to separate calls to MGETHDR() and...
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.
next