aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge ACPICA 20160930.Jung-uk Kim2016-10-04114-4693/+5095
|\
* | Remove an extra etter.Eitan Adler2016-09-291-1/+1
* | Remove the compatibility macro if_addrlist.Kevin Lo2016-09-291-0/+1
* | Update Annapurna Alpine HALWojciech Macek2016-09-2053-51711/+0
* | Sync in latest vDSOs from upstream.Ed Schouten2016-09-192-124/+86
* | Fix badly computed register/stack offset of system call output arguments.Ed Schouten2016-09-181-5/+4
* | Add very preliminary support for CloudABI for ARMv6.Ed Schouten2016-09-181-0/+490
* | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-153-4/+4
* | [ath_hal] quieten a bit of the boot messages - this stuff has been working fo...Adrian Chadd2016-09-121-0/+4
* | Update Annapurna Alpine HAL to a newer version.Wojciech Macek2016-09-0689-3551/+64048
* | Update VCHIQ driver to upstream version 4eda74f2Oleksandr Tymoshenko2016-08-312-51/+69
* | Follow-up to r304953, in which I broke the build: apparently the SOLARISDimitry Andric2016-08-285-14/+28
* | Complete r304953.Konstantin Belousov2016-08-281-1/+5
* | Define ipfilter's SOLARIS macro in a defined and portable way.Dimitry Andric2016-08-281-1/+5
* | [ath_hal] add USB PHY control registers for hornet/AR9330.Adrian Chadd2016-08-281-0/+6
* | Fix style issue in the cnv API.Mariusz Zaborski2016-08-271-34/+38
* | Add cnv API.Mariusz Zaborski2016-08-273-1/+195
* | Make execution of 32-bit CloudABI executables work on amd64.Ed Schouten2016-08-241-0/+1223
* | Remove an unused header file.Ed Schouten2016-08-241-413/+0
* | Make CloudABI work on i386.Ed Schouten2016-08-221-0/+477
* | Fix s/64/32/ conversion errors in the system call table.Ed Schouten2016-08-211-2/+2
* | Import the 32-bit system call table and data types into the tree.Ed Schouten2016-08-212-0/+547
* | Rewrite the vDSOs for CloudABI in assembly.Ed Schouten2016-08-214-2008/+1002
* | Import the new automatically generated system call table for CloudABI.Ed Schouten2016-08-196-3428/+2648
* | Consistently use `device_t`Jean-Sébastien Pédron2016-08-092-3/+3
* | [ar9300] don't program a negative readytime.Adrian Chadd2016-08-091-0/+2
* | Import vDSO-related source files from the CloudABI repository.Ed Schouten2016-08-083-0/+3259
* | Sync in the latest CloudABI constants and data types.Ed Schouten2016-08-071-12/+13
* | Remove usage of _WITH_DPRINTFBaptiste Daroussin2016-07-301-1/+0
* | Update iwmfw(4) to include support for 8260 series units and updateSean Bruno2016-07-257-45527/+122225
* | Fix nvlist array memory leak.Mariusz Zaborski2016-07-171-2/+4
* | Fix memory leak in the nvlist string array.Mariusz Zaborski2016-07-171-0/+1
* | [ath_hal] add in locationing timer support and capabilities.Adrian Chadd2016-07-081-0/+25
* | [ath_hal] add locationing / tx-beamforming RX status descriptor decoding.Adrian Chadd2016-07-081-5/+29
* | [ath_hal] Add setting positioning bit and clear sounding-disable bit.Adrian Chadd2016-07-081-0/+8
* | [ath_hal] retire a "long RX desc" flag, store/use the TX/RX timestamp length.Adrian Chadd2016-07-081-3/+2
* | Only set the ipfilter running state to 'not running' if we areBjoern A. Zeeb2016-07-061-2/+3
* | Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.Justin Hibbits2016-07-0513-3702/+32
* | Virtualise ipfilter.Bjoern A. Zeeb2016-06-305-159/+345
* | Remove unused global variables as well as unused memoryBjoern A. Zeeb2016-06-303-23/+0
* | Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* | [ath] implement TX queue configuration extensions for the AR9380 HAL.Adrian Chadd2016-06-201-13/+33
* | [ath_hal] modify the xmit code to use temporary variables for setting qmisc/d...Adrian Chadd2016-06-081-38/+23
* | [ath_hal] add a _S so FSP (frame scheduling policy) can be set/read via SM/MS...Adrian Chadd2016-06-081-0/+1
* | [ath_hal] correctly initialise the CAB queue default valueAdrian Chadd2016-06-081-5/+23
* | [ath_hal] initialise ah_beaconInterval when the AP/IBSS/TDMA beacon is setup.Adrian Chadd2016-06-082-2/+3
* | [ath_hal] add AR9462 (jupiter) RX gain / XLNA programming.Adrian Chadd2016-06-053-0/+60
* | [ath_hal] Add Jupiter 2.1 (AR9462 mac 640.3) support.Adrian Chadd2016-06-051-3/+32
* | [ath_hal] teach the reset path(s) about Jupiter 2.1.Adrian Chadd2016-06-051-3/+4
* | [ath_hal] convert the MCI code over to work on Jupiter 2.1.Adrian Chadd2016-06-051-7/+7