aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Add support for the arrays in nvlist library.Mariusz Zaborski2015-08-155-83/+1591
* If any function fail (the ptr variable will be equal to NULL), we shouldn'tMariusz Zaborski2015-08-111-10/+9
* The nvlist_move_nvpair() function can fail in two cases, if:Mariusz Zaborski2015-08-112-14/+16
* Don't set parent if the unpack operation fail. In someMariusz Zaborski2015-08-111-0/+2
* Make the nvlist_next(9) function handle NULL pointer variable.Mariusz Zaborski2015-08-111-3/+3
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.Rui Paulo2015-08-084-0/+45566
* Add a missing method - ath_hal_settsf64().Adrian Chadd2015-08-051-0/+13
* Add TXOP enforce support to the AR9300 HAL.Adrian Chadd2015-08-051-0/+19
* Import the latest CloudABI system call definitions and table.Ed Schouten2015-08-052-4/+11
* Import Annapurna Labs Alpine HAL to sys/contrib/Zbigniew Bodek2015-07-2816-0/+13941
* Sync in latest upstream system call definitions.Ed Schouten2015-07-272-8/+3
* Merge ACPICA 20150717.Jung-uk Kim2015-07-2286-1295/+2897
|\
* | Import upstream changes to the system call definitions.Ed Schouten2015-07-222-0/+11
* | Implement CloudABI memory management system calls.Ed Schouten2015-07-171-0/+3
* | Add a sysentvec for CloudABI on x86-64.Ed Schouten2015-07-162-23/+26
* | Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-092-0/+712
* | Move the nvlist source and private includes from sys/kern to seperateMariusz Zaborski2015-07-046-0/+2955
* | Quieten the scorpion SoC/WMAC reset path. Stuff the non-error stuffAdrian Chadd2015-07-041-3/+3
* | Merge ACPICA 20150619.Jung-uk Kim2015-06-18146-782/+1645
|\|
* | MFV: r283965Jung-uk Kim2015-06-032-47/+73
|\|
* | Add support for the tuning cap for Hornet/AR9331 boards.Adrian Chadd2015-05-231-1/+9
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-3/+3
* | Merge ACPICA 20150515.Jung-uk Kim2015-05-1854-391/+3759
|\|
* | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-1621-14646/+0
* | Sync with OpenBSD: Use volatile instead of __volatile__.Xin LI2015-04-131-2/+2
* | Merge ACPICA 20150410.Jung-uk Kim2015-04-1178-1118/+1488
|\|
* | In ipfilter(4) there is the ipftest(1) program, that compiles half of theGleb Smirnoff2015-04-071-11/+23
* | o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-014-36/+9
* | Expose the ANI state / statistics using the public ANI function, rather thanAdrian Chadd2015-04-013-4/+29
* | Add initial support for the HAL channel survey support to the AR9300 HAL.Adrian Chadd2015-03-294-6/+50
* | Quieten some of the log spam from AR9300 sysctl tree walk and chip setup/resetAdrian Chadd2015-03-211-2/+31
* | Use the dsb macro to use the correct instruction when building for ARMv7.Andrew Turner2015-03-191-1/+1
* | Merge ACPICA 20141107 and 20150204.Jung-uk Kim2015-02-18315-984/+4265
|\|
* | Update the infiniband stack to Mellanox's OFED version 2.1.Hans Petter Selasky2015-02-171-9/+9
* | Add initial support to the AR9300 HAL to support FreeBSD's intmit API.Adrian Chadd2015-02-151-0/+50
* | Add ath_hal_setbeacontimers() to the AR9300 HAL.Adrian Chadd2015-02-152-2/+56
* | Comment out a double declaration of this particular function name.Adrian Chadd2015-02-141-0/+2
* | Quieten a clang warning.Adrian Chadd2015-02-141-1/+1
* | Remove the reserved pin 11 from the HAL check.Adrian Chadd2015-02-141-10/+3
* | Update the AR9300 HAL to the latest public available HAL from QCA.Adrian Chadd2015-02-1415-55/+682
* | Fix build without INVARIANTS/INVARIANT_SUPPORT:Oleksandr Tymoshenko2015-02-131-1/+7
* | - Perform bus_dmamap_sync on pagelist structureOleksandr Tymoshenko2015-02-121-6/+22
* | Add preliminary support for the Ralink RT5390 and RT5392 chipsets.Kevin Lo2015-02-112-443/+443
* | Add x2APIC support. Enable it by default if CPU is capable. TheKonstantin Belousov2015-02-091-0/+1
* | Do not mark shared structures as __packed, it leads to race conditionOleksandr Tymoshenko2015-02-091-3/+3
* | Remove unused variablesOleksandr Tymoshenko2015-02-092-3/+0
* | Act as a bus in attach method: probe and attach devicesOleksandr Tymoshenko2015-02-081-0/+3
* | Fix a number of -Wcast-qual warnings in ath's ar9300_attach.c, by makingDimitry Andric2015-02-071-2/+2
* | Import VCHI driver for Broadcom's VideoCore IV GPUOleksandr Tymoshenko2015-02-0532-0/+13579
* | Add missing linuxapi module dependencies and always use the FreeBSDHans Petter Selasky2015-01-191-0/+2