]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Turn comments about locking into actual lock assertions.
[FreeBSD/FreeBSD.git] / sys / dev /
2013-08-15 Kenneth D. MerryExport the maxio field in the CAM XPT_PATH_INQ CCB...
2013-08-14 Sean BrunoIf sys/param.h MAXPHYS has been tuned to exceed MFI_MAX...
2013-08-13 Jim HarrisIf a controller fails to initialize, do not notify...
2013-08-13 Jim HarrisSend a shutdown notification in the driver unload path...
2013-08-13 Jung-uk KimTidy up global locks for ACPICA. There is no functiona...
2013-08-13 Adrian Chaddieee80211_rate2plcp() and ieee80211_rate2phytype()...
2013-08-13 Dag-Erling SmørgravApply upstream revision 1.151 (fix relative symlinks)
2013-08-13 Jack F VogelAlter the mq_start routine to do a TRYLOCK and call...
2013-08-12 Scott LongUpdate PCI drivers to no longer look at the MEMIO-enabl...
2013-08-12 Jack F VogelImprove the MSIX setup code in the drivers, thanks...
2013-08-12 Alexander MotinAdd brace missing in r254253.
2013-08-12 Scott Longr253460 accidentally some moderately expensive debuggin...
2013-08-12 Hans Petter Selasky- Try to fix build of 32-bit compatibility USB support...
2013-08-12 Hans Petter SelaskyCorrect an EHCI register write.
2013-08-11 Peter WemmUpdate nvi-1.79 to 2.1.1-4334a8297f
2013-08-11 Rui PauloUse device_printf().
2013-08-11 Adrian ChaddUse the correct structure size when flipping the BT...
2013-08-11 Adrian ChaddPrepare for the PAN (personal area network) support...
2013-08-10 Konstantin BelousovMatch malloc(9) calls with free(9), not contigfree...
2013-08-10 Konstantin BelousovDifferent consumers of the struct vm_page abuse pageq...
2013-08-09 David E. O'Brien* Add random_adaptors.[ch] which is basically a store...
2013-08-09 Attilio RaoOn all the architectures, avoid to preallocate the...
2013-08-09 Attilio RaoThe soft and hard busy mechanism rely on the vm object...
2013-08-09 Pyun YongHyeonFix for IPv4 fragment packets treated as RMCP.
2013-08-09 Scott LongRate limit the 'out of chain frame' messages to once...
2013-08-09 Scott LongSometimes a device misbehaves so badly that it disrupts...
2013-08-08 Xin LIMFV r254079:
2013-08-08 Xin LIMFV r254106 (OpenSSL bugfix for RT #2984):
2013-08-08 Adrian ChaddCap the number of streams supported to two for now.
2013-08-07 Xin LIMFV r254071:
2013-08-07 Xin LIMFV r254070:
2013-08-07 Jeff RobersonReplace kernel virtual address space allocation with...
2013-08-06 Xin LIMFV r254011:
2013-08-06 Jack F VogelMake the various driver MSIX setup routines fallback...
2013-08-06 Marius Strobl- Fix a bug in the MSI allocation logic so an MSI is...
2013-08-06 Marius StroblAs it turns out, MSIs are broken with 2820SA so introdu...
2013-08-06 Jack F VogelWhen the igb driver is static there are cases when...
2013-08-06 Erwin LansingUpdate Bind to 9.8.5-P2
2013-08-06 Sean BrunoUpdate ciss(4) with new models of raid controllers...
2013-08-06 Hiroki Sato- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine...
2013-08-05 Jack F VogelCorrect a fat-finger in the last delta.
2013-08-04 Hiren PanchasaraFixing a typo.
2013-08-03 Marius StroblMake r253899 compile.
2013-08-02 Marius StroblConst'ify scc_driver_name.
2013-08-02 Marius Strobl- Use NULL instead of 0 for pointers.
2013-08-02 Marius Strobl- Implement iclear methods for QUICC and SAB 82532...
2013-08-02 Adrian ChaddAdd in some definitions required for later iwn(4) devic...
2013-08-02 Adrian ChaddBreak out the iwn(4) device IDs into if_iwn_devid.h...
2013-08-02 Peter WemmUpdate serf 1.2.1 -> 1.3.0 for svn
2013-08-02 Navdeep ParharDisplay temperature sensor data. Shows -1 if sensor not
2013-08-02 Navdeep ParharFix previous commit (r253873). "cong" has one bit...
2013-08-02 Hiroki SatoAdd p_candebug() check to FILEMON_SET_PID ioctl.
2013-08-02 Simon J. GerratyMerge bmake-20130730
2013-08-01 Navdeep ParharSet up congestion manager context properly for T5 based...
2013-08-01 Adrian ChaddNow that conf/options knows about if_iwn.h, add it...
2013-08-01 Adrian Chaddiwn(4) debugging improvements.
2013-08-01 Jack F VogelA number of important fixes:
2013-07-31 David E. O'BrienBack out r253779 & r253786.
2013-07-31 Rui PauloCleanup the allocations when the attachment fails.
2013-07-31 Navdeep ParharDisplay SGE tunables in the sysctl tree.
2013-07-31 Justin HibbitsAdd the macio attachment for wi(4). Partially obtained...
2013-07-30 Xin LIMFV r253783:
2013-07-30 Xin LIMFV r253782:
2013-07-30 Xin LIMFV r253781 + r253871:
2013-07-30 Steven HartlandMFV r253784:
2013-07-30 Xin LIMFV r253780:
2013-07-30 Sean BrunoCheck for ipmi_attached in ipmi_isa_probe as a suggeste...
2013-07-30 Sean Brunoempirical testing showed that 3 seconds is just too...
2013-07-30 Sean BrunoAfter discussions, revert svn r253708.
2013-07-30 Scott LongFix a printf typo.
2013-07-30 Rui PauloUnbreak sparc64 LINT. Need to fix this correctly at...
2013-07-30 Rui PauloImport OpenBSD's rsu(4) WLAN driver.
2013-07-29 David E. O'BrienDecouple yarrow from random(4) device.
2013-07-29 David E. O'BrienDecouple yarrow from random(4) device.
2013-07-29 Hans Petter SelaskyFix alignment of USB WLAN radiotap headers. This makes...
2013-07-29 Justin HibbitsUse the streaming functions for reading/writing the...
2013-07-28 Peter WemmUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 Pedro F. GiffuniDTrace: re-merge remainder of r249367 (original from...
2013-07-27 Alfred PerlsteinFix watchdog pretimeout.
2013-07-27 Sean Brunoupdate ciss debugger command to iterate over multiple...
2013-07-27 Konstantin BelousovMFgem r251960: re-check the mgt device object for the...
2013-07-27 Konstantin BelousovThe pmap_qenter() and pmap_qremove() perform TLB invali...
2013-07-27 Sean BrunoAt some point after stable/7 the ACPI and ISA interface...
2013-07-27 Adrian ChaddImplement some function tracing.
2013-07-27 Navdeep ParharDisplay a string instead of a numeric code in the linkd...
2013-07-27 Navdeep ParharExpand the list of devices claimed by cxgbe(4).
2013-07-26 Navdeep ParharAdd support for packet-sniffing tracers to cxgbe(4...
2013-07-26 Jung-uk KimMerge ACPICA 20130725.
2013-07-26 Navdeep ParharReserve room for ioctls that aren't in this copy of...
2013-07-26 Hans Petter SelaskyAssume that all Apple products using interface class...
2013-07-25 Marcel MoolenaarSet the device description after we call uart_probe...
2013-07-25 Alexander MotinDecode some bits defined in AHCI 1.3.1 Device Sleep...
2013-07-25 Ulrich SpörleinMatch function definition to declaration and call-site.
2013-07-25 Ulrich Spörleinsnd_ds1(4): Fix order of arguments for stereo/16bit...
2013-07-25 Alexander MotinAdd missing NULL check after malloc(M_NOWAIT).
2013-07-24 David E. O'Brienper style(9):
2013-07-24 Adrian ChaddSupport setting up the iwn debug flags during probe...
2013-07-24 Adrian ChaddAdd new IDs for The Intel 2230 wireless NIC.
2013-07-23 Luiz Otavio O SouzaAdd the support for 802.1q and port based vlans for...
2013-07-23 Luiz Otavio O SouzaFix the arswitch instability problem. It turns out...
next