summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* [ath] ensure the right methods / options get overridden for MCI bluetooth coexadrian2016-05-311-5/+5
* Merge ACPICA 20160527.jkim2016-05-2713-59/+112
* Remove extraneous blank line.cy2016-05-201-1/+0
* Enable the two ip_frag tuneables. The code is there but the twocy2016-05-202-1/+21
* Make subsequent code reachable.cy2016-05-151-3/+6
* Revert AccessWidth/BitOffset support for AcpiHwWrite() and AcpiHwRead() forjkim2016-04-301-195/+30
* Fix build without ACPI_DEBUG.jkim2016-04-271-0/+1
* Merge ACPICA 20160422.jkim2016-04-27334-12777/+19023
|\
* | Zero the newly allocated spinlock.jhibbits2016-04-241-1/+1
* | Fix for printf() compile warning when fast_reg.length is 64-bit.hselasky2016-04-221-1/+1
* | Use NULL instead of 0 for pointer comparison.cy2016-04-151-2/+2
* | Send krping output to the log instead of the tty, as is done upstream.np2016-04-143-72/+63
* | Add fastreg support to krping (ported from upstream).np2016-04-121-36/+1027
* | Add DTrace probes for packets flagged as bad by ipfilter. All probescy2016-04-074-11/+62
* | Make CloudABI's way of doing TLS more friendly to userspace emulators.ed2016-04-061-0/+7
* | Sync in the latest CloudABI system call definitions.ed2016-03-313-12/+22
* | krping wasn't designed to take more than one client. Fail any connectnp2016-03-291-2/+7
* | Replace the CloudABI system call table by a machine generated version.ed2016-03-245-731/+996
* | Fix crash in krping when run as a client due to NULL pointer access.hselasky2016-03-161-0/+1
* | Remove redundant NULL pointer comparison.cy2016-03-021-4/+0
* | Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-29107-0/+73567
* | Optimize ROL and ROR emulations and fix comments.jkim2016-02-181-19/+15
* | Silence VPS-Studio errors (V646). These is no functional change.jkim2016-02-181-3/+3
* | ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-1/+4
* | These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* | Import Annapurna Labs Alpine HAL for networkingzbb2016-01-2626-0/+28017
* | Fix order of last two arguments of mtx_initgonzo2016-01-141-1/+1
* | Convert ipfilter to the new routing KPI.melifaro2016-01-101-41/+30
* | Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remotenp2016-01-051-2/+5
* | [rtwn] add rtwn firmware.adrian2015-12-313-0/+738
* | Correct __FreeBSD__ check.cy2015-12-281-1/+1
* | Don't assume checksums will be calculated later when fastfoward iscy2015-12-201-2/+2
* | Add initial ar9300 HAL support for the spectral scan mode.adrian2015-12-023-9/+29
* | Adjust a comment; we now support these embedded boards!adrian2015-12-011-1/+1
* | Fix the buildngie2015-11-301-0/+2
* | fix ht/40 configuration for ar9331 (hornet).adrian2015-11-301-2/+13
* | add missing initvals.adrian2015-11-291-0/+1420
* | Add initial support for the QCA953x SoC (honeybee) wifi.adrian2015-11-298-41/+260
* | u32 -> uint32_t.adrian2015-11-291-3/+3
* | [ath_hal] add AR9461 (jupiter) 2.1 support.adrian2015-11-294-9/+1583
* | Fix inconsistent use of malloc type for cdev private data.skra2015-11-231-3/+1
* | Fix slots DMA memory handling. It's similar to r290553.skra2015-11-101-3/+3
* | ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.adrian2015-11-094-1/+4
* | Fix pagelist bus_dmamap_t map handling. Memory for pagelist is allocatedskra2015-11-081-3/+1
* | vchiq interrupt is MP safe, add respective flag to bus_setup_intrgonzo2015-11-081-1/+1
* | Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:gonzo2015-11-081-24/+20
* | Fix cache issues with bulk transfersgonzo2015-11-033-33/+38
* | Synchronize with latest upstream VCHI code:gonzo2015-11-0121-313/+881
* | Fix BULK read transfer if destination buffer is not cache line-aligned.gonzo2015-10-301-3/+23
* | Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is ahselasky2015-10-221-1/+1
OpenPOWER on IntegriCloud