aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* INET6 for some time needed in_pcb.c so make sure we compile it in case ofBjoern A. Zeeb2011-03-121-1/+1
* Merge the two identical implementations for local port selections fromBjoern A. Zeeb2011-03-123-134/+132
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-122-6/+11
* Push a possible "unbind" in some situation from in6_pcbsetport() toBjoern A. Zeeb2011-03-123-6/+9
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-1229-291/+260
* Make sure the locally cached value of rt->rt_gateway stays stable,Bjoern A. Zeeb2011-03-121-7/+14
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-126-20/+87
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-1211-7/+19040
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-03-129-16/+28
* Style(9) fixes. No functional changes.Dmitry Chagin2011-03-121-252/+261
* Allocate the sound buffer DMA memory coherent. While NetBSD typicallyMarius Strobl2011-03-111-1/+1
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-112-6/+7
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-4/+4
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-4/+4
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-6/+7
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-112-3/+4
* - Add support for TLS relocations.Marius Strobl2011-03-111-8/+62
* - Remove clause 3 and 4 from TNF licenses. [1]Marius Strobl2011-03-111-43/+33
* Revert the binutils workaround committed in r219340, the underlyingMarius Strobl2011-03-111-8/+1
* amd64/NOTES: use a greater number in KSTACK_PAGES exampleAndriy Gapon2011-03-111-1/+1
* Mostly revert r219468, as I had misremembered the C standard regardingMatthew D Fleming2011-03-116-6/+6
* Remove all object files during 'make clean'.John Baldwin2011-03-111-1/+2
* Port over the AR9285 PA calibration and initial calibration code fromAdrian Chadd2011-03-117-1/+448
* Introduce methods for the initial calibration and the new PA calibrationAdrian Chadd2011-03-114-10/+41
* Remove the ar9285FillVpdTable() and just use ar5416FillVpdTable().Adrian Chadd2011-03-113-39/+7
* Eliminate duplication of the fake page code and zone by the device and sgAlan Cox2011-03-114-110/+75
* Bring over the same fix from the AR5416 PDADC calibration code.Adrian Chadd2011-03-111-1/+4
* Don't call ar5416SetTransmitPower() directly from ar5416SetTxPowerLimit();Adrian Chadd2011-03-111-2/+2
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsJung-uk Kim2011-03-115-36/+71
* Add support QLE220 card- an 2500 lookalike.Matt Jacob2011-03-101-0/+15
* Turn off pointless P-state invariant TSC detection based on CPU modelJung-uk Kim2011-03-101-6/+9
* Use MAXPATHLEN rather than the size of an extern array when copying theMatthew D Fleming2011-03-106-6/+6
* Detect NSC/AMD Geode SC1100 properly, not just Stepping 0. Although it isJung-uk Kim2011-03-101-2/+3
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becauseJung-uk Kim2011-03-1011-29/+33
* Remove now-obsolete comment.John Baldwin2011-03-101-6/+1
* Remove alpha reminiscence from altq.Jung-uk Kim2011-03-101-47/+2
* Consistently add TSC support for amd64.Jung-uk Kim2011-03-101-6/+7
* Remove support for FreeBSD 4.x and below.Jung-uk Kim2011-03-1010-57/+8
* Complete the MCS rate table based on the final 802.11n std. While hereBernhard Schmidt2011-03-104-20/+141
* Some more shrinking.Roman Divacky2011-03-102-21/+17
* Kite is a 1x1 stream device.Adrian Chadd2011-03-101-2/+2
* Now that the power curve adjustment code is in, disable the error checkAdrian Chadd2011-03-101-5/+2
* Port over the v14 eeprom PDADC curve changes from ath9k.Adrian Chadd2011-03-101-2/+76
* Merlin fix - first pdadc gain index is 0 - minpwr/2 .Adrian Chadd2011-03-101-1/+4
* Migrate the regulatory database definitions into separate header filesAdrian Chadd2011-03-107-1577/+1746
* Introduce the Merlin PWDCLKIND workaround.Adrian Chadd2011-03-105-3/+53
* Display holdoff timers and packet counts as a list of numbers.Navdeep Parhar2011-03-091-8/+24
* Add a small change to the comment in the GENRIC config files that include udbpJulian Elischer2011-03-095-5/+5
* Remove custom interrupt dispatcher. This is a pointless micro-optimizationJung-uk Kim2011-03-091-23/+0
* Fix whitespace nit.Nathan Whitehorn2011-03-091-1/+1