git: kernel: Remove TCPDEBUG checks in tcp_debug.c.

2017-04-16 Thread Sascha Wildner
commit faf21ebb7496989ad48b7c7fe2ee238f4e858b85 Author: Sascha Wildner Date: Mon Apr 17 01:04:20 2017 +0200 kernel: Remove TCPDEBUG checks in tcp_debug.c. This file is only compiled in when TCPDEBUG is specified, so the check is always true. Summary of changes: sys/netinet/t

git: kernel: Fix building with options TCPDEBUG.

2017-04-16 Thread Sascha Wildner
commit 6c5f92dc15dc0adabb9ad1907329fbc3e6b2d3b1 Author: Sascha Wildner Date: Mon Apr 17 01:00:53 2017 +0200 kernel: Fix building with options TCPDEBUG. Summary of changes: sys/netinet/tcp_debug.c | 1 + 1 file changed, 1 insertion(+) http://gitweb.dragonflybsd.org/dragonfly.git/commitdi

git: sys/vfs/autofs: Value returned by taskqueue_enqueue_timeout(9) is not an error; (FreeBSD@GitHub e61af21d)

2017-04-16 Thread Tomohiro Kusumi
commit 102b6bba72a94f524f4d95c799fe9ceee144b064 Author: Tomohiro Kusumi Date: Mon Apr 17 01:01:29 2017 +0300 sys/vfs/autofs: Value returned by taskqueue_enqueue_timeout(9) is not an error; (FreeBSD@GitHub e61af21d) Summary of changes: sys/vfs/autofs/autofs.c | 7 ++- 1 file changed,

git: sys/vfs/autofs: Sync with FreeBSD's .vop_print format (FreeBSD@GitHub d8ce902a)

2017-04-16 Thread Tomohiro Kusumi
commit 7d470fedd80737132277bd6e75d5a03a943276bf Author: Tomohiro Kusumi Date: Mon Apr 17 00:56:47 2017 +0300 sys/vfs/autofs: Sync with FreeBSD's .vop_print format (FreeBSD@GitHub d8ce902a) FreeBSD@GitHub d8ce902a4769ab96ae8e86a730221d92a5978e4a Implement autofs_print(), for i

git: usr.sbin/fstyp: Use NULL instead of 0 for pointers. (FreeBSD@GitHub 27f4c84a)

2017-04-16 Thread Tomohiro Kusumi
commit b5ba6292892161939e763063ad61854084aa2c1e Author: Tomohiro Kusumi Date: Sun Apr 16 14:06:47 2017 +0300 usr.sbin/fstyp: Use NULL instead of 0 for pointers. (FreeBSD@GitHub 27f4c84a) Summary of changes: usr.sbin/fstyp/fstyp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ht

git: usr.sbin/fstyp: Improve formatting. (FreeBSD@GitHub dc9b2340)

2017-04-16 Thread Tomohiro Kusumi
commit cc05af1eafa243a86185f18e3174ea68ca619363 Author: Tomohiro Kusumi Date: Sun Apr 16 14:03:53 2017 +0300 usr.sbin/fstyp: Improve formatting. (FreeBSD@GitHub dc9b2340) Summary of changes: usr.sbin/fstyp/fstyp.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http://gitweb.dra

git: usr.sbin/autofs: Use proper argument order for calloc(3). (FreeBSD@GitHub 6add75fe)

2017-04-16 Thread Tomohiro Kusumi
commit 59b0b31639aa2df751c642e44abea14668cff452 Author: Tomohiro Kusumi Date: Sun Apr 16 03:15:31 2017 +0300 usr.sbin/autofs: Use proper argument order for calloc(3). (FreeBSD@GitHub 6add75fe) Summary of changes: usr.sbin/autofs/automountd.c | 2 +- usr.sbin/autofs/autounmountd.c | 2

git: usr.sbin/autofs: Make autounmountd(8) not die when traced with "truss -p". (FreeBSD@GitHub 8381908c)

2017-04-16 Thread Tomohiro Kusumi
commit 8cdc3b5d92f656590ed6d15164eeb214893825cf Author: Tomohiro Kusumi Date: Sun Apr 16 03:17:50 2017 +0300 usr.sbin/autofs: Make autounmountd(8) not die when traced with "truss -p". (FreeBSD@GitHub 8381908c) Summary of changes: usr.sbin/autofs/autounmountd.c | 5 - 1 file changed,

git: : For clarity, add prototypes (in #if 0) for missing functions.

2017-04-16 Thread Sascha Wildner
commit 83c8b58d93f7d2a9f0775dbac575d332398e0218 Author: Sascha Wildner Date: Sun Apr 16 13:07:51 2017 +0200 : For clarity, add prototypes (in #if 0) for missing functions. Summary of changes: include/time.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) http://gitweb.dragon

git: sound/hda: Fix name for the Wildcat Point-LP (Broadwell PCH audio) model.

2017-04-16 Thread Imre Vadasz
commit 45328a62351793fda9afa13e8968740dde634dfc Author: Imre Vadász Date: Sun Apr 16 12:46:52 2017 +0200 sound/hda: Fix name for the Wildcat Point-LP (Broadwell PCH audio) model. Summary of changes: sys/dev/sound/pci/hda/hdac.c | 2 +- sys/dev/sound/pci/hda/hdac.h | 2 +- 2 files change

git: drm/i915: Implement dev_to_i915(), instead of pancing with BUG().

2017-04-16 Thread Imre Vadasz
commit c798e9fcc0b9275385798be58f8360a2165b9d7d Author: Imre Vadász Date: Sun Apr 16 10:28:17 2017 +0200 drm/i915: Implement dev_to_i915(), instead of pancing with BUG(). Summary of changes: sys/dev/drm/i915/i915_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb

git: tcp: Don't assume power of 2 netisrs.

2017-04-16 Thread Sepherosa Ziehau
commit b53b18b29055c4fdcce5a9c28aed22025bc2d1b7 Author: Sepherosa Ziehau Date: Sun Apr 16 08:10:42 2017 +0800 tcp: Don't assume power of 2 netisrs. Summary of changes: sys/netinet/tcp_subr.c | 36 ++-- sys/netinet/tcp_usrreq.c | 8 sys/netinet/