svn commit: r310574 - head/contrib/bsnmp/snmpd

2016-12-25 Thread Ngie Cooper
Author: ngie Date: Mon Dec 26 07:31:16 2016 New Revision: 310574 URL: https://svnweb.freebsd.org/changeset/base/310574 Log: Fix style(9) - Sort #includes - Delete trailing whitespace No functional change MFC after:3 days Modified: head/contrib/bsnmp/snmpd/trans_lsock.c M

svn commit: r310560 - head/sys/contrib/vchiq/interface/vchiq_arm

2016-12-25 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Dec 26 02:51:03 2016 New Revision: 310560 URL: https://svnweb.freebsd.org/changeset/base/310560 Log: [vchi] replace non-reproducible __DATE__/__TIME__ with hardcoded string Although vchiq_build_date and vchiq_build_time are not used in current vchi driver at the mo

svn commit: r310559 - in head/sys/compat/linuxkpi/common: include/linux src

2016-12-25 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 26 01:18:07 2016 New Revision: 310559 URL: https://svnweb.freebsd.org/changeset/base/310559 Log: Implement register and unregister chrdev in the LinuxKPI. Obtained from:kmacy @ MFC after:1 week Sponsored by: Mellanox Technologies Modified: h

svn commit: r310557 - head/sys/compat/linuxkpi/common/include/linux

2016-12-25 Thread Hans Petter Selasky
Author: hselasky Date: Sun Dec 25 21:41:40 2016 New Revision: 310557 URL: https://svnweb.freebsd.org/changeset/base/310557 Log: Use correct integer type when computing the maximum physical address for kmem_alloc_contig(). Obtained from:kmacy @ MFC after:1 week Sponsored by

svn commit: r310556 - head/sys/powerpc/powerpc

2016-12-25 Thread Justin Hibbits
Author: jhibbits Date: Sun Dec 25 20:19:32 2016 New Revision: 310556 URL: https://svnweb.freebsd.org/changeset/base/310556 Log: Use the correct format specifier for physmem chunk sizes. Arguments are unsigned, so should be printed as unsigned. Modified: head/sys/powerpc/powerpc/machdep.c

svn commit: r310555 - head/sys/cam/ctl

2016-12-25 Thread Alexander Motin
Author: mav Date: Sun Dec 25 20:17:15 2016 New Revision: 310555 URL: https://svnweb.freebsd.org/changeset/base/310555 Log: Some random code cleaning. - Reduce indentation. - Remove extra braces. - Add few missing savety checks. MFC after:2 weeks Modified: head/sys/cam/ctl

svn commit: r310554 - in head/sys: kern sys

2016-12-25 Thread Konstantin Belousov
Author: kib Date: Sun Dec 25 19:49:35 2016 New Revision: 310554 URL: https://svnweb.freebsd.org/changeset/base/310554 Log: Some optimizations for kqueue timers. There is no need to do two allocations per kqueue timer. Gather all data needed by the timer callout into the structure and allo

svn commit: r310553 - head/sys/compat/linuxkpi/common/include/linux

2016-12-25 Thread Hans Petter Selasky
Author: hselasky Date: Sun Dec 25 19:49:09 2016 New Revision: 310553 URL: https://svnweb.freebsd.org/changeset/base/310553 Log: Improve LinuxKPI device support. Only delete own BSD devices and not the ones obtained through devclass_get_device(). Some minor code cleanups while at it. Obt

svn commit: r310552 - head/sys/kern

2016-12-25 Thread Konstantin Belousov
Author: kib Date: Sun Dec 25 19:38:07 2016 New Revision: 310552 URL: https://svnweb.freebsd.org/changeset/base/310552 Log: Some style. Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after:1 week X-Differential revision: https://reviews.freebsd.org/D8901 Modifie

svn commit: r310547 - head/sys/netinet

2016-12-25 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 25 17:37:18 2016 New Revision: 310547 URL: https://svnweb.freebsd.org/changeset/base/310547 Log: Remove a KASSERT which is not always true. In case of the empty queue tp->snd_holes and tcp_sackhole_insert() failing due to memory shortage, tp->snd_holes will be

svn commit: r310543 - head

2016-12-25 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 25 15:39:52 2016 New Revision: 310543 URL: https://svnweb.freebsd.org/changeset/base/310543 Log: Fix build of lib32 libraries for amd64 and powerpc64 with cross toolchain Modified: head/Makefile.libcompat Modified: head/Makefile.libcompat ==

svn commit: r310539 - head/sys/cam/ctl

2016-12-25 Thread Alexander Motin
Author: mav Date: Sun Dec 25 13:34:02 2016 New Revision: 310539 URL: https://svnweb.freebsd.org/changeset/base/310539 Log: Remove CTL_MAX_LUNS from places where it is not required. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c head/sys/cam/ctl/ctl_frontend.c head/sys/cam/ctl

svn commit: r310534 - head/sys/cam/ctl

2016-12-25 Thread Alexander Motin
Author: mav Date: Sun Dec 25 09:40:44 2016 New Revision: 310534 URL: https://svnweb.freebsd.org/changeset/base/310534 Log: Improve third-party copy error reporting. For EXTENDED COPY: - improve parameters checking to report some errors before copy start; - forward sense data from copy