NextBSD/src 0e5914asys/arm/nvidia/tegra124 tegra124_coretemp.c tegra124_cpufreq.c

TEGRA: Attach cpufreq and coretemp drivers only on tegra124 SoC.
It's needed by GENERIC kernel.

MFC after: 2 weeks
DeltaFile
+7-3sys/arm/nvidia/tegra124/tegra124_coretemp.c
+5-0sys/arm/nvidia/tegra124/tegra124_cpufreq.c
+12-32 files

NextBSD/src 7947ae9sys/arm/nvidia/tegra124 tegra124_machdep.c

TEGRA: Really implement early printf. The original version
was cut&pasted from another SoC.

Pointy-hat to: mmel

MFC after: 2 weeks
DeltaFile
+6-6sys/arm/nvidia/tegra124/tegra124_machdep.c
+6-61 files

NextBSD/src f79fc75tests/sys/kern kern_copyin.c

Fix comment. We have different VM layout on MIPS, so test is skipped.

Requested by:   kib
Sponsored by:   DARPA, AFRL
Sponsored by:   HEIF5
DeltaFile
+6-1tests/sys/kern/kern_copyin.c
+6-11 files

NextBSD/src cb7c027contrib/netbsd-tests/lib/libpthread t_swapcontext.c

Skip test on MIPS as it modifies TLS pointer in set_mcontext().

Discussed with: kib
Sponsored by:   DARPA, AFRL
Sponsored by:   HEIF5
DeltaFile
+9-0contrib/netbsd-tests/lib/libpthread/t_swapcontext.c
+9-01 files

NextBSD/src 9e24370sys/netinet tcp_usrreq.c tcp_input.c

Fix a double-free when an inp transitions to INP_TIMEWAIT state
after having been dropped.

This fixes enforces in_pcbdrop() logic in tcp_input():

"in_pcbdrop() is used by TCP to mark an inpcb as unused and avoid future packet
delivery or event notification when a socket remains open but TCP has closed."

PR:                     203175
Reported by:            Palle Girgensohn, Slawa Olhovchenkov
Tested by:              Slawa Olhovchenkov
Reviewed by:            Slawa Olhovchenkov
Approved by:            gnn, Slawa Olhovchenkov
Differential Revision:  https://reviews.freebsd.org/D8211
MFC after:              1 week
Sponsored by:           Verisign, inc
DeltaFile
+20-3sys/netinet/tcp_usrreq.c
+18-0sys/netinet/tcp_input.c
+4-0sys/netinet/tcp_timewait.c
+42-33 files

NextBSD/src 5f1361ausr.bin/mkimg mkimg.1 mkimg.c

Add a new flag to mkimg (-a num) to specify the active partition for
those partitioning schemes that have this concept. Implement it as an
override for mbr's setting 0x80 in the flags for the first partition
when we have boot code.

Differential Revision: https://reviews.freebsd.org/D4403
DeltaFile
+22-1usr.bin/mkimg/mkimg.1
+8-1usr.bin/mkimg/mkimg.c
+6-1usr.bin/mkimg/mbr.c
+1-0usr.bin/mkimg/mkimg.h
+37-34 files

NextBSD/src 5286226sys/modules/dtb/omap4 Makefile, tools/tools/nanobsd/embedded rpi3.cfg

Add preliminary support for Raspberry PI3 images to nanobsd.
DeltaFile
+35-0tools/tools/nanobsd/embedded/rpi3.cfg
+8-0sys/modules/dtb/omap4/Makefile
+43-02 files

NextBSD/src 1a92bd5sys/arm/conf PANDABOARD

Also include the DTBs in /boot/dtb for omap4 systems.
DeltaFile
+2-0sys/arm/conf/PANDABOARD
+2-01 files

NextBSD/src 021a14btools/tools/nanobsd/embedded pandaboard.cfg

Add support for building pandaboard images with nanobsd.
DeltaFile
+36-0tools/tools/nanobsd/embedded/pandaboard.cfg
+36-01 files

NextBSD/src ab74815tools/tools/nanobsd/embedded common

Skip the checks in mtools. They are false positive for errors.
DeltaFile
+2-0tools/tools/nanobsd/embedded/common
+2-01 files

NextBSD/src d1e2d64sys/netinet tcp_input.c

Make sure tcp_mss() has the same check as tcp_mss_update() to have t_maxseg set
to at least 64.

This is still just a coverup to avoid kernel panic and not an actual fix.

PR:                     213232
Reviewed by:            glebius
MFC after:              1 week
Sponsored by:           Limelight Networks
Differential Revision:  https://reviews.freebsd.org/D8272
DeltaFile
+9-1sys/netinet/tcp_input.c
+9-11 files

NextBSD/src a31300ausr.bin/mkimg uuid.c gpt.c

 o  Provide a private definition for UUIDs (mkimg_uuid_t) because
    UUIDs are not portable.
 o  Move mkimg_uuid() to a new file and merge both gpt_uuid_enc()
    and vhd_uuid_enc() into a single mkimg_uuid_enc() that lives
    in the same file.
 o  Move the OS-specific implementation of generating a UUID to
    osdep_uuidgen() and provide the implementations for FreeBSD,
    macOS and Linux.
 o  Expect the partitioning scheme headers to be found by having
    a search to the directory in which the headers live. This
    avoids conflicts on non-FreeBSD machines.
DeltaFile
+125-0usr.bin/mkimg/uuid.c
+17-33usr.bin/mkimg/gpt.c
+4-20usr.bin/mkimg/vhd.c
+0-17usr.bin/mkimg/mkimg.c
+13-2usr.bin/mkimg/mkimg.h
+3-3usr.bin/mkimg/Makefile
+162-756 files not shown
+168-8112 files

NextBSD/src 4257969share/mk bsd.lib.mk sys.mk

Add LORDER, TSORT and TSORTFLAGS variables and replace the
hardcoded utility names and tsort flags.
DeltaFile
+6-3share/mk/bsd.lib.mk
+5-0share/mk/sys.mk
+11-32 files

NextBSD/src 0652a62sys/dev/ixgbe iflib_ix_txrx.c, sys/kern subr_gtaskqueue.c

remove unneeded diagnostics and white space cleanup
DeltaFile
+0-10sys/kern/subr_gtaskqueue.c
+0-4sys/net/iflib.c
+0-2sys/dev/ixgbe/iflib_ix_txrx.c
+0-163 files

NextBSD/src e4be3bfsys/contrib/ncsw/Peripherals/BM bman_low.c, sys/contrib/ncsw/Peripherals/QM qman_low.h qm_portal_fqr.c

Use proper integer-pointer type conversions.

As part of an effort to extend Book-E to the 64-bit world, make the necessary
changes to the DPAA/dTSEC driver set to be integer-pointer conversion clean.
This means no more casts to int, and use uintptr_t where needed.

Since the NCSW source is effectively obsolete, direct changes to the source tree
are safe.
DeltaFile
+49-49sys/contrib/ncsw/Peripherals/QM/qman_low.h
+29-29sys/contrib/ncsw/Peripherals/BM/bman_low.c
+8-8sys/dev/dpaa/bman_portals.c
+8-8sys/contrib/ncsw/Peripherals/QM/qm_portal_fqr.c
+8-7sys/dev/dpaa/qman_portals.c
+6-6sys/contrib/ncsw/inc/xx_ext.h
+108-1079 files not shown
+128-12615 files

NextBSD/src 8c49257sys/netinet6 ip6_output.c

Limit the number of mbufs that can be allocated for IPV6_2292PKTOPTIONS
(and IPV6_PKTOPTIONS).

PR:             100219
Submitted by:   Joseph Kong
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D5157
DeltaFile
+15-0sys/netinet6/ip6_output.c
+15-01 files

NextBSD/src 6425f45sys/net iflib.c

set default caps at attach
DeltaFile
+7-2sys/net/iflib.c
+7-21 files

NextBSD/src 31fe751sys/dev/ixgbe iflib_ix_txrx.c

check both ipv4 and ipv6 flags
DeltaFile
+9-0sys/dev/ixgbe/iflib_ix_txrx.c
+9-01 files

NextBSD/src 8cc74c4sys/amd64/amd64 minidump_machdep.c

Add sysctl to make amd64 minidump retry count tunable at runtime.

PR:             213462
Submitted by:   RaviPrakash Darbha <rdarbha at juniper.net>
Reviewed by:    cemi, markj
Approved by:    sjg (mentor)
Obtained from:  Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D8254
DeltaFile
+5-1sys/amd64/amd64/minidump_machdep.c
+5-11 files

NextBSD/src 84b0fc6release/doc/en_US.ISO8859-1/hardware article.xml

Fix relnotes build of supported hardware list after r307529

urtwn is merged into rtwn, so there is not a separate hardware list
to include anymore.
DeltaFile
+0-2release/doc/en_US.ISO8859-1/hardware/article.xml
+0-21 files

NextBSD/src 27ec61alib/libsysdecode flags.c sysdecode_enum.3, usr.bin/kdump mksubr kdump.c

Move mksubr from kdump into libsysdecode.

Restructure this script so that it generates a header of tables instead
of a source file.  The tables are included in a flags.c source file which
provides functions to decode various system call arguments.

For functions that decode an enumeration, the function returns a pointer
to a string for known values and NULL for unknown values.

For functions that do more complex decoding (typically of a bitmask), the
function accepts a pointer to a FILE object (open_memstream() can be used
as a string builder) to which decoded values are written.  If the
function operates on a bitmask, the function returns true if any bits
were decoded or false if the entire value was valid.  Additionally, the
third argument accepts a pointer to a value to which any undecoded bits
are stored.  This pointer can be NULL if the caller doesn't care about
remaining bits.

Convert kdump over to using decoder functions from libsysdecode instead of

    [30 lines not shown]
DeltaFile
+982-0lib/libsysdecode/flags.c
+0-759usr.bin/kdump/mksubr
+291-123usr.bin/kdump/kdump.c
+60-206usr.bin/truss/syscalls.c
+235-0lib/libsysdecode/sysdecode_enum.3
+216-0lib/libsysdecode/sysdecode_mask.3
+1,784-1,08839 files not shown
+2,696-1,13045 files

NextBSD/src 09b0707lib/libc/sys kldsym.2

Use 'cmd' rather than 'command' to match the function prototype.
DeltaFile
+4-4lib/libc/sys/kldsym.2
+4-41 files

NextBSD/src 2f35872. UPDATING ObsoleteFiles.inc, share/man/man4 rtwn_usb.4 rtwn_pci.4

Fix dates + add an UPDATING entry.
DeltaFile
+7-0UPDATING
+1-1ObsoleteFiles.inc
+1-1share/man/man4/rtwn_usb.4
+1-1share/man/man4/rtwn_pci.4
+1-1share/man/man4/rtwn.4
+11-45 files

NextBSD/src 5596c0asys/dev/cxgbe t4_main.c

cxgbe(4): Adjust whitespace to line up the column titles in cim_qcfg
with the values displayed.
DeltaFile
+2-1sys/dev/cxgbe/t4_main.c
+2-11 files

NextBSD/src de7f32asys/dev/rtwn if_rtwn.c if_rtwnreg.h, sys/dev/rtwn/rtl8192c r92c_reg.h

rtwn(4), urtwn(4): merge common code, add support for 11ac devices.

All devices:
- add support for rate adaptation via ieee80211_amrr(9);
- use short preamble for transmitted frames when needed;
- multi-bss support:
 * for RTL8821AU: 2 VAPs at the same time;
 * other: 1 any VAP + 1 sta VAP.
RTL8188CE:
- fix IQ calibration bug (reason of significant speed degradation);
- add h/w crypto acceleration support.
USB:
- A-MPDU Tx support;
- short GI support;
Other:
- add support for RTL8812AU / RTL8821AU chipsets
(a/b/g/n only; no ac yet);
- split merged code into subparts:
 * bus glue (usb/*, pci/*, rtl*/usb/*, rtl*/pci/*)

    [16 lines not shown]
DeltaFile
+0-5,681sys/dev/urtwn/if_urtwn.c
+1,515-3,049sys/dev/rtwn/if_rtwn.c
+0-2,183sys/dev/urtwn/if_urtwnreg.h
+57-2,040sys/dev/rtwn/if_rtwnreg.h
+855-0sys/dev/rtwn/rtl8192c/r92c_reg.h
+852-0sys/dev/rtwn/rtl8812a/r12a_priv.h
+3,279-12,953197 files not shown
+29,442-15,261203 files

NextBSD/src 7945b79sys/cam/scsi scsi_pass.c

Make pass driver better support CAM_CDB_POINTER flag.

Previously pass driver just ignored the flag, making random kernel code
access user-space pointer, sometime causing crashes even for correctly
written applications if user-level context was switched or swapped out.
This patch tries to copyin the CDB into kernel space to avoid it.

MFC after:      2 weeks
DeltaFile
+21-0sys/cam/scsi/scsi_pass.c
+21-01 files

NextBSD/src f5a12f2sys/kern makesyscalls.sh

makesyscalls.sh: remove trailing space on the "created from" line

In r10905 and r10906 makesyscalls was modified to avoid emitting a
literal $Id$ string in the generated file, with:

    gsub("[$]Id: ", "", $0)
    gsub(" [$]", "", $0)

Then r11294 added some functionality and also tried to address the $Id$
problem in a different way, by removing every $:

    sed -e 's/\$//g ...

This rendered the gsub infeffective. The gsub was later updated to
track the $Id$ -> $FreeBSD$ switch, even though it did not do anything.

Revert the addition of the s/\$//g, and update the gsub to keep the
resulting format the same.


    [3 lines not shown]
DeltaFile
+1-2sys/kern/makesyscalls.sh
+1-21 files

NextBSD/src b76d29alib/libmd mdXhl.c sha.h, sys/crypto/sha2 sha512t.h sha256.h

libmd: introduce functions that operate on an fd instead of filename

Reviewed by:    allanjude, cem
MFC after:      2 months
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D8264
DeltaFile
+26-10lib/libmd/mdXhl.c
+16-0sys/crypto/sha2/sha512t.h
+16-0lib/libmd/sha.h
+10-0sys/crypto/skein/skein_port.h
+8-0sys/crypto/sha2/sha256.h
+8-0lib/libmd/md4.h
+84-106 files not shown
+122-1012 files

NextBSD/src 10774e7usr.bin/elfdump elfdump.c

elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions

r109332 introduced these three as DT_SUNW_*. Update to the correct
names already used elsewhere in FreeBSD and the Sun "Linker and
Libraries Guide"

MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3usr.bin/elfdump/elfdump.c
+3-31 files

NextBSD/src 4de7693bin/pkill/tests pgrep-j_test.sh

Increase timeout so low-end platforms have a chance to complete test
procedures.

This fixes operation in QEMU/MIPS64.

Sponsored by:   DARPA, AFRL
Sponsored by:   HEIF5
DeltaFile
+2-1bin/pkill/tests/pgrep-j_test.sh
+2-11 files