svn commit: r298188 - head/sys/netinet

2016-04-17 Thread Michael Tuexen
Author: tuexen Date: Mon Apr 18 06:58:07 2016 New Revision: 298188 URL: https://svnweb.freebsd.org/changeset/base/298188 Log: Cleanup debug output. Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c ==

svn commit: r298187 - head/sys/netinet

2016-04-17 Thread Michael Tuexen
Author: tuexen Date: Mon Apr 18 06:38:53 2016 New Revision: 298187 URL: https://svnweb.freebsd.org/changeset/base/298187 Log: Don't use anonymous unions. Modified: head/sys/netinet/sctp_header.h head/sys/netinet/sctp_indata.c head/sys/netinet/sctp_output.c Modified: head/sys/netinet/sctp

svn commit: r298186 - head/sys/netinet

2016-04-17 Thread Michael Tuexen
Author: tuexen Date: Mon Apr 18 06:32:24 2016 New Revision: 298186 URL: https://svnweb.freebsd.org/changeset/base/298186 Log: Remove a left-over debug printf(). Modified: head/sys/netinet/sctp_input.c Modified: head/sys/netinet/sctp_input.c ===

Re: svn commit: r298131 - head/sys/conf

2016-04-17 Thread hiren panchasara
On 04/17/16 at 12:20P, Alexander Leidinger wrote: > > Quoting Luiz Otavio O Souza (from Sat, 16 Apr 2016 > 20:54:55 + (UTC)): > > > Author: loos > > Date: Sat Apr 16 20:54:55 2016 > > New Revision: 298131 > > URL: https://svnweb.freebsd.org/changeset/base/298131 > > > > Log: > > Add Code

svn commit: r298185 - head/sys/mips/mediatek

2016-04-17 Thread Stanislav Galabov
Author: sgalabov Date: Mon Apr 18 06:15:58 2016 New Revision: 298185 URL: https://svnweb.freebsd.org/changeset/base/298185 Log: Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection OpenWRT's dts files treat RT3050/RT3052/RT3350 within the same SoC dtsi file, so we need

svn commit: r298184 - head/usr.bin/whereis

2016-04-17 Thread Marcelo Araujo
Author: araujo Date: Mon Apr 18 06:12:00 2016 New Revision: 298184 URL: https://svnweb.freebsd.org/changeset/base/298184 Log: Use NULL instead of 0 for pointers. realloc will return NULL if it cannot allocate memory. MFC after:2 weeks. Modified: head/usr.bin/whereis/whereis.c M

svn commit: r298183 - head/usr.bin/rpcgen

2016-04-17 Thread Marcelo Araujo
Author: araujo Date: Mon Apr 18 06:02:26 2016 New Revision: 298183 URL: https://svnweb.freebsd.org/changeset/base/298183 Log: Use NULL for pointers. strrchr(3) will return NULL if the character does not appears in the string. MFC after:2 weeks. Modified: head/usr.bin/rpcgen/rp

svn commit: r298182 - head/usr.bin/netstat

2016-04-17 Thread Marcelo Araujo
Author: araujo Date: Mon Apr 18 05:46:18 2016 New Revision: 298182 URL: https://svnweb.freebsd.org/changeset/base/298182 Log: Use NULL instead of 0 for pointers. Also malloc will return NULL if it cannot allocate memory. MFC after:2 weeks. Modified: head/usr.bin/netstat/inet.c

svn commit: r298181 - head/usr.bin/login

2016-04-17 Thread Marcelo Araujo
Author: araujo Date: Mon Apr 18 05:26:32 2016 New Revision: 298181 URL: https://svnweb.freebsd.org/changeset/base/298181 Log: Use NULL instead of 0. strtok(3) will return NULL when no more tokens remain. MFC after:2 weeks. Modified: head/usr.bin/login/login_fbtab.c Modified: he

svn commit: r298180 - head/usr.sbin/makefs/ffs

2016-04-17 Thread Marcelo Araujo
Author: araujo Date: Mon Apr 18 05:19:45 2016 New Revision: 298180 URL: https://svnweb.freebsd.org/changeset/base/298180 Log: The malloc will return NULL if it can't allocate memory. MFC after:2 weeks. Modified: head/usr.sbin/makefs/ffs/mkfs.c Modified: head/usr.sbin/makefs/ffs/mkfs

svn commit: r298177 - head/usr.sbin/ypldap

2016-04-17 Thread Marcelo Araujo
Author: araujo Date: Mon Apr 18 03:44:42 2016 New Revision: 298177 URL: https://svnweb.freebsd.org/changeset/base/298177 Log: Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'. Modified: head/usr.sbin/ypldap/yp.c Modified: head/usr.sbin/ypldap/yp.c ===

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

2016-04-17 Thread Warren Block
Author: wblock (doc committer) Date: Mon Apr 18 02:36:49 2016 New Revision: 298176 URL: https://svnweb.freebsd.org/changeset/base/298176 Log: Add the kern.vt.enable_bell sysctl, which was not documented previously. Minor additional punctuation and wording changes. PR: 208785 S

svn commit: r298175 - head/sys/dev/urtwn

2016-04-17 Thread Adrian Chadd
Author: adrian Date: Mon Apr 18 00:28:25 2016 New Revision: 298175 URL: https://svnweb.freebsd.org/changeset/base/298175 Log: [urtwn] default to announcing RX 64K aggregates. Modified: head/sys/dev/urtwn/if_urtwn.c Modified: head/sys/dev/urtwn/if_urtwn.c =

svn commit: r298174 - head/sys/net80211

2016-04-17 Thread Adrian Chadd
Author: adrian Date: Mon Apr 18 00:26:11 2016 New Revision: 298174 URL: https://svnweb.freebsd.org/changeset/base/298174 Log: [net80211] put in a comment about the not-quite-correctness of A-MPDU parameters. Although we correctly (now!) calculate the right A-MPDU parameters, the ioctl()

svn commit: r298173 - head/sys/kern

2016-04-17 Thread Mark Johnston
Author: markj Date: Sun Apr 17 23:22:32 2016 New Revision: 298173 URL: https://svnweb.freebsd.org/changeset/base/298173 Log: Use a loop instead of a goto in sysctl_kern_proc_kstack(). MFC after:3 days Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c ==

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

2016-04-17 Thread Mark Johnston
Author: markj Date: Sun Apr 17 23:10:09 2016 New Revision: 298172 URL: https://svnweb.freebsd.org/changeset/base/298172 Log: Fix the description of the first two arguments to proc:::create. Reported by: Matt C Modified: head/share/man/man4/dtrace_proc.4 Modified: head/share/man/man4/d

svn commit: r298171 - in head/sys/cddl: contrib/opensolaris/uts/common/sys dev/dtrace/aarch64 dev/dtrace/amd64 dev/dtrace/arm dev/dtrace/i386 dev/dtrace/mips dev/dtrace/powerpc dev/fbt dev/fbt/aarc...

2016-04-17 Thread Mark Johnston
Author: markj Date: Sun Apr 17 23:08:47 2016 New Revision: 298171 URL: https://svnweb.freebsd.org/changeset/base/298171 Log: Make the second argument of dtrace_invop() a trapframe pointer. Currently this argument is a pointer into the stack which is used by FBT to fetch the first five pro

svn commit: r298170 - in head/usr.bin: colldef mklocale

2016-04-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 17 23:02:49 2016 New Revision: 298170 URL: https://svnweb.freebsd.org/changeset/base/298170 Log: Note that mklocale(1) and colldef(1) are no longer used mklocale and colldef has been replaced by localedef, but they have to be kept until 10.2 is EOL for mklocale

svn commit: r298169 - head/usr.bin/locale

2016-04-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 17 22:42:48 2016 New Revision: 298169 URL: https://svnweb.freebsd.org/changeset/base/298169 Log: Use the nitems() macro Modified: head/usr.bin/locale/locale.c Modified: head/usr.bin/locale/locale.c ===

svn commit: r298166 - in head/contrib/libucl: . include lua python python/src src tests tests/basic tests/schema utils

2016-04-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 17 21:30:40 2016 New Revision: 298166 URL: https://svnweb.freebsd.org/changeset/base/298166 Log: Import libucl 0.8.0 Added: head/contrib/libucl/tests/basic/escapes.in - copied unchanged from r298163, vendor/libucl/dist/tests/basic/escapes.in head/contrib/libu

svn commit: r298165 - head/sys/conf

2016-04-17 Thread Warner Losh
Author: imp Date: Sun Apr 17 21:29:47 2016 New Revision: 298165 URL: https://svnweb.freebsd.org/changeset/base/298165 Log: Add CAM_NETFLIX_IOSCHED to the build. Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ===

svn commit: r298164 - head/sys/cam

2016-04-17 Thread Warner Losh
Author: imp Date: Sun Apr 17 21:29:44 2016 New Revision: 298164 URL: https://svnweb.freebsd.org/changeset/base/298164 Log: Do the intmax_t dance for debug so CAM_NETFLIX_IOSCHED builds on i386. Sponsored by: Netflix, Inc Modified: head/sys/cam/cam_iosched.c Modified: head/sys/cam/cam_

svn commit: r298161 - head/contrib/sqlite3

2016-04-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 17 21:23:14 2016 New Revision: 298161 URL: https://svnweb.freebsd.org/changeset/base/298161 Log: Import sqlite3 3.12.1 Added: head/contrib/sqlite3/README.txt - copied unchanged from r298160, vendor/sqlite3/dist/README.txt Deleted: head/contrib/sqlite3/README

svn commit: r298157 - head/usr.bin/mail

2016-04-17 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 17 20:00:24 2016 New Revision: 298157 URL: https://svnweb.freebsd.org/changeset/base/298157 Log: mail: Don't truncate mtime of mailbox to microseconds. Modified: head/usr.bin/mail/util.c Modified: head/usr.bin/mail/util.c =

svn commit: r298156 - head/lib/libc/stdlib

2016-04-17 Thread Warren Block
Author: wblock (doc committer) Date: Sun Apr 17 18:25:34 2016 New Revision: 298156 URL: https://svnweb.freebsd.org/changeset/base/298156 Log: Fix markup on "\n" in printf so it renders correctly. PR: 208852 Submitted by: co...@tuxfamily.org MFC after:1 week Modified: he

Re: svn commit: r298136 - head/sys/dev/flash

2016-04-17 Thread Adrian Chadd
Fixed, thanks! Sorry, this is some in-progress SPI work.. -a On 17 April 2016 at 05:33, Bjoern A. Zeeb wrote: > On Sun, 17 Apr 2016, Adrian Chadd wrote: > >> Author: adrian >> Date: Sun Apr 17 02:05:45 2016 >> New Revision: 298136 >> URL: https://svnweb.freebsd.org/changeset/base/298136 >> >> L

svn commit: r298148 - head/sys/dev/flash

2016-04-17 Thread Adrian Chadd
Author: adrian Date: Sun Apr 17 15:51:26 2016 New Revision: 298148 URL: https://svnweb.freebsd.org/changeset/base/298148 Log: undo previous commit - WIP was committed by accident. Noticed by: bz Modified: head/sys/dev/flash/at45d.c Modified: head/sys/dev/flash/at45d.c ==

svn commit: r298147 - head/contrib/llvm/tools/clang/tools/driver

2016-04-17 Thread Dimitry Andric
Author: dim Date: Sun Apr 17 15:48:19 2016 New Revision: 298147 URL: https://svnweb.freebsd.org/changeset/base/298147 Log: Until it has been properly fixed upstream, apply a temporary workaround for LLVM PR 26999 (in some cases, -save-temps can cause an assertion failure in clang's -cc1as st

Re: svn commit: r298136 - head/sys/dev/flash

2016-04-17 Thread Bjoern A. Zeeb
On Sun, 17 Apr 2016, Adrian Chadd wrote: Author: adrian Date: Sun Apr 17 02:05:45 2016 New Revision: 298136 URL: https://svnweb.freebsd.org/changeset/base/298136 Log: Only compile the FDT bits when we are using FDT. Modified: head/sys/dev/flash/at45d.c head/sys/dev/flash/mx25l.c The at45d

svn commit: r298146 - head/tools/tools/locale/etc/charmaps

2016-04-17 Thread Baptiste Daroussin
Author: bapt Date: Sun Apr 17 12:12:25 2016 New Revision: 298146 URL: https://svnweb.freebsd.org/changeset/base/298146 Log: Remove leftover from Big5HKSCS removal Deleted: head/tools/tools/locale/etc/charmaps/Big5HKSCS.TXT ___ svn-src-head@freebsd.o

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

2016-04-17 Thread Konstantin Belousov
Author: kib Date: Sun Apr 17 11:04:27 2016 New Revision: 298145 URL: https://svnweb.freebsd.org/changeset/base/298145 Log: The struct thread td_estcpu member is only used by the 4BSD scheduler. Move it to the struct td_sched for 4BSD, removing always present field, otherwise unused for ULE.

svn commit: r298144 - head/sys/x86/iommu

2016-04-17 Thread Konstantin Belousov
Author: kib Date: Sun Apr 17 10:56:56 2016 New Revision: 298144 URL: https://svnweb.freebsd.org/changeset/base/298144 Log: Add hw.dmar.batch_coalesce tunable/sysctl, which specifies rate at which queued invalidation completion interrupt is requested with regard to the queued invalidation req

Re: svn commit: r298131 - head/sys/conf

2016-04-17 Thread Alexander Leidinger
Quoting Luiz Otavio O Souza (from Sat, 16 Apr 2016 20:54:55 + (UTC)): Author: loos Date: Sat Apr 16 20:54:55 2016 New Revision: 298131 URL: https://svnweb.freebsd.org/changeset/base/298131 Log: Add Codel to NOTES. I haven't found much documentation about this. It looks like it is