summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix read_ivar prototype.imp2009-02-101-1/+1
* Fix iicbus_intr, iicbus_write and device_read_ivar prototypes...imp2009-02-104-9/+9
* fix arcmsr_attach, probe, detach, and shutdown prototypes to match newbus.imp2009-02-101-9/+9
* Adding dynamic sysctls no longer requires Giant.jhb2009-02-102-7/+0
* Don't reset the PHY probe retry counter within the loop somarius2009-02-101-1/+1
* Improve r185008 so the streaming cache is only flushed whenmarius2009-02-102-8/+11
* - Use the generally more appropriate PROM base rather than themarius2009-02-102-5/+5
* Mark the BSP as being awake. This supresses the messagemarcel2009-02-101-1/+2
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.emax2009-02-101-14/+6
* mark the CLR key installed for open auth stations such that it is reclaimedsam2009-02-101-0/+2
* add hw.ath.bstuck to control the stuck beacon thresholdsam2009-02-101-2/+6
* on resume ah_curchan may be NULL if no channel change has been done;sam2009-02-101-1/+3
* consolidate conditional codesam2009-02-101-4/+2
* Scanning all the formats for binary translation of modules loading canattilio2009-02-103-6/+11
* Eliminate an unused definition.alc2009-02-101-1/+0
* Fix g_part_dumpconf and g_part_name prototpyes.imp2009-02-104-21/+16
* correctly fixup iv_des_chan after installing a new channel table; if thesam2009-02-101-1/+2
* Add option GEOM_PART_EBR by default on amd64 and i386.marcel2009-02-104-0/+4
* Hmm... "base? base : 0" and "base" should be equivalent.cognet2009-02-091-1/+1
* Hook uslcom2 up to the build.thompsa2009-02-093-0/+40
* Remove usb2_config_td.[ch], they are no longer used.thompsa2009-02-094-394/+0
* MFp4 //depot/projects/usb; 157429, 157433, 157443thompsa2009-02-096-359/+363
* Correct sources for r188417thompsa2009-02-096-363/+359
* MFp4 //depot/projects/usb; 157412thompsa2009-02-099-7896/+6729
* MFp4 //depot/projects/usb; 157069, 157255thompsa2009-02-091-5/+6
* MFp4 //depot/projects/usb; 157203thompsa2009-02-091-67/+22
* MFp4 //depot/projects/usb; 157069thompsa2009-02-091-4/+1
* MFp4 //depot/projects/usb; 157069, 157136, 157143, 157145, 157429thompsa2009-02-0920-2121/+1208
* MFp4 //depot/projects/usb; 157100thompsa2009-02-0918-5295/+2666
* MFp4 //depot/projects/usb; 157069, 157429, 157430thompsa2009-02-0911-43/+111
* MFp4 //depot/projects/usbthompsa2009-02-092-0/+714
* MFp4 //depot/projects/usb; 157069,157296,157375,157384,157430thompsa2009-02-0911-71/+91
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnamejhb2009-02-092-24/+55
* Use the same style as the rest of the file for the optional data stringjhb2009-02-091-1/+1
* Remove extra 'comma = 0' in socket state printing code, which otherwiserwatson2009-02-091-1/+0
* The bounce zone sees its page number increased if multiple dma maps use it incognet2009-02-093-3/+18
* Add padding to then end of the xsctp_xxx structures torrs2009-02-091-0/+4
* tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free()fjoe2009-02-091-1/+1
* cam_periph_alloc: fix "invalid periph name" error conditionfjoe2009-02-091-1/+1
* Do not self-initialize a variable.fjoe2009-02-092-2/+2
* Remove unused variable.fjoe2009-02-091-2/+1
* Destroy TX tag outside of loop scope.fjoe2009-02-091-1/+1
* Properly implement GIO_ATTR and CONS_GETINFO.ed2009-02-093-11/+32
* s/SS_FDREF/SS_NOFDREF/mbr2009-02-091-1/+1
* Fix minor spacing problem found by s9indent from lastrrs2009-02-091-2/+4
* Fix INET only build breakage with SCTP - pointy hat to me :-)rrs2009-02-091-0/+2
* Comment out the assertion from r188321. It is not valid for nfs.kib2009-02-091-1/+1
* Remove a stale comment from the clists code.ed2009-02-091-4/+0
* Avoid some cases of unnecessary page queues locking by vm_fault's delete-alc2009-02-091-5/+11
* Reclaim transmitted frames in re_tick(). This is for PCIeyongari2009-02-091-1/+8
OpenPOWER on IntegriCloud