summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some aac(4) adapters will always report that a direct access device isrstone2012-09-251-27/+48
* Add optional entropy harvesting for software interrupts in swi_sched()jhb2012-09-251-0/+10
* Fix panic introduced by me in r240835, when zero weightglebius2012-09-251-4/+5
* Reduce delays in several wait loops from 10ms to 10us, same is it is donemav2012-09-251-5/+5
* Call ath_tx_tid_unsched() after the node has been flushed, so theadrian2012-09-251-3/+2
* Eliminate an unused declaration.alc2012-09-252-2/+0
* Attila Bogar reported a bug in mountd when multiple exportrmacklem2012-09-241-14/+57
* Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets orjimharris2012-09-241-2/+2
* Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)jimharris2012-09-241-1/+1
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.adrian2012-09-247-26/+142
* Debugging output fixes:adrian2012-09-241-6/+7
* Whitespace fixesmelifaro2012-09-241-13/+13
* Permit table to be used as IPv6 address.melifaro2012-09-241-2/+26
* Make sure moused is exiting as quick as possible after that thehselasky2012-09-242-18/+22
* DWC OTG host mode improvements:hselasky2012-09-241-3/+36
* Minor man page cleanup -- fix grammar, markup fixes, and start eachbjk2012-09-241-8/+9
* Document ipv6 hook, present there for ages.mav2012-09-241-1/+3
* Fix panic caused by wrong pointer dereference, left after pin sense rewritemav2012-09-241-2/+2
* Prepare for software retransmission of non-aggregate frames but ensureadrian2012-09-241-23/+72
* In (eventual) preparation for supporting disabling the whole 11n/softwareadrian2012-09-241-0/+6
* Revert r240850 and remove redundant NULL check before free(3).kevlo2012-09-241-8/+4
* Partial revert of r239963:pfg2012-09-242-8/+0
* This patch fixes a nit in the em, lem, and igb driver statistics. Incrementsbruno2012-09-233-3/+3
* It is possible to recursively destroy snapshots even if the snapshotpjd2012-09-235-6/+75
* Clean up the bcm2835 initarm. It is now identical to the other ARMv6 copiesandrew2012-09-231-10/+8
* Add TRIM support.pjd2012-09-2319-52/+869
* * ld80/s_expl.c:kargl2012-09-232-9/+6
* Fix whitespace issue.kargl2012-09-231-1/+1
* * ld80/s_expl.c:kargl2012-09-232-13/+17
* Always use RC_CONFS when set, even if NULL. Previously only used if non-NULL.dteske2012-09-231-3/+3
* Address a race condition that was introduced in r238212. Unless the pagealc2012-09-231-1/+1
* * Update the lookup table to use 53-bit high and low values.kargl2012-09-231-131/+134
* Move the prototype for savectx from cpu.h to pcb.h, as it is on othernwhitehorn2012-09-232-3/+1
* DWC OTG host mode improvements. Add support for the 3-strikes and you arehselasky2012-09-233-458/+627
* Correct driver name.hselasky2012-09-231-1/+1
* MFi386: revision 237445nyan2012-09-231-4/+11
* MFi386: revision 240637nyan2012-09-231-20/+6
* Fix a typo in a Broadcom initarm debug printfandrew2012-09-231-1/+1
* Cosmetic changes.nyan2012-09-231-6/+6
* Remove unused variable ma.kevlo2012-09-231-2/+0
* Avoid NULL dereferencekevlo2012-09-231-2/+4
* Whitespace change.tuexen2012-09-231-2/+1
* Declare a static function as such.tuexen2012-09-231-1/+1
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-235-28/+118
* Update different versions of physmap_init to be identical in preparationandrew2012-09-234-13/+53
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-225-20/+25
* jilles accurately advises that, in the context of shell redirection, the `:'dteske2012-09-221-1/+1
* Fix a bug related to handling Re-config chunks. It is not true thattuexen2012-09-221-17/+0
* Remove some duplicated advice.eadler2012-09-221-9/+3
* EBUSY is a better reply for refusing to unload pf(4) or pfsync(4).glebius2012-09-222-2/+2
OpenPOWER on IntegriCloud