Author: markj
Date: Wed Dec 25 05:51:47 2019
New Revision: 356068
URL: https://svnweb.freebsd.org/changeset/base/356068
Log:
MFC r356030:
Compile uart_cpu_acpi.c, added in r348195, into uart.ko.
PR: 242771
Modified:
stable/12/sys/modules/uart/Makefile
Directory Properties:
stable/1
Author: mckusick
Date: Wed Dec 25 05:00:50 2019
New Revision: 356067
URL: https://svnweb.freebsd.org/changeset/base/356067
Log:
MFC of 355995
Fix manual page typo.
Modified:
stable/12/sbin/hastd/hastd.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/hastd/
Author: rmacklem
Date: Wed Dec 25 01:15:38 2019
New Revision: 356066
URL: https://svnweb.freebsd.org/changeset/base/356066
Log:
Fix nfsmount() so that it will return NFSERR_MINORVERMISMATCH.
If nfsrpc_getdirpath() returns NFSERR_MINORVERMISMATCH, it would erroneously
get mapped to EIO. Th
Author: loos
Date: Tue Dec 24 23:43:29 2019
New Revision: 356065
URL: https://svnweb.freebsd.org/changeset/base/356065
Log:
Initialize the bounce pages list in armv[4|6] DMA maps.
Fixes the crash on the first use of STAILQ_INSERT_TAIL() in
add_bounce_page().
Sponsored by: Rubicon Com
Author: loos
Date: Tue Dec 24 23:20:18 2019
New Revision: 356064
URL: https://svnweb.freebsd.org/changeset/base/356064
Log:
MFC r320001 by zbb:
Fix typo in "Marvell" string
Change Marwell to Marvell
Pointed out by: Ravi Pokala
Sponsored by: Rubicon Communications, LLC (Ne
Author: mckusick
Date: Tue Dec 24 23:03:12 2019
New Revision: 356063
URL: https://svnweb.freebsd.org/changeset/base/356063
Log:
When running fsck_ffs manually, do not ask:
USE JOURNAL? [yn]
when the journal timestamp does not match the filesystem mount time
as we are just going
Author: bdragon
Date: Tue Dec 24 22:27:06 2019
New Revision: 356062
URL: https://svnweb.freebsd.org/changeset/base/356062
Log:
Fix trivial whitespace issue that is tripping -Wmisleading-indentation
in clang HEAD.
There was an invisible space in the middle of the tabs, and that apprently
Author: bdragon
Date: Tue Dec 24 20:13:29 2019
New Revision: 356061
URL: https://svnweb.freebsd.org/changeset/base/356061
Log:
[PowerPC] Define powerpc IFUNC kernel/userspace ABI.
This is a prerequisite for anything IFUNC in the ELFv2 / clang switch.
Since probing cpu info on powerpc i
Author: pfg
Date: Tue Dec 24 19:00:20 2019
New Revision: 356060
URL: https://svnweb.freebsd.org/changeset/base/356060
Log:
sbin/fstyp: recgonize Dragonfly's hammer and hammer2.
This is based on DragonFly's implementation from about 2019-09-13. It
only contains the basic code and header in
Author: jeff
Date: Tue Dec 24 18:38:06 2019
New Revision: 356059
URL: https://svnweb.freebsd.org/changeset/base/356059
Log:
Don't unnecessarily relock the vm object after sleeps. This results in a
surprising amount of object contention on loop restarts in fault.
Reviewed by: kib, markj
Author: bdragon
Date: Tue Dec 24 16:52:10 2019
New Revision: 356058
URL: https://svnweb.freebsd.org/changeset/base/356058
Log:
Unbreak build. It seems that mips and amd64 still pull in link_elf.c, so
we need to have elf_cpu_parse_dynamic() everywhere after all to avoid
an undefined symbol.
Author: cem
Date: Tue Dec 24 16:19:33 2019
New Revision: 356057
URL: https://svnweb.freebsd.org/changeset/base/356057
Log:
sleep(9), sleepqueue(9): const'ify wchan pointers
_sleep(9), wakeup(9), sleepqueue(9), et al do not dereference or modify the
channel pointers provided in any way; th
Author: bdragon
Date: Tue Dec 24 16:13:15 2019
New Revision: 356056
URL: https://svnweb.freebsd.org/changeset/base/356056
Log:
[PowerPC] powerpc32 rtld IFUNC handling code
As PowerPC is moving to clang, we can finally start taking advantage of
IFUNC.
Implement the MD parts of IFUNC h
Author: bdragon
Date: Tue Dec 24 16:07:35 2019
New Revision: 356055
URL: https://svnweb.freebsd.org/changeset/base/356055
Log:
[PowerPC] powerpc64 rtld IFUNC handling code
As PowerPC is moving to clang, we can finally start taking advantage of
IFUNC.
Implement the MD parts of IFUNC h
Author: jhibbits
Date: Tue Dec 24 16:03:33 2019
New Revision: 356054
URL: https://svnweb.freebsd.org/changeset/base/356054
Log:
[PowerPC64] Use ld.bfd to build LIB32 and STAND - when using llvm
Summary:
This patch is to support ongoing work for replacing "GCC/BFD" by "CLANG/LLD"
on
ta
Author: bdragon
Date: Tue Dec 24 15:56:24 2019
New Revision: 356053
URL: https://svnweb.freebsd.org/changeset/base/356053
Log:
[PowerPC] Implement Secure-PLT jump table processing for ppc32.
Due to clang and LLD's tendency to use a PLT for builtins, and as they
don't have full support for
Author: scottl
Date: Tue Dec 24 14:50:17 2019
New Revision: 356052
URL: https://svnweb.freebsd.org/changeset/base/356052
Log:
Convert the mpr driver to use busdma templates.
Modified:
head/sys/dev/mpr/mpr.c
head/sys/dev/mpr/mpr_pci.c
head/sys/dev/mpr/mpr_user.c
Modified: head/sys/dev/mpr
Author: scottl
Date: Tue Dec 24 14:49:37 2019
New Revision: 356051
URL: https://svnweb.freebsd.org/changeset/base/356051
Log:
Bump __FreeBSD_version for the addition of busdma templates.
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
===
Author: scottl
Date: Tue Dec 24 14:48:46 2019
New Revision: 356050
URL: https://svnweb.freebsd.org/changeset/base/356050
Log:
Introduce the concept of busdma tag templates. A template can be allocated
off the stack, initialized to default values, and then filled in with
driver-specific value
19 matches
Mail list logo