svn commit: r310203 - head/usr.sbin/bsnmpd/tools/bsnmptools

2016-12-17 Thread Ngie Cooper
Author: ngie Date: Sun Dec 18 05:36:04 2016 New Revision: 310203 URL: https://svnweb.freebsd.org/changeset/base/310203 Log: Clean up parse_ip(..) - Clean up trailing whitespace - Fix variable alignment MFC after:1 week Modified:

svn commit: r310202 - head/contrib/bsnmp/lib

2016-12-17 Thread Ngie Cooper
Author: ngie Date: Sun Dec 18 05:31:54 2016 New Revision: 310202 URL: https://svnweb.freebsd.org/changeset/base/310202 Log: Clean up trailing and leading whitespace Fix variable type alignment in snmp_dialog(..) MFC after:1 week Modified: head/contrib/bsnmp/lib/snmpclient.c

svn commit: r310201 - in head: share/colldef share/ctypedef share/monetdef share/msgdef share/numericdef tools/tools/locale/etc tools/tools/locale/etc/final-maps

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 04:17:13 2016 New Revision: 310201 URL: https://svnweb.freebsd.org/changeset/base/310201 Log: Update locales cldr to v30.0.3 and unicode to 9.0.0 MFC after:1 month Relnotes: yes Added: head/share/colldef/fr_CA.UTF-8.src (contents, props changed)

svn commit: r310200 - head/tools/tools/locale

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 04:12:45 2016 New Revision: 310200 URL: https://svnweb.freebsd.org/changeset/base/310200 Log: In order to prepare cldr v30.0.3 and unicode 9.0.0, more locales are removed from automatic mapping from unicode as their encoding does not supports new characters

svn commit: r310199 - head/tools/tools/locale/tools

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 04:11:13 2016 New Revision: 310199 URL: https://svnweb.freebsd.org/changeset/base/310199 Log: Better handle posix names for locales Modified: head/tools/tools/locale/tools/finalize Modified: head/tools/tools/locale/tools/finalize

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-17 Thread Bruce Evans
On Sat, 17 Dec 2016, Dimitry Andric wrote: On 17 Dec 2016, at 12:46, David Chisnall wrote: On 16 Dec 2016, at 19:31, Baptiste Daroussin wrote: Other than that, it makes more difficult to use vanilla gcc with out userland. and it is adding more

svn commit: r310198 - head/tools/tools/locale/tools

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 02:02:33 2016 New Revision: 310198 URL: https://svnweb.freebsd.org/changeset/base/310198 Log: Simplify extraction of static collation definition Modified: head/tools/tools/locale/tools/extract-colldef.awk Modified:

svn commit: r310197 - in head/tools/tools/locale: . etc

2016-12-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Dec 18 01:52:16 2016 New Revision: 310197 URL: https://svnweb.freebsd.org/changeset/base/310197 Log: Prepare import of CLDR v30.3 and unicode 9.0.0 Upstream kk_Cyrl_KZ has been renamed kk_KZ Upstream mn_Cyrl_MN has been renamed mn_MN For ru_RU: the default

svn commit: r310196 - head/usr.sbin/bsnmpd/modules/snmp_bridge

2016-12-17 Thread Ngie Cooper
Author: ngie Date: Sun Dec 18 00:44:43 2016 New Revision: 310196 URL: https://svnweb.freebsd.org/changeset/base/310196 Log: Fix some minor typos with begemotBridgeTpLearnedEntryDiscards and begemotBridgeTpMaxAddresses Bump LAST-UPDATED for the MIB, per the change MFC after:1

svn commit: r310194 - in head: . contrib/compiler-rt/lib/builtins contrib/libc++/include contrib/llvm/include/llvm/Analysis contrib/llvm/include/llvm/ExecutionEngine contrib/llvm/include/llvm/IR co...

2016-12-17 Thread Dimitry Andric
| uniq -d; # done +# 20161217: new clang import which bumps version from 3.9.0 to 3.9.1. +OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/allocator_interface.h +OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/asan_interface.h +OLD_FILES+=usr/lib/clang/3.9.0/include/sanitizer/common_interface_defs.h +

svn commit: r310193 - head/sys/netinet

2016-12-17 Thread Michael Tuexen
Author: tuexen Date: Sat Dec 17 22:31:30 2016 New Revision: 310193 URL: https://svnweb.freebsd.org/changeset/base/310193 Log: Fix the handling of buffered messages in stream reset deferred handling. Thanks to Eugen-Andrei Gavriloaie for reporting the issue and providing substantial help

Re: svn commit: r307684 - head/sbin/camcontrol

2016-12-17 Thread Oliver Pinter
On 12/12/16, Kenneth D. Merry wrote: > On Sun, Dec 11, 2016 at 00:49:12 +0100, Oliver Pinter wrote: >> On 10/20/16, Kenneth D. Merry wrote: >> > Author: ken >> > Date: Thu Oct 20 19:42:26 2016 >> > New Revision: 307684 >> > URL:

svn commit: r310190 - head/sys/dev/uart

2016-12-17 Thread Jayachandran C.
Author: jchandra Date: Sat Dec 17 18:04:59 2016 New Revision: 310190 URL: https://svnweb.freebsd.org/changeset/base/310190 Log: Simplify interrupt mask programming in pl011 uart Remove unused fields from uart_pl011_softc. Add an interrupt mask field to the softc and use it to set the

svn commit: r310189 - head/sys/arm/ti/cpsw

2016-12-17 Thread Svatopluk Kraus
Author: skra Date: Sat Dec 17 18:03:03 2016 New Revision: 310189 URL: https://svnweb.freebsd.org/changeset/base/310189 Log: Fix sscanf() format string to match an argument. This also fixes kernel build after r310171. MFC after:1 weeks Modified: head/sys/arm/ti/cpsw/if_cpsw.c

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-17 Thread Dimitry Andric
On 17 Dec 2016, at 12:46, David Chisnall wrote: > > On 16 Dec 2016, at 19:31, Baptiste Daroussin wrote: >> >> Other than that, it makes more difficult to use vanilla gcc with out >> userland. >> and it is adding more complexity to be able to build

Re: svn commit: r310051 - in head: share/man/man9 sys/kern sys/sys

2016-12-17 Thread Dimitry Andric
On 17 Dec 2016, at 10:43, Ed Schouten wrote: > > 2016-12-16 23:55 GMT+01:00 Dimitry Andric : >> Since this now causes VMware kernel modules to insta-panic the kernel, >> it might be nice to put some warning in UPDATING, at least. Luckily >> __FreeBSD_version got

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-17 Thread David Chisnall
On 16 Dec 2016, at 19:31, Baptiste Daroussin wrote: > > Other than that, it makes more difficult to use vanilla gcc with out userland. > and it is adding more complexity to be able to build freebsd from a non > freebsd > system which some people are working on. Why? You’ll

Re: svn commit: r310051 - in head: share/man/man9 sys/kern sys/sys

2016-12-17 Thread Ed Schouten
Hi Dimitry, 2016-12-16 23:55 GMT+01:00 Dimitry Andric : > Since this now causes VMware kernel modules to insta-panic the kernel, > it might be nice to put some warning in UPDATING, at least. Luckily > __FreeBSD_version got bumped by Adrian in r310149 for something > unrelated,

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-17 Thread Adrian Chadd
... just have printf_freebsd in libutil; have it know about our extended fmt types. then we just have to port libutil to a target platform. -a On 16 December 2016 at 17:31, Eric van Gyzen wrote: > On 12/16/2016 17:44, Warner Losh wrote: >> On Fri, Dec 16, 2016 at 3:07