aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use 64-bit bus space constants on 64-bit kernels.Juli Mallett2012-03-121-3/+11
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-1216-37/+82
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOJuli Mallett2012-03-123-265/+3
* This header file no longer exists when doing cross builds, so remove it.Adrian Chadd2012-03-121-1/+0
* Fix VNET build broken by r232865.Alexander V. Chernikov2012-03-122-3/+3
* This fixes PR 165210. Basically we justRandall Stewart2012-03-121-0/+1
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.Alexander V. Chernikov2012-03-125-92/+671
* Allways call fdrop().Peter Holm2012-03-121-5/+3
* Remove more unused code and declarations, and add dire warnings to the 64-bitJuli Mallett2012-03-129-241/+9
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-1223-23/+25
* Remove platform APIs which are not used by any code and which had only stubJuli Mallett2012-03-1213-254/+3
* Tune cpuset macros to optimize cases when CPU_SETSIZE fits into singleAlexander Motin2012-03-121-7/+14
* Simplify the error checking in one branch of trap_pfault() and updateAlan Cox2012-03-121-11/+14
* Make if_ierrors updated whenever any of the following counters arePyun YongHyeon2012-03-122-0/+8
* Show PCI bus speed and width as well as running mode of PCI-XPyun YongHyeon2012-03-122-7/+59
* Add workaround for PCI-X BCM5704 controller that live behindPyun YongHyeon2012-03-122-3/+68
* - Rename apb_intr to apb_filter since it's a filter handlerOleksandr Tymoshenko2012-03-121-5/+38
* Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPSOleksandr Tymoshenko2012-03-121-10/+308
* Begin modifying the PB92 config file to actually generate a flashable,Adrian Chadd2012-03-121-27/+39
* Simplify the error checking in one branch of trap_pfault() and updateAlan Cox2012-03-121-10/+5
* We've supported 64-bit PTEs for some time.Juli Mallett2012-03-112-18/+0
* Remove superfluous brackets.Konstantin Belousov2012-03-111-1/+1
* Do schedule delayed writes for async mounts.Konstantin Belousov2012-03-111-7/+11
* Do not fall back to slow synchronous i/o when low on memory or buffers.Konstantin Belousov2012-03-111-2/+4
* In ffs_syncvnode(), pass boolean false as second argument of ffs_update().Konstantin Belousov2012-03-111-1/+1
* Remove not needed ARGSUSED lint command.Konstantin Belousov2012-03-111-1/+0
* ELF image can have several PT_NOTE program headers. Look for the ELFKonstantin Belousov2012-03-111-20/+27
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,Adrian Chadd2012-03-112-150/+427
* - remove an extra parenthesis in a closing brace;Luigi Rizzo2012-03-111-1/+6
* Update comment.Konstantin Belousov2012-03-111-1/+1
* Fix a bug introduced in r223938; on big-endian machines coping a 32-bitMarius Strobl2012-03-111-0/+15
* Remove fifo.h. The only used function declaration from the header isKonstantin Belousov2012-03-1112-53/+3
* Reenable -Winline on MIPS now that we're not compiling Cavium's errorJuli Mallett2012-03-111-3/+0
* Disable the Simple Executive's error decoding/reporting code.Juli Mallett2012-03-118-25/+19
* Do not try to use libfdt in FreeBSD.Juli Mallett2012-03-111-0/+2
* Remove files not needed by FreeBSD.Juli Mallett2012-03-1114-3387/+0
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD toJuli Mallett2012-03-11303-31827/+294131
* Disable -Winline on MIPS in preparation for the import of the latest versionJuli Mallett2012-03-111-0/+3
* Fix promiscuous mode with if_octm:Juli Mallett2012-03-111-11/+18
* Remove some headers not used by kernel or world and which are not present inJuli Mallett2012-03-108-329/+0
* regenAlexander Leidinger2012-03-1010-14/+1166
* - add comments to syscalls.master and linux(32)_dummy about which linuxAlexander Leidinger2012-03-104-2/+204
* ServerWorks HT1000 HPET reported to have problems with IRQs >= 16.Alexander Motin2012-03-101-0/+8
* Stick the if_drv_flags access (check and modify) behind the ifq lock.Adrian Chadd2012-03-101-9/+18
* Fix a panic introduced in a previous commit - non-beaconing modes (eg STA)Adrian Chadd2012-03-102-14/+3
* Revert r175376 and tune cpufreq(4) frequency comparison logic instead.Alexander Motin2012-03-101-21/+10
* Fix reversed logic in previous commit that broke build and earned me quite theJuli Mallett2012-03-101-2/+2
* Fix wrong asresp frame parsing in iwi_checkforqos().Mitsuru IWASAKI2012-03-101-2/+2
* MFi386: revisions 232570 and 232754Yoshihiro Takahashi2012-03-101-7/+15
* Idle ticks optimization:Alexander Motin2012-03-103-23/+46