Re: svn commit: r314464 - head/usr.sbin/yppush

2017-02-28 Thread Ngie Cooper (yaneurabeya)
> On Feb 28, 2017, at 21:53, Rodney W. Grimes > wrote: > > -- Start of PGP signed section. > [ Charset UTF-8 unsupported, converting... ] >> >>> On Feb 28, 2017, at 21:38, Rodney W. Grimes >>> wrote: >>> >>> Would it

Re: svn commit: r313268 - head/sys/kern [through -r313271 for atomic_fcmpset use and later: fails on PowerMac G5 "Quad Core"; -r313266 works]

2017-02-28 Thread Mateusz Guzik
On Sat, Feb 25, 2017 at 08:31:04PM +0100, Mateusz Guzik wrote: > On Sat, Feb 25, 2017 at 09:58:39AM -0800, Mark Millard wrote: > > Thus the PowerMac G5 so-called "Quad Core" is back to > > -r313254 without your patches. (The "Quad Core" really has > > two processors, each with 2 cores.) > > > >

Re: svn commit: r314473 - head

2017-02-28 Thread Rodney W. Grimes
> Author: imp > Date: Wed Mar 1 05:05:05 2017 > New Revision: 314473 > URL: https://svnweb.freebsd.org/changeset/base/314473 > > Log: > Create README.md file for viewing on github. > > This is a lightly edited README using github's MARKDOWN. > > Submitted by: Johan

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-02-28 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset UTF-8 unsupported, converting... ] > > > On Feb 28, 2017, at 21:38, Rodney W. Grimes > > wrote: > > > > Would it be possible to not do this as 1000 commits? > > Yes, but I?m trying to do this in a way that

svn commit: r314481 - head/sys/mips/conf

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 05:53:53 2017 New Revision: 314481 URL: https://svnweb.freebsd.org/changeset/base/314481 Log: Add kernel support for the TP-LINK MR3040. Submitted by: Chris Christensen Pull Request: https://github.com/freebsd/freebsd/pull/38 Added:

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-02-28 Thread Ngie Cooper (yaneurabeya)
> On Feb 28, 2017, at 21:38, Rodney W. Grimes > wrote: > > Would it be possible to not do this as 1000 commits? Yes, but I’m trying to do this in a way that allows me to backport all of the changes as easily as possible to ^/stable/10 (on the other

svn commit: r314480 - head/sys/net

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 05:38:04 2017 New Revision: 314480 URL: https://svnweb.freebsd.org/changeset/base/314480 Log: Back out r314471. In https://reviews.freebsd.org/D1858 it was clear that this shouldn't go in. I was unaware when I merged the pull request. I don't wish to upset the

Re: svn commit: r314464 - head/usr.sbin/yppush

2017-02-28 Thread Rodney W. Grimes
Would it be possible to not do this as 1000 commits? > Author: ngie > Date: Wed Mar 1 04:24:24 2017 > New Revision: 314464 > URL: https://svnweb.freebsd.org/changeset/base/314464 > > Log: > Use SRCTOP-relative paths to other directories instead of .CURDIR-relative > ones > > This

Re: svn commit: r314473 - head

2017-02-28 Thread Warner Losh
On Tue, Feb 28, 2017 at 10:13 PM, Ngie Cooper (yaneurabeya) wrote: > >> On Feb 28, 2017, at 21:05, Warner Losh wrote: >> >> Author: imp >> Date: Wed Mar 1 05:05:05 2017 >> New Revision: 314473 >> URL: https://svnweb.freebsd.org/changeset/base/314473 >>

Re: svn commit: r314471 - head/sys/net

2017-02-28 Thread Hiroki Sato
Warner Losh wrote in <201703010447.v214lm4c026...@repo.freebsd.org>: im> Author: imp im> Date: Wed Mar 1 04:47:22 2017 im> New Revision: 314471 im> URL: https://svnweb.freebsd.org/changeset/base/314471 im> im> Log: im> Fix VNET - DAD detected duplicate IPv6 address im> im>

Re: svn commit: r314471 - head/sys/net

2017-02-28 Thread Warner Losh
On Tue, Feb 28, 2017 at 10:18 PM, Hiroki Sato wrote: > Warner Losh wrote > in <201703010447.v214lm4c026...@repo.freebsd.org>: > > im> Author: imp > im> Date: Wed Mar 1 04:47:22 2017 > im> New Revision: 314471 > im> URL:

svn commit: r314478 - in head/usr.sbin/ntp: libntp ntpdate ntpdc ntpq

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 05:19:35 2017 New Revision: 314478 URL: https://svnweb.freebsd.org/changeset/base/314478 Log: Simplify idioms in Makefiles further - Use SRCTOP-relative paths instead of .CURDIR-relative ones where possible - Use :H to manipulate .CURDIR in areas instead of

svn commit: r314476 - head/sys/sys

2017-02-28 Thread Mateusz Guzik
Author: mjg Date: Wed Mar 1 05:18:22 2017 New Revision: 314476 URL: https://svnweb.freebsd.org/changeset/base/314476 Log: locks: fix compilation with KTR wihout KTR_LOCKS While here wrap the overly long line. Reported by: np Modified: head/sys/sys/lock.h Modified:

svn commit: r314477 - head/sys/dev/ichwd

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 05:18:43 2017 New Revision: 314477 URL: https://svnweb.freebsd.org/changeset/base/314477 Log: Fixed TCO v3 tick convert TCO v3's internal timer is stored as seconds. Submitted by: Denir Li Pull Request:

svn commit: r314479 - in head/usr.sbin/fifolog: fifolog_create fifolog_reader fifolog_writer

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 05:21:21 2017 New Revision: 314479 URL: https://svnweb.freebsd.org/changeset/base/314479 Log: Use :H to manipulate .CURDIR-relative paths instead of ../ This simplifies make output MFC after:1 week Sponsored by: Dell EMC Isilon Modified:

svn commit: r314475 - in head/usr.sbin/lpr: chkprintcap filters filters.ru/koi2855 filters.ru/koi2alt lpc lpd lpq lpr lprm lptest pac

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 05:14:45 2017 New Revision: 314475 URL: https://svnweb.freebsd.org/changeset/base/314475 Log: Simplify idioms in usr.sbin/lpr Makefiles Use :H instead of .CURDIR-relative pathing to simplify make output, etc. MFC after:1 week Sponsored by: Dell EMC

Re: svn commit: r314473 - head

2017-02-28 Thread Ngie Cooper (yaneurabeya)
> On Feb 28, 2017, at 21:05, Warner Losh wrote: > > Author: imp > Date: Wed Mar 1 05:05:05 2017 > New Revision: 314473 > URL: https://svnweb.freebsd.org/changeset/base/314473 > > Log: > Create README.md file for viewing on github. > > This is a lightly edited README using

svn commit: r314474 - in head/sys: kern sys

2017-02-28 Thread Mateusz Guzik
Author: mjg Date: Wed Mar 1 05:06:21 2017 New Revision: 314474 URL: https://svnweb.freebsd.org/changeset/base/314474 Log: locks: ensure proper barriers are used with atomic ops when necessary Unclear how, but the locking routine for mutexes was using the *release* barrier instead of

svn commit: r314473 - head

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 05:05:05 2017 New Revision: 314473 URL: https://svnweb.freebsd.org/changeset/base/314473 Log: Create README.md file for viewing on github. This is a lightly edited README using github's MARKDOWN. Submitted by: Johan Pull Request:

svn commit: r314472 - in head/usr.sbin/ntp: doc doc/drivers doc/drivers/icons doc/drivers/scripts doc/hints doc/icons doc/pic doc/scripts libntp libntpevent libopts libparse ntp-keygen ntpd ntpdate...

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:54:06 2017 New Revision: 314472 URL: https://svnweb.freebsd.org/changeset/base/314472 Log: Simplify/improve idioms in usr.sbin/ntp Makefiles - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones. This simplifies pathing in

svn commit: r314471 - head/sys/net

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 04:47:22 2017 New Revision: 314471 URL: https://svnweb.freebsd.org/changeset/base/314471 Log: Fix VNET - DAD detected duplicate IPv6 address Assign a hopefully unique, locally administered etheraddr. - for epairNa & epairNb Submitted by: Catalin

svn commit: r314470 - in head/usr.sbin/unbound: anchor checkconf control daemon

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:41:59 2017 New Revision: 314470 URL: https://svnweb.freebsd.org/changeset/base/314470 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314469 - head/sys/dev/twa

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 04:40:57 2017 New Revision: 314469 URL: https://svnweb.freebsd.org/changeset/base/314469 Log: Update tw_cl_share.h to allow 255 LUNs TW_CL_MAX_NUM_LUNS should not be 16 but I presume 255. I have a 3ware controller with more than 16 volumes (LUN's) and

svn commit: r314468 - in head/usr.sbin/zic: . zdump zic

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:35:21 2017 New Revision: 314468 URL: https://svnweb.freebsd.org/changeset/base/314468 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones Also, use :H where possible/sensical to manipulate .CURDIR-relative paths This

svn commit: r314467 - head/sys/dev/usb/input

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 04:27:58 2017 New Revision: 314467 URL: https://svnweb.freebsd.org/changeset/base/314467 Log: Make wsp process a single touchpad tap and interpret it as a left-click event. It can be disabled setting the new hw.usb.wsp.enable_single_tap_clicks sysctl to 0.

svn commit: r314466 - head/usr.sbin/ypserv

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:24:56 2017 New Revision: 314466 URL: https://svnweb.freebsd.org/changeset/base/314466 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314464 - head/usr.sbin/yppush

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:24:24 2017 New Revision: 314464 URL: https://svnweb.freebsd.org/changeset/base/314464 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314463 - head/usr.sbin/tzsetup

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:23:53 2017 New Revision: 314463 URL: https://svnweb.freebsd.org/changeset/base/314463 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314462 - head/usr.sbin/rpc.ypxfrd

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:22:23 2017 New Revision: 314462 URL: https://svnweb.freebsd.org/changeset/base/314462 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones The SRCTOP conversion simplifies pathing in make/displayed output. Also, while

svn commit: r314461 - head/usr.sbin/zonectl

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:19:04 2017 New Revision: 314461 URL: https://svnweb.freebsd.org/changeset/base/314461 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314459 - in head/usr.sbin: traceroute traceroute6

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:17:59 2017 New Revision: 314459 URL: https://svnweb.freebsd.org/changeset/base/314459 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314460 - head/usr.sbin/ypldap

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:18:28 2017 New Revision: 314460 URL: https://svnweb.freebsd.org/changeset/base/314460 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314458 - in head/usr.sbin: tcpdchk tcpdmatch

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:17:18 2017 New Revision: 314458 URL: https://svnweb.freebsd.org/changeset/base/314458 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314457 - head/usr.sbin/rpc.ypupdated

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:16:40 2017 New Revision: 314457 URL: https://svnweb.freebsd.org/changeset/base/314457 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones The SRCTOP conversion simplifies pathing in make/displayed output. Also, while

svn commit: r314456 - head/usr.sbin/rpc.yppasswdd

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:14:41 2017 New Revision: 314456 URL: https://svnweb.freebsd.org/changeset/base/314456 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. MFC after:1 week

svn commit: r314455 - head/usr.sbin/rpc.statd

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:13:31 2017 New Revision: 314455 URL: https://svnweb.freebsd.org/changeset/base/314455 Log: Use .ALLSRC instead of RPCSRC This is a trivial simplification in the Makefile, meant to serve as a good example for what to do with rules like this. MFC

svn commit: r314454 - head/usr.sbin/rpc.lockd

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:12:24 2017 New Revision: 314454 URL: https://svnweb.freebsd.org/changeset/base/314454 Log: Use .ALLSRC instead of RPCSRC This is a trivial simplification in the Makefile, meant to serve as a good example for what to do with rules like this. MFC

svn commit: r314453 - head/usr.sbin/yp_mkdb

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:02:36 2017 New Revision: 314453 URL: https://svnweb.freebsd.org/changeset/base/314453 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones MFC after:1 week Sponsored by: Dell EMC Isilon Modified:

svn commit: r314452 - head/usr.sbin/fstyp

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 04:00:17 2017 New Revision: 314452 URL: https://svnweb.freebsd.org/changeset/base/314452 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones MFC after:1 week Sponsored by: Dell EMC Isilon Modified:

svn commit: r314451 - head/usr.sbin/uathload

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 03:59:18 2017 New Revision: 314451 URL: https://svnweb.freebsd.org/changeset/base/314451 Log: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones The SRCTOP conversion simplifies pathing in make/displayed output. Also, while

svn commit: r314450 - head/contrib/netbsd-tests/lib/libc/stdlib

2017-02-28 Thread Ngie Cooper
Author: ngie Date: Wed Mar 1 03:31:12 2017 New Revision: 314450 URL: https://svnweb.freebsd.org/changeset/base/314450 Log: Add additional __FreeBSD_version guards around the hsearch_r testcases The reasoning for this is the same as r276046: to ease MFCing the tests to ^/stable/10 .

Re: svn commit: r314436 - in head: bin/cat bin/chflags bin/chmod bin/cp bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/hostname bin/kill bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps bin/pw

2017-02-28 Thread Warner Losh
On Tue, Feb 28, 2017 at 6:48 PM, Shawn Webb wrote: > On Tue, Feb 28, 2017 at 11:42:48PM +, Warner Losh wrote: >> Author: imp >> Date: Tue Feb 28 23:42:47 2017 >> New Revision: 314436 >> URL: https://svnweb.freebsd.org/changeset/base/314436 >> >> Log: >> Renumber

svn commit: r314449 - in head: release/picobsd/tinyware/passwd sys/arm/include sys/mips/include usr.bin/locate/locate

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 02:10:40 2017 New Revision: 314449 URL: https://svnweb.freebsd.org/changeset/base/314449 Log: Revert prior commit to restore the files mangled by my "fixing" merge conflicts for a git rebase I tried to do. Modified: head/release/picobsd/tinyware/passwd/extern.h

svn commit: r314448 - head/sys/libkern

2017-02-28 Thread Warner Losh
Author: imp Date: Wed Mar 1 02:07:51 2017 New Revision: 314448 URL: https://svnweb.freebsd.org/changeset/base/314448 Log: strstr.c was inadvertently blasted with a copy of isa_nmi.c. Revert and remove clause 3 while I'm here. Modified: head/sys/libkern/strstr.c Modified:

Re: svn commit: r314436 - in head: bin/cat bin/chflags bin/chmod bin/cp bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/hostname bin/kill bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps bin/pw

2017-02-28 Thread Shawn Webb
On Tue, Feb 28, 2017 at 11:42:48PM +, Warner Losh wrote: > Author: imp > Date: Tue Feb 28 23:42:47 2017 > New Revision: 314436 > URL: https://svnweb.freebsd.org/changeset/base/314436 > > Log: > Renumber copyright clause 4 > > Renumber cluase 4 to 3, per what everybody else did when BSD

Re: svn commit: r314420 - head/sys/kern

2017-02-28 Thread Scott Long via svn-src-head
Sure, but it doesn’t match the comments in that if-else construct. Scott > On Feb 28, 2017, at 2:02 PM, Conrad Meyer wrote: > > On Tue, Feb 28, 2017 at 1:27 PM, Scott Long wrote: >> Author: scottl >> Date: Tue Feb 28 21:27:51 2017 >> New Revision: 314420

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

2017-02-28 Thread Andriy Voskoboinyk
Author: avos Date: Wed Mar 1 00:42:38 2017 New Revision: 314443 URL: https://svnweb.freebsd.org/changeset/base/314443 Log: iwn: fix data rate parsing for Rx radiotap header. Tested with Intel 6205, MONITOR mode + RTL8188EU, STA mode. Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r314442 - head/tests/sys/netinet

2017-02-28 Thread Alan Somers
Author: asomers Date: Wed Mar 1 00:28:04 2017 New Revision: 314442 URL: https://svnweb.freebsd.org/changeset/base/314442 Log: Add an ATF test for IPv6 SLAAC with multiple fibs Tests that an interface can get a SLAAC address and that it inserts its routes into the correct fib. Does not

svn commit: r314437 - head/sys/dev/pci

2017-02-28 Thread Gavin Atkinson
Author: gavin Date: Tue Feb 28 23:55:03 2017 New Revision: 314437 URL: https://svnweb.freebsd.org/changeset/base/314437 Log: Fix spelling mistake in comment, firmwrae -> firmware Modified: head/sys/dev/pci/pci_pci.c Modified: head/sys/dev/pci/pci_pci.c

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Mark Linimon
On Tue, Feb 28, 2017 at 01:30:44PM -0800, Gleb Smirnoff wrote: > How can I check the __FreeBSD_version in a port Makefile? My understanding > is that there is no standard way for such thing. There are hundreds of examples in port Makefiles. I suppose the PH will need to be updated to include

svn commit: r314436 - in head: bin/cat bin/chflags bin/chmod bin/cp bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/hostname bin/kill bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps bin/pwd...

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 23:42:47 2017 New Revision: 314436 URL: https://svnweb.freebsd.org/changeset/base/314436 Log: Renumber copyright clause 4 Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the

svn commit: r314435 - in head/sys/contrib/ck: include src

2017-02-28 Thread Olivier Houchard
Author: cognet Date: Tue Feb 28 23:30:14 2017 New Revision: 314435 URL: https://svnweb.freebsd.org/changeset/base/314435 Log: Merge CK as of commit 24d26965d1a28039062ba3bcf9433b623f3d2c5e, to get a fix in ck_epoch. Modified: head/sys/contrib/ck/include/ck_md.h

Re: svn commit: r314429 - in head/sys: amd64/amd64 i386/i386

2017-02-28 Thread Conrad Meyer
Thanks! On Tue, Feb 28, 2017 at 2:54 PM, Konstantin Belousov wrote: > Author: kib > Date: Tue Feb 28 22:54:52 2017 > New Revision: 314429 > URL: https://svnweb.freebsd.org/changeset/base/314429 > > Log: > Initialize pcb_save for thread0. > > Otherwise kernel traps on NULL

svn commit: r314430 - head/sys/netinet6

2017-02-28 Thread Andrey V. Elsukov
Author: ae Date: Tue Feb 28 22:58:19 2017 New Revision: 314430 URL: https://svnweb.freebsd.org/changeset/base/314430 Log: When IPv6 fragments reassembly is complete, update mbuf's csum_data and csum_flags using information from all fragments. This fixes dropping of reassembled packets due

svn commit: r314429 - in head/sys: amd64/amd64 i386/i386

2017-02-28 Thread Konstantin Belousov
Author: kib Date: Tue Feb 28 22:54:52 2017 New Revision: 314429 URL: https://svnweb.freebsd.org/changeset/base/314429 Log: Initialize pcb_save for thread0. Otherwise kernel traps on NULL dereference if fpu_kern(9) is used from the thread0 context. Reported by: cem Reviewed by:

svn commit: r314428 - head/sys/mips/conf

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 22:49:45 2017 New Revision: 314428 URL: https://svnweb.freebsd.org/changeset/base/314428 Log: Add Ubiquiti Rocket M support Updated to use geom_uzip Submitted by: Michael Vale Pull Request:

svn commit: r314426 - head/sys/dev/usb

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 22:22:53 2017 New Revision: 314426 URL: https://svnweb.freebsd.org/changeset/base/314426 Log: This should have been K3771_INIT. Pointy Hat to: imp@ Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Konstantin Belousov
On Tue, Feb 28, 2017 at 05:14:43AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Feb 28 05:14:42 2017 > New Revision: 314373 > URL: https://svnweb.freebsd.org/changeset/base/314373 > > Log: > Remove SVR4 (System V Release 4) binary compatibility support. > > UNIX System V

Re: svn commit: r314420 - head/sys/kern

2017-02-28 Thread Conrad Meyer
On Tue, Feb 28, 2017 at 1:27 PM, Scott Long wrote: > Author: scottl > Date: Tue Feb 28 21:27:51 2017 > New Revision: 314420 > URL: https://svnweb.freebsd.org/changeset/base/314420 > > Log: > Provide a comment on why stdio.h needs to be included. > > Modified: >

svn commit: r314424 - in head: include lib/libc/gen

2017-02-28 Thread Eric van Gyzen
Author: vangyzen Date: Tue Feb 28 21:47:00 2017 New Revision: 314424 URL: https://svnweb.freebsd.org/changeset/base/314424 Log: Sort declaration of sem_clockwait_np Also mention in sem_timedwait(3), because POSIX does, and because the user will need it for clockid_t, struct timespec,

svn commit: r314423 - head/sys/mips/conf

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 21:39:08 2017 New Revision: 314423 URL: https://svnweb.freebsd.org/changeset/base/314423 Log: Fix arge0 mdio bus This makes arge0 phy's attach. Submitted by: Michael Vale Pull Request: https://github.com/freebsd/freebsd/pull/16

svn commit: r314422 - head/sys/mips/conf

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 21:39:00 2017 New Revision: 314422 URL: https://svnweb.freebsd.org/changeset/base/314422 Log: Update PICOSTATION_M2HP Make the random number generator work so we can do WPA encryption on the AP's. Submitted by: Michael Vale Pull

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Benjamin Kaduk
On Tue, Feb 28, 2017 at 3:30 PM, Gleb Smirnoff wrote: > On Tue, Feb 28, 2017 at 01:39:12PM -0600, Benjamin Kaduk wrote: > B> > I don't think this deserves UPDATING entry, since it doesn't require > B> > any action from a person who updates from sources. > B> > > B> > I don't

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Gleb Smirnoff
On Tue, Feb 28, 2017 at 01:39:12PM -0600, Benjamin Kaduk wrote: B> > I don't think this deserves UPDATING entry, since it doesn't require B> > any action from a person who updates from sources. B> > B> > I don't think this requires __FreeBSD_version bump, since the latter B> > is used to assist

svn commit: r314420 - head/sys/kern

2017-02-28 Thread Scott Long
Author: scottl Date: Tue Feb 28 21:27:51 2017 New Revision: 314420 URL: https://svnweb.freebsd.org/changeset/base/314420 Log: Provide a comment on why stdio.h needs to be included. Modified: head/sys/kern/subr_prf.c Modified: head/sys/kern/subr_prf.c

svn commit: r314419 - head/sys/kern

2017-02-28 Thread Jung-uk Kim
Author: jkim Date: Tue Feb 28 21:18:45 2017 New Revision: 314419 URL: https://svnweb.freebsd.org/changeset/base/314419 Log: Include stdio.h to fix libsbuf build. Reviewed by: scottl Modified: head/sys/kern/subr_prf.c Modified: head/sys/kern/subr_prf.c

svn commit: r314409 - head/usr.bin/dc

2017-02-28 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 28 20:50:49 2017 New Revision: 314409 URL: https://svnweb.freebsd.org/changeset/base/314409 Log: dc(1): Introduce e command, equivalent to p, but writes to stderr Obtained from:OpenBSD MFC after:2 weeks Modified: head/usr.bin/dc/bcode.c

svn commit: r314410 - head/sys/geom/part

2017-02-28 Thread Mariusz Zaborski
Author: oshogbo Date: Tue Feb 28 20:51:20 2017 New Revision: 314410 URL: https://svnweb.freebsd.org/changeset/base/314410 Log: The kern.geom.part.auto_resize should be tunable. Modified: head/sys/geom/part/g_part.c Modified: head/sys/geom/part/g_part.c

svn commit: r314408 - head/include/arpa

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 20:34:25 2017 New Revision: 314408 URL: https://svnweb.freebsd.org/changeset/base/314408 Log: Fix include/arpa/nameser_compat.h by adding T_DNAME definition. Fixes Apache trafficserver Submitted by: John J. Rushford Pull

Re: svn commit: r314404 - head/sys/compat/linux

2017-02-28 Thread Conrad Meyer
On Tue, Feb 28, 2017 at 11:55 AM, Dmitry Chagin wrote: > Author: dchagin > Date: Tue Feb 28 19:55:16 2017 > New Revision: 314404 > URL: https://svnweb.freebsd.org/changeset/base/314404 > > Log: > Linux epoll return EEXIST on case when op is EPOLL_CTL_ADD, and the supplied >

svn commit: r314407 - in head/sys/dev/usb: . serial

2017-02-28 Thread Warner Losh
Author: imp Date: Tue Feb 28 20:25:45 2017 New Revision: 314407 URL: https://svnweb.freebsd.org/changeset/base/314407 Log: Add support for Vodafone/Huawei K3771. See also http://www.draisberghof.de/usb_modeswitch/device_reference.txt Submitted by: Dean Hamstead

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

2017-02-28 Thread Cy Schubert
Cy Schubert writes: > In message <201702281901.v1sj1xke089...@repo.freebsd.org>, Scott Long > writes: > > Author: scottl > > Date: Tue Feb 28 19:01:59 2017 > > New Revision: 314399 > > URL: https://svnweb.freebsd.org/changeset/base/314399 > > > > Log: > > Add prototype for sbuf_putbuf() > >

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

2017-02-28 Thread Cy Schubert
In message <201702281901.v1sj1xke089...@repo.freebsd.org>, Scott Long writes: > Author: scottl > Date: Tue Feb 28 19:01:59 2017 > New Revision: 314399 > URL: https://svnweb.freebsd.org/changeset/base/314399 > > Log: > Add prototype for sbuf_putbuf() > > Sponsored by: Netflix > >

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

2017-02-28 Thread Dmitry Chagin
Author: dchagin Date: Tue Feb 28 19:55:16 2017 New Revision: 314404 URL: https://svnweb.freebsd.org/changeset/base/314404 Log: Linux epoll return EEXIST on case when op is EPOLL_CTL_ADD, and the supplied file descriptor fd is already registered with this epoll instance. MFC after:1

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

2017-02-28 Thread Dmitry Chagin
Author: dchagin Date: Tue Feb 28 19:54:22 2017 New Revision: 314403 URL: https://svnweb.freebsd.org/changeset/base/314403 Log: Linux epoll return ENOENT error in case when op is EPOLL_CTL_MOD or EPOLL_CTL_DEL, and fd is not registered with this epoll instance. MFC after:1 month

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

2017-02-28 Thread Dmitry Chagin
Author: dchagin Date: Tue Feb 28 19:49:21 2017 New Revision: 314402 URL: https://svnweb.freebsd.org/changeset/base/314402 Log: FreeBSD does not have analgue for epill EPOLLPRI event type. So, do not set EPOLLPRI event acidently. Also, do not set EPOLLWRNORM and EPOLLRDNORM events as epoll

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Benjamin Kaduk
On Tue, Feb 28, 2017 at 1:36 PM, Gleb Smirnoff wrote: > Ravi, > > this should go into Relnotes, my failure that I didn't put the tag. > > I don't think this deserves UPDATING entry, since it doesn't require > any action from a person who updates from sources. > > I don't

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Gleb Smirnoff
Ravi, this should go into Relnotes, my failure that I didn't put the tag. I don't think this deserves UPDATING entry, since it doesn't require any action from a person who updates from sources. I don't think this requires __FreeBSD_version bump, since the latter is used to assist

svn commit: r314401 - head

2017-02-28 Thread John Baldwin
Author: jhb Date: Tue Feb 28 19:32:45 2017 New Revision: 314401 URL: https://svnweb.freebsd.org/changeset/base/314401 Log: Don't remove ofwdump.8 on FreeBSD/mips. FreeBSD/mips has installed ofwdump by default since r288232. Sponsored by: DARPA / AFRL Modified:

svn commit: r314400 - in head/sys: dev/cxgbe/iw_cxgbe ofed/drivers/infiniband/core

2017-02-28 Thread Navdeep Parhar
Author: np Date: Tue Feb 28 19:27:41 2017 New Revision: 314400 URL: https://svnweb.freebsd.org/changeset/base/314400 Log: cxgbe/iw_cxgbe: fix various double-close panics with iWARP sockets. Sockets representing the TCP endpoints for iWARP connections are allocated by the ibcore module.

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Gleb Smirnoff
On Tue, Feb 28, 2017 at 09:47:32AM -0800, John Baldwin wrote: J> On Tuesday, February 28, 2017 05:14:43 AM Gleb Smirnoff wrote: J> > Author: glebius J> > Date: Tue Feb 28 05:14:42 2017 J> > New Revision: 314373 J> > URL: https://svnweb.freebsd.org/changeset/base/314373 J> > J> > Log: J> >

svn commit: r314399 - head/sys/sys

2017-02-28 Thread Scott Long
Author: scottl Date: Tue Feb 28 19:01:59 2017 New Revision: 314399 URL: https://svnweb.freebsd.org/changeset/base/314399 Log: Add prototype for sbuf_putbuf() Sponsored by: Netflix Modified: head/sys/sys/sbuf.h Modified: head/sys/sys/sbuf.h

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Ravi Pokala
Shouldn't this also get an UPDATING entry, and/or a bump in __FreeBSD_version? -Ravi (rpokala@) -Original Message- > From: on behalf of John Baldwin > > Date: 2017-02-28, Tuesday at 09:47 > To: Gleb Smirnoff >

svn commit: r314398 - in head/sys/x86: include x86

2017-02-28 Thread Andriy Gapon
Author: avg Date: Tue Feb 28 18:48:12 2017 New Revision: 314398 URL: https://svnweb.freebsd.org/changeset/base/314398 Log: Local APIC: add support for extended LVT entries found in AMD processors The extended LVT entries can be used to configure interrupt delivery for various events that

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

2017-02-28 Thread Scott Long
Author: scottl Date: Tue Feb 28 18:25:06 2017 New Revision: 314397 URL: https://svnweb.freebsd.org/changeset/base/314397 Log: Implement sbuf_prf(), which takes an sbuf and outputs it to stdout in the non-kernel case and to the console+log in the kernel case. For the kernel case it hooks

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread John Baldwin
On Tuesday, February 28, 2017 05:14:43 AM Gleb Smirnoff wrote: > Author: glebius > Date: Tue Feb 28 05:14:42 2017 > New Revision: 314373 > URL: https://svnweb.freebsd.org/changeset/base/314373 > > Log: > Remove SVR4 (System V Release 4) binary compatibility support. > > UNIX System V

svn commit: r314396 - head/lib/libfetch

2017-02-28 Thread Bjoern A. Zeeb
Author: bz Date: Tue Feb 28 18:10:03 2017 New Revision: 314396 URL: https://svnweb.freebsd.org/changeset/base/314396 Log: Properly indent a default: label and avoid crashing when running under -v but cannot connect due to trying to print an int as %s [1]. Reported by: andrew [1] MFC

Re: svn commit: r308996 - head/lib/libfetch

2017-02-28 Thread Bjoern A. Zeeb
On 22 Nov 2016, at 13:30, Dag-Erling Smørgrav wrote: Author: des Date: Tue Nov 22 13:30:07 2016 New Revision: 308996 URL: https://svnweb.freebsd.org/changeset/base/308996 Log: Refactor fetch_connect() and fetch_bind() to improve readability and avoid repeating the same DNS lookups.

svn commit: r314395 - in head/sys: arm/altera/socfpga arm/conf conf

2017-02-28 Thread Ruslan Bukin
Author: br Date: Tue Feb 28 16:20:33 2017 New Revision: 314395 URL: https://svnweb.freebsd.org/changeset/base/314395 Log: Add SOC_ALTERA_* kernel options per each SoC and use it to conditionally compile the code. Reviewed by: andrew Sponsored by: DARPA, AFRL Differential Revision:

svn commit: r314394 - in head/sys/arm/allwinner: a31 clkng

2017-02-28 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 28 15:44:21 2017 New Revision: 314394 URL: https://svnweb.freebsd.org/changeset/base/314394 Log: allwinner: A31: Add ccung driver This adds clocks support for the aw_ccung on the A31 SoC. Newer DTS files require this. All the clocks except two CSI are defined

svn commit: r314393 - head/sys/arm/allwinner/clkng

2017-02-28 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 28 15:11:33 2017 New Revision: 314393 URL: https://svnweb.freebsd.org/changeset/base/314393 Log: allwinner: nkmp: Add MUX capability Some NKMP clocks have a mux options. Add the capability to aw_clk_nkmp. Modified: head/sys/arm/allwinner/clkng/aw_clk.h

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

2017-02-28 Thread Ruslan Bukin
Author: br Date: Tue Feb 28 14:42:57 2017 New Revision: 314390 URL: https://svnweb.freebsd.org/changeset/base/314390 Log: Add compatible string. This restores USB attaching on SOCKIT board after reusing standard DTS files. Sponsored by: DARPA, AFRL Modified:

Re: svn commit: r314389 - in head/sys: arm/altera/socfpga arm/conf boot/fdt/dts/arm

2017-02-28 Thread Andrew Turner
On Tue, 28 Feb 2017 14:02:16 + (UTC) Ruslan Bukin wrote: > Author: br > Date: Tue Feb 28 14:02:16 2017 > New Revision: 314389 > URL: https://svnweb.freebsd.org/changeset/base/314389 > > Log: > Add support for Intel Arria 10 SoC Development Kit. > Use standard DTS files

svn commit: r314389 - in head/sys: arm/altera/socfpga arm/conf boot/fdt/dts/arm

2017-02-28 Thread Ruslan Bukin
Author: br Date: Tue Feb 28 14:02:16 2017 New Revision: 314389 URL: https://svnweb.freebsd.org/changeset/base/314389 Log: Add support for Intel Arria 10 SoC Development Kit. Use standard DTS files for SOCKIT and SOCDK. Sponsored by: DARPA, AFRL Added: head/sys/arm/conf/SOCDK

svn commit: r314387 - head/sys/cam/ctl

2017-02-28 Thread Alexander Motin
Author: mav Date: Tue Feb 28 11:56:17 2017 New Revision: 314387 URL: https://svnweb.freebsd.org/changeset/base/314387 Log: Make ctl_queue_sense() not sleep. It may be called in non-sleepable frontend context. MFC after:2 weeks Modified: head/sys/cam/ctl/ctl.c Modified:

svn commit: r314384 - head/sys/arm/allwinner/clkng

2017-02-28 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 28 11:38:11 2017 New Revision: 314384 URL: https://svnweb.freebsd.org/changeset/base/314384 Log: allwinner: NKMP clock: add update bit The PLL_DDR clock have an update bit which need to be set after changing the value, add the possibility to define one for NKMP

svn commit: r314383 - head/sys/arm/allwinner/clkng

2017-02-28 Thread Emmanuel Vadot
Author: manu Date: Tue Feb 28 11:05:45 2017 New Revision: 314383 URL: https://svnweb.freebsd.org/changeset/base/314383 Log: allwinner: NM clock: Add value for fixed factor. The register func for aw_clk_nm didn't copy the value needed for the fixed factor, resulting in all fixed factor

svn commit: r314382 - head/sys/dev/hyperv/netvsc

2017-02-28 Thread Sepherosa Ziehau
Author: sephe Date: Tue Feb 28 09:50:34 2017 New Revision: 314382 URL: https://svnweb.freebsd.org/changeset/base/314382 Log: hyperv/hn: Simplify RNDIS packet data offset calculation. MFC after:1 week Sponsored by: Microsoft Differential Revision: