svn commit: r292236 - in head: contrib/mdocml lib lib/libc/sys lib/libsysdecode share/mk usr.bin/kdump usr.bin/truss

2015-12-14 Thread John Baldwin
Author: jhb Date: Tue Dec 15 00:05:07 2015 New Revision: 292236 URL: https://svnweb.freebsd.org/changeset/base/292236 Log: Start on a new library (libsysdecode) that provides routines for decoding system call information such as system call arguments. Initially this will consist of pulling

svn commit: r292238 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 00:40:04 2015 New Revision: 292238 URL: https://svnweb.freebsd.org/changeset/base/292238 Log: Add comment about OBJTOP not yet being defined outside of META MODE. It is fine for the purpose of the check though. Sponsored by: EMC / Isilon Storage

svn commit: r292241 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 02:27:31 2015 New Revision: 292241 URL: https://svnweb.freebsd.org/changeset/base/292241 Log: DIRDEPS_BUILD: Avoid duplicates in DIRDEPS for bootstrapping. This logic is potentially included multiple times, so overwrite the temporary variable rather than

svn commit: r292237 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 00:16:34 2015 New Revision: 292237 URL: https://svnweb.freebsd.org/changeset/base/292237 Log: Follow-up r291739: Don't suggest LDADD on private libs to use LIBADD. This is because LDADD+=-lFOO is not the same as LDADD+=-lprivateFOO which is what the

svn commit: r292204 - head/share/man/man4

2015-12-14 Thread Christian Brueffer
Author: brueffer Date: Mon Dec 14 12:37:06 2015 New Revision: 292204 URL: https://svnweb.freebsd.org/changeset/base/292204 Log: Non-exhaustive mdoc/spelling/style cleanup. PR: 202716, 204301 (both spelling) Submitted by: Richard Farr, madpilot Modified:

svn commit: r292197 - head/sys/dev/atkbdc

2015-12-14 Thread Andrew Turner
Author: andrew Date: Mon Dec 14 11:13:50 2015 New Revision: 292197 URL: https://svnweb.freebsd.org/changeset/base/292197 Log: When exiting two-finger scroll the Synaptics device may report a jump in absolute position. This seems to be correlated with only removing a single finger. To work

svn commit: r292203 - head/sys/dev/usb/wlan

2015-12-14 Thread Andriy Voskoboinyk
Author: avos Date: Mon Dec 14 12:36:10 2015 New Revision: 292203 URL: https://svnweb.freebsd.org/changeset/base/292203 Log: urtwn: add TSF field into RX radiotap header. Tested with RTL8188EU, MONITOR/STA modes. Reviewed by: kevlo Approved by: adrian (mentor) Differential

svn commit: r292244 - head/tools/tools/ath/athratestats

2015-12-14 Thread Adrian Chadd
Author: adrian Date: Tue Dec 15 04:28:31 2015 New Revision: 292244 URL: https://svnweb.freebsd.org/changeset/base/292244 Log: Flip this over to ncurses. Modified: head/tools/tools/ath/athratestats/Makefile Modified: head/tools/tools/ath/athratestats/Makefile

svn commit: r292245 - head/sys/mips/atheros

2015-12-14 Thread Adrian Chadd
Author: adrian Date: Tue Dec 15 04:43:28 2015 New Revision: 292245 URL: https://svnweb.freebsd.org/changeset/base/292245 Log: [arge] add a comment about needing mdio busses in order to use the interface. This is a holdover from how reset is handled in the ARGE_MDIO world. You need to

svn commit: r292246 - head/sys/mips/atheros

2015-12-14 Thread Adrian Chadd
Author: adrian Date: Tue Dec 15 04:44:06 2015 New Revision: 292246 URL: https://svnweb.freebsd.org/changeset/base/292246 Log: [ar71xx] always count interrupts, spurious or otherwise. This aids in debugging. Modified: head/sys/mips/atheros/apb.c Modified: head/sys/mips/atheros/apb.c

svn commit: r292214 - head/sys/arm64/arm64

2015-12-14 Thread Andrew Turner
Author: andrew Date: Mon Dec 14 16:07:20 2015 New Revision: 292214 URL: https://svnweb.freebsd.org/changeset/base/292214 Log: Add support for MSI interrupts to the gicv2m controller. The allocation is still quite simplistic, it just increments a counter to use the next interrupt.

svn commit: r292212 - head/usr.sbin/ctm/ctm

2015-12-14 Thread Christian Brueffer
Author: brueffer Date: Mon Dec 14 15:44:34 2015 New Revision: 292212 URL: https://svnweb.freebsd.org/changeset/base/292212 Log: Flesh out the SEE ALSO section. PR: 202929 Submitted by: j...@berklix.com MFC after:1 week Modified: head/usr.sbin/ctm/ctm/ctm.1 Modified:

svn commit: r292250 - head/lib/libc/resolv

2015-12-14 Thread Garrett Cooper
Author: ngie Date: Tue Dec 15 05:37:09 2015 New Revision: 292250 URL: https://svnweb.freebsd.org/changeset/base/292250 Log: Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" with lib/libc/resolv by conditionalizing its definition MFC after: 3 days Reviewed by:

svn commit: r292243 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 02:51:05 2015 New Revision: 292243 URL: https://svnweb.freebsd.org/changeset/base/292243 Log: DIRDEPS_BUILD: Support bootstrapping from PROGS.(DPADD|LIBADD). Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/local.dirdeps.mk Modified:

svn commit: r292247 - head/sys/mips/atheros

2015-12-14 Thread Adrian Chadd
Author: adrian Date: Tue Dec 15 04:45:00 2015 New Revision: 292247 URL: https://svnweb.freebsd.org/changeset/base/292247 Log: [qca953x] remove unneeded initialisation. This was copied from another chip file and it's not required on Honeybee. Tested: * AP143, QCA9531 SoC.

svn commit: r292242 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Tue Dec 15 02:46:14 2015 New Revision: 292242 URL: https://svnweb.freebsd.org/changeset/base/292242 Log: DIRDEPS_BUILD: Fix incorrectly adding in RELDIR for DIRDEPS in bootstrapping. This is not wrong, but was unexpected. Using :H results in '.' which then using

svn commit: r292248 - head/sys/dev/etherswitch/arswitch

2015-12-14 Thread Adrian Chadd
Author: adrian Date: Tue Dec 15 04:46:48 2015 New Revision: 292248 URL: https://svnweb.freebsd.org/changeset/base/292248 Log: [arswitch] bump the number of ports on the ar934x internal switch. It indeed has more ports by default. Modified:

svn commit: r292253 - head/share/man/man4

2015-12-14 Thread Kevin Lo
Author: kevlo Date: Tue Dec 15 06:01:02 2015 New Revision: 292253 URL: https://svnweb.freebsd.org/changeset/base/292253 Log: Fix a typo (opencrypto -> crypto) and remove useless comment. Modified: head/share/man/man4/crypto.4 Modified: head/share/man/man4/crypto.4

svn commit: r292249 - head/sys/dev/isp

2015-12-14 Thread Alexander Motin
Author: mav Date: Tue Dec 15 04:51:50 2015 New Revision: 292249 URL: https://svnweb.freebsd.org/changeset/base/292249 Log: Add MSI-X support for 26XX cards. Unlike previous, this generation does not support regular MSIs any more. Modified: head/sys/dev/isp/isp_pci.c Modified:

svn commit: r292210 - head/sys/conf

2015-12-14 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Dec 14 13:51:14 2015 New Revision: 292210 URL: https://svnweb.freebsd.org/changeset/base/292210 Log: Fix kernel build with "options GEOM_MOUNTVER". Previously it was only working as a kernel module. PR: 205026 Submitted by: Eugene Grosbein

svn commit: r292207 - head/sys/dev/usb/wlan

2015-12-14 Thread Andriy Voskoboinyk
Author: avos Date: Mon Dec 14 13:05:16 2015 New Revision: 292207 URL: https://svnweb.freebsd.org/changeset/base/292207 Log: urtwn: fix frame processing in the Rx path. Currently, in case when npkts >= 2, RSSI and Rx radiotap fields will be overridden by the next packet. As a result,

svn commit: r292206 - in head/contrib/unbound: . compat daemon dns64 dnstap doc iterator libunbound libunbound/python libunbound/python/doc libunbound/python/doc/modules libunbound/python/examples ...

2015-12-14 Thread Dag-Erling Smørgrav
Author: des Date: Mon Dec 14 13:01:51 2015 New Revision: 292206 URL: https://svnweb.freebsd.org/changeset/base/292206 Log: Upgrade to Unbound 1.5.7. Added: head/contrib/unbound/.gitignore - copied unchanged from r292133, vendor/unbound/dist/.gitignore

svn commit: r292205 - head/share/man/man4

2015-12-14 Thread Christian Brueffer
Author: brueffer Date: Mon Dec 14 13:01:36 2015 New Revision: 292205 URL: https://svnweb.freebsd.org/changeset/base/292205 Log: Clean up issues reported by mandoc -Tlint Modified: head/share/man/man4/blackhole.4 head/share/man/man4/ioat.4 head/share/man/man4/mlx5en.4

svn commit: r292216 - in head: include lib/libc/resolv

2015-12-14 Thread Eric van Gyzen
Author: vangyzen Date: Mon Dec 14 17:21:06 2015 New Revision: 292216 URL: https://svnweb.freebsd.org/changeset/base/292216 Log: resolver: preserve binary compatibility; reduce header pollution In r289315, I added new fields to res_state. This broke binary backward compatibility. It

svn commit: r292215 - head/sys/dev/pci

2015-12-14 Thread Andrew Turner
Author: andrew Date: Mon Dec 14 17:08:40 2015 New Revision: 292215 URL: https://svnweb.freebsd.org/changeset/base/292215 Log: Update the handling of interrupts on the generic PCIe driver: * Use the interrupt-map property to route interrupts * Remove the IRQ rman, it's now unneeded *

svn commit: r292186 - head

2015-12-14 Thread Andrew Turner
Author: andrew Date: Mon Dec 14 09:52:09 2015 New Revision: 292186 URL: https://svnweb.freebsd.org/changeset/base/292186 Log: Split KNOWN_ARCHES so we have one per line to simplify merging future architectures. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r292194 - head/sys/arm64/arm64

2015-12-14 Thread Andrew Turner
Author: andrew Date: Mon Dec 14 10:06:01 2015 New Revision: 292194 URL: https://svnweb.freebsd.org/changeset/base/292194 Log: Skip restoring more registers when returning from an exception taken in the kernel. These registers are all callee saved, and as such will be restored before

svn commit: r292217 - head

2015-12-14 Thread Ed Maste
Author: emaste Date: Mon Dec 14 19:20:18 2015 New Revision: 292217 URL: https://svnweb.freebsd.org/changeset/base/292217 Log: Update advice on obj disk space requirements The Makefile is not the best place for this information, but at least it is now less out of date. Modified:

svn commit: r292218 - in head/sys/dev: mpr mps

2015-12-14 Thread Alan Somers
Author: asomers Date: Mon Dec 14 19:40:47 2015 New Revision: 292218 URL: https://svnweb.freebsd.org/changeset/base/292218 Log: Don't retry SAS commands in response to protocol errors sys/dev/mpr/mpr_sas_lsi.c sys/dev/mps/mps_sas_lsi.c When mp[rs]sas_get_sata_identify returns

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-14 Thread Ravi Pokala
-Original Message- From: on behalf of Ian Lepore Date: 2015-12-12, Saturday at 09:20 To: Alexey Dokuchaev , "Andrey V. Elsukov" Cc: , ,

svn commit: r292219 - head/sys/netinet6

2015-12-14 Thread Kristof Provost
Author: kp Date: Mon Dec 14 19:44:49 2015 New Revision: 292219 URL: https://svnweb.freebsd.org/changeset/base/292219 Log: inet6: Do not assume every interface has ip6 enabled. Certain interfaces (e.g. pfsync0) do not have ip6 addresses (in other words, ifp->if_afdata[AF_INET6] is NULL).

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-14 Thread John Baldwin
On Saturday, December 12, 2015 10:20:29 AM Ian Lepore wrote: > On Sat, 2015-12-12 at 12:12 +, Alexey Dokuchaev wrote: > > On Thu, Dec 10, 2015 at 08:42:01PM +0300, Andrey V. Elsukov wrote: > > > On 10.12.15 20:05, Ian Lepore wrote: > > > > On Thu, 2015-12-10 at 10:37 +, Andrey V. Elsukov

Re: svn commit: r292214 - head/sys/arm64/arm64

2015-12-14 Thread John Baldwin
On Monday, December 14, 2015 04:07:20 PM Andrew Turner wrote: > Author: andrew > Date: Mon Dec 14 16:07:20 2015 > New Revision: 292214 > URL: https://svnweb.freebsd.org/changeset/base/292214 > > Log: > Add support for MSI interrupts to the gicv2m controller. The allocation > is still quite

svn commit: r292226 - head/sys/dev/ioat

2015-12-14 Thread Conrad E. Meyer
Author: cem Date: Mon Dec 14 22:00:07 2015 New Revision: 292226 URL: https://svnweb.freebsd.org/changeset/base/292226 Log: ioat(4): Gather and expose DMA statistics via sysctl Organize the dev.ioat sysctl node into a tree while we're here. Sponsored by: EMC / Isilon Storage Division

svn commit: r292230 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 14 22:42:05 2015 New Revision: 292230 URL: https://svnweb.freebsd.org/changeset/base/292230 Log: Allow overriding FILESDIRs for snmp files. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/bsd.snmpmod.mk Modified:

svn commit: r292227 - head/sys/boot/uboot/common

2015-12-14 Thread Ian Lepore
Author: ian Date: Mon Dec 14 22:00:46 2015 New Revision: 292227 URL: https://svnweb.freebsd.org/changeset/base/292227 Log: Enhance the "ubenv import" command to allow importing a u-boot env var directly into a loader (and thus kernel) env var, using the syntax ubenv import

svn commit: r292229 - in head: sys/dev/ioat tools/tools/ioat

2015-12-14 Thread Conrad E. Meyer
Author: cem Date: Mon Dec 14 22:02:01 2015 New Revision: 292229 URL: https://svnweb.freebsd.org/changeset/base/292229 Log: ioatcontrol(8): Add support for interrupt coalescing The new flag, -c , sets the interrupt coalescing period in microseconds through the new ioat(4) API

svn commit: r292228 - in head: share/man/man4 sys/dev/ioat

2015-12-14 Thread Conrad E. Meyer
Author: cem Date: Mon Dec 14 22:01:52 2015 New Revision: 292228 URL: https://svnweb.freebsd.org/changeset/base/292228 Log: ioat(4): Add support for interrupt coalescing In I/OAT, this is done through the INTRDELAY register. On supported platforms, this register can coalesce interrupts

svn commit: r292222 - head/share/mk

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 14 21:00:00 2015 New Revision: 29 URL: https://svnweb.freebsd.org/changeset/base/29 Log: Let termcap be used in LIBADD. Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk

svn commit: r292221 - head/sys/dev/usb/wlan

2015-12-14 Thread Andriy Voskoboinyk
Author: avos Date: Mon Dec 14 20:39:38 2015 New Revision: 292221 URL: https://svnweb.freebsd.org/changeset/base/292221 Log: urtwn: add raw Tx path. Tested with RTL8188EU and RTL8188CUS in STA mode. Reviewed by: kevlo Approved by: adrian (mentor) Differential Revision:

svn commit: r292234 - head/lib/libstand

2015-12-14 Thread Ian Lepore
Author: ian Date: Mon Dec 14 23:09:30 2015 New Revision: 292234 URL: https://svnweb.freebsd.org/changeset/base/292234 Log: Add strlcat() and strlcpy() to libstand. Modified: head/lib/libstand/Makefile Modified: head/lib/libstand/Makefile

svn commit: r292235 - head

2015-12-14 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 14 23:25:31 2015 New Revision: 292235 URL: https://svnweb.freebsd.org/changeset/base/292235 Log: Follow-up r290423: Don't use CSH for buildenv shell. It does not properly import PATH; the PATH is reset by included profile files on startup which breaks the