summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Proving once again, I can't typo: fix a type.imp2011-01-111-1/+1
* - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, andjhb2011-01-112-22/+11
* Always use PRI_BASE() when checking the base type of a thread's priorityjhb2011-01-111-2/+2
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksmarcel2011-01-111-1/+2
* Add manpage for runfw, the Ralink RT2700U, RT2800U and RT3000U firmwarethompsa2011-01-113-6/+65
* Allow runfw(4) to be compiled in to the kernel.thompsa2011-01-111-0/+14
* Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and getandreast2011-01-111-58/+172
* Work around a witness(4) panic introduced in r217238.jkim2011-01-111-8/+26
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Update the uplcom(4) man page to reflect the devices currently supported bygavin2011-01-111-10/+78
* Improve or fix some comments. No functional change.gavin2011-01-111-10/+10
* Minor improvements in the wording of a comment. Document tinderbox target.imp2011-01-111-1/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-11109-109/+0
* Remove a bullet point that appears to have been accidentally inserted twice.gavin2011-01-111-1/+0
* Remove redundant check.ae2011-01-111-2/+1
* Round GNOP provider's mediasize to its sectorsize. This prevents KASSERTae2011-01-111-0/+2
* Initialize PCIe buses and add preliminary support for 64-bit BARs.jmallett2011-01-111-215/+321
* Fix a typo.davidxu2011-01-111-1/+1
* Fixe some whitespace nits that were introduced in r216758.lstewart2011-01-111-7/+7
* Fix hhook_head_is_virtualised() so that "ret" can't be used uninitialised.lstewart2011-01-111-4/+5
* Fix some minor style/readability nits in hhook.lstewart2011-01-111-6/+3
* When driver is not running, do not send DUMP command to controlleryongari2011-01-101-0/+5
* Implement TSO on RealTek RTL8168/8111 C or later controllers.yongari2011-01-102-21/+21
* Add IDs for HighPoint RocketRAID 64x controllers.mav2011-01-101-0/+2
* Count output bytes and packets.jmallett2011-01-102-2/+8
* Shorten device name so it fits into vmstat -i.jmallett2011-01-101-3/+3
* Fix a bug in the client side krpc where it was, sometimesrmacklem2011-01-103-17/+10
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpagejhb2011-01-101-0/+2
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-102-84/+149
* Fix two harmless off-by-one errors.jhb2011-01-101-3/+3
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Add support for using encrypted password strings when settingjpaetzel2011-01-103-10/+40
* Patch pc-sysinstall to deal with 4k sector size drivesjpaetzel2011-01-102-257/+129
* Apply DMA address space restriction to controllers that have 4GByongari2011-01-101-1/+11
* Backout r216973 and r216970. r216973 didn't solve watchdog timeoutyongari2011-01-101-11/+1
* For the process that already loaded libthr but still not initializedkib2011-01-101-0/+26
* get_program_var_addr() must prefer the strong symbol to the weakkib2011-01-101-65/+84
* o) Free mbufs in error cases.jmallett2011-01-101-0/+6
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that thelstewart2011-01-101-0/+1
* Remove unnecessary 'cat'.jchandra2011-01-101-1/+1
* o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.jmallett2011-01-108-8/+606
* Revert part of r217071 so that us mere mortals can clearly seedougb2011-01-091-1/+5
* Now that we correctly enable rx interrupts on all cores, performance has gottenjmallett2011-01-091-1/+22
* o) Remove some unused local definitions of IP protocol numbers.jmallett2011-01-092-11/+10
* sh: Follow-up to r216743, grabstackblock() can be replaced with stalloc().jilles2011-01-092-11/+1
* regression/date: unset all LC_xxx vars and set LANG/LC_ALLkeramida2011-01-091-1/+1
* Add missing __dead2 to __assert().ed2011-01-091-1/+1
* sh: Remove special %builtin PATH entry.jilles2011-01-092-33/+22
OpenPOWER on IntegriCloud