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
===
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
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
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
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
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
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
> 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
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:
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
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
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
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
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
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
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
> 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
17 matches
Mail list logo