]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Bump .Dd for r290259 and r290260
[FreeBSD/FreeBSD.git] / sys /
2015-11-02 adrianmips: rate limit the trap handler output; add pid/tid...
2015-11-02 ngieDefine `fhard` in pps_event(..) only when PPS_SYNC...
2015-11-02 ngieDefine `compress` in `__elfN(coredump)` when #ifdef...
2015-11-01 gonzoAdd mailbox tag/structure for touchscreen buffer addres...
2015-11-01 gonzoSynchronize with latest upstream VCHI code:
2015-11-01 gonzoTreat synchronous VFP exception just like aynchronous...
2015-11-01 melifaroFix lladdr change propagation for on vlans on top of it.
2015-11-01 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-31 cemioat: Handle channel-fatal HW errors safely
2015-10-31 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-31 impThe error classification from lower layers is a poor...
2015-10-31 jhibbitsPrint unsigned memory sizes, to handle >2GB RAM on...
2015-10-31 adrianmips: do mips_sync() on sync operations to uncachable...
2015-10-31 adrianmips74k: use cache-writeback for memory, not writethrough.
2015-10-30 adrianarge_mdio: fix barriers; correctly check MII indicator...
2015-10-30 adrianarge: fix barrier macro.
2015-10-30 adrianarge: attempt to close a transmit race by only enabling...
2015-10-30 adrianarge: just use 1U since it's a 32 bit unsigned destinat...
2015-10-30 adrianarge: do an explicit flush between updating the TX...
2015-10-30 adrianarge_mdio: add explicit read barriers for MDIO_READs.
2015-10-30 adrianarge: ensure there's enough space in the TX ring before...
2015-10-30 adrianarge: do a read-after-write on all arge register writes...
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-30 kibMinor (and incomplete) style cleanup.
2015-10-30 kibAlso mark compat32 umtx op table as constant.
2015-10-30 kibUse C99 array initialization, which also makes the...
2015-10-30 sjgDo not FALLTHROUGH for SIOC{ADD,DEL}MULTI
2015-10-30 jimharrisnvd, nvme: report stripesize through GEOM disk layer
2015-10-30 jimharrisnvme: fix race condition in split bio completion path
2015-10-30 traszAfter r290196, the kernel won't wait for stuff like...
2015-10-30 traszMake root mount wait mechanism smarter, by making it...
2015-10-30 hselaskyReduce the DWC OTG interrupt load by not reading all...
2015-10-30 avgl2arc: do not call trim_map_free() for blocks with...
2015-10-30 kibThe prefix for CLFLUSHOPT is 0x66. It was right on...
2015-10-30 gonzoFix BULK read transfer if destination buffer is not...
2015-10-30 npcxgbe/tom: decide whether to shove segments or not...
2015-10-30 gonzoFix framebuffer compatibility with new RPi firmware...
2015-10-29 bdreweryRemove unneeded NULL as this is initialized with M_ZERO.
2015-10-29 gonzoFix LEAVE_HYP macro: spsr is not guaranteed to contain...
2015-10-29 gnnSet the proper direction to check for policies in this...
2015-10-29 jhbUse movw instead of movl (or plain mov) when moving...
2015-10-29 kppf: Fix IPv6 checksums with route-to.
2015-10-29 mavRemove some unneeded code.
2015-10-29 mavRemove reset delays for which I see neither explanation...
2015-10-29 cemntb: Revert r290130 now that r290156 has landed
2015-10-29 cempmap_change_attr: Only fixup DMAP for DMAPed ranges
2015-10-29 bdrewerygetnewbuf: Initialize bp to avoid uninitialized pointer...
2015-10-29 bdreweryAvoid passing an uninitialized 'i'. Currently nothing...
2015-10-29 mavFix and improve error masking and reporting.
2015-10-29 jhbUpdate for LINUX32 rename. The assembler didn't compla...
2015-10-29 jhbFix build with DEBUG defined.
2015-10-29 hselaskyAdd missing NULL check in physio().
2015-10-29 hselaskyFinish process of moving the LinuxKPI module into the...
2015-10-29 kevloRemove the static function declaration.
2015-10-29 kevlo- Add a missing prototype
2015-10-29 cemioat_test: Handled forced hardware resets gracefully
2015-10-29 cemioat: Drain/quiesce the device less racily
2015-10-29 cemntb: Do not attempt to set write-combining on MWs
2015-10-29 cemioatcontrol(8): Add and document "raw" testing mode
2015-10-28 adrianOops - use the wrong array offset.
2015-10-28 hirenCalculate the correct amount of bytes that are in-fligh...
2015-10-28 jahRetire pmap_dmap_iscurrent(). It is only a wrapper...
2015-10-28 mavChange the way how target mode is enabled on 23xx chips.
2015-10-28 impAdd a note to the effect that BUS_ADD_CHILD calls
2015-10-28 aeCheck the size of data available in mbuf, before using...
2015-10-28 andrewRemove the s3c2xx0 code, it's no longer used. As far...
2015-10-28 andrewStart to remove support for the XScale i80321. As far...
2015-10-28 mavImprove/fix loop scanning routine.
2015-10-28 baptMerge mpsutil(8) branch
2015-10-28 hselaskyBuild fix for i386/XBOX and pc98/GENERIC.
2015-10-28 baptMerge from head
2015-10-28 adrianAdd some debugging code (under ARGE_DEBUG) that counts...
2015-10-28 cemioat: Define DMACAPABILITY bits
2015-10-27 andrewStart to remove support for the Samsung s3c24x0 SoCs...
2015-10-27 adrianmips: use the correct va for wbinv flushing.
2015-10-27 mckusickBring the tags and links entries for amd64 up to date.
2015-10-27 andrewMark functions as such. This means we call them directl...
2015-10-27 melifaroUse m_cat() to reassembly IPv6 packets.
2015-10-27 melifaroEliminate last rtalloc_ign() caller.
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-27 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-27 avosnet80211: add ieee80211_restart_all() call.
2015-10-27 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-27 mavReimplement next port handle generation.
2015-10-27 avosurtwn(4): fix scanning from AUTH state
2015-10-27 kibDo not perform read-ahead for BA_CLRBUF request when...
2015-10-27 hselaskyAdd missing FreeBSD RCS keyword and SVN properties.
2015-10-27 hirenAdd sysctl tunable net.inet.tcp.initcwnd_segments to...
2015-10-27 mavFix error code that looks like wrong.
2015-10-27 takawataBluetooth LE Security Management channel support.
2015-10-27 adrianotus(4) - monitor mode fixes, large-mbuf crash fix
2015-10-27 gnnTurning on IPSEC used to introduce a slight amount...
2015-10-26 tuexenWhen processing a cookie, any mismatch in port numbers...
2015-10-26 avosurtwn(4): do not filter out control frames in the RX...
2015-10-26 cemioat: Add support for Block Fill operations
2015-10-26 cemioat: Dedupe operation enqueue logic
2015-10-26 mavReimplement enable and implement disable of virtual...
2015-10-26 roygerx86/dma_bounce: revert r289834 and r289836
2015-10-26 mavDon't try to replicate mode pages not present on this...
2015-10-26 hselaskyAdd support for binding IRQs to CPUs in the LinuxKPI...
next