Author: np
Date: Fri Mar 20 05:12:16 2020
New Revision: 359159
URL: https://svnweb.freebsd.org/changeset/base/359159
Log:
cxgbe(4): Split sge_nm_rxq into three cachelines.
This reduces the lines bouncing around between the driver rx ithread and
the netmap rxsync thread. There is no net c
Author: gavin
Date: Fri Mar 20 04:13:39 2020
New Revision: 359158
URL: https://svnweb.freebsd.org/changeset/base/359158
Log:
Add new USB device ID for Elecom 802.11ac USB device.
MFC after:2 weeks
Modified:
head/sys/dev/rtwn/usb/rtwn_usb_attach.h
head/sys/dev/usb/usbdevs
Modified:
Author: sevan (doc committer)
Date: Fri Mar 20 03:15:23 2020
New Revision: 359157
URL: https://svnweb.freebsd.org/changeset/base/359157
Log:
Add DragonFly BSD 5.8 & 5.63
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: tuexen
Date: Thu Mar 19 23:07:52 2020
New Revision: 359156
URL: https://svnweb.freebsd.org/changeset/base/359156
Log:
A a missing NET_EPOCH_ENTER/NET_EPOCH_EXIT pair. This was affecting
implicit connection setups via sendmsg().
Reported by: syzbot+febbe3383a0e9b700...@syz
Author: markj
Date: Thu Mar 19 21:38:52 2020
New Revision: 359154
URL: https://svnweb.freebsd.org/changeset/base/359154
Log:
Fix synchronization in the IPV6_2292PKTOPTIONS set handler.
The inpcb needs to be locked when we update output packet options.
Otherwise it is possible for the IPV6
Author: tsoome
Date: Thu Mar 19 21:05:11 2020
New Revision: 359153
URL: https://svnweb.freebsd.org/changeset/base/359153
Log:
loader: remove libsa/crc32.c and use version from zlib
we have crc32(const void *, size_t) in libsa. Unfortunately zlib has
crc32(long, const unigned char *, unsig
Author: tuexen
Date: Thu Mar 19 21:01:16 2020
New Revision: 359152
URL: https://svnweb.freebsd.org/changeset/base/359152
Log:
Consistently provide arguments for timer start and stop routines.
This is another step in cleaning up timer handling.
MFC after:1 week
Modified:
head/s
Author: tuexen
Date: Thu Mar 19 18:55:54 2020
New Revision: 359151
URL: https://svnweb.freebsd.org/changeset/base/359151
Log:
Cleanup the stream reset and asconf timer.
MFC after:1 week
Modified:
head/sys/netinet/sctp_timer.c
head/sys/netinet/sctp_timer.h
head/sys/netinet
Author: tsoome
Date: Thu Mar 19 17:27:08 2020
New Revision: 359147
URL: https://svnweb.freebsd.org/changeset/base/359147
Log:
loader: misaligned access of dos_partition structure
armv7 crash due to misligned access of dos_partition dp_start field.
Allocate and make copy of dos_partitio
Author: mav
Date: Thu Mar 19 17:20:50 2020
New Revision: 359146
URL: https://svnweb.freebsd.org/changeset/base/359146
Log:
Fix SES on device slots without phys after r349321.
Broadcom 9400-8i8e HBAs report virtual SES device, where slots representing
external connectors are reported havin
Author: markj
Date: Thu Mar 19 15:39:45 2020
New Revision: 359132
URL: https://svnweb.freebsd.org/changeset/base/359132
Log:
Enter a write sequence when updating rights.
The Capsicum system calls modify file descriptor table entries. To
ensure that readers observe a consistent snapshot o
Author: markj
Date: Thu Mar 19 15:40:05 2020
New Revision: 359133
URL: https://svnweb.freebsd.org/changeset/base/359133
Log:
kern_dup(): Call filecaps_free_prep() in a write section.
filecaps_free_prep() bzeros the capabilities structure and we need to be
careful to synchronize with unloc
Author: tuexen
Date: Thu Mar 19 14:37:28 2020
New Revision: 359131
URL: https://svnweb.freebsd.org/changeset/base/359131
Log:
The MTU candidates MUST be a multiple of 4, so make them so.
MFC after:1 week
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctput
> On 19. Mar 2020, at 14:33, Tomoaki AOKI wrote:
>
> On Thu, 19 Mar 2020 00:28:59 +0200
> Toomas Soome mailto:tso...@me.com>> wrote:
>
>>
>>
>>> On 18. Mar 2020, at 20:41, Ruslan Garipov wrote:
>>>
>>> On 3/18/2020 10:29 PM, Toomas Soome via svn-src-head wrote:
> On 18. Mar
Author: kp
Date: Thu Mar 19 12:54:43 2020
New Revision: 359130
URL: https://svnweb.freebsd.org/changeset/base/359130
Log:
pfctl: improve rule load times with thousands of interfaces
r343287 / D18759 introduced ifa_add_groups_to_map() which is now run by
ifa_load/ifa_lookup/host_if. When l
On Thu, 19 Mar 2020 00:28:59 +0200
Toomas Soome wrote:
>
>
> > On 18. Mar 2020, at 20:41, Ruslan Garipov wrote:
> >
> > On 3/18/2020 10:29 PM, Toomas Soome via svn-src-head wrote:
> >>
> >>
> >>> On 18. Mar 2020, at 18:40, Ruslan Garipov wrote:
> >>>
> >>> On 3/17/2020 5:16 PM, Tomoaki AO
Author: dab
Date: Thu Mar 19 12:22:20 2020
New Revision: 359129
URL: https://svnweb.freebsd.org/changeset/base/359129
Log:
Fix parameter reversal potentially causing buffer overrun.
Two arguments were reversed in calls to cam_strvis() in
nvme_da.c. This was found by a Coverity scan of thi
Author: 0mp (doc,ports committer)
Date: Thu Mar 19 10:20:32 2020
New Revision: 359126
URL: https://svnweb.freebsd.org/changeset/base/359126
Log:
Document my doc bit and that bcr@ was my mentor
Modified:
head/share/misc/committers-doc.dot
Modified: head/share/misc/committers-doc.dot
=
Author: 0mp (doc,ports committer)
Date: Thu Mar 19 09:23:26 2020
New Revision: 359125
URL: https://svnweb.freebsd.org/changeset/base/359125
Log:
Document geli(8) loader variables conventions
The geli(8) manual page has an example for preloading keyfiles during boot.
There is no detail tho
Author: hselasky
Date: Thu Mar 19 09:15:59 2020
New Revision: 359120
URL: https://svnweb.freebsd.org/changeset/base/359120
Log:
Correctly implement support for remote wakeup for USB 3.0 device.
Submitted by: Horse Ma
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
20 matches
Mail list logo