svn commit: r344739 - head/usr.sbin/syslogd

2019-03-03 Thread Hiroki Sato
Author: hrs Date: Sun Mar 3 05:30:15 2019 New Revision: 344739 URL: https://svnweb.freebsd.org/changeset/base/344739 Log: Use struct addrinfo instead of struct sockaddr_storage to store peer addresses. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c ===

svn commit: r344736 - head/sys/dev/nvme

2019-03-03 Thread Warner Losh
Author: imp Date: Sun Mar 3 03:36:33 2019 New Revision: 344736 URL: https://svnweb.freebsd.org/changeset/base/344736 Log: Add ABORTED_BY_REQUEST to the list of things we look at DNR bit and tell why to comment (code already does this) Modified: head/sys/dev/nvme/nvme_qpair.c Modified: head

svn commit: r344740 - in head: usr.bin/netstat usr.sbin/syslogd

2019-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 3 10:00:26 2019 New Revision: 344740 URL: https://svnweb.freebsd.org/changeset/base/344740 Log: Fix compilation of world with WITHOUT_{INET,INET6}_SUPPORT or both set. Buildworld failed when both WITHOUT_INET6_SUPPORT and INET equivalent were set. Fix netstat an

svn commit: r344742 - head/sys/netinet

2019-03-03 Thread Michael Tuexen
Author: tuexen Date: Sun Mar 3 19:55:06 2019 New Revision: 344742 URL: https://svnweb.freebsd.org/changeset/base/344742 Log: Allocate an assocition id and register the stcb with holding the lock. This avoids a race where stcbs can be found, which are not completely initialized. This wa

svn commit: r344741 - head/sys/kern

2019-03-03 Thread Gleb Smirnoff
Author: glebius Date: Sun Mar 3 18:57:48 2019 New Revision: 344741 URL: https://svnweb.freebsd.org/changeset/base/344741 Log: Remove bogus assert that I added in r319722. It is a legitimate case to call soabort() on a newborn socket created by sonewconn() in case if further setup of PCB fai

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Ian Lepore
On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > On Mar 3, 2019, at 11:12, Steven Hartland > > wrote: > > > > Not really much more to say that isn't explained by that and the > > code. > > > > Sure I could have used a different sentence structure for the body > > but it wouldn't add any

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Warner Losh
On Sun, Mar 3, 2019, 1:29 PM Ian Lepore wrote: > On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > > On Mar 3, 2019, at 11:12, Steven Hartland > > > wrote: > > > > > > Not really much more to say that isn't explained by that and the > > > code. > > > > > > Sure I could have used a differ

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Enji Cooper
> On Mar 3, 2019, at 11:12, Steven Hartland wrote: > > Not really much more to say that isn't explained by that and the code. > > Sure I could have used a different sentence structure for the body but it > wouldn't add anything IMO, thoughts? Why the previous sector size was wrong isn’t c

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Steven Hartland
Not really much more to say that isn't explained by that and the code. Sure I could have used a different sentence structure for the body but it wouldn't add anything IMO, thoughts? On 02/03/2019 10:49, Alexey Dokuchaev wrote: On Fri, Mar 01, 2019 at 02:39:15PM +, Steven Hartland wrote:

Re: svn commit: r344701 - head/sbin/camcontrol

2019-03-03 Thread Cy Schubert
In message <06d7e6402ad6f673b15873a9d99c9382f21e64b9.ca...@freebsd.org> , Ian Le pore writes: > On Sun, 2019-03-03 at 12:20 -0800, Enji Cooper wrote: > > > On Mar 3, 2019, at 11:12, Steven Hartland > > > wrote: > > > > > > Not really much more to say that isn't explained by that and the > > > cod

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

2019-03-03 Thread Alexander Motin
Author: mav Date: Mon Mar 4 00:49:07 2019 New Revision: 344743 URL: https://svnweb.freebsd.org/changeset/base/344743 Log: Reduce CTL threads priority to about PUSER. Since in most configurations CTL serves as network service, we found that this change improves local system interactivity

svn commit: r344744 - head/sys/dev/rtwn/rtl8192c

2019-03-03 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 4 01:54:28 2019 New Revision: 344744 URL: https://svnweb.freebsd.org/changeset/base/344744 Log: rtwn_usb(4): fix LED blinking for RTL8192CU during scanning Tested with RTL8188CUS, STA mode. MFC after:5 days Modified: head/sys/dev/rtwn/rtl8192c/r92c_in

svn commit: r344745 - in head/sys/dev/rtwn/rtl8192c: . usb

2019-03-03 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 4 03:02:14 2019 New Revision: 344745 URL: https://svnweb.freebsd.org/changeset/base/344745 Log: rtwn_usb(4): fix Tx instability with RTL8192CU chipsets - Fix data frames transmission via POWER_STATUS register setup - it seems to be set by MACID_CONFIG firmware

svn commit: r344748 - head/sbin/ifconfig

2019-03-03 Thread Andriy Voskoboinyk
Author: avos Date: Mon Mar 4 03:47:06 2019 New Revision: 344748 URL: https://svnweb.freebsd.org/changeset/base/344748 Log: Allow to build ifconfig(8) without wireless support The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) if WITHOUT_WIRELESS_SUPPORT=yes is set in src.conf

svn commit: r344749 - head/sys/dev/ath/ath_hal

2019-03-03 Thread Adrian Chadd
Author: adrian Date: Mon Mar 4 06:42:06 2019 New Revision: 344749 URL: https://svnweb.freebsd.org/changeset/base/344749 Log: [ath_hal] add extra ANI fields for the AR9300 HAL. I'm trying to debug why reception upstairs here is so terrible and it turns out ANI is buggy. (Which is no surp

svn commit: r344750 - head/sys/contrib/dev/ath/ath_hal/ar9300

2019-03-03 Thread Adrian Chadd
Author: adrian Date: Mon Mar 4 06:43:00 2019 New Revision: 344750 URL: https://svnweb.freebsd.org/changeset/base/344750 Log: [ath_hal_ar9300] Add the extra ANI configuration fields for the AR93xx HAL. Tested: * Carambola2 (Ar9331), STA/AP modes Modified: head/sys/contrib/dev/ath/at

Re: svn commit: r344748 - head/sbin/ifconfig

2019-03-03 Thread Rodney W. Grimes
> Author: avos > Date: Mon Mar 4 03:47:06 2019 > New Revision: 344748 > URL: https://svnweb.freebsd.org/changeset/base/344748 > > Log: > Allow to build ifconfig(8) without wireless support > > The change removes SIOC[GS]IEEE80211 handling from ifconfig(8) > if WITHOUT_WIRELESS_SUPPORT=ye