svn commit: r335612 - head/sbin/dhclient

2018-06-24 Thread Eitan Adler
Author: eadler Date: Mon Jun 25 01:29:54 2018 New Revision: 335612 URL: https://svnweb.freebsd.org/changeset/base/335612 Log: dhclient: recorrect __progname to getprogname() A more correct way to modernize code that uses __progname is to just replace each occurance of it with a call to

Re: svn commit: r335602 - head/sbin/dhclient

2018-06-24 Thread Eitan Adler
On 24 June 2018 at 07:35, Ian Lepore wrote: > On Sun, 2018-06-24 at 13:23 +, Eitan Adler wrote: >> Author: eadler >> Date: Sun Jun 24 13:23:27 2018 >> New Revision: 335602 >> URL: https://svnweb.freebsd.org/changeset/base/335602 >> >> Log: >> dhclient: build with WARNS=6 >> >> - add

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

2018-06-24 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Jun 24 23:19:31 2018 New Revision: 335611 URL: https://svnweb.freebsd.org/changeset/base/335611 Log: [rpi] Fix compatiblity with upstream DTB for RPi 3B and 3B+ Upstream dtb switched to using brcm,bcm2837 for platform compatibility string. Patch platfrom and

Re: svn commit: r333590 - head/share/man/man9

2018-06-24 Thread Matthew Macy
Sorry, I meant to respond. http://concurrencykit.org/presentations/ebr.pdf http://scalebsd.org/blog/2018/05/03/Why-is-munmap-single-threaded-and-what-can-we-do-about-it http://scalebsd.org/blog/2018/06/16/UDP-and-epoch-for-liveness-guarantees On Sun, Jun 24, 2018 at 13:56 Ed Schouten wrote:

svn commit: r335610 - head/sys/netinet

2018-06-24 Thread Sean Bruno
Author: sbruno Date: Sun Jun 24 21:46:29 2018 New Revision: 335610 URL: https://svnweb.freebsd.org/changeset/base/335610 Log: Enable TCP_FASTOPEN by default for FreeBSD 12. Submitted by: kbowling Reviewed by: tuexen Differential Revision:https://reviews.freebsd.org/D15959

Re: svn commit: r333590 - head/share/man/man9

2018-06-24 Thread Andriy Gapon
On 24/06/2018 23:55, Ed Schouten wrote: > Hi Matt, > > 2018-05-17 9:06 GMT+02:00 Ed Schouten : >> Hi Matt, >> >> 2018-05-14 1:16 GMT+02:00 Matt Macy : >>> +Epochs do not have any lock ordering issues. Entering and leaving >> >> It looks like the man page is missing some newlines between

svn commit: r335609 - head/sys/netinet

2018-06-24 Thread Sean Bruno
Author: sbruno Date: Sun Jun 24 21:36:37 2018 New Revision: 335609 URL: https://svnweb.freebsd.org/changeset/base/335609 Log: Reap unused variable and assignment that had no effect. Noted by cross compiling with gcc on mips. Reviewed by: mmacy Modified: head/sys/netinet/in_pcb.c

svn commit: r335608 - head/sbin/pfctl

2018-06-24 Thread Sean Bruno
Author: sbruno Date: Sun Jun 24 21:19:08 2018 New Revision: 335608 URL: https://svnweb.freebsd.org/changeset/base/335608 Log: Assuming that the intent (from the white space) is that the fprintf() be executed in the if() conditional. If its not supposed to be printed inside the conditional,

Re: svn commit: r333590 - head/share/man/man9

2018-06-24 Thread Ed Schouten
Hi Matt, 2018-05-17 9:06 GMT+02:00 Ed Schouten : > Hi Matt, > > 2018-05-14 1:16 GMT+02:00 Matt Macy : >> +Epochs do not have any lock ordering issues. Entering and leaving > > It looks like the man page is missing some newlines between sentences. > > Quick question: How does this work relate to

svn commit: r335607 - head/stand/forth

2018-06-24 Thread Devin Teske
Author: dteske Date: Sun Jun 24 19:29:29 2018 New Revision: 335607 URL: https://svnweb.freebsd.org/changeset/base/335607 Log: check-password.4th(8): Fix manual [in]accuracy SVN r280384 updated the maximum password length from 16 bytes to 255. The manual was not updated to reflect this.

svn commit: r335606 - head/sys/dev/bktr

2018-06-24 Thread Warner Losh
Author: imp Date: Sun Jun 24 19:01:01 2018 New Revision: 335606 URL: https://svnweb.freebsd.org/changeset/base/335606 Log: Don't use generic PCI_VENDOR and PCI_PRODUCT macros. Prefix them with BKTR_ to avoid possible conflicts. Modified: head/sys/dev/bktr/bktr_core.c

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

2018-06-24 Thread Matt Macy
Author: mmacy Date: Sun Jun 24 18:57:06 2018 New Revision: 335605 URL: https://svnweb.freebsd.org/changeset/base/335605 Log: fix assert and conditionally allow mutexes to be held across epoch_wait_preempt Modified: head/sys/kern/subr_epoch.c head/sys/sys/epoch.h Modified:

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

2018-06-24 Thread Konstantin Belousov
Author: kib Date: Sun Jun 24 15:22:38 2018 New Revision: 335604 URL: https://svnweb.freebsd.org/changeset/base/335604 Log: bhyve/vmrun.sh: make -L functional. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/share/examples/bhyve/vmrun.sh Modified:

Re: svn commit: r335602 - head/sbin/dhclient

2018-06-24 Thread Ian Lepore
On Sun, 2018-06-24 at 13:23 +, Eitan Adler wrote: > Author: eadler > Date: Sun Jun 24 13:23:27 2018 > New Revision: 335602 > URL: https://svnweb.freebsd.org/changeset/base/335602 > > Log: >   dhclient: build with WARNS=6 >    >   - add static in a number of places >   - initialize __progname

Re: svn commit: r335595 - head/etc

2018-06-24 Thread Ian Lepore
On Sat, 2018-06-23 at 21:24 -0700, Xin LI wrote: > Oh thanks for that.  Is there a plan to MFC? Yes, I plan to mfc to 10 and 11 after a short while. -- Ian > On Sat, Jun 23, 2018 at 8:29 PM Ian Lepore wrote: > > > > > > Author: ian > > Date: Sun Jun 24 03:29:00 2018 > > New Revision: 335595

Re: svn commit: r335599 - svnadmin/conf

2018-06-24 Thread Matthew Seaman
On 24/06/2018 14:20, Andriy Gapon wrote: > On 24/06/2018 15:52, Matthew Seaman wrote: >> Log: >> Approved by: core > > That's terse even by my standards. > Damn. Sorry about that -- fat fingered it. I had originally intended to say: Reactivate Daichi Goto's commit bit at his request.

svn commit: r335603 - stable/11/lib/libc/stdlib

2018-06-24 Thread Konstantin Belousov
Author: kib Date: Sun Jun 24 13:26:31 2018 New Revision: 335603 URL: https://svnweb.freebsd.org/changeset/base/335603 Log: MFC r334928: libc qsort(3): stop aliasing. PR: 228780 Modified: stable/11/lib/libc/stdlib/qsort.c Directory Properties: stable/11/ (props changed)

svn commit: r335602 - head/sbin/dhclient

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 13:23:27 2018 New Revision: 335602 URL: https://svnweb.freebsd.org/changeset/base/335602 Log: dhclient: build with WARNS=6 - add static in a number of places - initialize __progname rather than rely on magical extern values - use nitems() instead of

Re: svn commit: r335599 - svnadmin/conf

2018-06-24 Thread Andriy Gapon
On 24/06/2018 15:52, Matthew Seaman wrote: > Log: > Approved by:core That's terse even by my standards. -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

svn commit: r335601 - head/usr.bin/top

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 13:14:04 2018 New Revision: 335601 URL: https://svnweb.freebsd.org/changeset/base/335601 Log: top(1): increase field with width for W/CPU column This allows 3 digit CPU columns to look nice Reported by: feld Modified: head/usr.bin/top/machine.c

svn commit: r335600 - head/sys/vm

2018-06-24 Thread Mateusz Guzik
Author: mjg Date: Sun Jun 24 13:08:05 2018 New Revision: 335600 URL: https://svnweb.freebsd.org/changeset/base/335600 Log: vm: stop passing M_ZERO when allocating radix nodes Allocation explicitely initialized the 3 leading fields. The rest is an array which is supposed to be NULL-ed

svn commit: r335599 - svnadmin/conf

2018-06-24 Thread Matthew Seaman
Author: matthew (ports committer) Date: Sun Jun 24 12:52:38 2018 New Revision: 335599 URL: https://svnweb.freebsd.org/changeset/base/335599 Log: Approved by: core Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/access

svn commit: r335598 - in head: sbin usr.bin

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 09:39:40 2018 New Revision: 335598 URL: https://svnweb.freebsd.org/changeset/base/335598 Log: Makefiles: remove outdated comments Modified: head/sbin/Makefile head/usr.bin/Makefile Modified: head/sbin/Makefile

svn commit: r335597 - head/sbin/newfs

2018-06-24 Thread Eitan Adler
Author: eadler Date: Sun Jun 24 05:40:42 2018 New Revision: 335597 URL: https://svnweb.freebsd.org/changeset/base/335597 Log: newfs: clean up warnings - remove param: unused since r95357. - correct definition of usage - add explicit fallthrough notice. The existing one doesn't work