summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KGDB: Accept KLD symbol files with the ".symbols" extension.will2013-03-281-0/+1
* KGDB: Allow modules to be loaded from the specified kernel's directory.will2013-03-281-1/+4
* Remove obsolete comment. This code has now been tested with the QEMUjimharris2013-03-281-4/+0
* Delete extra IO qpairs allocated based on number of MSI-X vectors, butjimharris2013-03-281-6/+14
* Several fixes and improvements to sendfile()scottl2013-03-281-7/+14
* Add myself as ports committer.tijl2013-03-281-0/+2
* Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnosticssbruno2013-03-281-2/+5
* Except one case mps(4) driver does not touch the data and works well withmav2013-03-281-1/+2
* Fix compile of ciss(4) with CISS_DEBUG definedsbruno2013-03-281-1/+1
* rc.subr: disabling globbing while processing devfs rulesavg2013-03-281-1/+7
* Release the v_writecount reference on the vnode in case of error,kib2013-03-281-0/+4
* Fix the AR933x platform device start/stop code.adrian2013-03-281-10/+4
* Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are alwaysmarkj2013-03-281-5/+3
* Update wiht the times.imp2013-03-281-1/+2
* deferal -> deferraljimharris2013-03-271-3/+3
* btowc(3), isblank(3): Correct prototypes for _l variants.jilles2013-03-272-3/+3
* Similar to r239870 and r239872, teach the other binutils tools about thedim2013-03-272-0/+9
* On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb().mav2013-03-271-0/+6
* Limit the amount of video memory we map for the driver to the maximum value.jkim2013-03-271-5/+6
* Properly spell "Class Based Queueing"rene2013-03-271-1/+1
* Fix a typo, 'xdev-build' should be spelled with a 'd' at the end.rene2013-03-271-1/+1
* Fix a race with the vnode reclamation in the aio_qphysio(). Obtainkib2013-03-271-6/+17
* Add dev_strategy_csw() function, which is similar to dev_strategy()kib2013-03-273-23/+32
* On i386, double the default size of the bio transient map. With thekib2013-03-271-6/+13
* Fix the VM_BCACHE_SIZE_MAX definition on i386 to match the maximalkib2013-03-271-1/+4
* Update to 9.8.4-P2erwin2013-03-279-12/+13
* Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1,mav2013-03-271-26/+33
* Add missing spacebryanv2013-03-271-1/+1
* Commit initial (unfinished!) support for the AR933x series of embeddedadrian2013-03-274-0/+468
* Add the reference clock for each supported chip.adrian2013-03-274-0/+9
* Fix printf format issue on i386.jimharris2013-03-271-2/+3
* * Stop processing after HAL_EIO; this is what the reference driver does.adrian2013-03-271-1/+2
* Panic should the SCI framework ever request a pointer into the ccb'sjimharris2013-03-271-3/+24
* Loosen restrictions for quoted strings. Now we can use more complex stringsjkim2013-03-261-2/+10
* Fix interval-based rotations when the -t flag is used. In this case, findmarkj2013-03-261-58/+134
* Report support for unmapped I/O by adding PIM_UNMAPPED flag.jimharris2013-03-262-5/+2
* accept(2): Mention inheritance of O_ASYNC and signal destination.jilles2013-03-261-3/+13
* Clean up debug prints.jimharris2013-03-265-43/+254
* Use errno and strerror to print more descriptive messages when operationsjimharris2013-03-261-27/+41
* Move common code from the different nvme_allocate_request functions into ajimharris2013-03-261-18/+21
* Change a number of malloc(9) calls to use M_WAITOK instead ofjimharris2013-03-265-22/+12
* Replace usages of mtx_pool_find used for admin commands with a pollingjimharris2013-03-264-103/+71
* Abort and do not retry any outstanding admin commands left over afterjimharris2013-03-261-0/+15
* Add the ability to internally mark a controller as failed, if it is unable tojimharris2013-03-266-22/+213
* Just disable the controller instead of deleting IO queues during detach.jimharris2013-03-262-59/+17
* Have nvd(4) register for controller notifications.jimharris2013-03-261-17/+54
* Set Pre-boot Software Load Count to 0 at the end of the controllerjimharris2013-03-261-0/+10
* Remove the is_started flag from struct nvme_controller.jimharris2013-03-264-60/+46
* Ensure the controller's MDTS is accounted for in max_xfer_size.jimharris2013-03-262-0/+13
* Cap the number of retry attempts to a configurable number. This ensuresjimharris2013-03-264-12/+39
OpenPOWER on IntegriCloud