Commit Graph

265992 Commits

Author SHA1 Message Date
gutteridge
da774a65c9 cvs.1 & cvs.texinfo: minor amendments and cvs.1 regen
Put a cross-reference to "init" back in "Creating a Repository" and
other minor formatting tweaks, and regenerate cvs.1 to reflect the
previous changes by christos@ in cvs.texinfo r. 1.7.
2019-03-03 21:11:54 +00:00
maya
900a869949 s/a DARPA Internet address/an Internet address/
From OpenBSD.
2019-03-03 20:34:43 +00:00
maya
d47cd4f3e8 Traverse into external/bsd/llvm/lib when building libraries.
This allows things that occur after lib (like do-x11) to depend on llvm
libraries already existing.

We need libexecinfo, so adding llvm after the 2nd library barrier.
2019-03-03 17:55:04 +00:00
maya
614738f57c Install more libdrm nouveau headers.
These will be used by mesa 18.
2019-03-03 17:52:32 +00:00
maya
176bd81148 Make the includes target run the custom include targets.
This avoids the need for a .WAIT here, and later makes it possible
for non-llvm things to not worry about llvm includes not being created
yet (as includes runs before a lot of other things)

suggested by mrg, build-tested by agc, thanks!
2019-03-03 17:46:01 +00:00
maxv
cd61a5041c Fix bug, the entry we're iterating on is 'current', not 'entry'. Here only
the first entry gets wired in.
2019-03-03 17:37:36 +00:00
maxv
fd5b9c590e Fix bug, PG_W is 'wired', not 'writable'. 2019-03-03 17:33:33 +00:00
jmcneill
6ef45b1177 "s_cir" function is now named "s_cir_rx" 2019-03-03 17:09:24 +00:00
jmcneill
9cae9137ac Fix A83T AP startup 2019-03-03 17:00:22 +00:00
skrll
b638978987 Trailing whitespace 2019-03-03 16:29:00 +00:00
jmcneill
542af1bab1 Retroactively add some missing changes:
arm: Add support for Allwinner A64 SoC.
arm: Add support for Allwinner A13 and R8 SoCs.
arm: Add support for Allwinner H5 SoC.
arm: Add support for NextThing GR8 SoC.
arm: Add SMP support for Allwinner multi-cluster SoCs (A83T, A80)
arm: Update Amlogic S805 SoC support to use FDT based configuration.
2019-03-03 14:05:41 +00:00
jmcneill
282b06ad17 arm: Add support for Amlogic S905 SoC. 2019-03-03 13:46:39 +00:00
jmcneill
9663dc4745 Reset device at attach and fix eMMC 1.8V flags 2019-03-03 12:54:58 +00:00
jmcneill
125256724f Add eMMC reset sequence provider 2019-03-03 12:54:07 +00:00
jmcneill
64fbb2204e Add Amlogic dtb files to arm64.img 2019-03-03 11:44:18 +00:00
mrg
8424868662 build constlist.c for new mkfontscale. 2019-03-03 09:26:04 +00:00
mrg
c9490d547e define HAVE_INET_ATON for new xhost. 2019-03-03 09:19:02 +00:00
maxv
d8c443bc3d Add KASAN use-after-scope detection in aarch64, tested by Ryo Shimizu,
thanks.
2019-03-03 07:04:40 +00:00
maxv
40a4d78bcc Choose which CPUID bits to allow, rather than which bits to disallow. This
is clearer, and also forward compatible with future CPUs.

While here be more consistent when allowing the bits, and sync between
nvmm-amd and nvmm-intel. Also make sure to disallow AVX, because the guest
state we provide is only x86+SSE. Fixes a CentOS panic when booting on
NVMM, reported by Jared McNeill, thanks.
2019-03-03 07:01:09 +00:00
mrg
51102cfc35 - smart vendor support now does try to guess the vendor,
adjust the BUGS to suit
- claim some copyright
2019-03-03 04:51:57 +00:00
mrg
37b18b6d27 add a samsung specific SMART table with:
235 - POR Recovery Count
	243 - SATA Downshift Count
	244 - Thermal Throttle Status
	245 - Timed Workload Media Wear
	251 - NAND Writes

all 5 turn up on newer samsung SSDs, though 3 of them all
read 65535 for me across muliplte devices.
2019-03-03 04:48:19 +00:00
jnemeth
487d107169 Make it clear when displaying data from the MBR. 2019-03-03 03:20:42 +00:00
jnemeth
f23b40fcf3 add some more FAT file system types 2019-03-03 02:28:14 +00:00
christos
7c2e947942 Fix the build by merging duplicate "init" sections. 2019-03-03 02:21:07 +00:00
gutteridge
4e4fac16d4 cvs.1 & cvs.texinfo: add details about "init"
Add a section about the "init" command that has been missing all this
time. Part of the basic description is resurrected from r. 1.20 of
cvs.1 (in its prior incarnation in the CVS project tree under /man
rather than /doc), contributed by Tom Lees back in 1999. The caveat
about the history file is copied from elsewhere in the current
cvs.texinfo file. Additional fragments written by me. Addresses the
PR bin/45446.
2019-03-02 21:30:40 +00:00
jmcneill
9fd3794014 ODROID-C1 kernel is no more 2019-03-02 19:59:06 +00:00
jakllsch
4a71e72f53 Validate burst and width arguments.
Also add some more register definitions, and a (disabled) example of
how to set the DMA flow control mode.
2019-03-02 16:55:13 +00:00
christos
08012305cd Catch up with MI pci changes. 2019-03-02 14:21:19 +00:00
jmcneill
c6c83c514a Add support for Meson GXBB 2019-03-02 13:21:08 +00:00
jmcneill
35e039beae Fix IRQ trigger type for macirq, from upstream. 2019-03-02 12:25:15 +00:00
jmcneill
e8f1247c58 Setup RGMII mode for Meson DWMAC 2019-03-02 12:24:44 +00:00
jmcneill
79892c9da1 When acquiring a GPIO, disable any conflicting pinctrl function groups 2019-03-02 11:15:55 +00:00
jakllsch
84ca289a77 Implement support for multi-segment transfers.
Make more efficent use of DMA descriptor table memory.
2019-03-02 03:21:17 +00:00
kamil
adcf58e010 Refactor signal6-8 tests in t_ptrace_wait*
Transform original tests into new ones:
 - fork_singalmasked
 - fork_singalignored
 - vfork_singalmasked
 - vfork_singalignored
 - vforkdone_singalmasked
 - vforkdone_singalignored

All the signalignored ones pass, the remaining ones of them fail.
2019-03-02 01:01:20 +00:00
jakllsch
e91c24419b Fix whitespace. (In the source code, not in the functionality.) 2019-03-01 23:20:13 +00:00
jakllsch
64ae72b8b2 Underline when the attribute say underline, not when it says to reverse. 2019-03-01 23:17:05 +00:00
jakllsch
1278bae26e Reset 'height' before underlining in rasops32_putchar_aa().
Prevents segfault when underlining whitespace in the upper left cell.
2019-03-01 23:14:13 +00:00
martin
f239a04691 msg_prompt_win: allow automatic window height calculation (by passing
height = -1).
2019-03-01 17:02:21 +00:00
christos
c8d11eb8cc Use getfsspecname() to fill the filesystem argument in dumpdates.
While here, make sure that the error strings terminate with newline
consistently, and add a function that adds the system error string.
2019-03-01 16:42:11 +00:00
skrll
b14a651935 Handle processor private interrupts better and add support for the PMU
interrupt.

Thanks to jmcneill for review and suggestions.
2019-03-01 14:53:12 +00:00
nonaka
6d3a7524b0 fix typo. pointed out by pgoyette@n.o. 2019-03-01 12:25:09 +00:00
nonaka
fc714bd7bf commented out hvkvp entry. 2019-03-01 12:23:10 +00:00
pgoyette
8c2f80f160 Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
discussed on irc.

NFCI intended.

Ride the earlier kernel bump - it;s getting crowded.
2019-03-01 11:06:55 +00:00
nonaka
209264f340 Remove unused definition. 2019-03-01 10:02:33 +00:00
isaki
ae06bb460e Fix return value. or_and_fetch should return new value. 2019-03-01 09:57:32 +00:00
msaitoh
7977047465 - Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicated
definitions from ppbreg.h and move some definitions from ppbreg.h to
  pcireg.h.
- Change fast back-to-back "capable" to "enable" in pci_subr.c.
- Print Primary Discard Timer, Secondary Discard Timer, Discard Timer Status
  and Discard Timer SERR# Enable bit in pci_subr.c.
- PCI_BRIDGE_PREFETCHBASE32_REG and PCI_BRIDGE_PREFETCHLIMIT32_REG are
  "upper" 32bit registers, rename to *UP32_REG to avoid confusion.
- Use macro.
2019-03-01 09:25:59 +00:00
mlelstv
6ddf27dbe6 Fix build for i386.
The acpi_intr_establish function should really take an AD_HANDLE parameter.
2019-03-01 09:21:06 +00:00
hannken
72421a1974 Move pointer to fstrans private data into "struct lwp".
Ride NetBSD 8.99.35
2019-03-01 09:02:03 +00:00
nonaka
38df7c851b Update Hyper-V related drivers description. 2019-03-01 08:17:51 +00:00
mrg
adef1dae34 #if 0 the x and y symbols in GLIBCXX_3.4 namespace. they cause
duplicate symbols on netbsd.  see PR#54027.

with this disabled, turn on using the symver-config.h for the
gnu.ver processing so that other defines are handled.

fix some depends for gnu.ver processing.
2019-03-01 08:15:23 +00:00