svn commit: r303696 - head/sys/sys

2016-08-02 Thread Justin Hibbits
Author: jhibbits Date: Wed Aug 3 01:46:55 2016 New Revision: 303696 URL: https://svnweb.freebsd.org/changeset/base/303696 Log: Remove a duplicate PMC CPU number CPU number for MPC85XX is a duplicate for E500. Since we don't support MPC85XX "uncore" registers right now, rather than

svn commit: r303693 - in head/sys: conf powerpc/conf powerpc/conf/dpaa powerpc/mpc85xx

2016-08-02 Thread Justin Hibbits
Author: jhibbits Date: Wed Aug 3 01:22:11 2016 New Revision: 303693 URL: https://svnweb.freebsd.org/changeset/base/303693 Log: Merge MPC85XX and QorIQ config options Summary: MPC85XX and QorIQ are very similar. When the DPAA dTSEC driver was added, QORIQ_DPAA was brought in as a

svn commit: r303688 - head/sys/dev/cxgbe/tom

2016-08-02 Thread Navdeep Parhar
Author: np Date: Tue Aug 2 23:54:21 2016 New Revision: 303688 URL: https://svnweb.freebsd.org/changeset/base/303688 Log: cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a per-adapter data structure. This replaces a global array with hardcoded page sizes. Sponsored by:

svn commit: r303687 - head/lib/libc/gen

2016-08-02 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 2 23:46:32 2016 New Revision: 303687 URL: https://svnweb.freebsd.org/changeset/base/303687 Log: Add link for getnetgrent_r(3). MFC after:3 days Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libc/gen/Makefile.inc Modified:

svn commit: r303685 - head/usr.bin/truss

2016-08-02 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 2 22:47:06 2016 New Revision: 303685 URL: https://svnweb.freebsd.org/changeset/base/303685 Log: truss: fix uninitialized trussinfo->curthread in add_threads()/enter_syscall trussinfo->curthread must be initialized before calling enter_syscall(), it is used by

svn commit: r303683 - head/include

2016-08-02 Thread Warner Losh
Author: imp Date: Tue Aug 2 21:55:23 2016 New Revision: 303683 URL: https://svnweb.freebsd.org/changeset/base/303683 Log: tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if we need to include it in -legacy or not. Since the ifdef was removed, this broke building 10.x and

svn commit: r303682 - head/usr.sbin/kgzip

2016-08-02 Thread Ed Maste
Author: emaste Date: Tue Aug 2 21:48:26 2016 New Revision: 303682 URL: https://svnweb.freebsd.org/changeset/base/303682 Log: kgzip.8: note that it is deprecated and clarify BUGS section kgzip is only useful on i386 and has a number of other limitations. We're better served by officially

svn commit: r303678 - head/sbin/pfctl

2016-08-02 Thread Kristof Provost
Author: kp Date: Tue Aug 2 20:32:02 2016 New Revision: 303678 URL: https://svnweb.freebsd.org/changeset/base/303678 Log: pfctl: Use const where possible. This adds const qualifiers where it is possible. Submitted by: Christian Mauderer

svn commit: r303677 - in head/sys: arm/include sys

2016-08-02 Thread Ed Maste
Author: emaste Date: Tue Aug 2 20:26:04 2016 New Revision: 303677 URL: https://svnweb.freebsd.org/changeset/base/303677 Log: Move/add ARM ELF PHDR types to elf_common.h Accidentally missed in r303674 Modified: head/sys/arm/include/elf.h head/sys/sys/elf_common.h Modified:

svn commit: r303676 - head/usr.bin/grep/regex

2016-08-02 Thread Dimitry Andric
Author: dim Date: Tue Aug 2 20:25:22 2016 New Revision: 303676 URL: https://svnweb.freebsd.org/changeset/base/303676 Log: Fix a segfault in bsdgrep when parsing the invalid extended regexps "?" or "+" (these are invalid, because there is no preceding operand). When bsdgrep attempts to

svn commit: r303674 - head/contrib/elftoolchain/readelf

2016-08-02 Thread Ed Maste
Author: emaste Date: Tue Aug 2 20:11:04 2016 New Revision: 303674 URL: https://svnweb.freebsd.org/changeset/base/303674 Log: readelf: report ARM program and section header types Reviewed by: andrew Sponsored by: The FreeBSD Foundation Differential Revision:

svn commit: r303673 - head/sbin/pfctl

2016-08-02 Thread Kristof Provost
Author: kp Date: Tue Aug 2 19:54:40 2016 New Revision: 303673 URL: https://svnweb.freebsd.org/changeset/base/303673 Log: pfctl: Match prototype of pfctl_load_hostid. The prototype and the implementation of the pfctl_load_hostid used a different data type for one of the parameters.

svn commit: r303670 - head/sys/sys

2016-08-02 Thread Ed Maste
Author: emaste Date: Tue Aug 2 18:42:32 2016 New Revision: 303670 URL: https://svnweb.freebsd.org/changeset/base/303670 Log: Add ELFOSABI_ARM_AEABI ELF OSABI constant Reported by: andrew Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/elf_common.h Modified:

svn commit: r303669 - head/lib/libproc

2016-08-02 Thread Conrad E. Meyer
Author: cem Date: Tue Aug 2 18:13:50 2016 New Revision: 303669 URL: https://svnweb.freebsd.org/changeset/base/303669 Log: proc_init: Fix a few memory leaks of 'phdl' In the normal case and correct failure cases, the 'phdl' pointer is passed to callers to use or clean up as needed.

svn commit: r303663 - head/sbin/pfctl

2016-08-02 Thread Kristof Provost
Author: kp Date: Tue Aug 2 15:41:42 2016 New Revision: 303663 URL: https://svnweb.freebsd.org/changeset/base/303663 Log: pfctl: Allow TOS bits to be cleared TOS value 0 is valid, so use 256 as an invalid value rather than zero. This allows users to enforce TOS == 0 with pf.

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

2016-08-02 Thread Alexey Dokuchaev
On Tue, Aug 02, 2016 at 10:03:20AM -0500, Pedro Giffuni wrote: > Hello; > > [...] > Thank you for the reports, this type of things make nice cases for the > test suite. > > There were good reasons this patch was not meant for 11.0-RELEASE. Given > it's the second regression and I am not

svn commit: r303662 - head/usr.bin/sed

2016-08-02 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 2 15:35:53 2016 New Revision: 303662 URL: https://svnweb.freebsd.org/changeset/base/303662 Log: sed(1): Revert r303047 "cleanup" and therefore r303572. While big, the change was meant to have no effect on behavior and instead so far we have found two

svn commit: r303661 - head/sys/arm64/arm64

2016-08-02 Thread Andrew Turner
Author: andrew Date: Tue Aug 2 15:26:46 2016 New Revision: 303661 URL: https://svnweb.freebsd.org/changeset/base/303661 Log: Remove trailing whitespace from the arm64 pmap Obtained from:ABT Systems Ltd MFC after:3 weeks Sponsored by: The FreeBSD Foundation Modified:

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

2016-08-02 Thread Pedro Giffuni
Hello; On 08/02/16 09:54, Guido Falsi wrote: On 08/02/16 16:17, Alexey Dokuchaev wrote: On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote: New Revision: 303047 URL: https://svnweb.freebsd.org/changeset/base/303047 Log: sed(1): Assorted cleanups and simplifications.

Unable to deliver your item, #0000844116

2016-08-02 Thread FedEx 2Day A.M.
Dear Customer, We could not deliver your parcel. Please, open email attachment to print shipment label. Yours sincerely, Kevin Perez, Sr. Operation Manager. ___ svn-src-head@freebsd.org mailing list

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

2016-08-02 Thread Guido Falsi
On 08/02/16 16:17, Alexey Dokuchaev wrote: > On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote: >> New Revision: 303047 >> URL: https://svnweb.freebsd.org/changeset/base/303047 >> >> Log: >> sed(1):Assorted cleanups and simplifications. >> >> Const-ify several variables,

svn commit: r303660 - in head/sys: boot/fdt/dts/riscv cddl/contrib/opensolaris/uts/common/sys cddl/dev/dtrace/riscv conf riscv/conf riscv/htif riscv/include riscv/riscv

2016-08-02 Thread Ruslan Bukin
Author: br Date: Tue Aug 2 14:50:14 2016 New Revision: 303660 URL: https://svnweb.freebsd.org/changeset/base/303660 Log: Update RISC-V port to Privileged Architecture Version 1.9. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified: head/sys/boot/fdt/dts/riscv/spike.dts

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

2016-08-02 Thread Alexey Dokuchaev
On Tue, Jul 19, 2016 at 10:56:40PM +, Pedro F. Giffuni wrote: > New Revision: 303047 > URL: https://svnweb.freebsd.org/changeset/base/303047 > > Log: > sed(1): Assorted cleanups and simplifications. > > Const-ify several variables, make it build cleanly with WARNS level 5. > >

Re: svn commit: r303650 - head/sys/opencrypto

2016-08-02 Thread Dag-Erling Smørgrav
Conrad Meyer writes: > I don't think this is security-related despite being a bug in > crypto-adjacent code. At best it's a DoS, I think. If it can be triggered remotely, it's a security issue. DES -- Dag-Erling Smørgrav - d...@des.no

Re: svn commit: r303264 - head/usr.bin/calendar/calendars/ru_RU.UTF-8

2016-08-02 Thread Andrey Chernov
On 02.08.2016 12:26, Gleb Smirnoff wrote: > You got your own commit access now, so please do it yourself if you > are confident enough about the change. I am not :) Really this date is in the middle, see http://bibliopskov.ru/4november.htm ___

Re: svn commit: r303264 - head/usr.bin/calendar/calendars/ru_RU.UTF-8

2016-08-02 Thread Gleb Smirnoff
On Mon, Jul 25, 2016 at 02:42:43PM +0300, Michael Zhilin wrote: M> Hi Gleb, Andrey, M> M> Could you please fix one more line in M> usr.bin/calendar/calendars/ru_RU.UTF-8/calendar.common: M> >> 7 нояб.День окт.ябрьской революции 1917 года Thanks to Andrey, he fixed. M> BTW, the line of

svn commit: r303656 - head/sys/netinet

2016-08-02 Thread Sepherosa Ziehau
Author: sephe Date: Tue Aug 2 06:36:47 2016 New Revision: 303656 URL: https://svnweb.freebsd.org/changeset/base/303656 Log: tcp/lro: Implement hash table for LRO entries. This significantly improves HTTP workload performance and reduces HTTP workload latency. Reviewed by: rrs,