summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Revert ip_fil_freebsd.c -r287674. This should not have gone in yet.cy2015-09-111-12/+0
* Fix ipfilter bug 3600459 NAT bucket count wrong.cy2015-09-112-1/+14
* Revert $FreeBSD$.cy2015-09-111-1/+1
* Fix mutex errors.cy2015-09-111-1/+1
* Fixup typos in comments.cy2015-09-111-5/+9
* Fix compilation error on gcc-5.2.0 - it now warns on non-paranthen'edadrian2015-08-301-2/+2
* Merge ACPICA 20150818.jkim2015-08-2669-658/+1038
* Add support for the arrays in nvlist library.oshogbo2015-08-155-83/+1591
* If any function fail (the ptr variable will be equal to NULL), we shouldn'toshogbo2015-08-111-10/+9
* The nvlist_move_nvpair() function can fail in two cases, if:oshogbo2015-08-112-14/+16
* Don't set parent if the unpack operation fail. In someoshogbo2015-08-111-0/+2
* Make the nvlist_next(9) function handle NULL pointer variable.oshogbo2015-08-111-3/+3
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.rpaulo2015-08-084-0/+45566
* Add a missing method - ath_hal_settsf64().adrian2015-08-051-0/+13
* Add TXOP enforce support to the AR9300 HAL.adrian2015-08-051-0/+19
* Import the latest CloudABI system call definitions and table.ed2015-08-052-4/+11
* Import Annapurna Labs Alpine HAL to sys/contrib/zbb2015-07-2816-0/+13941
* Sync in latest upstream system call definitions.ed2015-07-272-8/+3
* Merge ACPICA 20150717.jkim2015-07-2286-1295/+2897
|\
* | Import upstream changes to the system call definitions.ed2015-07-222-0/+11
* | Implement CloudABI memory management system calls.ed2015-07-171-0/+3
* | Add a sysentvec for CloudABI on x86-64.ed2015-07-162-23/+26
* | Import the CloudABI datatypes and create a system call table.ed2015-07-092-0/+712
* | Move the nvlist source and private includes from sys/kern to seperateoshogbo2015-07-046-0/+2955
* | Quieten the scorpion SoC/WMAC reset path. Stuff the non-error stuffadrian2015-07-041-3/+3
* | Merge ACPICA 20150619.jkim2015-06-18146-782/+1645
|\ \ | |/
* | MFV: r283965jkim2015-06-032-47/+73
* | Add support for the tuning cap for Hornet/AR9331 boards.adrian2015-05-231-1/+9
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-3/+3
* | Merge ACPICA 20150515.jkim2015-05-1854-391/+3759
|\ \ | |/
* | Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-1621-14646/+0
* | Sync with OpenBSD: Use volatile instead of __volatile__.delphij2015-04-131-2/+2
* | Merge ACPICA 20150410.jkim2015-04-1178-1118/+1488
* | In ipfilter(4) there is the ipftest(1) program, that compiles half of theglebius2015-04-071-11/+23
* | o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-014-36/+9
* | Expose the ANI state / statistics using the public ANI function, rather thanadrian2015-04-013-4/+29
* | Add initial support for the HAL channel survey support to the AR9300 HAL.adrian2015-03-294-6/+50
* | Quieten some of the log spam from AR9300 sysctl tree walk and chip setup/resetadrian2015-03-211-2/+31
* | Use the dsb macro to use the correct instruction when building for ARMv7.andrew2015-03-191-1/+1
* | Merge ACPICA 20141107 and 20150204.jkim2015-02-18315-984/+4265
|\ \ | |/
* | Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-171-9/+9
* | Add initial support to the AR9300 HAL to support FreeBSD's intmit API.adrian2015-02-151-0/+50
* | Add ath_hal_setbeacontimers() to the AR9300 HAL.adrian2015-02-152-2/+56
* | Comment out a double declaration of this particular function name.adrian2015-02-141-0/+2
* | Quieten a clang warning.adrian2015-02-141-1/+1
* | Remove the reserved pin 11 from the HAL check.adrian2015-02-141-10/+3
* | Update the AR9300 HAL to the latest public available HAL from QCA.adrian2015-02-1415-55/+682
* | Fix build without INVARIANTS/INVARIANT_SUPPORT:gonzo2015-02-131-1/+7
* | - Perform bus_dmamap_sync on pagelist structuregonzo2015-02-121-6/+22
* | Add preliminary support for the Ralink RT5390 and RT5392 chipsets.kevlo2015-02-112-443/+443
OpenPOWER on IntegriCloud