summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace malloc + memset(.., 0, ..) with calloc callsngie2016-05-151-5/+2
* Use strdup instead of malloc + strlcpyngie2016-05-151-4/+3
* Correct function names that failed in error messagesngie2016-05-152-4/+4
* Use sizeof(..)s for the destination buffers instead of hardcoded values corre...ngie2016-05-151-5/+5
* Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tngie2016-05-152-3/+4
* Bump WARNS to 6ngie2016-05-151-0/+2
* Fix up r299769ngie2016-05-151-4/+2
* [bwn] add the full suite of SPROM flagsadrian2016-05-151-13/+52
* Replace malloc + memset(.., 0, ..) with calloc callsngie2016-05-151-5/+2
* Fix up both r299764 and r299770ngie2016-05-151-2/+1
* [bwn] handle core rev 12, we can mostly do that new.adrian2016-05-141-0/+1
* [bwn] disable 11na channel setup for now, since we definitely, positivelyadrian2016-05-141-0/+8
* [bwn] fill out phyctl_1 fields for N-PHY (and later, eventually.)adrian2016-05-141-0/+86
* [bwn] set the 5ghz transmit flag for 5ghz transmit.adrian2016-05-141-0/+3
* [bwn] disable writing slottime timing out to improve performance.adrian2016-05-141-0/+5
* [bwn] make rf-kill work for PHY-N.adrian2016-05-141-1/+5
* [bwn] decode the RX RSSI for PHY-N.adrian2016-05-141-0/+7
* [bwn] use the new enum type.adrian2016-05-141-1/+1
* [bwn] debugging changes.adrian2016-05-141-1/+10
* [bwn] Explicitly only work for SIBA parts; add some placeholder debugging.adrian2016-05-141-2/+33
* [bwn] missed commit!adrian2016-05-141-1/+1
* [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
OpenPOWER on IntegriCloud