>> sbruno@alice:~ % pkg info |grep kmod
>> drm-current-kmod-4.16.g20200320 DRM modules for the linuxkpi-based KMS
>> components
>> drm-kmod-g20190710 Metaport of DRM modules for the
>> linuxkpi-based KMS components
>> gpu-firmware-kmod-g20200503 Firmware modules for the linuxkpi-base
>> Same buildfailure with GENERIC-NODEBUG.
>
> Seems different.
>
>
>> https://people.freebsd.org/~sbruno/backlight.txt
>
> HEAD with which version of the drm port/package?
>
> /bz
sbruno@alice:~ % pkg info |grep kmod
drm-current-kmod-4.16.g20200320 DRM modules for the linuxkpi-based KMS
com
On 2020-10-17 05:27, Alexander V. Chernikov wrote:
> 02.10.2020, 19:26, "Emmanuel Vadot" :
>
> Author: manu
> Date: Fri Oct 2 18:26:41 2020
> New Revision: 366372
> URL: https://svnweb.freebsd.org/changeset/base/366372
>
> Log:
> linuxkpi: Add backlight support
>
Author: sbruno
Date: Sun Jan 12 20:19:00 2020
New Revision: 356665
URL: https://svnweb.freebsd.org/changeset/base/356665
Log:
MFC r350078
Add the ability to accept the default pin widget configuration to help
with various laptops using hdaa(4) sound devices. We don't seem to know
the "cor
Author: sbruno
Date: Wed Jul 17 04:13:46 2019
New Revision: 350078
URL: https://svnweb.freebsd.org/changeset/base/350078
Log:
I add the ability to accept the default pin widget configuration to help
with various laptops using hdaa(4) sound devices. We don't seem to know
the "correct" config
Author: sbruno
Date: Thu Dec 6 18:59:33 2018
New Revision: 341643
URL: https://svnweb.freebsd.org/changeset/base/341643
Log:
Change u32 to uint32_t to allow the native-xtools target to build
libsysdecode.
Submitted by: kib
Modified:
head/sys/dev/mlx5/mlx5io.h
Modified: head/sys/dev/m
I have reverted this change from head.
sean
On 11/26/18 2:45 PM, Martin Matuska wrote:
> Author: mm
> Date: Mon Nov 26 21:45:27 2018
> New Revision: 340997
> URL: https://svnweb.freebsd.org/changeset/base/340997
>
> Log:
> libarchive configuration changes
> - move HAVE_BZLIB_H, HAVE_LIBLZMA
Author: sbruno
Date: Tue Dec 4 03:23:14 2018
New Revision: 341453
URL: https://svnweb.freebsd.org/changeset/base/341453
Log:
Revert r340997 at the request of multiple users.
- breaks ports-mgmt/pkg build for mips64, powerpc64 and i386 for some users.
--- pkg-static ---
/usr/lib/liblzma
I just had to disable this on the PowerPC64 build in the FreeBSD
Cluster. It led to the following error during linking:
cc -O2 -pipe -g -MD -MF.depend.enhash.o -MTenhash.o -std=gnu99
-fstack-protector-strong -c enhash.c -o enhash.o
cc -O2 -pipe -g -std=gnu99 -fstack-protector-strong -o
Author: sbruno
Date: Wed Nov 28 13:25:10 2018
New Revision: 341140
URL: https://svnweb.freebsd.org/changeset/base/341140
Log:
Add CAPABILITIES to the ERL kernel config so that tools that have been
modified with Capsicum work on this target platform.
This came up after the conversion of wc
On 08/26/18 11:11, Ian Lepore wrote:
>> Modified: head/lib/libmd/Makefile
>> ==
>> --- head/lib/libmd/Makefile Sun Aug 26 13:08:50 2018(r338329)
>> +++ head/lib/libmd/Makefile Sun Aug 26 17:05:43 2018(r3
Author: sbruno
Date: Sun Aug 26 17:05:43 2018
New Revision: 338330
URL: https://svnweb.freebsd.org/changeset/base/338330
Log:
r338270 had the side effect of no longer installing libmd.so into /lib.
For users who have a seperate zfs mount of /usr or /usr/lib, this will
cause dynamic loading f
On 07/30/18 12:29, Justin Hibbits wrote:
> Author: jhibbits
> Date: Mon Jul 30 18:29:20 2018
> New Revision: 336925
> URL: https://svnweb.freebsd.org/changeset/base/336925
>
> Log:
> Add ofw_bus_if.h to the SRCS list for ipmi module on powerpc64
>
> PR: 230194
> Reported by:
Author: sbruno
Date: Sat Jul 14 23:53:51 2018
New Revision: 336298
URL: https://svnweb.freebsd.org/changeset/base/336298
Log:
There was quite a bit of feedback on r336282 that has led to the
submitter to want to revert it.
Modified:
head/sys/netinet/ip_output.c
Modified: head/sys/netinet/i
On 07/14/18 10:37, John Baldwin wrote:
> On 7/14/18 9:19 AM, Sean Bruno wrote:
>> Author: sbruno
>> Date: Sat Jul 14 16:19:46 2018
>> New Revision: 336282
>> URL: https://svnweb.freebsd.org/changeset/base/336282
>>
>> Log:
>> Fixup memory ma
Author: sbruno
Date: Sat Jul 14 16:19:46 2018
New Revision: 336282
URL: https://svnweb.freebsd.org/changeset/base/336282
Log:
Fixup memory management for fetching options in ip_ctloutput()
Submitted by: Jason Eggleston
Sponsored by: Limelight Networks
Differential Revision:http
Author: sbruno
Date: Wed Jul 11 16:44:14 2018
New Revision: 336201
URL: https://svnweb.freebsd.org/changeset/base/336201
Log:
smartpqi(4):
- Update to release "3"
Submitted by: Deepak Ukey
Reviewed by: mav
MFC after:2 weeks
Differential Revision:https://reviews.freebs
>
> ofwdump isn't very useful, you'll get much nicer output with:
>
> sysctl -b hw.fdt.dtb | dtc -I dtb -O dts >somefile.dts
>
> BTW, the whole idea of searching for a phy by walking the node
> hierarchy doing string comparisons on node names sounds pretty
> antithetical to the whole design o
On 07/08/18 09:26, Mark Johnston wrote:
> On Sun, Jul 08, 2018 at 09:10:27AM -0600, Sean Bruno wrote:
>>
>>
>> On 07/07/18 11:43, Mark Johnston wrote:
>>> On Sat, Jun 09, 2018 at 02:47:49PM +, Andrew Turner wrote:
>>>> Author: andrew
>>>
On 07/07/18 11:43, Mark Johnston wrote:
> On Sat, Jun 09, 2018 at 02:47:49PM +, Andrew Turner wrote:
>> Author: andrew
>> Date: Sat Jun 9 14:47:49 2018
>> New Revision: 334880
>> URL: https://svnweb.freebsd.org/changeset/base/334880
>>
>> Log:
>> In the ThunderX BGX network driver we were
Author: sbruno
Date: Sat Jul 7 13:37:44 2018
New Revision: 336063
URL: https://svnweb.freebsd.org/changeset/base/336063
Log:
Wrap the declaration and assignment of "stripe" with #ifdef NUMA declarations
as not all targets are NUMA aware.
Found with gcc.
Sponsored by: Limelight Netwo
Author: sbruno
Date: Sat Jul 7 13:35:06 2018
New Revision: 336062
URL: https://svnweb.freebsd.org/changeset/base/336062
Log:
struct ifmediareq *ifmrp is only used in the COMPAT_FREEBSD32 parts of
ifioctl(). Move it inside the proper #ifdef. This was throwing a valid
"Assigned but unused"
On 07/06/18 08:49, Ian Lepore wrote:
> On Fri, 2018-07-06 at 13:22 +0000, Sean Bruno wrote:
>> Author: sbruno
>> Date: Fri Jul 6 13:22:44 2018
>> New Revision: 336031
>> URL: https://svnweb.freebsd.org/changeset/base/336031
>>
>> Log:
>> r336028
Author: sbruno
Date: Fri Jul 6 13:31:06 2018
New Revision: 336032
URL: https://svnweb.freebsd.org/changeset/base/336032
Log:
Remove duplicate configuration values as they are already defined in
std.AR_MIPS_BASE
Modified:
head/sys/mips/conf/DIR-825B1
Modified: head/sys/mips/conf/DIR-825B1
Author: sbruno
Date: Fri Jul 6 13:22:44 2018
New Revision: 336031
URL: https://svnweb.freebsd.org/changeset/base/336031
Log:
r336028 changed next_msg to a char * from char [] of fixed size. Change
2nd argument of vsnprintf() to get the strlen of next_msg so that the
appropriate size is use
On 07/06/18 06:07, Daichi GOTO wrote:
> -static char next_msg[MAX_COLS + 5];
> +static char *next_msg = NULL;
> static int msglen = 0;
> /* Invariant: msglen is always the length of the message currently displayed
> on the screen (even when next_msg doesn't contain that message). */
gcc no
Author: sbruno
Date: Thu Jul 5 17:26:44 2018
New Revision: 336009
URL: https://svnweb.freebsd.org/changeset/base/336009
Log:
riscv: Remove unused variable "code"
gcc found that the variabl "code", while being assigned a value, isn't
be used for anything.
Reviewed by: br
Differen
Author: sbruno
Date: Thu Jul 5 17:11:55 2018
New Revision: 336006
URL: https://svnweb.freebsd.org/changeset/base/336006
Log:
Remove redundant device ar71xx_wdog which is now included from
std.AR_MIPS_BASE
Modified:
head/sys/mips/conf/AR71XX_BASE
Modified: head/sys/mips/conf/AR71XX_BASE
==
Author: sbruno
Date: Thu Jul 5 17:09:46 2018
New Revision: 336005
URL: https://svnweb.freebsd.org/changeset/base/336005
Log:
Remove redundant AH_DEBUG_ALQ.
Modified:
head/sys/mips/conf/std.AR_MIPS_BASE
Modified: head/sys/mips/conf/std.AR_MIPS_BASE
===
Author: sbruno
Date: Thu Jul 5 17:07:23 2018
New Revision: 336004
URL: https://svnweb.freebsd.org/changeset/base/336004
Log:
Make ZSTD a real option via ZSTDIO.
It looks like the intent was to allow ZSTD support to be
compiled into the kernel with options ZSTDIO. But it doesn't look
li
On 07/04/18 11:48, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> Author: sbruno
>> Date: Wed Jul 4 17:18:35 2018
>> New Revision: 335963
>> URL: https://svnweb.freebsd.org/changeset/base/335963
>>
>> Log:
>> WITHOUT_SERVICESDB:
>>
>> Add src.conf knob to disabl
Author: sbruno
Date: Wed Jul 4 17:18:35 2018
New Revision: 335963
URL: https://svnweb.freebsd.org/changeset/base/335963
Log:
WITHOUT_SERVICESDB:
Add src.conf knob to disable the installation of /var/db/services.db
Default to leaving services.db in place, but allow the removal of the
Author: sbruno
Date: Wed Jul 4 17:10:07 2018
New Revision: 335962
URL: https://svnweb.freebsd.org/changeset/base/335962
Log:
fix locking within tcp_ipsec_pcbctl() to match ipsec4_pcbctl(),
ipsec4_pcbctl()
IPSEC_PCBCTL() functions, which include tcp_ipsec_pcbctl(),
ipsec4_pcbctl(), and i
Author: sbruno
Date: Tue Jul 3 16:17:59 2018
New Revision: 335896
URL: https://svnweb.freebsd.org/changeset/base/335896
Log:
Reset indentiation of ata_suspend() such that its clear we fall through
this function and that we aren't supposed to be controlled by the first
if() conditional. Fou
Author: sbruno
Date: Tue Jul 3 15:56:22 2018
New Revision: 335894
URL: https://svnweb.freebsd.org/changeset/base/335894
Log:
Reset indentation of this flag. No functional change intended.
Found with gcc.
sys/dev/ata/chipsets/ata-siliconimage.c: In function 'ata_cmd_ch_attach':
sys/dev/
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
Modi
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
Mod
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,
Author: sbruno
Date: Tue Jun 19 21:07:25 2018
New Revision: 335386
URL: https://svnweb.freebsd.org/changeset/base/335386
Log:
MK_EFI - Add uefisign and friends to this knob and ensure that we don't
try to build them if MK_OPENSSL is unset.
Reviewed by: emaste imp kevans
Sponsored by: L
Author: sbruno
Date: Tue Jun 19 18:09:15 2018
New Revision: 335379
URL: https://svnweb.freebsd.org/changeset/base/335379
Log:
Set prev to NULL so its garaunteed to have a value of some kind and
gcc doesn't explode. Feel free to fix this correctly or whatever for
gcc builds.
This *shoul
Author: sbruno
Date: Tue Jun 19 15:55:21 2018
New Revision: 335372
URL: https://svnweb.freebsd.org/changeset/base/335372
Log:
Remove "diff" line indicator. Next to see if this code works or not.
Submitted by: mmacy
Sponsored by: Limelight Networks
Modified:
head/sys/dev/ixl/ixlvc.c
M
On 06/12/18 16:05, Oliver Pinter wrote:
> On 5/22/18, Ed Maste wrote:
>> Author: emaste
>> Date: Tue May 22 14:35:33 2018
>> New Revision: 334046
>> URL: https://svnweb.freebsd.org/changeset/base/334046
>>
>> Log:
>> intel-ucode-split: add -n flag to skip creating output files
>>
>> Sponsore
Author: sbruno
Date: Tue Jun 12 19:26:25 2018
New Revision: 335011
URL: https://svnweb.freebsd.org/changeset/base/335011
Log:
WITHOUT_NLS cleanup of more empty dirs.
Reviewed by: emaste
Sponsored by: Limelight Networks
Differential Revision:https://reviews.freebsd.org/D15626
M
Author: sbruno
Date: Tue Jun 12 18:58:56 2018
New Revision: 335010
URL: https://svnweb.freebsd.org/changeset/base/335010
Log:
cpucontrol:
- fix debugging for family on AMD cpus and add useful debugging for
which file is being selected for update.
Reviewed by: cem
Sponsored by: Lime
Author: sbruno
Date: Thu Jun 7 15:27:07 2018
New Revision: 334788
URL: https://svnweb.freebsd.org/changeset/base/334788
Log:
Unbreak dtrace runtime for udp after svn r334719 SO_REUSEPORT commit.
Submitted by: Johannes Lundberg
Sponsored by: Limeligght Networks
Modified:
head/cddl/lib
Author: sbruno
Date: Wed Jun 6 15:45:57 2018
New Revision: 334719
URL: https://svnweb.freebsd.org/changeset/base/334719
Log:
Load balance sockets with new SO_REUSEPORT_LB option.
This patch adds a new socket option, SO_REUSEPORT_LB, which allow multiple
programs or threads to bind to the
Author: sbruno
Date: Tue May 29 21:52:13 2018
New Revision: 334357
URL: https://svnweb.freebsd.org/changeset/base/334357
Log:
dumpon(8)
- fix the WITHOUT_CRYPTO buildworld case. Its rare, but some of us do
build this way.
Sponsored by: Limelight Networks
Modified:
head/sbin/dumpon
Author: sbruno
Date: Sun May 27 23:52:41 2018
New Revision: 334263
URL: https://svnweb.freebsd.org/changeset/base/334263
Log:
r334229 mismerged and broke kernel options CAM_IOSCHED_DYNAMIC.
Fix that on this holiday weekend.
Approved by: re (implicit)
Modified:
stable/11/sys/cam/cam
On 05/27/18 14:01, Ivan Klymenko wrote:
> В Sun, 27 May 2018 11:21:16 -0600
> Sean Bruno пишет:
>
>> On 05/27/18 02:16, Ivan Klymenko wrote:
>>> --- cam_iosched.o ---
>>> /usr/local/libexec/ccache/world/cc -target i386-unknown-freebsd11.2
>>> --sysro
On 05/27/18 02:16, Ivan Klymenko wrote:
> --- cam_iosched.o ---
> /usr/local/libexec/ccache/world/cc -target i386-unknown-freebsd11.2
> --sysroot=/usr/obj/usr/src/tmp -B/usr/obj/usr/src/tmp/usr/bin -O2 -pipe -O3
> -fvectorize -fslp-vectorize -fblocks -march=native -fno-strict-aliasing
> -Werr
Author: sbruno
Date: Sat May 26 21:58:43 2018
New Revision: 334251
URL: https://svnweb.freebsd.org/changeset/base/334251
Log:
Activate Wake On Lan features for Ice Lake and Cannon Lake devices.
This is a direct commit to stable/10 as its not needed in -current.
PR: 228302
S
I'll mf stable/10 in a bit.
sean
On 05/26/18 14:02, Sean Bruno wrote:
> Author: sbruno
> Date: Sat May 26 20:02:39 2018
> New Revision: 334246
> URL: https://svnweb.freebsd.org/changeset/base/334246
>
> Log:
> Activate Wake On Lan features for Ice Lake and Cannon L
Author: sbruno
Date: Sat May 26 20:02:39 2018
New Revision: 334246
URL: https://svnweb.freebsd.org/changeset/base/334246
Log:
Activate Wake On Lan features for Ice Lake and Cannon Lake devices.
This is a direct commit to stable/11 as its not needed in -current.
PR: 228302
S
Author: sbruno
Date: Fri May 25 23:18:06 2018
New Revision: 334229
URL: https://svnweb.freebsd.org/changeset/base/334229
Log:
MFC r323829
cam iosched: Add a handler for the quanta sysctl to enforce valid
values
MFC r323831
cam iosched: Schedule cam_iosched_ticker(
Author: sbruno
Date: Fri May 25 18:11:13 2018
New Revision: 334215
URL: https://svnweb.freebsd.org/changeset/base/334215
Log:
pmcstat(8)
- Document per thread filtering.
Submitted by: kbowling
Sponsored by: Limelight Networks
Differential Revision:https://reviews.freebsd.org/D
On 05/18/18 11:29, Ian Lepore wrote:
> On Fri, 2018-05-18 at 17:23 +0000, Sean Bruno wrote:
>> Author: sbruno
>> Date: Fri May 18 17:23:23 2018
>> New Revision: 333801
>> URL: https://svnweb.freebsd.org/changeset/base/333801
>>
>> Log:
>> Quiesce
Author: sbruno
Date: Fri May 18 17:23:23 2018
New Revision: 333801
URL: https://svnweb.freebsd.org/changeset/base/333801
Log:
Quiesce a couple pages of clang warnings with a cast. Duplicates
linux maintainer commit:
https://github.com/torvalds/linux/commit/627871b71c89a6ec12fbed75063f23
Author: sbruno
Date: Fri May 18 13:49:12 2018
New Revision: 333792
URL: https://svnweb.freebsd.org/changeset/base/333792
Log:
bnxt(4)
- Fix HWRM warning message during HW LRO configuration.
Submitted by: bhargava.marre...@broadcom.com
MFC after:1 week
Sponsored by: Broadcom Limite
Author: sbruno
Date: Fri May 18 13:03:04 2018
New Revision: 333790
URL: https://svnweb.freebsd.org/changeset/base/333790
Log:
Release mmacy from mentorship.
Modified:
svnadmin/conf/mentors
Modified: svnadmin/conf/mentors
===
Author: sbruno
Date: Thu May 17 16:32:38 2018
New Revision: 333738
URL: https://svnweb.freebsd.org/changeset/base/333738
Log:
MFC r333499
Add deprecation notice for vxge.
This driver was merged to HEAD one week prior to Exar publicly
announcing theyhad left the Ethernet market. It is
On 05/17/18 09:11, Rodney W. Grimes wrote:
>> Author: sbruno
>> Date: Thu May 17 14:55:41 2018
>> New Revision: 333717
>> URL: https://svnweb.freebsd.org/changeset/base/333717
>>
>> Log:
>> Retire vxge(4).
>>
>> This driver was merged to HEAD one week prior to Exar publicly announcing
>> th
Author: sbruno
Date: Thu May 17 14:55:41 2018
New Revision: 333717
URL: https://svnweb.freebsd.org/changeset/base/333717
Log:
Retire vxge(4).
This driver was merged to HEAD one week prior to Exar publicly announcing they
had left the Ethernet market. It is not known to be used and has var
Author: sbruno
Date: Tue May 15 13:30:59 2018
New Revision: 333631
URL: https://svnweb.freebsd.org/changeset/base/333631
Log:
igb(4):
I210 restore functionality if pxeboot rom is enabled on this device.
r45 attempted to determine if this code was needed or it was some kind
of work a
Author: sbruno
Date: Tue May 15 13:19:00 2018
New Revision: 333629
URL: https://svnweb.freebsd.org/changeset/base/333629
Log:
MFC r303848
Repair trivial panic in ng_uncallout. Fixes bugzilla #211031
PR: 211031
Modified:
stable/10/sys/netgraph/ng_base.c
Directory Propertie
Author: sbruno
Date: Mon May 14 22:56:41 2018
New Revision: 333615
URL: https://svnweb.freebsd.org/changeset/base/333615
Log:
MFC r303848
Repair trivial panic in ng_uncallout. Fixes bugzilla #211031
PR: 211031
Approved by: re (gjb)
Modified:
stable/11/sys/netgraph/ng_b
Author: sbruno
Date: Fri May 11 17:26:59 2018
New Revision: 333499
URL: https://svnweb.freebsd.org/changeset/base/333499
Log:
vxge(4): deprecation notice
This hardware isn't totally ancient, about equal to a mxge(4) or mlx4en(4),
but the company was sold to Exar which then promptly exited
Author: sbruno
Date: Wed May 9 16:14:12 2018
New Revision: 333417
URL: https://svnweb.freebsd.org/changeset/base/333417
Log:
MFC r333019 r333046 r333085 r333086 r333132
smartpqi(4):
- Microsemi SCSI driver for PQI controllers.
- Found on newer model HP servers.
- Restrict to AMD64 on
https://reviews.freebsd.org/D15292
*shakes fist at self*
sean
On 05/08/18 15:14, Sean Bruno wrote:
> Author: sbruno
> Date: Tue May 8 21:14:29 2018
> New Revision: 88
> URL: https://svnweb.freebsd.org/changeset/base/88
>
> Log:
> nxge(4):
> Remove nxge(4)
Author: sbruno
Date: Tue May 8 21:14:29 2018
New Revision: 88
URL: https://svnweb.freebsd.org/changeset/base/88
Log:
nxge(4):
Remove nxge(4) and associated man page and tools in FreeBSD 12.0.
Submitted by: kbowling
Reviewed by: brooks
Relnotes: yes
Sponsored by: Limeli
Author: sbruno
Date: Tue May 8 16:56:14 2018
New Revision: 67
URL: https://svnweb.freebsd.org/changeset/base/67
Log:
MFC r333210
Deprecation notice for nxge(4). This driver will not appear
in FreeBSD 12 or later.
Approved by: re (gjb@)
Relnotes: yes
Modified:
stab
Author: sbruno
Date: Sun May 6 16:22:02 2018
New Revision: 07
URL: https://svnweb.freebsd.org/changeset/base/07
Log:
Cleanup sundry clang warnings for code that is not upstream in illumos.
https://github.com/illumos/illumos-gate/edit/master/usr/src/lib/libzfs/common/libzfs_sendrecv.c
Author: sbruno
Date: Sat May 5 18:39:54 2018
New Revision: 333274
URL: https://svnweb.freebsd.org/changeset/base/333274
Log:
Remove accidentally committed debug statement that induced the following
warning:
make[3]: "/usr/src/share/mk/bsd.prog.mk" line 274: warning: duplicate
script fo
For the "official" record:
Approved-by: sbruno
:-)
sean
p.s. silly svn didn't stop this commit, I wonder why.
On 05/04/18 10:20, K. Macy wrote:
> Yes. Good catch. Thanks.
>
> -M
>
>>
>> Missing Approved by: sbruno?
>>
>>
>>> Modified:
>>> head/sys/kern/kern_descrip.c
>>>
>>> Modified: hea
Author: sbruno
Date: Thu May 3 20:43:39 2018
New Revision: 333227
URL: https://svnweb.freebsd.org/changeset/base/333227
Log:
Welcome back Matt Macy to the ranks of FreeBSD committers.
Approved by: core
Modified:
svnadmin/conf/access
svnadmin/conf/mentors
Modified: svnadmin/conf/acce
Author: sbruno
Date: Thu May 3 15:01:27 2018
New Revision: 333211
URL: https://svnweb.freebsd.org/changeset/base/333211
Log:
cc_cubic:
- Update cubic parameters to draft-ietf-tcpm-cubic-04
Submitted by: Matt Macy
Reviewed by: lstewart
Differential Revision:https://reviews.f
Author: sbruno
Date: Thu May 3 14:48:42 2018
New Revision: 333210
URL: https://svnweb.freebsd.org/changeset/base/333210
Log:
nxge(4) deprecation notice
Submitted by: kbowling
Reviewed by: brooks
Sponsored by: Limelight Networks
Differential Revision:https://reviews.freebsd.o
Author: sbruno
Date: Wed May 2 21:32:20 2018
New Revision: 333185
URL: https://svnweb.freebsd.org/changeset/base/333185
Log:
Follow up to r333173, Retire ixgb(4)
Remove sys/modules/ixgb and add the linked man page for if_ixgb via
ObsoleteFiles.
Submitted by: kbowling
Relnotes:
Author: sbruno
Date: Wed May 2 15:59:15 2018
New Revision: 333173
URL: https://svnweb.freebsd.org/changeset/base/333173
Log:
Retire ixgb(4)
This driver was for an early and uncommon legacy PCI 10GbE for a single
ASIC, Intel 82597EX. Intel quickly shifted to the long lived ixgbe family.
Author: sbruno
Date: Wed May 2 15:21:51 2018
New Revision: 333171
URL: https://svnweb.freebsd.org/changeset/base/333171
Log:
MFC r333137:
ixgb(4): Add deprecation notice for this old and busted 10GE adapter.
This is a prequisite before we remove the driver from -current.
Modified:
Author: sbruno
Date: Tue May 1 12:58:01 2018
New Revision: 333137
URL: https://svnweb.freebsd.org/changeset/base/333137
Log:
ixgb(4): Add deprecation notice for this old and busted 10GE adapter.
This is a prequisite before we remove the driver from -current.
Reviewed by: emaste kbow
Author: sbruno
Date: Thu Apr 26 22:43:25 2018
New Revision: 333046
URL: https://svnweb.freebsd.org/changeset/base/333046
Log:
move smartpqi(4) controller out of NOTES and into sys/amd64/NOTES to
appease LINT
Submitted by: rpokala
Reported by: npn
Modified:
head/sys/amd64/conf/NOTES
Author: sbruno
Date: Thu Apr 26 17:32:35 2018
New Revision: 333021
URL: https://svnweb.freebsd.org/changeset/base/333021
Log:
Tigthen up kern_prefetch.h includes. The DMAP check was not committed in
here with HPTS so these includes aren't necessary.
Comments from rrs:
Yeah I had those
Author: sbruno
Date: Thu Apr 26 16:59:06 2018
New Revision: 333019
URL: https://svnweb.freebsd.org/changeset/base/333019
Log:
martpqi(4):
- Microsemi SCSI driver for PQI controllers.
- Found on newer model HP servers.
- Restrict to AMD64 only as per developer request.
The driver provi
Author: sbruno
Date: Tue Apr 24 19:55:12 2018
New Revision: 332967
URL: https://svnweb.freebsd.org/changeset/base/332967
Log:
Revert r332894 at the request of the submitter.
Submitted by: Johannes Lundberg
Sponsored by: Limelight Networks
Modified:
head/cddl/lib/libdtrace/tcp.d
head
Author: sbruno
Date: Mon Apr 23 19:51:00 2018
New Revision: 332894
URL: https://svnweb.freebsd.org/changeset/base/332894
Log:
Load balance sockets with new SO_REUSEPORT_LB option
This patch adds a new socket option, SO_REUSEPORT_LB, which allow multiple
programs or threads to bind to the
Author: sbruno
Date: Mon Apr 23 16:38:27 2018
New Revision: 332890
URL: https://svnweb.freebsd.org/changeset/base/332890
Log:
hda(4)
- add quirk for Dell XPS9560 audio gleaned and massages from linux
https://github.com/freebsd/freebsd/pull/137
Submitted by: K Staring
MFC after:
Author: sbruno
Date: Thu Apr 12 14:35:37 2018
New Revision: 332432
URL: https://svnweb.freebsd.org/changeset/base/332432
Log:
Restore r332389 after resolution of locking fixes.
Add one extra lock initialization to iflib_register() that was missed
in the git<->phab conversion.
Split o
Author: sbruno
Date: Wed Apr 11 17:26:53 2018
New Revision: 332411
URL: https://svnweb.freebsd.org/changeset/base/332411
Log:
Revert r332389 as it is causing panics for various users and we need
to add some more test cases.
Modified:
head/sys/net/iflib.c
Modified: head/sys/net/iflib.c
Author: sbruno
Date: Thu Apr 5 13:56:40 2018
New Revision: 332070
URL: https://svnweb.freebsd.org/changeset/base/332070
Log:
Squash error from geom by sizing ident strings to DISK_IDENT_SIZE.
Display attribute in future error strings and differentiate g_handleattr()
error messages for ea
Author: sbruno
Date: Mon Mar 26 19:53:36 2018
New Revision: 331567
URL: https://svnweb.freebsd.org/changeset/base/331567
Log:
CC Cubic: fix underflow for cubic_cwnd()
Singed calculations in cubic_cwnd() can result in negative cwnd
value which is then cast to an unsigned value. Values less
Author: sbruno
Date: Fri Mar 23 18:34:38 2018
New Revision: 331454
URL: https://svnweb.freebsd.org/changeset/base/331454
Log:
Revert r331379 as the "simple" lock changes have revealed a deeper problem
and need for a rethink.
Submitted by: Jason Eggleston
Sponsored by: Limelight Network
Author: sbruno
Date: Thu Mar 22 23:34:48 2018
New Revision: 331380
URL: https://svnweb.freebsd.org/changeset/base/331380
Log:
Refactor ip6_getpcbopt() for better locking and memory management
Created GET_PKTOPT_EXT_HDR() and GET_PKTOPT_SOCKADDR() macros to
handle safely fetching options f
Author: sbruno
Date: Thu Mar 22 22:29:32 2018
New Revision: 331379
URL: https://svnweb.freebsd.org/changeset/base/331379
Log:
Simple locking fixes in ip_ctloutput, ip6_ctloutput, rip_ctloutput.
Submitted by: Jason Eggleston
Sponsored by: Limelight Networks
Differential Revision:
Author: sbruno
Date: Thu Mar 22 21:18:34 2018
New Revision: 331376
URL: https://svnweb.freebsd.org/changeset/base/331376
Log:
Handle locking and memory safety for IPV6_PATHMTU in ip6_ctloutput().
Submitted by: Jason Eggleston
Reviewed by: ae
Sponsored by: Limelight Networks
Differen
Author: sbruno
Date: Thu Mar 22 20:21:05 2018
New Revision: 331373
URL: https://svnweb.freebsd.org/changeset/base/331373
Log:
Improve write locking in ip6_ctloutput() with macros.
Submitted by: Jason Eggleston
Sponsored by: Limelight Networks
Differential Revision:https://revie
Author: sbruno
Date: Tue Mar 20 17:27:00 2018
New Revision: 331249
URL: https://svnweb.freebsd.org/changeset/base/331249
Log:
MFC r330675
Update tcp_lro with tested bugfixes from Netflix and LLNW:
rrs - Lets make the LRO code look for true dup-acks and window update acks
Author: sbruno
Date: Fri Mar 9 00:08:43 2018
New Revision: 330675
URL: https://svnweb.freebsd.org/changeset/base/330675
Log:
Update tcp_lro with tested bugfixes from Netflix and LLNW:
rrs - Lets make the LRO code look for true dup-acks and window update acks
fly on through
No worries, thanks.
sean
On 03/05/18 10:01, Eitan Adler wrote:
> On 5 March 2018 at 07:25, Sean Bruno wrote:
>>
>>
>> On 03/04/18 23:52, Eitan Adler wrote:
>>> Author: eadler
>>> Date: Mon Mar 5 06:52:26 2018
>>> New Revision: 330445
>>&
On 03/04/18 23:52, Eitan Adler wrote:
> Author: eadler
> Date: Mon Mar 5 06:52:26 2018
> New Revision: 330445
> URL: https://svnweb.freebsd.org/changeset/base/330445
>
> Log:
> MFC r307901,r308180:
This commit was reverted at r321480 and should not have been MFC'd.
Want me to revert this?
Author: sbruno
Date: Tue Jan 30 20:00:12 2018
New Revision: 328603
URL: https://svnweb.freebsd.org/changeset/base/328603
Log:
Add missing non-POWERPC case to give the scr value something non-zero.
This fixes the instant reboot of netbooting after r328536 on x86 systems.
Reviewed by: p
1 - 100 of 788 matches
Mail list logo