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

2017-01-19 Thread Bruce Evans
On Fri, 20 Jan 2017, Bruce Evans wrote: On Fri, 20 Jan 2017, Antoine Brodin wrote: sed -i no longer works on symlinks which breaks lots of ports. Please revert and request an exp-run. sed() doesn't seem to actually understand symlinks (it has no flag like -h to prevent following them when ope

svn commit: r312522 - head/sys/net80211

2017-01-19 Thread Adrian Chadd
Author: adrian Date: Fri Jan 20 07:43:40 2017 New Revision: 312522 URL: https://svnweb.freebsd.org/changeset/base/312522 Log: [net80211] allow for MCS16-23 to be statically configured. Tested: * AR9380, STA mode Modified: head/sys/net80211/ieee80211_ioctl.c Modified: head/sys/net80

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

2017-01-19 Thread Ngie Cooper (yaneurabeya)
> On Jan 19, 2017, at 22:59, Xin Li wrote: … > There are other issues with previous behavior, for instance, the file > would inherit permissions from the symlink itself, while a more sensible > behavior would be to use the permissions on the symlink target. > > But I think it's reasonable to r

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

2017-01-19 Thread Ngie Cooper (yaneurabeya)
> On Jan 19, 2017, at 23:27, Xin Li wrote: > > > > On 1/19/17 23:13, Ngie Cooper (yaneurabeya) wrote: >> >>> On Jan 19, 2017, at 22:45, Xin LI wrote: >>> >>> Author: delphij >>> Date: Fri Jan 20 06:45:06 2017 >>> New Revision: 312519 >>> URL: https://svnweb.freebsd.org/changeset/base/312519

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

2017-01-19 Thread Xin Li
On 1/19/17 23:13, Ngie Cooper (yaneurabeya) wrote: > >> On Jan 19, 2017, at 22:45, Xin LI wrote: >> >> Author: delphij >> Date: Fri Jan 20 06:45:06 2017 >> New Revision: 312519 >> URL: https://svnweb.freebsd.org/changeset/base/312519 >> >> Log: >> Revert r312404 as we need to do an exp-run and

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

2017-01-19 Thread Bruce Evans
On Fri, 20 Jan 2017, Antoine Brodin wrote: On Thu, Jan 19, 2017 at 9:01 AM, Xin LI wrote: Author: delphij Date: Thu Jan 19 08:01:35 2017 New Revision: 312404 URL: https://svnweb.freebsd.org/changeset/base/312404 Log: Use S_ISREG instead of manual & (also it's better to compare the result

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

2017-01-19 Thread Ngie Cooper (yaneurabeya)
> On Jan 19, 2017, at 22:45, Xin LI wrote: > > Author: delphij > Date: Fri Jan 20 06:45:06 2017 > New Revision: 312519 > URL: https://svnweb.freebsd.org/changeset/base/312519 > > Log: > Revert r312404 as we need to do an exp-run and fix existing ports that > rely on the previous behavior. >

svn commit: r312521 - head/usr.bin/sed/tests

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 07:11:21 2017 New Revision: 312521 URL: https://svnweb.freebsd.org/changeset/base/312521 Log: Add testcases for -i with hardlinks and symlinks The symlink testcase is expected to fail, post-r312519 (the revert of r312404); mark it so. MFC after:3 wee

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

2017-01-19 Thread Xin Li
On 1/19/17 22:36, Conrad Meyer wrote: > On Thu, Jan 19, 2017 at 10:29 PM, Antoine Brodin wrote: >> On Thu, Jan 19, 2017 at 9:01 AM, Xin LI wrote: >>> Author: delphij >>> Date: Thu Jan 19 08:01:35 2017 >>> New Revision: 312404 >>> URL: https://svnweb.freebsd.org/changeset/base/312404 >>> >>> Log

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

2017-01-19 Thread Xin Li
On 1/19/17 22:29, Antoine Brodin wrote: > On Thu, Jan 19, 2017 at 9:01 AM, Xin LI wrote: >> Author: delphij >> Date: Thu Jan 19 08:01:35 2017 >> New Revision: 312404 >> URL: https://svnweb.freebsd.org/changeset/base/312404 >> >> Log: >> Use S_ISREG instead of manual & (also it's better to comp

svn commit: r312520 - head/usr.bin/sed/tests

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 06:47:02 2017 New Revision: 312520 URL: https://svnweb.freebsd.org/changeset/base/312520 Log: Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD test suite as usr.bin/sed/sed_test Don't expect :emptybackref to fail -- it succeeds on FreeBSD

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

2017-01-19 Thread Xin LI
Author: delphij Date: Fri Jan 20 06:45:06 2017 New Revision: 312519 URL: https://svnweb.freebsd.org/changeset/base/312519 Log: Revert r312404 as we need to do an exp-run and fix existing ports that rely on the previous behavior. Requested by: antonie (portmgr) Modified: head/usr.bin/se

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

2017-01-19 Thread Conrad Meyer
On Thu, Jan 19, 2017 at 10:29 PM, Antoine Brodin wrote: > On Thu, Jan 19, 2017 at 9:01 AM, Xin LI wrote: >> Author: delphij >> Date: Thu Jan 19 08:01:35 2017 >> New Revision: 312404 >> URL: https://svnweb.freebsd.org/changeset/base/312404 >> >> Log: >> Use S_ISREG instead of manual & (also it's

svn commit: r312518 - in stable/10: contrib/xz contrib/xz/src/common contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/liblzma/common contrib/xz/src/liblzma/delta contrib/...

2017-01-19 Thread Xin LI
Author: delphij Date: Fri Jan 20 06:40:12 2017 New Revision: 312518 URL: https://svnweb.freebsd.org/changeset/base/312518 Log: MFC r311504: MFV r311477: xz 5.2.3. Modified: stable/10/contrib/xz/ChangeLog stable/10/contrib/xz/THANKS stable/10/contrib/xz/src/common/tuklib_cpucores.c stabl

svn commit: r312517 - in stable/11: contrib/xz contrib/xz/src/common contrib/xz/src/liblzma/api/lzma contrib/xz/src/liblzma/check contrib/xz/src/liblzma/common contrib/xz/src/liblzma/delta contrib/...

2017-01-19 Thread Xin LI
Author: delphij Date: Fri Jan 20 06:38:56 2017 New Revision: 312517 URL: https://svnweb.freebsd.org/changeset/base/312517 Log: MFC r311504: MFV r311477: xz 5.2.3. Modified: stable/11/contrib/xz/ChangeLog stable/11/contrib/xz/THANKS stable/11/contrib/xz/src/common/tuklib_cpucores.c stabl

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

2017-01-19 Thread Antoine Brodin
On Thu, Jan 19, 2017 at 9:01 AM, Xin LI wrote: > Author: delphij > Date: Thu Jan 19 08:01:35 2017 > New Revision: 312404 > URL: https://svnweb.freebsd.org/changeset/base/312404 > > Log: > Use S_ISREG instead of manual & (also it's better to compare the > result from & and the pattern instead o

svn commit: r312516 - stable/10/contrib/bsnmp/snmpd

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 06:24:31 2017 New Revision: 312516 URL: https://svnweb.freebsd.org/changeset/base/312516 Log: MFC r312331: r312331 (by glebius): Fix regression from r310655, which broke operation of bsnmpd if it is bound to a non-wildcard address. As documented in ip(4),

svn commit: r312515 - stable/11/contrib/bsnmp/snmpd

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 06:22:42 2017 New Revision: 312515 URL: https://svnweb.freebsd.org/changeset/base/312515 Log: MFC r312331: r312331 (by glebius): Fix regression from r310655, which broke operation of bsnmpd if it is bound to a non-wildcard address. As documented in ip(4),

Re: svn commit: r312513 - head/sys/modules/ath

2017-01-19 Thread Ngie Cooper (yaneurabeya)
> On Jan 19, 2017, at 21:45, Ngie Cooper wrote: > > Author: ngie > Date: Fri Jan 20 05:45:07 2017 > New Revision: 312513 > URL: https://svnweb.freebsd.org/changeset/base/312513 > > Log: > Use SRCTOP-relative paths to other directories instead of .CURDIR-relative > ones > > This simplifies p

svn commit: r312514 - head/gnu/usr.bin/gdb/gdbserver

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 05:51:25 2017 New Revision: 312514 URL: https://svnweb.freebsd.org/changeset/base/312514 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312513 - head/sys/modules/ath

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 05:45:07 2017 New Revision: 312513 URL: https://svnweb.freebsd.org/changeset/base/312513 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

Re: svn commit: r312434 - head/sys/sys

2017-01-19 Thread Bruce Evans
On Thu, 19 Jan 2017, Sean Bruno wrote: Author: sbruno Date: Thu Jan 19 19:58:08 2017 New Revision: 312434 URL: https://svnweb.freebsd.org/changeset/base/312434 Log: Adjust gtaskqueue startup again so that we catch the !SMP case and users that choose not to use EARLY_AP_STARTUP. There is st

svn commit: r312512 - head/lib/libdevdctl/tests

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:55:14 2017 New Revision: 312512 URL: https://svnweb.freebsd.org/changeset/base/312512 Log: Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc MFC after:3 weeks Sponsored by: Dell EMC Isilon Modified: head/lib/libdevdctl/tests/Makefi

svn commit: r312511 - head/lib/libdwarf

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:54:21 2017 New Revision: 312511 URL: https://svnweb.freebsd.org/changeset/base/312511 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312510 - head/lib/libelf

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:54:09 2017 New Revision: 312510 URL: https://svnweb.freebsd.org/changeset/base/312510 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312509 - head/lib/libevent

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:53:50 2017 New Revision: 312509 URL: https://svnweb.freebsd.org/changeset/base/312509 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312508 - head/lib/libexpat

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:53:45 2017 New Revision: 312508 URL: https://svnweb.freebsd.org/changeset/base/312508 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312506 - in head/lib/libiconv_modules: . mapper_parallel

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:53:26 2017 New Revision: 312506 URL: https://svnweb.freebsd.org/changeset/base/312506 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312507 - head/lib/libexecinfo

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:53:40 2017 New Revision: 312507 URL: https://svnweb.freebsd.org/changeset/base/312507 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312505 - head/lib/libgssapi

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:53:20 2017 New Revision: 312505 URL: https://svnweb.freebsd.org/changeset/base/312505 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312504 - head/lib/libcxxrt

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:53:00 2017 New Revision: 312504 URL: https://svnweb.freebsd.org/changeset/base/312504 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312503 - head/lib/libcrypt

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:52:29 2017 New Revision: 312503 URL: https://svnweb.freebsd.org/changeset/base/312503 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312502 - head/lib/libcompat

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:52:00 2017 New Revision: 312502 URL: https://svnweb.freebsd.org/changeset/base/312502 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312501 - head/lib/libcom_err

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:51:36 2017 New Revision: 312501 URL: https://svnweb.freebsd.org/changeset/base/312501 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312500 - head/lib/libkiconv

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:50:46 2017 New Revision: 312500 URL: https://svnweb.freebsd.org/changeset/base/312500 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312499 - head/lib/libldns

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:50:19 2017 New Revision: 312499 URL: https://svnweb.freebsd.org/changeset/base/312499 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312498 - head/lib/liblzma

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:46:20 2017 New Revision: 312498 URL: https://svnweb.freebsd.org/changeset/base/312498 Log: Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths This simplifies pathing in make/displayed output MFC after:3 weeks Sponsored b

svn commit: r312497 - head/lib/libmagic

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:45:09 2017 New Revision: 312497 URL: https://svnweb.freebsd.org/changeset/base/312497 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312496 - head/lib/libmd

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:43:21 2017 New Revision: 312496 URL: https://svnweb.freebsd.org/changeset/base/312496 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312495 - head/lib/libmilter

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:42:43 2017 New Revision: 312495 URL: https://svnweb.freebsd.org/changeset/base/312495 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312493 - head/lib/libngatm

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:41:53 2017 New Revision: 312493 URL: https://svnweb.freebsd.org/changeset/base/312493 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312494 - head/lib/libmp

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:42:11 2017 New Revision: 312494 URL: https://svnweb.freebsd.org/changeset/base/312494 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after:3 weeks Sponsore

svn commit: r312492 - head/lib/libnv

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:40:55 2017 New Revision: 312492 URL: https://svnweb.freebsd.org/changeset/base/312492 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312491 - head/lib/libopie

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:40:10 2017 New Revision: 312491 URL: https://svnweb.freebsd.org/changeset/base/312491 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312490 - head/lib/libpcap

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:39:36 2017 New Revision: 312490 URL: https://svnweb.freebsd.org/changeset/base/312490 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312489 - head/lib/libprocstat/zfs

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:38:54 2017 New Revision: 312489 URL: https://svnweb.freebsd.org/changeset/base/312489 Log: Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths This implifies pathing in make/displayed output MFC after:3 weeks Sponsored by

svn commit: r312488 - head/lib/libproc

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:37:22 2017 New Revision: 312488 URL: https://svnweb.freebsd.org/changeset/base/312488 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312486 - head/lib/librpcsec_gss

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:36:48 2017 New Revision: 312486 URL: https://svnweb.freebsd.org/changeset/base/312486 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312487 - head/lib/libpe

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:37:03 2017 New Revision: 312487 URL: https://svnweb.freebsd.org/changeset/base/312487 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312484 - head/lib/librt

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:36:06 2017 New Revision: 312484 URL: https://svnweb.freebsd.org/changeset/base/312484 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312485 - head/lib/librpcsvc

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:36:28 2017 New Revision: 312485 URL: https://svnweb.freebsd.org/changeset/base/312485 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312483 - head/lib/libsbuf

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:35:49 2017 New Revision: 312483 URL: https://svnweb.freebsd.org/changeset/base/312483 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312480 - head/lib/libsmb

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:35:00 2017 New Revision: 312480 URL: https://svnweb.freebsd.org/changeset/base/312480 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312481 - head/lib/libsmdb

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:35:18 2017 New Revision: 312481 URL: https://svnweb.freebsd.org/changeset/base/312481 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312482 - head/lib/libsm

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:35:36 2017 New Revision: 312482 URL: https://svnweb.freebsd.org/changeset/base/312482 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312479 - head/lib/libsmutil

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:34:34 2017 New Revision: 312479 URL: https://svnweb.freebsd.org/changeset/base/312479 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312478 - head/lib/libsqlite3

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:34:01 2017 New Revision: 312478 URL: https://svnweb.freebsd.org/changeset/base/312478 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312477 - head/lib/libstdthreads

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:33:45 2017 New Revision: 312477 URL: https://svnweb.freebsd.org/changeset/base/312477 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312476 - head/lib/libsysdecode

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:33:20 2017 New Revision: 312476 URL: https://svnweb.freebsd.org/changeset/base/312476 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312474 - in head/lib/libthr: . support

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:32:19 2017 New Revision: 312474 URL: https://svnweb.freebsd.org/changeset/base/312474 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312475 - head/lib/libtelnet

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:32:36 2017 New Revision: 312475 URL: https://svnweb.freebsd.org/changeset/base/312475 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312473 - head/lib/libunbound

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:31:19 2017 New Revision: 312473 URL: https://svnweb.freebsd.org/changeset/base/312473 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312472 - head/lib/libufs

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:30:05 2017 New Revision: 312472 URL: https://svnweb.freebsd.org/changeset/base/312472 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312471 - head/lib/libulog

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:29:23 2017 New Revision: 312471 URL: https://svnweb.freebsd.org/changeset/base/312471 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312469 - head/lib/libypclnt

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:28:41 2017 New Revision: 312469 URL: https://svnweb.freebsd.org/changeset/base/312469 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312470 - head/lib/libutil

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:29:05 2017 New Revision: 312470 URL: https://svnweb.freebsd.org/changeset/base/312470 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312468 - head/lib/libthread_db

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:28:16 2017 New Revision: 312468 URL: https://svnweb.freebsd.org/changeset/base/312468 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312467 - in head/lib/ncurses: . form formw menu menuw ncurses ncursesw panel panelw

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:27:40 2017 New Revision: 312467 URL: https://svnweb.freebsd.org/changeset/base/312467 Log: Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths This implifies pathing in make/displayed output MFC after:3 weeks Sponsored by

svn commit: r312466 - head/lib/libc_nonshared

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:04:25 2017 New Revision: 312466 URL: https://svnweb.freebsd.org/changeset/base/312466 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312465 - head/lib/libcam

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 04:03:55 2017 New Revision: 312465 URL: https://svnweb.freebsd.org/changeset/base/312465 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312464 - head/lib/libc++

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:59:10 2017 New Revision: 312464 URL: https://svnweb.freebsd.org/changeset/base/312464 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312463 - head/lib/libbz2

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:58:50 2017 New Revision: 312463 URL: https://svnweb.freebsd.org/changeset/base/312463 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312462 - head/lib/libbsnmp/libbsnmp

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:57:52 2017 New Revision: 312462 URL: https://svnweb.freebsd.org/changeset/base/312462 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312461 - head/lib/libbsm

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:57:24 2017 New Revision: 312461 URL: https://svnweb.freebsd.org/changeset/base/312461 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312460 - head/lib/libbluetooth

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:56:42 2017 New Revision: 312460 URL: https://svnweb.freebsd.org/changeset/base/312460 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312458 - head/lib/libbegemot

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:55:43 2017 New Revision: 312458 URL: https://svnweb.freebsd.org/changeset/base/312458 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312459 - head/lib/libblocksruntime

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:56:10 2017 New Revision: 312459 URL: https://svnweb.freebsd.org/changeset/base/312459 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312457 - head/lib/libauditd

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:55:21 2017 New Revision: 312457 URL: https://svnweb.freebsd.org/changeset/base/312457 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312456 - head/lib/libarchive

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:54:36 2017 New Revision: 312456 URL: https://svnweb.freebsd.org/changeset/base/312456 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312455 - in head/lib/csu: aarch64 amd64 arm i386 mips powerpc powerpc64 riscv sparc64

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:52:16 2017 New Revision: 312455 URL: https://svnweb.freebsd.org/changeset/base/312455 Log: Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths This implifies pathing in make/displayed output MFC after:3 weeks Sponsored by

svn commit: r312454 - in head/lib/libalias: libalias modules

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:34:59 2017 New Revision: 312454 URL: https://svnweb.freebsd.org/changeset/base/312454 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312453 - in head/lib/libpam: libpam static_libpam

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:31:50 2017 New Revision: 312453 URL: https://svnweb.freebsd.org/changeset/base/312453 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312452 - in head/lib/libpam/modules: . pam_passwdqc pam_ssh

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:27:47 2017 New Revision: 312452 URL: https://svnweb.freebsd.org/changeset/base/312452 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output MFC after:3 weeks Sponsored

svn commit: r312451 - in head/lib/libc: . aarch64/string arm/aeabi capability gdtoa gen iconv md posix1e regex/grot resolv stdlib/jemalloc stdtime string sys

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Fri Jan 20 03:23:24 2017 New Revision: 312451 URL: https://svnweb.freebsd.org/changeset/base/312451 Log: Replace dot-dot relative pathing with SRCTOP-relative paths where possible This reduces build output, need for recalculating paths, and makes it clearer which paths

svn commit: r312450 - head/etc/mtree

2017-01-19 Thread Ed Maste
Author: emaste Date: Fri Jan 20 03:14:18 2017 New Revision: 312450 URL: https://svnweb.freebsd.org/changeset/base/312450 Log: Remove obsolete /usr/lib/debug/usr/lib/private dir Missed in r282420 Reported by: dim Modified: head/etc/mtree/BSD.debug.dist Modified: head/etc/mtree/BSD.

svn commit: r312449 - stable/11/contrib/llvm/projects/libunwind/src

2017-01-19 Thread Ed Maste
Author: emaste Date: Fri Jan 20 02:50:24 2017 New Revision: 312449 URL: https://svnweb.freebsd.org/changeset/base/312449 Log: MFC r311647: libunwind: add noexec stack annotation Sponsored by: The FreeBSD Foundation Modified: stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersRe

svn commit: r312448 - stable/11/contrib/llvm/projects/libunwind/src

2017-01-19 Thread Ed Maste
Author: emaste Date: Fri Jan 20 02:48:52 2017 New Revision: 312448 URL: https://svnweb.freebsd.org/changeset/base/312448 Log: MFC r310365: libunwind: make __{de,}register_frame compatible with libgcc API The libgcc __register_frame and __deregister_frame functions take a pointer to a set

svn commit: r312447 - in stable/11/contrib/llvm/projects/libunwind: include src

2017-01-19 Thread Ed Maste
Author: emaste Date: Fri Jan 20 02:46:14 2017 New Revision: 312447 URL: https://svnweb.freebsd.org/changeset/base/312447 Log: MFC r308006: libunwind: consistently add \n to log and trace messages Previously most messages included a newline in the string, but a few of them were missing. Fi

svn commit: r312446 - head/lib/libc/stdtime

2017-01-19 Thread Ed Maste
Author: emaste Date: Fri Jan 20 02:09:59 2017 New Revision: 312446 URL: https://svnweb.freebsd.org/changeset/base/312446 Log: libc: remove reference to nonexistent lib/locale directory As far as I can tell this was introduced in r72406 and updated in several subsequent revisions, but the

svn commit: r312445 - stable/11/sys/netinet

2017-01-19 Thread Josh Paetzel
Author: jpaetzel Date: Fri Jan 20 00:17:53 2017 New Revision: 312445 URL: https://svnweb.freebsd.org/changeset/base/312445 Log: Revert MFC of 310847 and 310864 Requested by glebius who had questions about the original head commit that I didn't see. Modified: stable/11/sys/netinet/ip_ca

svn commit: r312444 - stable/10/sys/netinet

2017-01-19 Thread Josh Paetzel
Author: jpaetzel Date: Fri Jan 20 00:15:11 2017 New Revision: 312444 URL: https://svnweb.freebsd.org/changeset/base/312444 Log: Revert MFC of 310847 and 310864 Requested by glebius who had questions about the original head commit that I didn't see. Modified: stable/10/sys/netinet/ip_ca

Re: svn commit: r312437 - in head/sys/dev: mpr mps

2017-01-19 Thread Slawa Olhovchenkov
On Thu, Jan 19, 2017 at 09:47:51PM +, Scott Long wrote: > Author: scottl > Date: Thu Jan 19 21:47:50 2017 > New Revision: 312437 > URL: https://svnweb.freebsd.org/changeset/base/312437 > > Log: > Rework the debug print API. Event printing no longer gets special handling. > All of the prin

svn commit: r312443 - in head/sys: conf netgraph

2017-01-19 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 20 00:02:11 2017 New Revision: 312443 URL: https://svnweb.freebsd.org/changeset/base/312443 Log: mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION. There were several places where reference to compression were left unfinished. Furthermore, KASSERTs contained refere

Re: svn commit: r312439 - stable/11/sys/netinet

2017-01-19 Thread Gleb Smirnoff
Josh, did you notice my reply to the original commit?! On Thu, Jan 19, 2017 at 11:38:31PM +, Josh Paetzel wrote: J> Author: jpaetzel J> Date: Thu Jan 19 23:38:31 2017 J> New Revision: 312439 J> URL: https://svnweb.freebsd.org/changeset/base/312439 J> J> Log: J> MFC 310847 310864 J>

svn commit: r312442 - stable/10/sys/kern

2017-01-19 Thread Ravi Pokala
Author: rpokala Date: Thu Jan 19 23:44:05 2017 New Revision: 312442 URL: https://svnweb.freebsd.org/changeset/base/312442 Log: MFC r311963: Remove writability requirement for single-mbuf, contiguous- range m_pulldown() m_pulldown() only needs to determine if a mbuf is writable if it is go

svn commit: r312441 - stable/11/sys/kern

2017-01-19 Thread Ravi Pokala
Author: rpokala Date: Thu Jan 19 23:42:51 2017 New Revision: 312441 URL: https://svnweb.freebsd.org/changeset/base/312441 Log: MFC r311963: Remove writability requirement for single-mbuf, contiguous- range m_pulldown() m_pulldown() only needs to determine if a mbuf is writable if it is go

svn commit: r312440 - stable/10/sys/netinet

2017-01-19 Thread Josh Paetzel
Author: jpaetzel Date: Thu Jan 19 23:42:26 2017 New Revision: 312440 URL: https://svnweb.freebsd.org/changeset/base/312440 Log: MFC 310847 310864 Harden CARP against network loops. If there is a loop in the network a CARP that is in MASTER state will see it's own broadcasts, which wi

svn commit: r312439 - stable/11/sys/netinet

2017-01-19 Thread Josh Paetzel
Author: jpaetzel Date: Thu Jan 19 23:38:31 2017 New Revision: 312439 URL: https://svnweb.freebsd.org/changeset/base/312439 Log: MFC 310847 310864 Harden CARP against network loops. If there is a loop in the network a CARP that is in MASTER state will see it's own broadcasts, which wi

svn commit: r312438 - in head/sys/contrib/dev/acpica: . common compiler components/debugger components/disassembler components/dispatcher components/events components/executer components/hardware c...

2017-01-19 Thread Jung-uk Kim
Author: jkim Date: Thu Jan 19 22:07:21 2017 New Revision: 312438 URL: https://svnweb.freebsd.org/changeset/base/312438 Log: Merge ACPICA 20170119. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/acfileio.c head/sys/contrib/dev/acpica/common

svn commit: r312437 - in head/sys/dev: mpr mps

2017-01-19 Thread Scott Long
Author: scottl Date: Thu Jan 19 21:47:50 2017 New Revision: 312437 URL: https://svnweb.freebsd.org/changeset/base/312437 Log: Rework the debug print API. Event printing no longer gets special handling. All of the printing from the tables file now has wrappers so that the handling is cleaner

  1   2   >