Author: avg
Date: Thu Nov 7 07:21:23 2019
New Revision: 354433
URL: https://svnweb.freebsd.org/changeset/base/354433
Log:
add a note about nctgpio and wbwd move to superio
Modified:
head/UPDATING
Modified: head/UPDATING
===
Author: phil
Date: Thu Nov 7 07:09:28 2019
New Revision: 354431
URL: https://svnweb.freebsd.org/changeset/base/354431
Log:
Back out encoder compilation to unbreak HEAD.
Modified:
head/lib/libxo/Makefile
Modified: head/lib/libxo/Makefile
==
Author: dim
Date: Thu Nov 7 06:59:09 2019
New Revision: 354429
URL: https://svnweb.freebsd.org/changeset/base/354429
Log:
Merge commit 8e34dd941 from llvm git (by Sanjay Patel):
[x86] avoid crashing when splitting AVX stores with non-simple type
(PR43916)
The store splitting t
On 7 Nov 2019, at 1:15, Li-Wen Hsu wrote:
I'm not sure if this helps, but I found this error only happens in a
clean build. It might have something to do with the dependency
setting.
Well at least that may explain why it snuck in: My import script does
an "svn update", followed by a full buil
On Thu, Nov 7, 2019 at 1:30 PM Phil Shafer wrote:
>
> On 6 Nov 2019, at 22:57, Phil Shafer wrote:
> > Import libxo-1.3.0:
> > - move from "oxtradoc" to RST/Sphinx documentation
> > - new "csv" encoder, which allows path and leaf lists
> > - address warnings from PVS-Stdio tool
> > - add
On 6 Nov 2019, at 22:57, Phil Shafer wrote:
> Import libxo-1.3.0:
> - move from "oxtradoc" to RST/Sphinx documentation
> - new "csv" encoder, which allows path and leaf lists
> - address warnings from PVS-Stdio tool
> - add "xolint" detected errors to the documentation
Apologies; this co
Author: lwhsu
Date: Thu Nov 7 04:04:06 2019
New Revision: 354428
URL: https://svnweb.freebsd.org/changeset/base/354428
Log:
Revert r354238 as the issue has been fixed in r354418
PR: 241562
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/netbsd-tests/lib/libexecin
Author: phil
Date: Thu Nov 7 03:57:04 2019
New Revision: 354427
URL: https://svnweb.freebsd.org/changeset/base/354427
Log:
Import libxo-1.3.0:
- move from "oxtradoc" to RST/Sphinx documentation
- new "csv" encoder, which allows path and leaf lists
- address warnings from PVS-Stdio tool
Author: glebius
Date: Thu Nov 7 00:27:23 2019
New Revision: 354423
URL: https://svnweb.freebsd.org/changeset/base/354423
Log:
TCP timers are executed in callout context, so they need to enter network
epoch to look into PCB lists. Mechanically convert INP_INFO_RLOCK() to
NET_EPOCH_ENTER().
Author: glebius
Date: Thu Nov 7 00:10:14 2019
New Revision: 354422
URL: https://svnweb.freebsd.org/changeset/base/354422
Log:
Mechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER() in
TCP functions that are executed in syscall context. No
functional change here.
Modified:
head/sys/n
Author: glebius
Date: Thu Nov 7 00:08:34 2019
New Revision: 354421
URL: https://svnweb.freebsd.org/changeset/base/354421
Log:
Mechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().
Remove few outdated comments and extraneous assertions. No
functional change here.
Modified:
head/sys
Author: brooks
Date: Thu Nov 7 00:07:54 2019
New Revision: 354420
URL: https://svnweb.freebsd.org/changeset/base/354420
Log:
Fix the alignment of struct xunpcb on systems with >64-bit pointers.
Reviewed by: emaste
Obtained from:CheriBSD
MFC after:3 days
Sponsored by: DAR
Author: glebius
Date: Wed Nov 6 23:45:43 2019
New Revision: 354419
URL: https://svnweb.freebsd.org/changeset/base/354419
Log:
If vm_pager_get_pages_async() returns an error synchronously we leak wired
and busy pages. Add code that would carefully cleanups the state in case
of synchronous e
Author: cem
Date: Wed Nov 6 23:44:38 2019
New Revision: 354418
URL: https://svnweb.freebsd.org/changeset/base/354418
Log:
clang: Enable unwind tables on !amd64
There doesn't seem to be much sense in defaulting "on" unwind tables on
amd64 and not on other arches. It causes surprising dif
Author: sevan (doc committer)
Date: Wed Nov 6 23:40:09 2019
New Revision: 354417
URL: https://svnweb.freebsd.org/changeset/base/354417
Log:
Add FreeBSD 11.3
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: bz
Date: Wed Nov 6 22:40:19 2019
New Revision: 354416
URL: https://svnweb.freebsd.org/changeset/base/354416
Log:
m_pulldown(): Change an if () panic() into a KASSERT().
If we pass in a NULL mbuf to m_pulldown() we are in a bad situation
already. There is no point in doing that c
Author: tsoome
Date: Wed Nov 6 21:13:10 2019
New Revision: 354415
URL: https://svnweb.freebsd.org/changeset/base/354415
Log:
loader.efi: HARDDRIVE_DEVICE_PATH may have subpaths
The macos does create Vendor Media devices on top of APFS container
(like partition table inside the partition)
Author: trasz
Date: Wed Nov 6 20:53:33 2019
New Revision: 354413
URL: https://svnweb.freebsd.org/changeset/base/354413
Log:
Make linux(4) create /dev/shm. Linux applications often expect
a tmpfs to be mounted there, and because they like to verify it's
actually a mountpoint, a symlink won'
Author: emaste
Date: Wed Nov 6 20:43:40 2019
New Revision: 354412
URL: https://svnweb.freebsd.org/changeset/base/354412
Log:
mgb: Correct spello - recieve -> receive
Reported by: N. J. Mann
MFC with: r354410
Modified:
head/sys/dev/mgb/if_mgb.c
head/sys/dev/mgb/if_mgb.h
Modifie
Author: emaste
Date: Wed Nov 6 19:52:31 2019
New Revision: 354411
URL: https://svnweb.freebsd.org/changeset/base/354411
Log:
Add mgb(4) (Microchip LAN783x PCIe NIC) man page
Sponsored by: The FreeBSD Foundation
Added:
head/share/man/man4/mgb.4 (contents, props changed)
Added: head/sh
Author: emaste
Date: Wed Nov 6 19:51:40 2019
New Revision: 354410
URL: https://svnweb.freebsd.org/changeset/base/354410
Log:
Introduce if_mgb driver for Microchip LAN743x PCIe NIC
The Microchip LAN7430 is a PCIe 10/100/1000 Ethernet MAC with integrated
PHY, and the LAN7431 is a MAC with
Author: brooks
Date: Wed Nov 6 19:44:44 2019
New Revision: 354409
URL: https://svnweb.freebsd.org/changeset/base/354409
Log:
libstats: Improve ABI assertion.
On platforms where pointers are larger than 64-bits, struct statsblob
may be harmlessly padded out such that opaque[] always has s
Author: imp
Date: Wed Nov 6 18:54:04 2019
New Revision: 354408
URL: https://svnweb.freebsd.org/changeset/base/354408
Log:
Remove obsolete addition of MACHINE_CPUARCH
In the past, we would add symbolic links for MACHINE_CPUARCH when it differed
from MACHINE. This was for pc98 only, howeve
Author: manu
Date: Wed Nov 6 18:39:32 2019
New Revision: 354407
URL: https://svnweb.freebsd.org/changeset/base/354407
Log:
arm64: allwinner: a64: Do not init the video related clocks
This should be handled by the video drivers and this break EFIFB
as this changes clock setup by the bootl
Author: markj
Date: Wed Nov 6 17:03:06 2019
New Revision: 354402
URL: https://svnweb.freebsd.org/changeset/base/354402
Log:
Convert ksyms(4) to use an OBJT_PHYS object.
The pages stored in the ksyms object are not pageable. Moreover, this
obviates the need to set OBJ_NOSPLIT.
Revie
Author: emaste
Date: Wed Nov 6 17:01:35 2019
New Revision: 354401
URL: https://svnweb.freebsd.org/changeset/base/354401
Log:
blacklistd.conf.5: pluralization correction
Submitted by: bcr in review D22259
MFC with: r354399
Modified:
head/contrib/blacklist/bin/blacklistd.conf.5
Mod
Author: markj
Date: Wed Nov 6 16:59:16 2019
New Revision: 354400
URL: https://svnweb.freebsd.org/changeset/base/354400
Log:
Fix a race in release_page().
Since r354156 we may call release_page() without the page's object lock
held, specifically following the page copy during a CoW fault.
Author: emaste
Date: Wed Nov 6 16:21:35 2019
New Revision: 354399
URL: https://svnweb.freebsd.org/changeset/base/354399
Log:
blacklist: update to NetBSD snapshot on 20191106
Cursory review: cem
MFC after:3 months
Sponsored by: The FreeBSD Foundation
Differential Revision
Author: manu
Date: Wed Nov 6 14:58:25 2019
New Revision: 354397
URL: https://svnweb.freebsd.org/changeset/base/354397
Log:
arm: allwinner: aw_mmc: Check if the regulator support the voltage
Don't blindy say that we support both 3.3V and 1.8V.
If we have a regulator for the data lines, ch
Author: manu
Date: Wed Nov 6 14:55:24 2019
New Revision: 354396
URL: https://svnweb.freebsd.org/changeset/base/354396
Log:
regulator: Add regulator_check_voltage function
This function will call the regnode_check_voltage method for a given regulator
and check if the desired voltage in re
Author: bz
Date: Wed Nov 6 14:43:35 2019
New Revision: 354395
URL: https://svnweb.freebsd.org/changeset/base/354395
Log:
IPv6 tests: test case for scapy bpf parsing bug
PR: 239380
Reported by: lwhsu, CI system
MFC after:3 weeks
Sponsored by: Netflix
Added:
head/te
Author: bz
Date: Wed Nov 6 14:30:56 2019
New Revision: 354390
URL: https://svnweb.freebsd.org/changeset/base/354390
Log:
ipv6 tests: cleanup
Remove mentions of fragmentation tests from extension header test.
Remove setting an MTU > IF_MAXMTU from the test cases to avoid warnings;
this
32 matches
Mail list logo