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

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:

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

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:

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

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

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

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

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:

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 &

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:

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: >>

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

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 > >

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

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

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

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:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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:

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

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

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

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

svn commit: r312435 - head/sys/fs/tmpfs

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 20:03:26 2017 New Revision: 312435 URL: https://svnweb.freebsd.org/changeset/base/312435 Log: Remove mistakenly merged field. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/fs/tmpfs/tmpfs.h Modified: head/sys/fs/tmpfs/tmpfs.h

svn commit: r312434 - head/sys/sys

2017-01-19 Thread Sean Bruno
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 still an initialization issue/panic

svn commit: r312432 - head/sys/fs/tmpfs

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 19:46:49 2017 New Revision: 312432 URL: https://svnweb.freebsd.org/changeset/base/312432 Log: Add mount option for tmpfs(5) to not use namecache. The option "nonc" disables using of namecache for the created mount, by default namecache is used. The rationale

svn commit: r312430 - head/sys/fs/tmpfs

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 19:29:13 2017 New Revision: 312430 URL: https://svnweb.freebsd.org/changeset/base/312430 Log: Implement VOP_VPTOCNP() for tmpfs. For directories, node->tn_spec.tn_dir.tn_parent pointer to the parent is used. For non-directories, the implementation is naive,

svn commit: r312429 - head/sys/fs/tmpfs

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 19:25:42 2017 New Revision: 312429 URL: https://svnweb.freebsd.org/changeset/base/312429 Log: VNON nodes cannot exist. Tested by:pho (as part of larger patch) Sponsored by: The FreeBSD Foundation MFC after:2 weeks Modified:

svn commit: r312428 - head/sys/fs/tmpfs

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 19:15:21 2017 New Revision: 312428 URL: https://svnweb.freebsd.org/changeset/base/312428 Log: Refcount tmpfs nodes and mount structures. On dotdot lookup and fhtovp operations, it is possible for the file represented by tmpfs node to be removed after the

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

2017-01-19 Thread Eric Joyner
Author: erj Date: Thu Jan 19 18:52:38 2017 New Revision: 312427 URL: https://svnweb.freebsd.org/changeset/base/312427 Log: e1000: Add support for Kaby Lake generation i219 (4) and i219 (5) devices MFC after:1 week Sponsored by: Intel Corporation Modified:

svn commit: r312426 - head/sys/kern

2017-01-19 Thread Andriy Gapon
Author: avg Date: Thu Jan 19 18:46:41 2017 New Revision: 312426 URL: https://svnweb.freebsd.org/changeset/base/312426 Log: fix a thread preemption regression in schedulers introduced in r270423 Commit r270423 fixed a regression in sched_yield() that was introduced in earlier changes.

svn commit: r312425 - head/sys/fs/tmpfs

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 18:38:58 2017 New Revision: 312425 URL: https://svnweb.freebsd.org/changeset/base/312425 Log: Make tmpfs directory cursor available outside tmpfs_subr.c. Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

svn commit: r312424 - head/sys/dev/usb/controller

2017-01-19 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 19 18:33:27 2017 New Revision: 312424 URL: https://svnweb.freebsd.org/changeset/base/312424 Log: Fix problem with suspend and resume when using Skylake chipsets. Make sure the XHCI controller is reset after halting it. The problem is clearly a BIOS bug as the

svn commit: r312423 - head/share/man/man5

2017-01-19 Thread Konstantin Belousov
Author: kib Date: Thu Jan 19 18:26:06 2017 New Revision: 312423 URL: https://svnweb.freebsd.org/changeset/base/312423 Log: Refresh tmpfs(5) man page. Provide more useful explanation of features and quirks. Reviewed by: emaste, vangyzen Sponsored by: The FreeBSD Foundation MFC

svn commit: r312422 - head/lib/libc/x86/sys

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Thu Jan 19 18:07:24 2017 New Revision: 312422 URL: https://svnweb.freebsd.org/changeset/base/312422 Log: Only conditionally add in hyperv support if we're building amd64 This unbreaks the build because the assembly is written for x64. MFC after:3 weeks X-MFC

svn commit: r312419 - head/share/man/man4

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Thu Jan 19 17:09:11 2017 New Revision: 312419 URL: https://svnweb.freebsd.org/changeset/base/312419 Log: Add manpage for mlx4ib(4) This manpage isn't differentiated from mlx4en except where necessary, replacing eth/ETH with ib/IB. Eventually the manpages will be

svn commit: r312418 - head/lib/libc/x86/sys

2017-01-19 Thread Ngie Cooper
Author: ngie Date: Thu Jan 19 17:03:45 2017 New Revision: 312418 URL: https://svnweb.freebsd.org/changeset/base/312418 Log: Conditionalize hyperv support in gettimeofday(2) based on MK_HYPERV The effect at runtime is negligible as the hyperv timer isn't available except when hyperv is

svn commit: r312417 - head/sbin/devd

2017-01-19 Thread Alan Somers
Author: asomers Date: Thu Jan 19 16:59:55 2017 New Revision: 312417 URL: https://svnweb.freebsd.org/changeset/base/312417 Log: Fix build of devd with GCC 4.2 Reported by: olivier Pointy-hat-to:asomers MFC after:27 days X-MFC-with: 312395 Sponsored by: Spectra Logic

svn commit: r312416 - head/sys/ufs/ffs

2017-01-19 Thread Conrad E. Meyer
Author: cem Date: Thu Jan 19 16:46:05 2017 New Revision: 312416 URL: https://svnweb.freebsd.org/changeset/base/312416 Log: ffs_vnops: Simplify extattr access As suggested in r167010, use the structure type and macros to access and modify UFS2 extended attributes. Add assertions that

Re: svn commit: r307319 - in head/sys/netinet: . tcp_stacks

2017-01-19 Thread Slawa Olhovchenkov
On Fri, Oct 14, 2016 at 02:57:43PM +, Jonathan T. Looney wrote: > Author: jtl > Date: Fri Oct 14 14:57:43 2016 > New Revision: 307319 > URL: https://svnweb.freebsd.org/changeset/base/307319 > > Log: > The code currently resets the keepalive timer each time a packet is > received on a TCP

  1   2   >