]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Allow swapping to DragonFlyBSD's swap partition.
[FreeBSD/FreeBSD.git] / sys / dev /
2014-06-10 jimharrisUse bitwise OR instead of logical OR when constructing...
2014-06-10 jhbDon't destroy bus_dma maps created by bus_dmamem_alloc...
2014-06-10 luigichange the netmap mbuf destructor so the same code...
2014-06-10 mariusAvoid the USB device disconnected and controller shutdo...
2014-06-10 bryanvAlways append new bios to the tail of the queue, instea...
2014-06-10 emasteCorrect unicode map for VGA ROM character 0x0e
2014-06-09 jhbMake the hpt27xx(4) driver MPSAFE.
2014-06-09 luigiFixes from Fanco Ficthner on transparent mode
2014-06-09 luigisync the code with the one in stable/10
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-09 bryanvFix TSO support on VMware Fusion
2014-06-09 bryanvRemove an unnecessary variable reassignment
2014-06-08 hselaskyResolve a deadlock setting the USB configuration index...
2014-06-07 hselaskyMake WITNESS happy by giving USB mutexes different...
2014-06-07 hselaskyFix for USB specification compliance. We need to accept...
2014-06-07 hselaskySome further DWC OTG improvements for full speed and...
2014-06-06 luigimake sure if_transmit returns 0 if the mbuf is enqueued.
2014-06-06 luigibetter handling of netmap emulation over standard devic...
2014-06-06 emasteClarify statement on font origin
2014-06-06 luigiintroduce mbq_lock() and mbq_unlock() for the mbq,
2014-06-06 luigimove netmap_getna() to a freebsd-specific file
2014-06-06 luigialign comments with the ones in our development trunk
2014-06-06 luigirate limit some error messages
2014-06-06 luigiremove two debugging messages, align comments with...
2014-06-06 kevloReplace deprecated M_DONTWAIT with M_NOWAIT.
2014-06-06 luigiadd checks for invalid buffer pointers and lengths
2014-06-06 luigiprevent a panic when the netdev/ifp is not set in attach
2014-06-06 zontUse mtx_lock_spin/mtx_unlock_spin primitives on spin...
2014-06-05 luigiwhitespace change: remove trailing whitespace
2014-06-05 hselasky- Verify that we don't load more data into a FIFO than...
2014-06-05 hselaskyNeed to check the transfer cache field in the device...
2014-06-05 hselaskyTry to fix DWC OTG regression issues with full and...
2014-06-05 emasteUpdate vt(4) "Terminus BSD Console" font
2014-06-05 kevloRemove D-Link DWA140 rev D1 by accident.
2014-06-05 npcxgbe(4): Properly account for the freelist buffers...
2014-06-04 emasteRemove extra copy of old email address.
2014-06-04 emasteUpdate vt(4) console font author's email address
2014-06-04 hselaskyMore RSU fixes:
2014-06-04 luigimake sure ifp->if_transmit returns 0 if a buffer is...
2014-06-04 kibFor Xeon 7500 and 48XX (Nehalem EX and Westmere EX...
2014-06-04 hselaskyThe external USB HUB in the RPI-B rejects control endpo...
2014-06-04 hselaskyFixes for the RSU driver:
2014-06-03 delphijDon't leak Giant.
2014-06-03 rayFix case when vt(4) started w/o driver assigned.
2014-06-02 gnnAdd missing Ivy Bridge and Haswell events.
2014-06-02 marcelConvert bxe(4) to use the driver API.
2014-06-02 marcelConvert em(4) to use the driver API.
2014-06-02 marcelConvert fxp(4) to use the driver API.
2014-06-02 marcelIntroduce a procedural interface to the ifnet structure...
2014-06-02 hselaskyChange type of the DMA address so that on PAE platforms...
2014-06-01 bryanvSplit the virtio.h header file into multiple files
2014-06-01 hselaskyAdd basic support for isochronous transfers in host...
2014-05-31 loosIgnore IIC_ENOADDR from iicbus_reset() as it only means...
2014-05-31 loosAdd a bounds verification to the SCL and SDA pin values.
2014-05-30 npcxgbe(4): Fix a NULL dereference when the very first...
2014-05-30 hselaskyIt appears the ISP/SAF1761 sometimes is busy when readi...
2014-05-30 jhbUse callout_*() rather than timeout()/untimeout().
2014-05-30 hselaskyMake driver detach code in USB mass storage test optional.
2014-05-30 hselaskyAdd ISP/SAF1761 bootloader bus interface file.
2014-05-30 hselaskyAdd support for basic read, write and read capacity...
2014-05-29 emasteCorrect vt(4) border calculations on font switch
2014-05-29 emasteUpdate size in vt_grow if we don't have to reallocate
2014-05-29 cognetIn uart_bus_grab(), use the ier_mask instead of a custo...
2014-05-29 emasteCorrect KASSERT strings
2014-05-29 cognetIn the grab function, keep the bit 6 on in the IER...
2014-05-29 kibAdd support for the unmapped i/o to mfi(4).
2014-05-29 rayRemove driver as unused.
2014-05-29 hselaskyAdd some more spinlocks to protect the state of the...
2014-05-29 hselaskyHook the ISP/SAF1761 driver into MIPS kernel builds.
2014-05-29 hselaskyOptimise the ISP/SAF1761 driver:
2014-05-28 hselaskyFixes for ISP/SAF1761 host mode:
2014-05-28 mariusActually, just merge r233362 and do away with the unnec...
2014-05-28 mariusCommit the right version of r266793.
2014-05-28 marius- Fix compilation with PAE support enabled by improving...
2014-05-28 mariusFix DMA handling in radeon_dummy_page_init():
2014-05-28 luigireference the correct variable in a comment
2014-05-27 gavinRemove debugging printf that crept in in r266770.
2014-05-27 jhbVarious cleanups and fixes:
2014-05-27 gavinAdd support for the Intel Centrino Wireless-N 105 chipset.
2014-05-27 npcxgbe(4): netmap support for Terminator 5 (T5) based...
2014-05-27 sbrunoAdd PCI ID for AMT based serial interface found on...
2014-05-27 hselasky- Correct bus space resource type for register access.
2014-05-27 hselaskyMultiple fixes and improvements:
2014-05-27 kevlo- Improve performance by fixing incorrect Rx/Tx handling
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-27 kevloRemove r264317 by accident.
2014-05-26 eadlere1000: add missing braces
2014-05-25 hselaskyMake SAF1761 driver endian safe.
2014-05-24 mavIncrease taskqueue thread priority from idle to PRIBIO.
2014-05-23 bzMove the tcp_fields_to_host() and tcp_fields_to_net...
2014-05-23 npcxgbe(4): Remove stray if_up from the code that creates...
2014-05-22 traszMake iwn(4) able to get itself back into working condit...
2014-05-22 traszErm, revert r266544; wrong tree.
2014-05-22 traszMake iwn(4) able to get itself back into working condit...
2014-05-22 hselasky- Give firmware loading more time.
2014-05-22 hselasky- Fix a bug where the TLBPC value was forced to being...
2014-05-22 rayProper fix of VT_LOCKSWITCH ioctl.
2014-05-22 hselasky- Stop transfers when RSU init fails.
2014-05-21 hselaskyImplement interrupt endpoint methods for host mode...
2014-05-21 hselasky- Split transmit queue into one for each type. Apparent...
next