aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* An addendum to r195649, "Add support to the virtual memory system forAlan Cox2009-07-183-21/+18
* Fix copy-paste bug. Use regular non-polled mode for executing FLUSHCACHEAlexander Motin2009-07-171-2/+3
* Patch the regular nfs client in a manner analagous toRick Macklem2009-07-171-1/+2
* Add IEEE80211_SUPPORT_MESH, following similar change to nanobsd andRui Paulo2009-07-172-0/+2
* Remove the interim vimage containers, struct vimage and struct procg,Jamie Gritton2009-07-1711-502/+30
* Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populatingRobert Watson2009-07-174-12/+126
|\
| * Vendor import of OpenBSM 1.1p1, which incorporates the following changesvendor/openbsm/1.1-P-1Robert Watson2009-07-172-4/+6
* | Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-1673-383/+378
* | Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size.Alexander Motin2009-07-161-0/+5
* | Prepare for the 8.0-BETA2 builds.Ken Smith2009-07-151-1/+1
* | dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsAndriy Gapon2009-07-152-4/+95
* | r195699 introduced an assertion regarding when progbits data in kernelRobert Watson2009-07-151-3/+0
* | Add missing license line for vnet.h, correct white space nit.Robert Watson2009-07-151-1/+2
* | Fix the experimental nfs client so that it does not cause aRick Macklem2009-07-141-1/+2
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-145-10/+14
* | Add new msleep(9) flag PBDY that shall be specified together withKonstantin Belousov2009-07-1410-29/+58
* | Move the repeated code to calculate the number of the threads in theKonstantin Belousov2009-07-141-18/+19
* | When wakeup(9) is going to notify swapper, assert that wait channel is notKonstantin Belousov2009-07-141-1/+4
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-14166-4307/+2491
* | - 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-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
* | 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