summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix broken dependency with routed when MK_ROUTED != nongie2016-05-152-1/+2
* Conditionalize installing etc/rc.d/atm{1,2,3}ngie2016-05-153-4/+12
* Remove etc/rc.d/{zfs,zvol} if MK_ZFS != nongie2016-05-151-0/+2
* Conditionalize etc/rc.d/{zfs,zvol} install on MK_ZFS != nongie2016-05-151-2/+7
* Make FILESYSTEMS, dumpon, and var not depend on zfs and zvolngie2016-05-155-3/+4
* Reduce redundancy after release-pkg merge to head in r298107ngie2016-05-151-38/+17
* Fix .Ddngie2016-05-151-1/+1
* Fix fully canonicalized example for `myvariable.27...`ngie2016-05-151-2/+2
* Remove trailing whitespace in license tortngie2016-05-151-2/+2
* Remove NO_WERROR and add WARNS?= 6ngie2016-05-151-1/+2
* Fix -Wcast-align warningsngie2016-05-151-5/+5
* Use Node Information flag names instead of hard-coding their values.markj2016-05-151-1/+3
* Fix a few style issues in the ICMP sysctl descriptions.markj2016-05-151-9/+8
* Add sysctl descriptions for net.inet6.ip6 and net.inet6.icmp6.markj2016-05-151-69/+92
* routed(8): Misc. cleanups to squelch Coverity.pfg2016-05-152-4/+10
* Remove an always-false error check in the AIFADDR_IN6 handler.markj2016-05-151-2/+1
* routed(8): Dereference before null check.pfg2016-05-151-1/+1
* routed(8): Avoid NULL de-reference and two possible memory leaks.pfg2016-05-151-3/+9
* Use SNMPD_INPUT_FAILED instead of SNMP_CODE_FAILEDngie2016-05-151-2/+2
* Fix fuse so that stale buffer cache data isn't read.rmacklem2016-05-151-0/+2
* Remove NO_WERROR.clang from this Makefilengie2016-05-151-2/+0
* 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
OpenPOWER on IntegriCloud