]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Make cpuctl_do_cpuid() and cpuctl_do_cpuid_count() return void.
[FreeBSD/FreeBSD.git] / sys / dev /
2014-06-24 kibMake cpuctl_do_cpuid() and cpuctl_do_cpuid_count()...
2014-06-23 kanRestore the check for non-NULL dmatag in sndbuf_free.
2014-06-22 npcxgbe(4): Update the bundled T4 and T5 firmwares to...
2014-06-22 jmgadd support for MosChip MCS9922... This is found on...
2014-06-21 jhibbitsNo need to check if devd is running before posting...
2014-06-20 hirenHide a harmless "QUEUE FULL EVENT" message behind bootv...
2014-06-20 npConsider the total number of descriptors available...
2014-06-20 kibRestore the ABI of the cpuctl(4) ioctl request CPUCTL_C...
2014-06-20 bryanvIncrement the pending packets more aggressively for TSO
2014-06-20 bryanvHandle multiple calls to rxq_eof for single packet...
2014-06-20 bryanvRemove an unnecessary kick of the host at the end of...
2014-06-20 kanSet target->sbp field to valid value when sbp device...
2014-06-19 attilioFollowing comments in r242565 add the possibility to...
2014-06-19 jhbTrust the state of a power resource that get from a...
2014-06-19 hselaskyFix GCC compile warning: Variable(s) can be used uninit...
2014-06-18 raySuspend vt(4) initialization if "kern.vt.disable" kenv...
2014-06-18 rayAllow to disable syscons(4) if "hw.syscons.disable...
2014-06-18 raysyscons(4) and vt(4) can be built together now.
2014-06-18 rayRename vt(4) vga module to dismiss interference with...
2014-06-18 traszImplement redirection handling in initiator.
2014-06-18 npcxgbe(4): Fix bug in the fast rx buffer recycle path...
2014-06-17 jhbDon't bother clearing maps for static DMA allocations...
2014-06-17 jhbFix various bugs with freeing static DMA allocations...
2014-06-17 jhbFix teardown of static DMA allocations in various NIC...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-16 roygerxen: add missing files
2014-06-16 roygerxen: unify gnttab initialization for PVHVM and PVH
2014-06-16 roygerxen: add shutdown hook for PVH
2014-06-16 roygerxen: introduce xenpv bus
2014-06-16 bryanvForce two byte alignment for all control message headers
2014-06-16 bryanvMake the feature negotiation code easier to follow
2014-06-16 bryanvMove the VIRTIO_RING_F_* defines out of virtqueue.h...
2014-06-16 bryanvRemove kernel specific macro out of the VirtIO PCI...
2014-06-16 bryanv - Remove two write-only local variables
2014-06-15 pfgMFV r266988:
2014-06-14 bryanvDon't check the dma map address for a static DMA mappin...
2014-06-14 adrianShadow RAM support is apparently not at all working...
2014-06-13 delphijCorrect variable for loader tunable variable hw.mfi...
2014-06-13 jhb- Don't check the dma map address for a static DMA...
2014-06-13 jhbDon't check maps for static DMA allocations against...
2014-06-13 jhbAdd missing calls to bus_dmamap_unload() when freeing...
2014-06-12 jhbRemove some Giant unlocks I missed in r267290.
2014-06-12 jhb- Don't compare bus_dma map pointers for static DMA...
2014-06-11 jhb- Unmap static DMA buffers allocated via bus_dmemem_all...
2014-06-11 jhbUnload maps for DMA buffers allocated via bus_dmamem_al...
2014-06-11 delphijApply vendor fixes to the High Point drivers:
2014-06-11 jhbFix a few more drivers that were explicitly destroying...
2014-06-11 jhbFix various NIC drivers to properly cleanup static...
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...
next