svn commit: r314651 - in head/sys/modules: . 3dfx 3dfx_linux aac aac/aac_linux aacraid aacraid/aacraid_linux accf_data accf_dns accf_http acl_nfs4 acl_posix1e acpi/acpi_asus acpi/acpi_asus_wmi acpi...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 10:10:17 2017 New Revision: 314651 URL: https://svnweb.freebsd.org/changeset/base/314651 Log: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after:

svn commit: r314652 - in head/share: colldef ctypedef doc/atf doc/legal/intel_ipw doc/legal/intel_iwi doc/legal/intel_iwn doc/legal/intel_wpi doc/legal/realtek doc/llvm doc/llvm/clang doc/smm/08.se...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:26:40 2017 New Revision: 314652 URL: https://svnweb.freebsd.org/changeset/base/314652 Log: share: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314658 - in head/secure: . lib lib/libcrypto lib/libcrypto/engines lib/libssh

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:35:30 2017 New Revision: 314658 URL: https://svnweb.freebsd.org/changeset/base/314658 Log: crypto: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314653 - in head/libexec: atrun dma ftpd hyperv mail.local smrsh talkd tcpd telnetd tftp-proxy ypxfr

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:28:03 2017 New Revision: 314653 URL: https://svnweb.freebsd.org/changeset/base/314653 Log: libexec: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314647 - head/sys/compat/linux

2017-03-04 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 4 08:57:39 2017 New Revision: 314647 URL: https://svnweb.freebsd.org/changeset/base/314647 Log: Remove attribute __packed from some IPC struct definition since Linuxulator is x86 only. The only notable differences in algnment for an LP64 64-bit system when

svn commit: r314649 - head/lib/msun/tests

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 09:16:51 2017 New Revision: 314649 URL: https://svnweb.freebsd.org/changeset/base/314649 Log: Convert lib/msun/ctrig_test from TAP to ATF This is being done as a precursor for work needed to annontate failing testcases with clang 4.0+. MFC after:1

svn commit: r314650 - head/lib/msun/tests

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 10:07:46 2017 New Revision: 314650 URL: https://svnweb.freebsd.org/changeset/base/314650 Log: Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6. - Staticize variables. - Use nitems liberally. Wherever nitems is used, use unsigned integers -

svn commit: r314656 - in head/sbin: atm/atmconfig bsdlabel decryptcore dhclient/tests etherswitchcfg fdisk ffsinfo fsck_ffs fsck_msdosfs fsdb gbde geom/class geom/class/cache geom/class/concat geom...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:33:01 2017 New Revision: 314656 URL: https://svnweb.freebsd.org/changeset/base/314656 Log: sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/slc

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:34:36 2017 New Revision: 314657 URL: https://svnweb.freebsd.org/changeset/base/314657 Log: kerberos5: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC

svn commit: r314644 - head/sys/modules/geom/geom_uzip

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 08:28:33 2017 New Revision: 314644 URL: https://svnweb.freebsd.org/changeset/base/314644 Log: Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/sys/modules/geom/geom_uzip/Makefile

svn commit: r314646 - head/sys/dev/syscons

2017-03-04 Thread Bruce Evans
Author: bde Date: Sat Mar 4 08:47:31 2017 New Revision: 314646 URL: https://svnweb.freebsd.org/changeset/base/314646 Log: Implement ec_putc() (emergency kernel [syscons] console putc()) and use it in emergency in sc_cnputc(). Locking fixes in sc_cnputc() previously turned off normal

svn commit: r314645 - head/sys/modules/nvme

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 08:46:57 2017 New Revision: 314645 URL: https://svnweb.freebsd.org/changeset/base/314645 Log: Fix "make depend" with nvme.ko: add opt_cam.h to SRCS MFC after:1 week X-MFC with: r301778 Sponsored by: Dell EMC Isilon Modified:

svn commit: r314648 - head/sys/compat/linux

2017-03-04 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 4 08:59:21 2017 New Revision: 314648 URL: https://svnweb.freebsd.org/changeset/base/314648 Log: Style(9). MFC after:1 month Modified: head/sys/compat/linux/linux_ipc.c Modified: head/sys/compat/linux/linux_ipc.c

svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconver...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:30:04 2017 New Revision: 314654 URL: https://svnweb.freebsd.org/changeset/base/314654 Log: cddl: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output While here, remove bogus CFLAGS which look for headers in

svn commit: r314655 - in head/bin: csh df freebsd-version rmail sh

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:31:08 2017 New Revision: 314655 URL: https://svnweb.freebsd.org/changeset/base/314655 Log: bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314659 - in head/usr.sbin: acpi amd amd/amd amd/libamu ancontrol audit auditd auditdistd auditreduce authpf autofs bhyvectl bhyveload bluetooth bluetooth/bthidcontrol bluetooth/rfcomm_...

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 11:38:03 2017 New Revision: 314659 URL: https://svnweb.freebsd.org/changeset/base/314659 Log: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output MFC after:1 month Sponsored by: Dell EMC Isilon

svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Pedro F. Giffuni
Author: pfg Date: Sat Mar 4 15:04:17 2017 New Revision: 314669 URL: https://svnweb.freebsd.org/changeset/base/314669 Log: Drop i486 from the default i386 GENERIC kernel configuration. 80486 production was stopped by Intel on September 2007. Dropping the 486 configuration option from the

svn commit: r314670 - head

2017-03-04 Thread Pedro F. Giffuni
: ** +20170304: + Support for i486 has been dropped from the defauilt GENERIC i386 + kernel. Users of such old processors can still build custom kernels + or can upgrade the processor. + 20170302: Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 4.0.0

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Rodney W. Grimes
What is ${.CURDIR:H:H} ? Yes that seems to work but now we are obscuring ../.. into makefile syntax magic, probably not a grand idea. > Author: ngie > Date: Sat Mar 4 11:34:36 2017 > New Revision: 314657 > URL: https://svnweb.freebsd.org/changeset/base/314657 > > Log: > kerberos5:

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Pedro Giffuni
On 03/04/17 10:04, Pedro F. Giffuni wrote: Author: pfg Date: Sat Mar 4 15:04:17 2017 New Revision: 314669 URL: https://svnweb.freebsd.org/changeset/base/314669 Log: Drop i486 from the default i386 GENERIC kernel configuration. 80486 production was stopped by Intel on September 2007.

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Pedro Giffuni
On 03/04/17 10:32, Slawa Olhovchenkov wrote: On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote: Author: pfg Date: Sat Mar 4 15:04:17 2017 New Revision: 314669 URL: https://svnweb.freebsd.org/changeset/base/314669 Log: Drop i486 from the default i386 GENERIC kernel

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: ngie > Date: Sat Mar 4 11:30:04 2017 > New Revision: 314654 > URL: https://svnweb.freebsd.org/changeset/base/314654 > > Log: > cddl: normalize paths using SRCTOP-relative paths or :H when possible > > This simplifies make logic/output

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Slawa Olhovchenkov
On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Sat Mar 4 15:04:17 2017 > New Revision: 314669 > URL: https://svnweb.freebsd.org/changeset/base/314669 > > Log: > Drop i486 from the default i386 GENERIC kernel configuration. > > 80486 production was

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Rodney W. Grimes
> On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote: > > > Author: pfg > > Date: Sat Mar 4 15:04:17 2017 > > New Revision: 314669 > > URL: https://svnweb.freebsd.org/changeset/base/314669 > > > > Log: > > Drop i486 from the default i386 GENERIC kernel configuration. > > > >

svn commit: r314666 - head/sys/dev/ioat

2017-03-04 Thread Andriy Gapon
Author: avg Date: Sat Mar 4 12:51:57 2017 New Revision: 314666 URL: https://svnweb.freebsd.org/changeset/base/314666 Log: ioat: don't specify inline for function with variable argument list Modern GCC and Clang simply ignore the qualifier, while the old base GCC produces a warning

Re: svn commit: r314527 - in head: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypto/op

2017-03-04 Thread Allan Jude
On March 4, 2017 3:46:49 AM GMT+09:00, "Dag-Erling Smørgrav" wrote: >Ed Maste writes: >> If you don't want to use Phabricator, I'd ask that you consider >> removing your account. > >I didn't realize that was an option. And I wonder what will happen to >existing

Re: svn commit: r314666 - head/sys/dev/ioat

2017-03-04 Thread Andriy Gapon
On 04/03/2017 14:51, Andriy Gapon wrote: > Author: avg > Date: Sat Mar 4 12:51:57 2017 > New Revision: 314666 > URL: https://svnweb.freebsd.org/changeset/base/314666 > > Log: > ioat: don't specify inline for function with variable argument list > > Modern GCC and Clang simply ignore the

svn commit: r314671 - head/sbin/newfs_nandfs

2017-03-04 Thread Conrad Meyer
Author: cem Date: Sat Mar 4 16:59:55 2017 New Revision: 314671 URL: https://svnweb.freebsd.org/changeset/base/314671 Log: newfs_nandfs: Fix unaligned pointer warning PR: 217532 Submitted by: Trond Endrestol Modified: head/sbin/newfs_nandfs/newfs_nandfs.c Modified:

svn commit: r314672 - head/sys/arm/broadcom/bcm2835

2017-03-04 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 4 17:34:36 2017 New Revision: 314672 URL: https://svnweb.freebsd.org/changeset/base/314672 Log: [rpi] rpi3 should use the same cpufreq logic as rpi2, not rpi-b RPi3 cpufreq is more like that on RPi2. Setting arm frequency above min (say, "sysctl

Re: svn commit: r314604 - in head/sys/compat/linuxkpi/common: include/linux src

2017-03-04 Thread Ed Maste
On 3 March 2017 at 11:28, Hans Petter Selasky wrote: > Author: hselasky > Date: Fri Mar 3 16:28:03 2017 > New Revision: 314604 > URL: https://svnweb.freebsd.org/changeset/base/314604 > > Log: > Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK. >From

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread John Baldwin
On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: > > On 03/04/17 10:32, Slawa Olhovchenkov wrote: > > On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote: > > > >> Author: pfg > >> Date: Sat Mar 4 15:04:17 2017 > >> New Revision: 314669 > >> URL:

Re: svn commit: r314604 - in head/sys/compat/linuxkpi/common: include/linux src

2017-03-04 Thread Hans Petter Selasky
On 03/04/17 20:27, Ed Maste wrote: On 3 March 2017 at 11:28, Hans Petter Selasky wrote: Author: hselasky Date: Fri Mar 3 16:28:03 2017 New Revision: 314604 URL: https://svnweb.freebsd.org/changeset/base/314604 Log: Update the LinuxKPI RCU and SRCU wrappers for the

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Ngie Cooper (yaneurabeya)
> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya) > wrote: ... > I care about this for the reasons brewery posted, but I also care because it > slows down my terminal output and it bloats my disk with typescript logs that > contain unnecessary information. And

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Konstantin Belousov
On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote: > > > Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha > > scritto: > > > > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: > >> > >> On 03/04/17 10:32, Slawa Olhovchenkov wrote: > >>> On Sat,

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Rodney W. Grimes
> > > On Mar 4, 2017, at 13:43, Warner Losh wrote: > > > >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote: > >>> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote: > >>> -- Start of PGP signed section. > >>> [ Charset windows-1252 unsupported,

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Pedro Giffuni
On 3/4/2017 5:51 PM, John Baldwin wrote: On Saturday, March 04, 2017 03:49:52 PM Pedro Giffuni wrote: Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha scritto: On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: On 03/04/17 10:32, Slawa Olhovchenkov wrote:

svn commit: r314694 - head/share/examples/bhyve

2017-03-04 Thread Rodney W. Grimes
Author: rgrimes Date: Sun Mar 5 05:02:13 2017 New Revision: 314694 URL: https://svnweb.freebsd.org/changeset/base/314694 Log: Make vmrun.sh passthrough -u and -w to bhybe PR: 214273 Submitted by: Martin Birgmeier Approved by: grehan MFC after:1 week

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Bryan Drewery
On 3/4/2017 7:20 AM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: ngie >> Date: Sat Mar 4 11:30:04 2017 >> New Revision: 314654 >> URL: https://svnweb.freebsd.org/changeset/base/314654 >> >> Log: >> cddl: normalize paths using SRCTOP-relative paths or :H

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Bryan Drewery
On 3/4/2017 12:20 PM, Rodney W. Grimes wrote: > -- Start of PGP signed section. > [ Charset windows-1252 unsupported, converting... ] >> On 3/4/2017 7:34 AM, Rodney W. Grimes wrote: >>> What is ${.CURDIR:H:H} ? Yes that seems to work but now we are >>> obscuring >>> ../.. into makefile

svn commit: r314681 - head/sys/dev/uart

2017-03-04 Thread Ian Lepore
Author: ian Date: Sat Mar 4 21:47:43 2017 New Revision: 314681 URL: https://svnweb.freebsd.org/changeset/base/314681 Log: Fix bugs exposed by the recent enabling of FIFOs in the pl011 uart. These have been in the code all along, but were masked by having a fifo depth of one byte at the

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Bruce Evans
On Sat, 4 Mar 2017, John Baldwin wrote: On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: On 03/04/17 10:32, Slawa Olhovchenkov wrote: On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote: Author: pfg Date: Sat Mar 4 15:04:17 2017 New Revision: 314669 URL:

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Ngie Cooper
> On Mar 4, 2017, at 13:43, Warner Losh wrote: > >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote: >>> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote: >>> -- Start of PGP signed section. >>> [ Charset windows-1252 unsupported, converting... ] > On

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread John Baldwin
On Saturday, March 04, 2017 11:16:11 PM Konstantin Belousov wrote: > On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote: > > The number came out from an old posting involving buildworld times, which I > > can???t find now :(. > > Things seem to have changed a lot: it was surely using

svn commit: r314686 - in head/bin/sh: . tests/expansion

2017-03-04 Thread Jilles Tjoelker
Author: jilles Date: Sat Mar 4 22:58:34 2017 New Revision: 314686 URL: https://svnweb.freebsd.org/changeset/base/314686 Log: sh: Fix crash if a -T trap is taken during command substitution. Code like t=$(stat -f %m "$file") segfaulted if -T was active and a trap was taken while the

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread John Baldwin
On Sunday, March 05, 2017 09:13:05 AM Bruce Evans wrote: > On Sat, 4 Mar 2017, John Baldwin wrote: > I think all the removal does on a plain 486 is move a runtime test so that > 486 CPUs no longer pass it, causing a panic for an "unsupported" CPU that > would work except the panic, and prevent

Re: svn commit: r314685 - head/bin/ps

2017-03-04 Thread Ed Schouten
Hi Conrad, 2017-03-04 23:38 GMT+01:00 Conrad Meyer : > Log: > ps(1): Only detect terminal width if stdout is a tty Nice! > Modified: head/bin/ps/ps.c > == > --- head/bin/ps/ps.cSat Mar 4

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread John Baldwin
On Saturday, March 04, 2017 03:49:52 PM Pedro Giffuni wrote: > > > Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha > > scritto: > > > > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: > >> > >> On 03/04/17 10:32, Slawa Olhovchenkov wrote: > >>> On Sat,

svn commit: r314692 - head/share/misc

2017-03-04 Thread Rodney W. Grimes
Author: rgrimes Date: Sun Mar 5 04:02:47 2017 New Revision: 314692 URL: https://svnweb.freebsd.org/changeset/base/314692 Log: Move me from Alumni to active src committer. Promote Peter Grehan to a brother of day1 by adding Peter Grehan (grehan) as my mentor. Reviewed by: gjb

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Ngie Cooper (yaneurabeya)
> On Mar 4, 2017, at 12:39, Rodney W. Grimes > wrote: > > -- Start of PGP signed section. > [ Charset windows-1252 unsupported, converting... ] >> On 3/4/2017 7:20 AM, Rodney W. Grimes wrote: >>> [ Charset UTF-8 unsupported, converting... ] Author: ngie

svn commit: r314682 - head/sys/dev/uart

2017-03-04 Thread Ian Lepore
Author: ian Date: Sat Mar 4 22:00:05 2017 New Revision: 314682 URL: https://svnweb.freebsd.org/changeset/base/314682 Log: Reconfigure the fifo watermark levels on the pl011 uart to interrupt when the fifos are 3/4 full (rc) or empty (tx). Modified: head/sys/dev/uart/uart_dev_pl011.c

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

2017-03-04 Thread Rodney W. Grimes
Author: rgrimes Date: Sun Mar 5 03:58:57 2017 New Revision: 314691 URL: https://svnweb.freebsd.org/changeset/base/314691 Log: Document 3 more src/ directories Approved by: grehan(mentor) MFC after:1 week Verified by: igor (same errors before and after) Modified:

svn commit: r314699 - in head/sys: dev/extres/clk kern sys

2017-03-04 Thread Emmanuel Vadot
Author: manu Date: Sun Mar 5 07:13:29 2017 New Revision: 314699 URL: https://svnweb.freebsd.org/changeset/base/314699 Log: Export a sysctl dev...clocks for each clock domain containing all the clocks that they provide. Each clocks are exported under the node 'clock.' and have the

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset windows-1252 unsupported, converting... ] > On 3/4/2017 7:34 AM, Rodney W. Grimes wrote: > > What is ${.CURDIR:H:H} ? Yes that seems to work but now we are > > obscuring > > ../.. into makefile syntax magic, probably not a grand idea. > > > > It

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Pedro Giffuni
> Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha > scritto: > > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: >> >> On 03/04/17 10:32, Slawa Olhovchenkov wrote: >>> On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote: >>> Author: pfg

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

2017-03-04 Thread Conrad Meyer
Author: cem Date: Sat Mar 4 20:46:57 2017 New Revision: 314677 URL: https://svnweb.freebsd.org/changeset/base/314677 Log: fts: Fix a potential memory leak in error case Dan Krejsa reports a potential memory leak in an fts_build error case, detected by Coverity. (It doesn't seem to show

svn commit: r314693 - head/usr.sbin/rmt

2017-03-04 Thread Rodney W. Grimes
Author: rgrimes Date: Sun Mar 5 04:09:18 2017 New Revision: 314693 URL: https://svnweb.freebsd.org/changeset/base/314693 Log: Change /etc/rmt symlink from absolute to relative path, correcting the mistake made in r6499 Approved by: grehan MFC after:1 week Modified:

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset windows-1252 unsupported, converting... ] > On 3/4/2017 7:20 AM, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: ngie > >> Date: Sat Mar 4 11:30:04 2017 > >> New Revision: 314654 > >> URL:

Re: svn commit: r314676 - in head/usr.sbin/amd: amd libamu

2017-03-04 Thread Cy Schubert
In message <201703042035.v24kzyuv058...@repo.freebsd.org>, Ngie Cooper writes: > Author: ngie > Date: Sat Mar 4 20:35:34 2017 > New Revision: 314676 > URL: https://svnweb.freebsd.org/changeset/base/314676 > > Log: > Fix build after r314656 > > Some of the changes I introduced to use

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Ian Lepore
On Sat, 2017-03-04 at 15:49 -0500, Pedro Giffuni wrote: > > > > Il giorno 04 mar 2017, alle ore 14:43, John Baldwin > g> ha scritto: > > > > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote: > > > > > > > > > On 03/04/17 10:32, Slawa Olhovchenkov wrote: > > > > >

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Warner Losh
On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote: > On 3/4/2017 12:20 PM, Rodney W. Grimes wrote: >> -- Start of PGP signed section. >> [ Charset windows-1252 unsupported, converting... ] >>> On 3/4/2017 7:34 AM, Rodney W. Grimes wrote: What is ${.CURDIR:H:H} ?

svn commit: r314687 - head/sys/dev/iwn

2017-03-04 Thread Andriy Voskoboinyk
Author: avos Date: Sat Mar 4 23:07:54 2017 New Revision: 314687 URL: https://svnweb.freebsd.org/changeset/base/314687 Log: iwn: drop 'channel' parameter from iwn*_set_txpower() For 4965 just extract 'is_chan_5ghz' flag from the RXON structure (like it was done in r281287); for others it

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Ngie Cooper (yaneurabeya)
> On Mar 4, 2017, at 12:46, Ngie Cooper (yaneurabeya) > wrote: > > >> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya) >> wrote: > > ... >> I care about this for the reasons brewery posted, but I also care because it >> slows down my

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Rodney W. Grimes
> > > On Mar 4, 2017, at 12:46, Ngie Cooper (yaneurabeya) > > wrote: > > > > > >> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya) > >> wrote: > > > > ... > >> I care about this for the reasons brewery posted, but I also care because > >>

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-04 Thread Bryan Drewery
On 3/4/2017 1:04 PM, Rodney W. Grimes wrote: >> >>> On Mar 4, 2017, at 12:46, Ngie Cooper (yaneurabeya) >>> wrote: >>> >>> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya) wrote: >>> >>> ... I care about this for the reasons

svn commit: r314685 - head/bin/ps

2017-03-04 Thread Conrad Meyer
Author: cem Date: Sat Mar 4 22:38:10 2017 New Revision: 314685 URL: https://svnweb.freebsd.org/changeset/base/314685 Log: ps(1): Only detect terminal width if stdout is a tty If stdout isn't a tty, use unlimited width output rather than truncating to 79 characters. This is helpful for

svn commit: r314675 - head/sys/compat/linuxkpi/common/include/linux

2017-03-04 Thread Hans Petter Selasky
Author: hselasky Date: Sat Mar 4 20:06:47 2017 New Revision: 314675 URL: https://svnweb.freebsd.org/changeset/base/314675 Log: Remove duplicate prototype in the LinuxKPI to fix compilation warning. Reported by: emaste @ MFC after:1 week Sponsored by:

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Bryan Drewery
On 3/4/2017 7:34 AM, Rodney W. Grimes wrote: > What is ${.CURDIR:H:H} ? Yes that seems to work but now we are obscuring > ../.. into makefile syntax magic, probably not a grand idea. > It just trims off the last directory component. This both reduces namecache lookups, lessens the amount

svn commit: r314676 - in head/usr.sbin/amd: amd libamu

2017-03-04 Thread Ngie Cooper
Author: ngie Date: Sat Mar 4 20:35:34 2017 New Revision: 314676 URL: https://svnweb.freebsd.org/changeset/base/314676 Log: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't

Re: svn commit: r314687 - head/sys/dev/iwn

2017-03-04 Thread Adrian Chadd
hihi! So the eventualy-ish attention is that if someone wanted to finish p2p/tdls support they could use this function for either context. But it don't think the feature was ever finished, because we don't have p2p/tdls support yet. Well, yet. It's coming. :) -adrian On 4 March 2017 at

Re: svn commit: r314687 - head/sys/dev/iwn

2017-03-04 Thread Andriy Voskoboinyk
Sun, 05 Mar 2017 02:37:09 +0200 було написано Adrian Chadd : Hi! Actually, the intention is simpler - redo all the work for wpi(4) here to bring in everything what it can - ad-hoc, hostap, aes-ccm etc hihi! So the eventualy-ish attention is that if someone wanted to

Re: svn commit: r314685 - head/bin/ps

2017-03-04 Thread Conrad Meyer
On Sat, Mar 4, 2017 at 6:50 PM, Bruce Evans wrote: >> Author: cem >> Date: Sat Mar 4 22:38:10 2017 >> New Revision: 314685 >> URL: https://svnweb.freebsd.org/changeset/base/314685 >> >> Log: >> ps(1): Only detect terminal width if stdout is a tty >> >> If stdout isn't a

Re: svn commit: r314685 - head/bin/ps

2017-03-04 Thread Bruce Evans
On Sat, 4 Mar 2017, Conrad Meyer wrote: On Sat, Mar 4, 2017 at 6:50 PM, Bruce Evans wrote: Author: cem Date: Sat Mar 4 22:38:10 2017 New Revision: 314685 URL: https://svnweb.freebsd.org/changeset/base/314685 Log: ps(1): Only detect terminal width if stdout is a tty

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Konstantin Belousov
On Sat, Mar 04, 2017 at 02:54:56PM -0800, John Baldwin wrote: > On Saturday, March 04, 2017 11:16:11 PM Konstantin Belousov wrote: > > On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote: > > > The number came out from an old posting involving buildworld times, which > > > I can???t

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Baptiste Daroussin
On Sat, Mar 04, 2017 at 05:16:49PM -0700, Warner Losh wrote: > On Sat, Mar 4, 2017 at 3:32 PM, Rodney W. Grimes > wrote: > >> > >> > On Mar 4, 2017, at 13:43, Warner Losh wrote: > >> > > >> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery

Re: svn commit: r314669 - head/sys/i386/conf

2017-03-04 Thread Bruce Evans
On Sun, 5 Mar 2017, Konstantin Belousov wrote: On Sat, Mar 04, 2017 at 02:54:56PM -0800, John Baldwin wrote: On Saturday, March 04, 2017 11:16:11 PM Konstantin Belousov wrote: On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote: The number came out from an old posting involving

svn commit: r314690 - in head: share/man/man5 sys/conf sys/fs/procfs sys/modules/procfs

2017-03-04 Thread Eric Badger
Author: badger Date: Sun Mar 5 03:05:24 2017 New Revision: 314690 URL: https://svnweb.freebsd.org/changeset/base/314690 Log: remove procfs ctl interface This interface has no in-tree consumers and has been more or less non-functional for several releases. Remove manpage note that

Re: svn commit: r314685 - head/bin/ps

2017-03-04 Thread Bruce Evans
On Sat, 4 Mar 2017, Conrad Meyer wrote: Author: cem Date: Sat Mar 4 22:38:10 2017 New Revision: 314685 URL: https://svnweb.freebsd.org/changeset/base/314685 Log: ps(1): Only detect terminal width if stdout is a tty If stdout isn't a tty, use unlimited width output rather than truncating to

Re: svn commit: r314685 - head/bin/ps

2017-03-04 Thread Conrad Meyer
Hi Ed, On Sat, Mar 4, 2017 at 2:58 PM, Ed Schouten wrote: >> @@ -194,6 +194,8 @@ main(int argc, char *argv[]) >> >> if ((cols = getenv("COLUMNS")) != NULL && *cols != '\0') >> termwidth = atoi(cols); >> + else if (!isatty(STDOUT_FILENO)) >> +

Re: svn commit: r314657 - in head/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tools/sl

2017-03-04 Thread Warner Losh
On Sat, Mar 4, 2017 at 3:32 PM, Rodney W. Grimes wrote: >> >> > On Mar 4, 2017, at 13:43, Warner Losh wrote: >> > >> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery >> >> wrote: >> >>> On 3/4/2017 12:20 PM, Rodney W.

svn commit: r314700 - head/sys/x86/x86

2017-03-04 Thread Andriy Gapon
Author: avg Date: Sun Mar 5 07:46:48 2017 New Revision: 314700 URL: https://svnweb.freebsd.org/changeset/base/314700 Log: mca: fix up couple of issues introduced with amd thresholding in r314636 1. There a was a typo in one place where the processor family is checked (16 vs 0x16).