Re: svn commit: r304072 - head/etc

2016-08-14 Thread Kubilay Kocak
On 14/08/2016 3:18 PM, Xin LI wrote: > Author: delphij Date: Sun Aug 14 05:18:38 2016 New Revision: 304072 > URL: https://svnweb.freebsd.org/changeset/base/304072 > > Log: Now that the portsnap buildbox is generating the raw bits for > INDEX-12, add it to the set of INDEX files built by portsnap.

svn commit: r304075 - in head: contrib/libarchive/cat/test contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarchive/t...

2016-08-14 Thread Martin Matuska
Author: mm Date: Sun Aug 14 09:26:10 2016 New Revision: 304075 URL: https://svnweb.freebsd.org/changeset/base/304075 Log: MFV r304060: Sync libarchive with vendor including three security fixes Vendor issues fixed: Issue #744: Very long pathnames evade symlink checks Issue #748: li

Re: svn commit: r304066 - head/usr.bin/nfsstat

2016-08-14 Thread Rick Macklem
Mark Johnson wrote: >Author: markj >Date: Sun Aug 14 00:24:00 2016 >New Revision: 304066 >URL: https://svnweb.freebsd.org/changeset/base/304066 > >Log: > nfsstat depends on libdevstat as of r304058. Oops, sorry. I missed committing the Makefile change. Thanks for doing it, rick

svn commit: r304077 - head/sys/arm/allwinner

2016-08-14 Thread Emmanuel Vadot
Author: manu Date: Sun Aug 14 13:17:59 2016 New Revision: 304077 URL: https://svnweb.freebsd.org/changeset/base/304077 Log: Correct the size of the softc in a10_ehci Reported by: andrew MFC after:1 week Modified: head/sys/arm/allwinner/a10_ehci.c Modified: head/sys/arm/allwinner/

svn commit: r304076 - head/sbin/ipfw

2016-08-14 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 14 13:17:55 2016 New Revision: 304076 URL: https://svnweb.freebsd.org/changeset/base/304076 Log: Make statistics nat64lsn, nat64stl an nptv6 output netstat-like: "@value @description" and fix build due to -Wformat errors. Modified: head/sbin/ipfw/nat64lsn.c head/

svn commit: r304078 - head/sys/ddb

2016-08-14 Thread Bruce Evans
Author: bde Date: Sun Aug 14 13:23:02 2016 New Revision: 304078 URL: https://svnweb.freebsd.org/changeset/base/304078 Log: Don't print an extra newline after the instruction when printing for single stepping of multiple instructions (e.g., s/p, and n/p). db_print_loc_and_inst() already print

svn commit: r304080 - head/sys/ddb

2016-08-14 Thread Bruce Evans
Author: bde Date: Sun Aug 14 15:26:40 2016 New Revision: 304080 URL: https://svnweb.freebsd.org/changeset/base/304080 Log: In ddb ps, left justify the non-numeric fields 'state' and 'wmesg' and the fixed-width numeric field 'wchan', as in ps(1). They were sort of centered, although the temp

svn commit: r304083 - head/sys/kern

2016-08-14 Thread Bruce Evans
Author: bde Date: Sun Aug 14 15:52:00 2016 New Revision: 304083 URL: https://svnweb.freebsd.org/changeset/base/304083 Log: Print the tid of curthread in "show pcpu" in ddb. It was remarkably hard to trace all current threads. "show pcpu" only showed the pid, and there was nothing (?) bet

svn commit: r304085 - in head/sys/i386: i386 include

2016-08-14 Thread Bruce Evans
Author: bde Date: Sun Aug 14 16:51:25 2016 New Revision: 304085 URL: https://svnweb.freebsd.org/changeset/base/304085 Log: Fix the variables $esp, $ds, $es, $fs, $gs and $ss in vm86 mode. Fix PC_REGS() so that printing of instructions works in some useful cases. ddb only understands a si

svn commit: r304087 - head/sbin/ipfw

2016-08-14 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 14 18:05:41 2016 New Revision: 304087 URL: https://svnweb.freebsd.org/changeset/base/304087 Log: Do not warn about ambiguous state name when we inspect a comment token. Reported by: lev Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c =

svn commit: r304089 - head/sbin/ipfw

2016-08-14 Thread Andrey V. Elsukov
Author: ae Date: Sun Aug 14 18:34:16 2016 New Revision: 304089 URL: https://svnweb.freebsd.org/changeset/base/304089 Log: Add an ability to attach comment to check-state rules. MFC after:1 week Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c ===

svn commit: r304096 - head/lib/libthr/arch/mips/include

2016-08-14 Thread Adrian Chadd
Author: adrian Date: Sun Aug 14 19:04:37 2016 New Revision: 304096 URL: https://svnweb.freebsd.org/changeset/base/304096 Log: [mips] convert over =v to =r for the inline assembly. Later gcc and clang have deprecated =v (which maps to a specific temp register) and instead we should just us

svn commit: r304102 - in head/sys: kern vm

2016-08-14 Thread Alan Cox
Author: alc Date: Sun Aug 14 22:00:45 2016 New Revision: 304102 URL: https://svnweb.freebsd.org/changeset/base/304102 Log: Eliminate unneeded vm_page_xbusy() and vm_page_xunbusy() operations when neither vm_pager_has_page() nor vm_pager_get_pages() is called. Reviewed by: kib, markj MF

svn commit: r304106 - in head: include lib/libc/string

2016-08-14 Thread Xin LI
Author: delphij Date: Sun Aug 14 23:38:50 2016 New Revision: 304106 URL: https://svnweb.freebsd.org/changeset/base/304106 Log: Add timingsafe_bcmp and timingsafe_memcmp. Obtained from:OpenBSD Reviewed by: trasz MFC after:1 month Differential Revision:https://revie

Re: svn commit: r304046 - in head: sbin/ipfw sys/conf sys/modules sys/modules/ipfw_nat64 sys/netinet sys/netinet6 sys/netpfil/ipfw/nat64

2016-08-14 Thread Eric van Gyzen
On 08/13/16 11:09 AM, Andrey V. Elsukov wrote: > Author: ae > Date: Sat Aug 13 16:09:49 2016 > New Revision: 304046 > URL: https://svnweb.freebsd.org/changeset/base/304046 > > Log: > Add ipfw_nat64 module that implements stateless and stateful NAT64. Thanks for contributing this. When you get

svn commit: r304108 - head/sys/conf

2016-08-14 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 15 04:59:38 2016 New Revision: 304108 URL: https://svnweb.freebsd.org/changeset/base/304108 Log: Unbreak LINT build. Sponsored by: Microsoft Modified: head/sys/conf/options Modified: head/sys/conf/options ==

svn commit: r304109 - head/sys/dev/hyperv/netvsc

2016-08-14 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 15 05:00:37 2016 New Revision: 304109 URL: https://svnweb.freebsd.org/changeset/base/304109 Log: hyperv/hn: Simplify chimney sending buffer disconnection. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D

svn commit: r304111 - head/sys/dev/hyperv/netvsc

2016-08-14 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 15 05:08:41 2016 New Revision: 304111 URL: https://svnweb.freebsd.org/changeset/base/304111 Log: hyperv/hn: Switch to vmbus xact APIs for sub-channel alloc request. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.fre