aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make the length of the LDT a loader tunable, machdep.max_ldt_segment,Konstantin Belousov2011-01-181-2/+18
* Use malloc(9) instead of kmem_alloc(9) for temporal copy of theKonstantin Belousov2011-01-181-9/+3
* For architectures not using direct map , and requiring real KVA page forKonstantin Belousov2011-01-186-6/+6
* There are PowerMacs which do not have a hwsensor-location propertyAndreas Tobler2011-01-181-7/+12
* Make USB packet filtering code optional.Hans Petter Selasky2011-01-183-5/+11
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-189-36/+45
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-188-22/+26
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-187-76/+82
* Rework RX filter programming by providing separate handler forPyun YongHyeon2011-01-181-91/+90
* - Remove some always-true checks (checking for unsigned < 0).John Baldwin2011-01-182-7/+6
* Fix some bugs in my last set of changes to ale(4):John Baldwin2011-01-182-9/+8
* MFi386: revision 217515Yoshihiro Takahashi2011-01-181-3/+0
* Remove some always-true comparisons.John Baldwin2011-01-182-2/+2
* Remove bogus check. pcib_get_bus() (like other BUS_ACCESSOR() methods)John Baldwin2011-01-181-2/+0
* Fix the experimental NFSv4 server so that it uses VOP_ACCESSX()Rick Macklem2011-01-181-1/+1
* Limit maximum number of GPT entries to 4k. It is most realistic valueAndrey V. Elsukov2011-01-181-15/+33
* Move the definition of M_VMPGDATA to the swap pager, where the onlyAlan Cox2011-01-183-5/+1
* Change model names of controller RTL_HWREV_8168_SPIN[123] to real ones.Pyun YongHyeon2011-01-182-9/+9
* Support booting non FDT-capable loaders:Marcel Moolenaar2011-01-172-3/+31
* Check the environment for system devices before using the FDT.Marcel Moolenaar2011-01-171-8/+11
* Remove empty dev_mem_md_init() stubs.Jung-uk Kim2011-01-174-21/+0
* Save the CPU model, the board and the CPU clock rate so they are reported byWarner Losh2011-01-171-9/+16
* Kill redundant cpu lineWarner Losh2011-01-171-1/+0
* Make cpu_model public (otherwise there's no way to set it) and bump itWarner Losh2011-01-171-1/+4
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-1723-57/+92
* In order to save instructions the MMU trap handlers assumed that the kernelMarius Strobl2011-01-172-34/+72
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-1710-54/+4
* Fix 32bit bit fields handling. This fixes card serial number fetching.Alexander Motin2011-01-171-1/+1
* Explicitly initialize the page's queue field to PQ_NONE instead of relyingAlan Cox2011-01-174-5/+8
* Avoid preemption while manipulating CRs and MTRRs.Jung-uk Kim2011-01-172-0/+8
* Implement initial jumbo frame support for RTL8168/8111 C/D/E PCIePyun YongHyeon2011-01-172-116/+363
* Add initial support for RTL8168E/8111E-VL PCIe GbE.Pyun YongHyeon2011-01-172-0/+7
* Sort function prototypes.Alan Cox2011-01-161-4/+4
* Update a lock annotation on the page structure.Alan Cox2011-01-161-1/+1
* Shift responsibility for synchronizing access to the page's act_countAlan Cox2011-01-163-6/+7
* Clean up the start of vm_page_alloc(). In particular, eliminate anAlan Cox2011-01-161-7/+3
* Add support for resource pooling to CMT.Michael Tuexen2011-01-161-44/+119
* For consistency, use kernel_object instead of &kernel_object_storeKonstantin Belousov2011-01-151-2/+2
* Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. ThisMarcel Moolenaar2011-01-151-1/+2
* For some time now, the kernel and kmem objects have been ordinaryAlan Cox2011-01-151-4/+1
* Remove unused variable. Spotted by a cppcheckAndreas Tobler2011-01-151-3/+0
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-151-10/+1
* Some old WD SATA disks report supported and enabled device-initiatedAlexander Motin2011-01-151-3/+17
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-146-2/+51
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.Jung-uk Kim2011-01-142-2/+1
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-142-29/+11
* - Allow IFM_FLAG0 to be set indicating that auto-negotiation with manualMarius Strobl2011-01-141-22/+29
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE isMarius Strobl2011-01-142-6/+8
* - Even after masking the media with IFM_GMASK the result may have bitsMarius Strobl2011-01-143-16/+13
* - Masking IFM_GMASK when also masking IFM_FDX is redundant and justMarius Strobl2011-01-143-21/+20