Re: svn commit: r318336 - head/sys/arm/mv

2017-05-16 Thread Michal Meloun
On 16.05.2017 6:47, Luiz Otavio O Souza wrote: > Author: loos > Date: Tue May 16 04:47:50 2017 > New Revision: 318336 > URL: https://svnweb.freebsd.org/changeset/base/318336 > > Log: > Add the SDHCI Address Decoder registers and routines for ARMADA 38X. > > Tested on: ClearFog Pro > Re

Re: svn commit: r318364 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/saved contrib/libxo/xo lib/li

2017-05-16 Thread Phil Shafer
"Ngie Cooper (yaneurabeya)" writes: >> URL: https://svnweb.freebsd.org/changeset/base/318364 >Relnotes: yes >Also, what does this upgrade entail, in terms of new features/risk? It's all documentation and minor fixes (213478, 204651). There is also a fix for using "int"s to keep buffer offsets (#5

svn commit: r318389 - in head/sys: amd64/amd64 arm/arm arm/include crypto/des ddb dev/cs dev/ixgb dev/lge dev/mse dev/my dev/pcn dev/ppbus dev/ppc dev/qlxgb dev/qlxgbe dev/qlxge dev/rl dev/sound/pc...

2017-05-16 Thread Ed Maste
Author: emaste Date: Wed May 17 00:34:34 2017 New Revision: 318389 URL: https://svnweb.freebsd.org/changeset/base/318389 Log: Remove register keyword from sys/ and ANSIfy prototypes A long long time ago the register keyword told the compiler to store the corresponding variable in a CPU re

Re: svn commit: r318364 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/saved contrib/libxo/xo lib/li

2017-05-16 Thread Ngie Cooper (yaneurabeya)
> On May 16, 2017, at 11:46, Phil Shafer wrote: > > Author: phil > Date: Tue May 16 18:46:56 2017 > New Revision: 318364 > URL: https://svnweb.freebsd.org/changeset/base/318364 > > Log: > Import libxo-0.7.2; add xo_options.7. > > Submitted by:phil > Reviewed by: sjg > Approved by:

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

2017-05-16 Thread John Baldwin
Author: jhb Date: Tue May 16 23:31:52 2017 New Revision: 318388 URL: https://svnweb.freebsd.org/changeset/base/318388 Log: Add sglist_append_sglist(). This function permits a range of one scatter/gather list to be appended to another sglist. This can be used to construct a scatter/gather

svn commit: r318387 - head/sys/dev/cxgbe

2017-05-16 Thread John Baldwin
Author: jhb Date: Tue May 16 23:18:50 2017 New Revision: 318387 URL: https://svnweb.freebsd.org/changeset/base/318387 Log: Add support for child devices that aren't ports. Invoke any identify routines of child drivers during attach before attaching children, and delete any remaining devic

svn commit: r318386 - head/share/man/man7

2017-05-16 Thread John Baldwin
Author: jhb Date: Tue May 16 23:15:40 2017 New Revision: 318386 URL: https://svnweb.freebsd.org/changeset/base/318386 Log: Note that the first release of FreeBSD/alpha was 3.2. Alpha is explicitly mentioned in the release announcements beginning with 3.2. Modified: head/share/man/man7/

svn commit: r318385 - head/bin/sh

2017-05-16 Thread Jilles Tjoelker
Author: jilles Date: Tue May 16 21:54:51 2017 New Revision: 318385 URL: https://svnweb.freebsd.org/changeset/base/318385 Log: sh: Simplify output buffering. Similarly to how STPUTC was changed, change struct output to store the pointer just past the end of the available space instead of t

svn commit: r318383 - head/sys/dev/qlnx/qlnxe

2017-05-16 Thread David C Somayajulu
Author: davidcs Date: Tue May 16 21:46:30 2017 New Revision: 318383 URL: https://svnweb.freebsd.org/changeset/base/318383 Log: QL_DPRINT macro modfied to handle multiple args; print line#. Submitted by:shminderjit.si...@cavium.com MFC after:3 days Modified: head/sys/dev/qlnx/qlnxe/qlnx

svn commit: r318382 - in head/sys: dev/qlnx/qlnxe modules/qlnx/qlnxe

2017-05-16 Thread David C Somayajulu
Author: davidcs Date: Tue May 16 21:34:40 2017 New Revision: 318382 URL: https://svnweb.freebsd.org/changeset/base/318382 Log: 1. Move Rx Processing to fp_taskqueue(). With this CPU utilization for processing interrupts drops to around 1% for 100G and under 1% for other speeds. 2. Use sysctls

Re: svn commit: r317732 - head/usr.bin/truss

2017-05-16 Thread Michael Tuexen
> On 16. May 2017, at 20:28, John Baldwin wrote: > > On Wednesday, May 03, 2017 09:23:14 AM Michael Tuexen wrote: >> Author: tuexen >> Date: Wed May 3 09:23:13 2017 >> New Revision: 317732 >> URL: https://svnweb.freebsd.org/changeset/base/317732 >> >> Log: >> Decode the third argument of socke

svn commit: r318380 - head/libexec/rtld-elf

2017-05-16 Thread Konstantin Belousov
Author: kib Date: Tue May 16 19:53:38 2017 New Revision: 318380 URL: https://svnweb.freebsd.org/changeset/base/318380 Log: Pretend that there is some security when executing in direct mode. Do not allow direct exec if we the process is suid. Try to follow Unix permission checks for DACs,

svn commit: r318366 - head/sbin/newfs_msdos

2017-05-16 Thread Ed Maste
Author: emaste Date: Tue May 16 19:03:26 2017 New Revision: 318366 URL: https://svnweb.freebsd.org/changeset/base/318366 Log: newfs_msdos: clarify description of -T (timestamp) option Submitted by: Siva Mahadevan Reported by: Daniel Shahaf Reviewed by: emaste Sponsored by: The Fre

svn commit: r318364 - in head: contrib/libxo contrib/libxo/doc contrib/libxo/libxo contrib/libxo/tests/core contrib/libxo/tests/core/saved contrib/libxo/tests/gettext/saved contrib/libxo/xo lib/lib...

2017-05-16 Thread Phil Shafer
Author: phil Date: Tue May 16 18:46:56 2017 New Revision: 318364 URL: https://svnweb.freebsd.org/changeset/base/318364 Log: Import libxo-0.7.2; add xo_options.7. Submitted by: phil Reviewed by: sjg Approved by: sjg (mentor) Added: head/contrib/libxo/libxo/xo_options.7 - copied

svn commit: r318363 - in head/contrib: atf/atf-c/detail netbsd-tests/lib/libc/sys

2017-05-16 Thread John Baldwin
Author: jhb Date: Tue May 16 18:42:44 2017 New Revision: 318363 URL: https://svnweb.freebsd.org/changeset/base/318363 Log: Skip tests depending on coredumps if coredumps are disabled via kern.coredump. The kern.coredump sysctl can be set to 0 to disable coredumps. Skip the 'status_coredu

svn commit: r318360 - head/sys/sys

2017-05-16 Thread John Baldwin
Author: jhb Date: Tue May 16 18:39:23 2017 New Revision: 318360 URL: https://svnweb.freebsd.org/changeset/base/318360 Log: Fix p_endcopy. For p_endcopy to work correctly, it must be the name of the next element in struct proc after the end of the copy region, not the name of the last el

Re: svn commit: r317732 - head/usr.bin/truss

2017-05-16 Thread John Baldwin
On Wednesday, May 03, 2017 09:23:14 AM Michael Tuexen wrote: > Author: tuexen > Date: Wed May 3 09:23:13 2017 > New Revision: 317732 > URL: https://svnweb.freebsd.org/changeset/base/317732 > > Log: > Decode the third argument of socket(). This is not quite right for sockets that aren't PF_INET

svn commit: r318359 - head/sys/dev/bnxt

2017-05-16 Thread Sean Bruno
Author: sbruno Date: Tue May 16 18:05:34 2017 New Revision: 318359 URL: https://svnweb.freebsd.org/changeset/base/318359 Log: Add version tag to the driver. Start at version 1.0.0.0 Submitted by: bhargava.marre...@broadcom.com Reviewed by: venkatkumar.duvv...@broadcom.com Differen

svn commit: r318356 - in head: lib/libstand sys/boot/i386/pxeldr

2017-05-16 Thread Toomas Soome
Author: tsoome Date: Tue May 16 17:35:05 2017 New Revision: 318356 URL: https://svnweb.freebsd.org/changeset/base/318356 Log: libstand: increase nfs max read size to 16k With ip fragment reassembly implemented, it makes sense to allow larger nfs reads. Note due to loader heap size limit,

svn commit: r318355 - head/sbin/newfs_msdos

2017-05-16 Thread Ed Maste
Author: emaste Date: Tue May 16 17:04:50 2017 New Revision: 318355 URL: https://svnweb.freebsd.org/changeset/base/318355 Log: newfs_msdos: add -T (timestamp) option for reproducible builds This includes some whitespace and minor bug fixes relative to NetBSD, which will be submitted upstre

Re: svn commit: r318354 - head/sys/amd64/amd64

2017-05-16 Thread Ngie Cooper (yaneurabeya)
> On May 16, 2017, at 9:20 AM, Conrad Meyer wrote: > > Author: cem > Date: Tue May 16 16:20:22 2017 > New Revision: 318354 > URL: https://svnweb.freebsd.org/changeset/base/318354 > > Log: > Correct page frame mask constant used in pmap_change_attr_locked > > This was introduced in r290156.

svn commit: r318354 - head/sys/amd64/amd64

2017-05-16 Thread Conrad Meyer
Author: cem Date: Tue May 16 16:20:22 2017 New Revision: 318354 URL: https://svnweb.freebsd.org/changeset/base/318354 Log: Correct page frame mask constant used in pmap_change_attr_locked This was introduced in r290156. It's present in 11.0, but not any 10.x release unless someone decide

svn commit: r318353 - in head/sys: arm/arm arm64/arm64 mips/mips x86/x86

2017-05-16 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 16 14:21:37 2017 New Revision: 318353 URL: https://svnweb.freebsd.org/changeset/base/318353 Log: Avoid use of contiguous memory allocations in busdma when possible. This patch improves the boundary checks in busdma to allow more cases using the regular page

svn commit: r318352 - head/libexec/rtld-elf

2017-05-16 Thread Jonathan Anderson
Author: jonathan Date: Tue May 16 13:27:44 2017 New Revision: 318352 URL: https://svnweb.freebsd.org/changeset/base/318352 Log: Rename rtld's parse_libdir to parse_integer. This is a more accurate name, as the integer doesn't have to be a library directory descriptor. It is also a prerequ