aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Make subsequent code reachable.Cy Schubert2016-05-151-3/+6
* Revert AccessWidth/BitOffset support for AcpiHwWrite() and AcpiHwRead() forJung-uk Kim2016-04-301-195/+30
* Fix build without ACPI_DEBUG.Jung-uk Kim2016-04-271-0/+1
* Merge ACPICA 20160422.Jung-uk Kim2016-04-27334-12777/+19023
|\
* | Zero the newly allocated spinlock.Justin Hibbits2016-04-241-1/+1
* | Fix for printf() compile warning when fast_reg.length is 64-bit.Hans Petter Selasky2016-04-221-1/+1
* | Use NULL instead of 0 for pointer comparison.Cy Schubert2016-04-151-2/+2
* | Send krping output to the log instead of the tty, as is done upstream.Navdeep Parhar2016-04-143-72/+63
* | Add fastreg support to krping (ported from upstream).Navdeep Parhar2016-04-121-36/+1027
* | Add DTrace probes for packets flagged as bad by ipfilter. All probesCy Schubert2016-04-074-11/+62
* | Make CloudABI's way of doing TLS more friendly to userspace emulators.Ed Schouten2016-04-061-0/+7
* | Sync in the latest CloudABI system call definitions.Ed Schouten2016-03-313-12/+22
* | krping wasn't designed to take more than one client. Fail any connectNavdeep Parhar2016-03-291-2/+7
* | Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-245-731/+996
* | Fix crash in krping when run as a client due to NULL pointer access.Hans Petter Selasky2016-03-161-0/+1
* | Remove redundant NULL pointer comparison.Cy Schubert2016-03-021-4/+0
* | Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-29107-0/+73567
* | Optimize ROL and ROR emulations and fix comments.Jung-uk Kim2016-02-181-19/+15
* | Silence VPS-Studio errors (V646). These is no functional change.Jung-uk Kim2016-02-181-3/+3
* | ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-1/+4
* | These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-012-0/+2
* | Import Annapurna Labs Alpine HAL for networkingZbigniew Bodek2016-01-2626-0/+28017
* | Fix order of last two arguments of mtx_initOleksandr Tymoshenko2016-01-141-1/+1
* | Convert ipfilter to the new routing KPI.Alexander V. Chernikov2016-01-101-41/+30
* | Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remoteNavdeep Parhar2016-01-051-2/+5
* | [rtwn] add rtwn firmware.Adrian Chadd2015-12-313-0/+738
* | Correct __FreeBSD__ check.Cy Schubert2015-12-281-1/+1
* | Don't assume checksums will be calculated later when fastfoward isCy Schubert2015-12-201-2/+2
* | Add initial ar9300 HAL support for the spectral scan mode.Adrian Chadd2015-12-023-9/+29
* | Adjust a comment; we now support these embedded boards!Adrian Chadd2015-12-011-1/+1
* | Fix the buildEnji Cooper2015-11-301-0/+2
* | fix ht/40 configuration for ar9331 (hornet).Adrian Chadd2015-11-301-2/+13
* | add missing initvals.Adrian Chadd2015-11-291-0/+1420
* | Add initial support for the QCA953x SoC (honeybee) wifi.Adrian Chadd2015-11-298-41/+260
* | u32 -> uint32_t.Adrian Chadd2015-11-291-3/+3
* | [ath_hal] add AR9461 (jupiter) 2.1 support.Adrian Chadd2015-11-294-9/+1583
* | Fix inconsistent use of malloc type for cdev private data.Svatopluk Kraus2015-11-231-3/+1
* | Fix slots DMA memory handling. It's similar to r290553.Svatopluk Kraus2015-11-101-3/+3
* | ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-094-1/+4
* | Fix pagelist bus_dmamap_t map handling. Memory for pagelist is allocatedSvatopluk Kraus2015-11-081-3/+1
* | vchiq interrupt is MP safe, add respective flag to bus_setup_intrOleksandr Tymoshenko2015-11-081-1/+1
* | Fix locking for VCHI driver by matching sleepable/non-sleepable APIs:Oleksandr Tymoshenko2015-11-081-24/+20
* | Fix cache issues with bulk transfersOleksandr Tymoshenko2015-11-033-33/+38
* | Synchronize with latest upstream VCHI code:Oleksandr Tymoshenko2015-11-0121-313/+881
* | Fix BULK read transfer if destination buffer is not cache line-aligned.Oleksandr Tymoshenko2015-10-301-3/+23
* | Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is aHans Petter Selasky2015-10-221-1/+1
* | Really fix ipfilter bug 3600459.Cy Schubert2015-10-181-2/+1
* | Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-101-1/+1
* | On some interfaces, ipfilter drops UDP packets with zero checkum.Cy Schubert2015-10-061-0/+16
* | Add an initial driver for the AR9170 series draft-11n hardware fromAdrian Chadd2015-09-263-0/+47