]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
MFV: r237650
[FreeBSD/FreeBSD.git] / sys /
2012-06-27 Jung-uk KimMFV: r237650
2012-06-27 Bernhard SchmidtAdd new firmware for the g2a (6205) and g2b (623x)...
2012-06-27 Bernhard SchmidtWe need to defer passing the DELBA request to the firmw...
2012-06-27 Kenneth D. MerryIn g_disk_providergone(), don't continue if the softc...
2012-06-27 Bernhard SchmidtFix a TX aggregation issue, if after the last compresse...
2012-06-27 Gabor Kovesdan- Bump __FreeBSD_version: default sort is BSD sort
2012-06-27 Adrian ChaddFix a subtle corner case surrounding the handling of...
2012-06-27 Pedro F. GiffuniBring llquantize support into Dtrace.
2012-06-27 Alan CoxAdd new pmap layer locks to the predefined lock order...
2012-06-27 Adrian ChaddBring over some new typedefs as part of the AR9300...
2012-06-27 Adrian ChaddRemove duplicate entries.
2012-06-26 Xin LIMFV: less v449.
2012-06-26 Adrian ChaddBring over the initial 802.11n bluetooth coexistence...
2012-06-26 Takanori WatanabeAdd nand core module and module dependency information.
2012-06-26 Alan CoxIntroduce RELEASE_PV_LIST_LOCK().
2012-06-26 Kenneth D. MerryFix an issue that caused the kernel to panic inside...
2012-06-26 Adrian ChaddMake sure the BAR TX session pause is correctly unpause...
2012-06-26 Alan CoxAdd PV list locking to pmap_enter(). Its execution...
2012-06-26 Navdeep ParharAllow cxgbe(4) running within a VM to attach to its...
2012-06-25 Xin LIFix a LOR acquiring the if_afdata lock while holding...
2012-06-25 Michael TuexenUnify sctp_input() and sctp6_input().
2012-06-25 Xin LIMFV (r237567):
2012-06-25 Oleksandr TymoshenkoHandle case when result of pmap_pte is NULL. This issue...
2012-06-25 Michael TuexenWhitespace cleanup.
2012-06-25 Navdeep ParharFix clang warning when compiling iw_cxgb.
2012-06-25 Monthadar Al JaberiMesh mode, potential garbage in QoS subfield.
2012-06-25 Ulrich SpörleinFix 'make depend'.
2012-06-25 Alan CoxAdd PV chunk and list locking to pmap_change_wiring...
2012-06-25 Kevin LoFix size of the bcopy when extracting ethernet address
2012-06-25 Kevin LoCorrect sizeof usage
2012-06-25 Kenneth D. MerryConsume spare fields for the providergone pointers...
2012-06-25 Matt JacobUnbreak register tests for parallel SCSI.
2012-06-24 Michael TuexenPass the packet length explicitly around.
2012-06-24 Michael TuexenRemove redundant check.
2012-06-24 Michael TuexenDo packet logging in a consistent way.
2012-06-24 Matt JacobClean up multi-id mode so it's driven by the f/w loaded,
2012-06-24 Adrian ChaddIn a complete lack of foresight on my part, my previous...
2012-06-24 Adrian ChaddShuffle these initialisations to where they should be.
2012-06-24 Adrian ChaddChange the ath_dfs_process_phy_err() method to take...
2012-06-24 Adrian ChaddIntroduce an optional ath(4) radiotap vendor extension.
2012-06-24 Adrian ChaddOn second thought, let's just set both CRC and PHY...
2012-06-24 Adrian ChaddSometimes the AR5416 sends back radar PHY errors with...
2012-06-24 Kenneth D. MerryFix a bug which causes a panic in daopen(). The panic...
2012-06-24 Andrew TurnerMake the wchar_t type machine dependent.
2012-06-23 Alan CoxIntroduce reserve_pv_entry() and use it in pmap_pv_demo...
2012-06-23 Navdeep ParharBetter way to determine the status page length and...
2012-06-23 Mitsuru IWASAKIAdd in-driver event handler.
2012-06-23 Konstantin BelousovCorrect device id for GPU on some server SandyBridge...
2012-06-23 Marius StroblUnbreak options ZFS after r236884.
2012-06-23 Justin HibbitsRelease the ADB keyboard mutex when handling the power...
2012-06-23 Alexander V. ChernikovFix interface matching by ipfw table
2012-06-23 Alexander MotinAdd scsi_extract_sense_ccb() -- wrapper around scsi_ext...
2012-06-23 Konstantin BelousovMove the code dealing with shared page into a dedicated
2012-06-23 Konstantin BelousovRemove no longer needed forward declaration for struct...
2012-06-23 Konstantin BelousovStop updating the struct vdso_timehands from even handl...
2012-06-22 Navdeep ParharDo not allocate extra vectors when adapter is not TOE
2012-06-22 Alexander MotinReturn CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead...
2012-06-22 Bjoern A. ZeebJust add a comment to further investigate when being...
2012-06-22 Martin MatuskaImport Illumos revision 13736:9f1d48e1681f
2012-06-22 Kenneth D. MerryChange 'camcontrol defects' to first probe a drive...
2012-06-22 Attilio Rao- Add a comment explaining the locking of the cached...
2012-06-22 Alexander MotinDon't print SCSI Queue Full and CAM_REQUEUE_REQ statuse...
2012-06-22 Konstantin BelousovCommit changes missed from r237435. Properly calculate...
2012-06-22 Navdeep ParharDo not read registers with read side effects while...
2012-06-22 Navdeep Parharcxgbe(4): update to firmware interface 1.5.2.0; updates...
2012-06-22 Konstantin BelousovEnable shared page on i386, now it has a use for vdso_t...
2012-06-22 Konstantin BelousovImplement mechanism to export some kernel timekeeping...
2012-06-22 Warner LoshFix a stray debug that I committed accidentally years...
2012-06-22 Konstantin BelousovEnchance the shared page chunk allocator.
2012-06-22 Konstantin BelousovReserve AT_TIMEKEEP auxv entry for providing usermode...
2012-06-22 Warner LoshMove these #defines to at91reg.h (where I should have...
2012-06-22 Alan CoxIntroduce CHANGE_PV_LIST_LOCK_TO_{PHYS,VM_PAGE}() to...
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Ed MasteAdd PCI IDs for Ivy Bridge
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-21 Alan CoxUpdate the PV stats in free_pv_entry() using atomics...
2012-06-21 Alexander MotinMake cam_periph_hold() behavior consistent: drop taken...
2012-06-21 Alexander MotinIn camisr() clear CAM_SIM_ON_DONEQ flag after camisr_ru...
2012-06-21 Michael TuexenRemove redundant #ifdef. Reported by gnn@.
2012-06-21 Konstantin BelousovEnable deadlock avoidance code for NFS client.
2012-06-21 Konstantin BelousovFix unbounded-length malloc, controlled from usermode...
2012-06-21 Konstantin BelousovFix locking for f_offset, vn_read() and vn_write()...
2012-06-21 Max KhonRemove Moxa CP-132EL definition (RS422/485-only board).
2012-06-21 Max KhonAdd support for the following Moxa PCIe multiport seria...
2012-06-20 Alan CoxSelectively inline vm_page_dirty().
2012-06-20 John BaldwinDon't return an error if a kld does not contain any...
2012-06-20 Alexander MotinRemove unused error variables in cdclose() and daclose().
2012-06-20 Alexander MotinCheck status of cam_periph_hold() inside cdclose()...
2012-06-20 John BaldwinMove the per-thread deferred user map entries list...
2012-06-20 Kenneth D. MerryFix several reference counting and object lifetime...
2012-06-20 Fabien ThomasAllow booting XENHVM kernel without Xen hypervisor.
2012-06-20 Fabien ThomasFix viawd(4) that was only working as a module.
2012-06-20 Alan CoxAdd PV list locking to pmap_copy(), pmap_enter_object...
2012-06-19 Pawel Jakub DawidekCheck proper flag (PDF_DAEMON, not PD_DAEMON) when...
2012-06-19 Pawel Jakub DawidekThe falloc() function obtains two references to newly...
2012-06-19 John BaldwinFurther refine the implementation of POSIX_FADV_NOREUSE.
2012-06-19 John BaldwinAdd a 'wmask' variable to hold the expression '(1ul...
2012-06-19 John BaldwinFix another off-by-one error in the previous fix so...
2012-06-19 Alan CoxCondition the implementation of pv_entry_count on PV_ST...
2012-06-19 Navdeep Parhar- Updated TOE support in the kernel.
next