svn commit: r308358 - head/sys/netinet

2016-11-05 Thread Andrey V. Elsukov
Author: ae Date: Sun Nov 6 02:33:04 2016 New Revision: 308358 URL: https://svnweb.freebsd.org/changeset/base/308358 Log: Initialize ip6 pointer before use. PR: 214169 MFC after:1 week Modified: head/sys/netinet/tcp_subr.c Modified: head/sys/netinet/tcp_subr.c ==

Re: svn commit: r307227 - in head: include lib/libc/stdlib lib/libc/tests/stdlib

2016-11-05 Thread Andrew Reilly
Hi there, Re: https://lists.freebsd.org/pipermail/svn-src-head/2016-October/092694.html In a rebuild of stable/11 today (and yesterday), the build stops in lib/libc/tests/stdlib: /usr/src/lib/libc/tests/stdlib/tsearch_test.c:37:20: error: unknown type name 'posix_tnode' tnode_assert(const posi

svn commit: r308356 - in head/sys/dev/rtwn: . rtl8812a

2016-11-05 Thread Andriy Voskoboinyk
Author: avos Date: Sat Nov 5 23:21:30 2016 New Revision: 308356 URL: https://svnweb.freebsd.org/changeset/base/308356 Log: rtwn: fix Rx filter setup for some multi-vap configuratons. - Correctly refresh Rx filter when AP (IBSS) vap is created after STA vap. - Block any RCR updates during

svn commit: r308355 - head/sys/dev/rtwn

2016-11-05 Thread Andriy Voskoboinyk
Author: avos Date: Sat Nov 5 22:47:09 2016 New Revision: 308355 URL: https://svnweb.freebsd.org/changeset/base/308355 Log: rtwn: pause beacon queue during scanning. Tested with RTL8821AU, AP + AP mode. Modified: head/sys/dev/rtwn/if_rtwn.c Modified: head/sys/dev/rtwn/if_rtwn.c

svn commit: r308354 - head/sys/net80211

2016-11-05 Thread Adrian Chadd
Author: adrian Date: Sat Nov 5 22:41:22 2016 New Revision: 308354 URL: https://svnweb.freebsd.org/changeset/base/308354 Log: [net80211] begin fleshing out new hardware crypto offload features. * extend the keycache flag word to be 32 bits, not 16 bits * add new key flags for transmit:

Re: svn commit: r308348 - head/usr.sbin/rtadvd

2016-11-05 Thread Philip Paeps
On 2016-11-05 19:51:14 (+), Hiroki Sato wrote: > Log: > Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE. > > Reported by:philip > MFC after: 3 days Thank you! Philip -- Philip Paeps Senior Reality Engineer Ministry of Information ___

svn commit: r308348 - head/usr.sbin/rtadvd

2016-11-05 Thread Hiroki Sato
Author: hrs Date: Sat Nov 5 19:51:13 2016 New Revision: 308348 URL: https://svnweb.freebsd.org/changeset/base/308348 Log: Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE. Reported by: philip MFC after:3 days Modified: head/usr.sbin/rtadvd/if.c Modified: he

svn commit: r308347 - head/usr.sbin/traceroute6

2016-11-05 Thread Hiroki Sato
Author: hrs Date: Sat Nov 5 18:00:36 2016 New Revision: 308347 URL: https://svnweb.freebsd.org/changeset/base/308347 Log: Fix an infinite loop at an non-responding hop when other echo replies are kept arriving in the waittime time window. Submitted by: Denny Page PR: 210286

svn commit: r308345 - head/sys/dev/e1000

2016-11-05 Thread Sean Bruno
Author: sbruno Date: Sat Nov 5 16:30:42 2016 New Revision: 308345 URL: https://svnweb.freebsd.org/changeset/base/308345 Log: r295133 attempted to deactivate TSO in the 100Mbit link case with this adapter to work around bugs in TSO handling at this speed. em_init_locked is called during f

svn commit: r308344 - head/usr.sbin/makefs

2016-11-05 Thread Marcel Moolenaar
Author: marcel Date: Sat Nov 5 16:23:33 2016 New Revision: 308344 URL: https://svnweb.freebsd.org/changeset/base/308344 Log: Assign a random number to di_gen (for FFS), instead of extracting it from struct stat. We don't necessarily have permissions to see the generation number and the hos

svn commit: r308343 - head/sys/dev/bxe

2016-11-05 Thread Sean Bruno
Author: sbruno Date: Sat Nov 5 16:17:07 2016 New Revision: 308343 URL: https://svnweb.freebsd.org/changeset/base/308343 Log: r266979 missed a call to enable capabilities of the hw leading to an inability to enable features of the device. PR: 213845 Submitted by: pher...@f

svn commit: r308342 - head/usr.bin/fortune/datfiles

2016-11-05 Thread Eric van Gyzen
Author: vangyzen Date: Sat Nov 5 15:01:41 2016 New Revision: 308342 URL: https://svnweb.freebsd.org/changeset/base/308342 Log: Fix sorting after r308293, using the ../tools/do_sort script. Is this a pointy-hat offense? Reported by: jhb Modified: head/usr.bin/fortune/datfiles/fortu

Re: svn commit: r308314 - head/usr.bin/sed

2016-11-05 Thread Alfred Perlstein
On 11/5/16 2:07 AM, Konstantin Belousov wrote: On Fri, Nov 04, 2016 at 08:49:59PM +, Pedro F. Giffuni wrote: Author: pfg Date: Fri Nov 4 20:49:59 2016 New Revision: 308314 URL: https://svnweb.freebsd.org/changeset/base/308314 Log: sed(1): add LEGACY_BSDSED_COMPAT compile-time flag.

svn commit: r308340 - head/usr.bin/ncal

2016-11-05 Thread Eric van Gyzen
Author: vangyzen Date: Sat Nov 5 14:08:14 2016 New Revision: 308340 URL: https://svnweb.freebsd.org/changeset/base/308340 Log: ncal: fix a reference to an out-of-scope stack buffer PR: 214237 Submitted by: Jonathan de Boyne Pollard MFC after:3 days Sponsored by: Dell EM

svn commit: r308339 - head/sys/fs/autofs

2016-11-05 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 5 12:30:10 2016 New Revision: 308339 URL: https://svnweb.freebsd.org/changeset/base/308339 Log: Value returned by taskqueue_enqueue_timeout(9) is not an error; don't treat it as such. MFC after:1 month Modified: head/sys/fs/autofs/autofs.c Modified: he

svn commit: r308338 - head/usr.sbin/vidcontrol

2016-11-05 Thread Ed Maste
Author: emaste Date: Sat Nov 5 11:19:55 2016 New Revision: 308338 URL: https://svnweb.freebsd.org/changeset/base/308338 Log: vidcontrol: use calloc where appropriate Reported by: kib Modified: head/usr.sbin/vidcontrol/vidcontrol.c Modified: head/usr.sbin/vidcontrol/vidcontrol.c ==

Re: svn commit: r308314 - head/usr.bin/sed

2016-11-05 Thread Konstantin Belousov
On Fri, Nov 04, 2016 at 08:49:59PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Fri Nov 4 20:49:59 2016 > New Revision: 308314 > URL: https://svnweb.freebsd.org/changeset/base/308314 > > Log: > sed(1): add LEGACY_BSDSED_COMPAT compile-time flag. > > In r297602, which included a __F