summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bwn] add new types, prepare for PHY-N; prepare for rev 5xx firmware.adrian2016-05-142-8/+177
* Add pmic (AXP813) child node to r_rsb for Sinovoip BananaPi BPI-M3.jmcneill2016-05-141-0/+11
* Eliminate pvh_global_lock from the amd64 pmap.kib2016-05-143-124/+246
* Add and enable Allwinner RSB and AXP81x power management IC drivers.jmcneill2016-05-142-0/+4
* Add a basic driver for X-Powers AXP813 and AXP818 power management ICs.jmcneill2016-05-141-0/+180
* [bwn] add an implementation of "cordic" and imaginary math.adrian2016-05-141-0/+96
* Avoid NULL de-references.pfg2016-05-141-2/+2
* Convert tok from enum tok to int32_t in function callsngie2016-05-141-10/+9
* [bwn] TX logging / completion fixesadrian2016-05-141-4/+41
* Add a driver for the Allwinner Reduced Serial Bus (RSB).jmcneill2016-05-141-0/+506
* [bwn] add in new microcode and phy initval information.adrian2016-05-141-13/+99
* Add node for A83T NMI interrupt controller.jmcneill2016-05-141-0/+8
* Use a consistent errno save/restore pattern before running strtoulngie2016-05-141-4/+17
* routed(8): Use arc4random.pfg2016-05-141-2/+2
* [bwn] implement reset improvements in preparation for PHY-N supportadrian2016-05-143-14/+38
* [bwn] use the shared bwn_sqrt() routine.adrian2016-05-141-51/+2
* Do minimal work necessary to cure a -Wunused-but-set-variable warning from gccngie2016-05-141-4/+4
* [bwn] disable bgscan for now.adrian2016-05-141-0/+2
* [bwn] add in the new phy common and utils files.adrian2016-05-142-0/+8
* routed: Fix use after free.pfg2016-05-141-1/+2
* Fix up r299764ngie2016-05-141-1/+1
* Use the size of the destination buffer instead of the malloc size, repeated, ...ngie2016-05-141-2/+2
* routed(8): use NULL instead of zero for pointers.pfg2016-05-1410-227/+230
* Mute sign compare warning by casting rc to u_int to match nbindings' typengie2016-05-141-1/+1
* Fix logically dead code pointed out by clang/Coverityngie2016-05-141-3/+3
* Fix theoretical buffer overflow issues in snmp_oid2asn_oidngie2016-05-141-2/+1
* Use the size of the destination buffer, not the source buffer.ngie2016-05-141-1/+1
* Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the bufferngie2016-05-141-1/+1
* Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..),ngie2016-05-141-4/+4
* parse_ascii: make count size_t to mute a -Wsign-compare issuengie2016-05-141-1/+2
* Sort variables in parse_ascii(..) per style(9)ngie2016-05-141-2/+2
* Use calloc instead of memset(.., 0, ..) + mallocngie2016-05-141-5/+2
* [bwn] begin migrating PHY common routines into if_bwn_phy_common.[ch].adrian2016-05-142-0/+247
* [bwn] add Q52 macros.adrian2016-05-141-0/+6
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-143-8/+8
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-142-3/+3
* [bwn] add BCMA chip identifiers.adrian2016-05-141-0/+71
* Fix fuse to use DIRECT_IO when required.rmacklem2016-05-142-2/+23
* [bwn] add more debugging bits.adrian2016-05-141-0/+13
* [bwn] migrate sqrt and add another couple of util routines.adrian2016-05-142-0/+192
* Add DTS files for the Allwinner A83T SoC and the Sinovoip BananaPi BPI-M3jmcneill2016-05-145-1/+913
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-142-4/+4
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-1422-28/+256
* Add allwinner,sun8i-a83t-i2c to the list of compatible devices.jmcneill2016-05-141-0/+1
* Fix a locking bug which only shows up on Mac OS X.tuexen2016-05-141-2/+2
* Update comment at top of file to mention all currently supported Allwinnerjmcneill2016-05-141-1/+2
* Add thr*.2 and _umtx_op.2 manpages to the build.kib2016-05-141-1/+8
* Revert r299739. That did not make it better.bz2016-05-142-2/+2
* Blind long shot. Add ofw_gpiobus.c to the SRCS list in the hope tobz2016-05-141-1/+1
* Update file list for sfgxe(4) again and hey, my amd64 kernels compile again.bz2016-05-141-0/+13
OpenPOWER on IntegriCloud