Module Name:src
Committed By: msaitoh
Date: Fri Apr 30 06:55:32 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_bypass.c if_fdir.c if_sriov.c ix_txrx.c
ixgbe.c ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_common.c
ixgbe_dcb.c ixgbe_dcb_82598.c ix
Module Name:src
Committed By: msaitoh
Date: Fri Apr 30 06:41:36 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: if_bypass.c if_fdir.c if_sriov.c ixgbe_bypass.h
ixgbe_dcb.c ixgbe_dcb.h ixgbe_dcb_82598.c ixgbe_dcb_82599.c
ixgbe_dcb_82599.h ixgbe_fdir.h
Module Name:src
Committed By: thorpej
Date: Fri Apr 30 02:34:13 UTC 2021
Modified Files:
src/sys/dev/ofw: ofbus.c
Log Message:
If we're enumerating the root bus, skip some well-known nodes that
don't have any useful device child nodes:
aliases
options
Module Name:src
Committed By: thorpej
Date: Fri Apr 30 02:24:06 UTC 2021
Modified Files:
src/sys/arch/shark/conf: GENERIC files.shark
Added Files:
src/sys/arch/shark/shark: shark_iic.c
Log Message:
Driver for the I2C bus used for RAM serial presence detection. Thi
Module Name:src
Committed By: thorpej
Date: Fri Apr 30 02:13:15 UTC 2021
Modified Files:
src/sys/dev/ofisa: files.ofisa ofisa.c ofisavar.h
Log Message:
Allow devices to declare themselves an "ofisa_subclass", allowing
that device to beat "ofisa" in match, but then attach a
Module Name:src
Committed By: thorpej
Date: Fri Apr 30 02:11:37 UTC 2021
Modified Files:
src/sys/arch/shark/conf: GENERIC files.shark
src/sys/arch/shark/shark: hat.c sequoia.c sequoia.h
Log Message:
- Introduce sequoiaLock() / sequoiaUnlock() functions that hide aw
Module Name:src
Committed By: christos
Date: Fri Apr 30 01:09:29 UTC 2021
Modified Files:
src/sys/arch/amd64/include: gdt.h
src/sys/arch/i386/include: gdt.h
src/sys/arch/x86/include: pmap.h
Log Message:
Bump MAX_USERLDT_SIZE to the max size (wastes some mem
Module Name:src
Committed By: rillig
Date: Thu Apr 29 20:17:20 UTC 2021
Modified Files:
src/games/cgram: cgram.6 cgram.c
Log Message:
cgram: in hinting mode, show all correct characters in bold face
For almost solved cryptograms, this makes the punctuation stand out
less,
Module Name:src
Committed By: riastradh
Date: Thu Apr 29 17:55:51 UTC 2021
Modified Files:
src/sys/net: if_wg.c
Log Message:
Sprinkle __noinline to reduce gigantic stack frames in ALL kernels.
In principle this might just push a real problem around, but this is
unlikely t
Module Name:src
Committed By: christos
Date: Thu Apr 29 17:29:07 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new bind
To generate a diff of this commit:
cvs rdiff -u -r1.1799 -r1.1800 src/doc/3RDPARTY
cvs rdiff -u -r1.2799 -r1.2800 src/doc/CHANGES
Pl
Module Name:src
Committed By: jkoshy
Date: Thu Apr 29 17:40:42 UTC 2021
Modified Files:
src/external/bsd/elftoolchain/dist/common: Makefile
src/external/bsd/elftoolchain/dist/common/sys: Makefile elfconstants.m4
elfdefinitions.m4
Log Message:
Sync with
Module Name:src
Committed By: jkoshy
Date: Thu Apr 29 17:38:08 UTC 2021
Modified Files:
src/external/bsd/elftoolchain/dist/common: elfdefinitions.h
Log Message:
Add a version control system marker.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/ext
Module Name:src
Committed By: christos
Date: Thu Apr 29 17:27:54 UTC 2021
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/debug: shl.mi
Log Message:
bump shlibs for bind-9.16.15
To generate a diff of this commit:
cvs rdiff -u -r1.918 -r
Module Name:src
Committed By: christos
Date: Thu Apr 29 17:26:15 UTC 2021
Modified Files:
src/external/mpl/bind/dist: config.h.in configure
src/external/mpl/bind/dist/bin/dig: dighost.c host.c
src/external/mpl/bind/dist/bin/dnssec: dnssec-signzone.c
Module Name:src
Committed By: christos
Date: Thu Apr 29 17:11:30 UTC 2021
Modified Files:
src/usr.bin/xlint/lint1: cgram.y
Log Message:
Add constructor and destructor attribute priorities
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/usr.bin/xlint/l
Module Name:src
Committed By: skrll
Date: Thu Apr 29 09:27:29 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
src/sys/arch/aarch64/include: asan.h
Log Message:
Remove some unnecessary tlb invalidate in pmap_growkernel and ASAN shadow
map. Ensure the s
Module Name:src
Committed By: simonb
Date: Thu Apr 29 08:47:26 UTC 2021
Modified Files:
src/sys/arch/evbmips/conf: std.malta
Log Message:
Don't force all MALTA kernels to be compiled with -mips64 when they
also support MIPS32-only CPU configs.
To generate a diff of this
Module Name:src
Committed By: simonb
Date: Thu Apr 29 08:45:29 UTC 2021
Modified Files:
src/sys/arch/mips/mips: fp.S
Log Message:
Fix another misplaced label for cvt_s_w() but use a named local label
and redo fix for cvt_d_w() in rev 1.52 the same way.
To generate a diff
Module Name:src
Committed By: simonb
Date: Thu Apr 29 08:14:08 UTC 2021
Modified Files:
src/sys/arch/mips/mips: fp.S
Log Message:
Move a comment slighty so that it's before two #ifdef blocks that do the
same thing instead of in the middle of them.
To generate a diff of t
Module Name:src
Committed By: simonb
Date: Thu Apr 29 08:11:38 UTC 2021
Modified Files:
src/sys/arch/mips/mips: fp.S
Log Message:
Move a branch target in cvt_d_w() to where it will be hit for either
case of an #ifdef block of code. Fixes an FP emulation problem if
compile
20 matches
Mail list logo