]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
fix a bug in ZFS mirror code for handling multiple DVAa
[FreeBSD/FreeBSD.git] / sys /
2014-01-16 avgfix a bug in ZFS mirror code for handling multiple...
2014-01-16 avgzfs: getnewvnode_reserve must be called outside of...
2014-01-16 melifaroFix ipfw fwd for IPv4 traffic broken by r249894.
2014-01-16 luiginetmap_user.h:
2014-01-15 impAdd data so we can convert a PIO unit number into a...
2014-01-15 impProvide a simplified way to specify GPIO pins for the...
2014-01-15 rayUpdate xboxfb driver to actual state.
2014-01-15 marcelIn the nested TLB fault handler, for a direct-mapped...
2014-01-14 mavFix lock leak in purely hypothetical case of TCP connec...
2014-01-14 hselaskyDon't output any modifier keys before we see a valid
2014-01-14 neelAdd an API to rendezvous all active vcpus in a virtual...
2014-01-13 andreastDescribed in the man page but not implemented. Here...
2014-01-13 andreastThe onyx codec works also as module, so add it.
2014-01-13 hselaskyImplement better error recovery for Transaction Transla...
2014-01-13 hselaskySeparate I/O errors from reception of STALL PID.
2014-01-13 bryanvAdd unmapped IO support to virtio_scsi(4)
2014-01-13 bryanvAdd unmapped IO support to virtio_blk(4)
2014-01-13 bryanvAdd sglist_append_bio(9) to append a struct bio's data...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-12 alcCorrectly update the count of stuck pages, "addl_page_s...
2014-01-12 bryanvRemove incorrect bit shift when assigning the LUN reque...
2014-01-12 hselaskyMake sure reserved fields of the EHCI DMA descriptors...
2014-01-12 hselaskyDon't do synchronous USB requests inside USB transfer...
2014-01-11 gavinRemove spaces from boot messages when we print the...
2014-01-11 gavinAdd firmware for Intel Centrino Wireless-N 105 devices.
2014-01-11 melifaroRevert r260548. We really should not use IPFW_WLOCK...
2014-01-11 mavMove xpt_run_devq() call before request completion...
2014-01-11 melifaroWe don't need chain write lock since we're not modifyin...
2014-01-11 mavFix for r260541: do not drop periph reference when...
2014-01-11 pfgext2fs: fix inode flag conversion.
2014-01-11 kevloFix a logic error when checking if Tx power entries...
2014-01-11 mavTake additional reference on SCSI probe periph to cover...
2014-01-11 hselaskyOptimise interrupt logic. Technically writing a zero...
2014-01-11 hselaskyForce clearing of event ring interrupts. The "Intel...
2014-01-11 hselaskyMove USB ID from u3g driver to uhso driver.
2014-01-11 jhibbitsSave and restore the GPIOs on the macio for suspend...
2014-01-11 neelEnable "Posted Interrupt Processing" if supported by...
2014-01-11 neelEnable the "Acknowledge Interrupt on VM exit" VM-exit...
2014-01-11 luigiuse explicit casts with void* to compile when included...
2014-01-10 loosBuild the geom_uncompress(4) module by default.
2014-01-10 mavRemove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_i...
2014-01-10 luigiFix netmap emulation when NICs attached to a VALE switc...
2014-01-10 luigisync with our internal repo - small change in debugging...
2014-01-10 kevloUse m_get2() instead of m_getcl().
2014-01-10 aeMechanically replace direct accessing to if_xname to...
2014-01-10 mavReplace several instances of -1 with appropriate CAM_...
2014-01-10 melifaroSimplify inet alias handling code: if we're adding...
2014-01-10 kevloUse m_getcl() instead of MGETHDR/MCLGET macros.
2014-01-09 jmgrevert part of r260485 which changes how part of the...
2014-01-09 dimFix a braino with r259730: we cannot currently use...
2014-01-09 ianAdd a prototype for the new arm_devmap_print_table...
2014-01-09 ianAdd a function to print the contents of the static...
2014-01-09 melifaroSplit rt_newaddrmsg_fib() into two different functions.
2014-01-09 aeRemove extra nesting from X_ip6_mforward() function.
2014-01-09 adrianBe much more specific (and correct) about the device...
2014-01-09 aeAdd MRT6_DLOG() macro for debugging.
2014-01-09 neelDon't expose 'vmm_ipinum' as a global.
2014-01-09 kevloReplace deprecated M_DONTWAIT with M_NOWAIT.
2014-01-09 glebiusFix build with VIMAGE.
2014-01-09 adrianRefactor out the common sendfile code from the do_sendf...
2014-01-08 melifaroConstanly use RT_ALL_FIBS everywhere instead of -1.
2014-01-08 peterDon't expose svc_loss_reg / _unreg to userland as they...
2014-01-08 melifaroIntroduce IN6_MASK_ADDR() macro to unify various hand...
2014-01-08 jhbThe changes in r233781 attempted to make logging during...
2014-01-08 rayRestore VGA mode on vt switch. It fix VESA mode left...
2014-01-08 rmhFix build of vt_xboxfb.
2014-01-08 gavinAdd support for the Intel Centrino Wireless-N 135 chipset.
2014-01-08 ganboldUpdate dts files of Cubieboard1,2 to use 1GB memory.
2014-01-08 kevloRename definition of IEEE80211_FC1_WEP to IEEE80211_FC1...
2014-01-08 ianAdd option USB_HOST_ALIGN to configs that contain ...
2014-01-08 ianAdd option USB_HOST_ALIGN to configs that contain ...
2014-01-08 yongarim_defrag(9) does not touch original mbuf chain when...
2014-01-07 edavisdefragment mbuf chains longer than hw segment limit...
2014-01-07 luigifix use after free when releasing a netmap adapter.
2014-01-07 neelUse the 'Virtual Interrupt Delivery' feature of Intel...
2014-01-07 adrianReserve an event type for the upcoming EVENT_SENDFILE and
2014-01-07 mavAllow delete_method sysctl to be set to "DISABLE".
2014-01-07 scottlRemove aicasm as a build dependency. It made sense...
2014-01-07 melifaroRemove dead code.
2014-01-07 neelFix a bug introduced in r260167 related to VM-exit...
2014-01-07 melifaroTeach every SIOCGIFSTATUS provider to fill in ifs-...
2014-01-07 attilioUse __predict_false() on sensitive lock paths as most...
2014-01-07 loosFix the geom mappings for WR1043ND.
2014-01-07 mavFix off-by-one error in r260229.
2014-01-07 traszFix a rare "truncated checksums" problem, which manifes...
2014-01-07 hselaskyCheck the XHCI event ring regardless of the XHCI status...
2014-01-07 adrianAdd a compile-time control over the size of KN_HASHSIZE.
2014-01-07 neelAllow vlapic_set_intr_ready() to return a value that...
2014-01-06 jimharrisFor IDENTIFY passthrough commands to Chatham prototype...
2014-01-06 neelSplit the VMCS setup between 'vmcs_init()' that does...
2014-01-06 melifaroPartially fix IPv4 interface routes deletion in RADIX_M...
2014-01-06 glebiusWhen pf_get_translation() fails, it should leave *sn...
2014-01-06 schweikhCorrect a grammo in a comment; remove white space at...
2014-01-06 andreastFix arm build.
2014-01-06 ianSwitch to using arm_devmap_add_entry() to set up static...
2014-01-06 ianDon't try to find a static mapping before calling pmap_...
2014-01-06 ianAllow 'no static device mappings' to potentially work...
2014-01-06 ianSwitch to using arm_devmap_add_entry() to set up static...
2014-01-06 luigiIt is 2014 and we have a new version of netmap.
2014-01-06 mavFix NULL dereference panic on UDP requests introduced...
next