aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksMarcel Moolenaar2011-01-111-1/+2
* Allow runfw(4) to be compiled in to the kernel.Andrew Thompson2011-01-111-0/+14
* Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and getAndreas Tobler2011-01-111-58/+172
* Work around a witness(4) panic introduced in r217238.Jung-uk Kim2011-01-111-8/+26
* Fix a witness(4) warning introduced in r217238.Jung-uk Kim2011-01-111-13/+18
* Improve or fix some comments. No functional change.Gavin Atkinson2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-11109-109/+0
* Remove redundant check.Andrey V. Elsukov2011-01-111-2/+1
* Round GNOP provider's mediasize to its sectorsize. This prevents KASSERTAndrey V. Elsukov2011-01-111-0/+2
* Initialize PCIe buses and add preliminary support for 64-bit BARs.Juli Mallett2011-01-111-215/+321
* Fixe some whitespace nits that were introduced in r216758.Lawrence Stewart2011-01-111-7/+7
* Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised.Lawrence Stewart2011-01-111-4/+5
* Fix some minor style/readability nits in hhook.Lawrence Stewart2011-01-111-6/+3
* When driver is not running, do not send DUMP command to controllerPyun YongHyeon2011-01-101-0/+5
* Implement TSO on RealTek RTL8168/8111 C or later controllers.Pyun YongHyeon2011-01-102-21/+21
* Add IDs for HighPoint RocketRAID 64x controllers.Alexander Motin2011-01-101-0/+2
* Count output bytes and packets.Juli Mallett2011-01-102-2/+8
* Shorten device name so it fits into vmstat -i.Juli Mallett2011-01-101-3/+3
* Fix a bug in the client side krpc where it was, sometimesRick Macklem2011-01-103-17/+10
* Remove impossible error conditions.Jung-uk Kim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.Jung-uk Kim2011-01-101-0/+1
* Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpageJohn Baldwin2011-01-101-0/+2
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() toJung-uk Kim2011-01-102-84/+149
* Fix two harmless off-by-one errors.John Baldwin2011-01-101-3/+3
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.Jung-uk Kim2011-01-101-2/+1
* Apply DMA address space restriction to controllers that have 4GBPyun YongHyeon2011-01-101-1/+11
* Backout r216973 and r216970. r216973 didn't solve watchdog timeoutPyun YongHyeon2011-01-101-11/+1
* o) Free mbufs in error cases.Juli Mallett2011-01-101-0/+6
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that theLawrence Stewart2011-01-101-0/+1
* Remove unnecessary 'cat'.Jayachandran C.2011-01-101-1/+1
* o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.Juli Mallett2011-01-108-8/+606
* Now that we correctly enable rx interrupts on all cores, performance has gottenJuli Mallett2011-01-091-1/+22
* o) Remove some unused local definitions of IP protocol numbers.Juli Mallett2011-01-092-11/+10
* MfP4 CH=185246 [1]:Bjoern A. Zeeb2011-01-091-0/+2
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsGavin Atkinson2011-01-092-0/+2
* Sync the list of devices supported by uslcom(4) with Linux, bringing inGavin Atkinson2011-01-092-1/+27
* Improve style and wording of comments and sysctl descriptions [1].Bjoern A. Zeeb2011-01-091-12/+11
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-0911-90/+13
* Add missing ar91xx definition for the WMAC reset control.Adrian Chadd2011-01-091-0/+1
* Fix the value for DECIMAL_DIG on UltraSparcs. The previous value ofDavid Schultz2011-01-092-2/+2
* We don't support any floating point types larger than double onDavid Schultz2011-01-091-1/+1
* The highest-precision floating point type on ia64 has 64 bits ofDavid Schultz2011-01-091-1/+1
* Eliminate a redundant alignment directive on the page locks array.Alan Cox2011-01-091-1/+1
* Modify readdirplus in the experimental NFS server in aRick Macklem2011-01-091-3/+21
* Change some variables from int to size_t. This is more accurate sinceChristian S.J. Peron2011-01-083-14/+16
* Eliminate the counting of vm_page_pa_tryrelock calls. We really don'tAlan Cox2011-01-081-21/+10
* Make sure to always do source address selection onDaniel Eischen2011-01-081-8/+9
* Make RB_CDROM work. This should probably check for a disc in cd1 and acd1Nathan Whitehorn2011-01-081-2/+2
* Revert r216805.Attilio Rao2011-01-081-119/+23
* Use the same expression to report stack protection mode for AT_STACKEXECKonstantin Belousov2011-01-081-2/+3