summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-14166-4279/+2463
* - Change mmap() to fail requests with EINVAL that pass a length of 0. ThisJohn Baldwin2009-07-141-1/+1
* Re-add opt_inet.h, as we did in r193862 and lost yet again.Bjoern A. Zeeb2009-07-141-0/+1
* 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-88/+93
* 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
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanityLawrence Stewart2009-07-141-1/+1
* 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 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
* 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-136-22/+51
* Rename ATA probe driver to "aprobe" to resolve name conflict with SCSIAlexander Motin2009-07-131-4/+4
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-1230-106/+275
* 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
* 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-122-2/+11
* 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
* 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-113-6/+6
* 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 something bogus deletion that got it during mesh commit.Rui Paulo2009-07-111-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-1134-143/+5261
* Get correct maxio from the controller and drop the tunable.Jung-uk Kim2009-07-111-15/+5
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-104-2/+10
* mark struct ieee80211req_maclist packed so sizeof works as intended on arm;Sam Leffler2009-07-101-1/+1
* When amd64 CPU cannot load segment descriptor during trap return toKonstantin Belousov2009-07-101-12/+12
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-1044-2496/+8690
* correctly set the tailq ptr when removing the last item in the qSam Leffler2009-07-101-1/+2
* Rearrange shift operation to increase interpolation accuracy,Ariff Abdullah2009-07-091-60/+60
* Fix cxgb(4) panic with jumbo frames.Navdeep Parhar2009-07-091-2/+1
* Since the nfscl_getclose() function both decremented open counts and,Rick Macklem2009-07-093-183/+178
* The control terminal revocation at the session leader exit does notKonstantin Belousov2009-07-091-3/+4
* Extend the cn_flags field of the struct componentname to 64 bits to haveKonstantin Belousov2009-07-091-2/+2
* Add support for Radeon HD 4770 (RV740) chips.Robert Noland2009-07-093-1/+40
* Restore the segment registers and segment base MSRs for amd64 syscallKonstantin Belousov2009-07-0911-15/+60
* Make xl(4) build with Tx checksum offload.Pyun YongHyeon2009-07-091-4/+4
* Remove crcopy call from seteuid now that it calls crcopysafe.Jamie Gritton2009-07-081-1/+0