aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable MSI by default for nVidia MCP55 chipset.Alexander Motin2009-07-141-1/+1
* - Do aggresive saturation on various polynomial interpolators.Ariff Abdullah2009-07-141-93/+98
* Change xpt_scan_bus to scsi_scan_bus and xpt_scan_lun to scsi_scan_lunEd Maste2009-07-141-10/+10
* Fix leaks in probestart, probedone, and scsi_scan_bus. Also freeEd Maste2009-07-141-3/+8
* Updates, mostly to add 802.11s support:Sam Leffler2009-07-142-38/+273
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanityLawrence Stewart2009-07-141-1/+1
* Make mklocale work again, now that fwrite()'s return codes are different.Ed Schouten2009-07-141-2/+2
* Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.Tai-hwa Liang2009-07-142-0/+3
* Match PCI Express root bridge _HID directly instead ofJung-uk Kim2009-07-133-1/+3
* Fix copy-paste bug, enabling SIM PMP support, when it was not really found.Alexander Motin2009-07-131-1/+1
* Revert the CISS driver to 64K i/o, the previous change was in error andScott Long2009-07-131-1/+1
* Fix a few language nits.Joel Dahl2009-07-131-5/+6
* Fix inline function declaration and prototype.Rui Paulo2009-07-131-5/+4
* Correct an error of omission in r195649 ("Add support to the virtual memoryAlan Cox2009-07-131-2/+1
* Fix Marvel SATA controllers operation, broken by rev. 188765,Alexander Motin2009-07-131-2/+2
* Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.Edward Tomasz Napierala2009-07-138-26/+32
* Fix a race in the manipulation of the V_tcp_sack_globalholes global variable,Lawrence Stewart2009-07-131-2/+2
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-137-22/+58
* Rename ATA probe driver to "aprobe" to resolve name conflict with SCSIAlexander Motin2009-07-131-4/+4
* 1) Use our vendor domain at the pool.David Malone2009-07-131-11/+16
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-1230-106/+275
* add IEEE80211_SCAN_REQSam Leffler2009-07-121-0/+16
* fix Jouni's email addressSam Leffler2009-07-127-7/+7
* This patch adds a host route to an interface address (that is assignedQing Li2009-07-121-0/+46
* Add calls to the experimental nfs client for the case of an "intr" mount,Rick Macklem2009-07-121-1/+16
* Fix the handling of dotdot in lookup for the experimental nfs clientRick Macklem2009-07-121-0/+2
* Isochronous transfers only have 1 frame buffer, but multipleMarcel Moolenaar2009-07-121-1/+1
* MFp4:Marcel Moolenaar2009-07-121-1/+2
* Fix fwrite() to return 0 when size or nmemb are zero.Ed Schouten2009-07-122-4/+9
* Test suite for the poll(2)/select(2) on fifos, pipes and sockets,Konstantin Belousov2009-07-1214-0/+883
* When VM_MAP_WIRE_HOLESOK is not specified and vm_map_wire(9) encountersKonstantin Belousov2009-07-121-1/+1
* Pad the following TCP related structs to allow MFCs of upcoming features/fixesLawrence Stewart2009-07-123-2/+18
* Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:Marcel Moolenaar2009-07-122-2/+2
* Increase the size of the page table on 64-bit PowerPC machines as aNathan Whitehorn2009-07-121-2/+0
* Revert rev 192323 (nfs_common.c only):Marcel Moolenaar2009-07-121-3/+2
* first cut at documenting ioctl api's for net80211Sam Leffler2009-07-123-247/+1303
* In nvpair_native_embedded_array(), meaningless pointers are zeroed.Marcel Moolenaar2009-07-111-3/+6
* Remove build timestamps from the following files:Colin Percival2009-07-117-12/+9
* On exec(2), when loading the ELF image, pmap_enter_object() isMarcel Moolenaar2009-07-111-0/+3
* Re-factoring for adding weighted routes introduced aKip Macy2009-07-111-1/+11
* Fix typo: kproc_resume,.9 -> kproc_resume.9.Colin Percival2009-07-111-1/+1
* Fix .Dd value -- our mdoc macros don't know how to parse the $Mdocdate$Colin Percival2009-07-111-1/+1
* Fix something bogus deletion that got it during mesh commit.Rui Paulo2009-07-111-0/+1
* Document the new multichannel support.Joel Dahl2009-07-111-1/+51
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-1152-203/+6012
* Get correct maxio from the controller and drop the tunable.Jung-uk Kim2009-07-112-37/+7
* Update to tcsh 6.17.00.Mark Peek2009-07-1155-4809/+6174
|\
| * Import of tcsh-6.17.00vendor/tcsh/6.17.00Mark Peek2009-07-1055-4806/+6178
| * Flatten vendor/tcsh/dist.Mark Peek2009-07-10475-0/+0
* | Fix alignment issue with ATA IDENTIFY structure.Scott Long2009-07-101-11/+11