Commit Graph

266021 Commits

Author SHA1 Message Date
kamil
e7e18034ff Reserve DTrace sdt and fdt major numbers
Register cmajor 252 for fbt and 253 for sdt.

Previously the major number was picked randomly and it causes conflicts
with preallocated values for different devices.
2019-03-09 18:53:52 +00:00
kamil
fedd7fc74d Fix MKCATPAGES=yes build
Register missing files in distribution sets.
2019-03-09 18:38:34 +00:00
christos
1d3883b194 Switch i386 and aarch64 to jemalloc (really I could switch everyone at this
point).
2019-03-09 17:59:28 +00:00
christos
24c1376449 no -g 2019-03-09 16:18:37 +00:00
christos
36c6018433 Fix another bug found by jemalloc: don't access dirent entry after closedir(3). 2019-03-09 16:18:22 +00:00
skrll
05e38dac76 Sort DTS 2019-03-09 15:25:33 +00:00
skrll
1759e98be8 Add DTS for Raspberry Pi Compute Module IO board rev1 2019-03-09 15:23:59 +00:00
skrll
fd313234a3 Add DTS for Raspberry Pi Compute Module 3 IO board V3.0 2019-03-09 15:22:45 +00:00
jmcneill
d64fe86fe7 Workaround a bug with ROCKPro64's U-Boot EFI implementation. The booted
device path when booting from SD card sometimes does not include a
MEDIA_DEVICE_PATH component, so in this case fallback to doing an exact
match on the booted device path with the block device path to detect the
default boot device.
2019-03-09 13:16:42 +00:00
kre
421460ff59 In acpi_md_OsRemoveInterruptHandler() redir and mpflags are only
relevant to the NIOAPIC > 0 case (not used without that).  Rearrange
#if's slightly to make that happen (avoid "set but not used" warnings
(aka errors) when NIOAPIC == 0 (or undefined)).
2019-03-09 10:04:41 +00:00
kre
93ab6d4522 error in xen_resumeclocks() is __diagused.
Avoid compile warning (-->error) when ! options DIAGNOSTIC.
2019-03-09 09:51:29 +00:00
maxv
5baac3ac62 New software PTE bits. 2019-03-09 09:09:56 +00:00
hannken
01a7e2e4d9 Rumpkernel has its own thread deallocation. Add missing fstrans_lwp_dtor()
to lwproc_freelwp().

PR bin/50350: rump/rumpkern/t_sp/stress_{long,short} fail on Core 2 Quad
2019-03-09 09:02:38 +00:00
maxv
e4552b509f Start replacing the x86 PTE bits. 2019-03-09 08:42:25 +00:00
mlelstv
26a59cedc6 More input validation. Fix off-by-1 for size limit. 2019-03-09 07:53:12 +00:00
christos
771773212c add copyright. 2019-03-09 06:12:55 +00:00
christos
e3941ca589 html3 suffixes are .html 2019-03-09 04:57:47 +00:00
christos
d444c9125e PR/54050: Ryo ONODERA: Add the jemalloc-specific api prototypes and extern. 2019-03-09 03:52:10 +00:00
mrg
b9b9197277 don't install 30-urw-aliases.conf anymore, it's gone.
my builds don't fail here for some reason, but this causes the
build cluster to fail and this file is gone so my builds should
be failing but i need to figure out why they aren't.
2019-03-09 02:56:44 +00:00
christos
d0175ebb38 Fix previous... We need to deal with a conditional branch. 2019-03-09 02:50:07 +00:00
christos
117899b88e We don't fit anymore thanks to jemalloc:
relocation truncated to fit: R_AARCH64_CONDBR19 against symbol `cerror'
2019-03-09 02:33:02 +00:00
mrg
18fcb094c5 ttm_bo_uvm_fault() is a netbsd API function and thus should return
netbsd errnos.  fix the one "return -ERESTART".
2019-03-09 01:59:47 +00:00
kamil
37db6ba904 Remove expected fail in various ATF t_ptrace_wait* tests
Tests for trap signal scenarios no longer fail.
2019-03-08 23:35:01 +00:00
kamil
0d862b3599 Stop resetting signal context on a trap signal under a debugger
In case of a crash signal, notify debugger immediately passing the signal
regardless of signal masking/ignoring.

While there pass signals emitted by a debugger to debuggee. Debugger calls
proc_unstop() that sets p_stat to SACTIVE and this signal wasn't passed
to tracee.

This scenario appeared to be triggered in recently added crash signal ATF
ptrace(2) tests.
2019-03-08 23:32:30 +00:00
mrg
f0807ebf4a add html pages to match the previous (not tested) 2019-03-08 23:10:52 +00:00
christos
dd4590b9a0 We don't need to depend on pthreads. 2019-03-08 20:40:05 +00:00
christos
6f80f650ef Back to using jemalloc for x86_64; all problems have been resolved. 2019-03-08 20:35:10 +00:00
christos
dbd5d9cd78 Replace our buggy recallocarray implementation one with the portable one
from OpenBSD.
2019-03-08 20:34:24 +00:00
christos
83c1f8fdbe Arrange for the new man page to be installed. 2019-03-08 20:00:21 +00:00
mrg
9a32a1bd17 build fc-conflist. 2019-03-08 12:25:38 +00:00
mrg
e57d0e2bad mark 30-urw-aliases.conf as obsolete. 2019-03-08 12:21:03 +00:00
mrg
9aa8af5455 bump amdgpu_drv.so major. 2019-03-08 12:18:41 +00:00
mrg
2551036c6f remove damaging comment. 2019-03-08 11:14:49 +00:00
mrg
849fa982f6 turn on execinfo support. 2019-03-08 10:00:06 +00:00
msaitoh
a74cc5cdb5 Use static. 2019-03-08 09:59:15 +00:00
mrg
2205ec8c8a - install fontconfig 2.13.1 files and new fc-conflist
- move libuuid_ul stuff into its srcs.mk and link directly into libfontconfig.
- update reachover
- update man page list
2019-03-08 09:58:23 +00:00
roy
18d2bd2e00 rbtree: Add a define to mark function arguments as unused for non debug
This allows rbtree to be used outside of NetBSD without any compile
warnings and removes the need for the lint comment.
2019-03-08 09:14:54 +00:00
leot
24a5814c13 Add SGTM 2019-03-08 08:47:17 +00:00
msaitoh
659e7a3c69 s/ are are / are /
s/ a a / a /
2019-03-08 08:35:58 +00:00
wiz
8cbebd4130 Remove Pp without effect. 2019-03-08 08:24:41 +00:00
martin
0a2b4fff53 XDM Xresources has been extended and the new values are important for proper
working of newer XDM. Check for the missing values and ask the user to
fix manually.
2019-03-08 08:19:56 +00:00
msaitoh
c2f2b1bf58 s/ the the / the / 2019-03-08 08:12:39 +00:00
msaitoh
2610beba63 Regen. 2019-03-08 07:10:54 +00:00
msaitoh
62f45a5d88 Add yyASIX and AX88772* devices. 2019-03-08 07:10:26 +00:00
msaitoh
86b83621a7 Cleanup xx or yy OUIs. Sort by number. 2019-03-08 07:08:49 +00:00
msaitoh
c6e5f1c8c6 Regen. 2019-03-08 05:26:21 +00:00
msaitoh
8991912a6a Fix I82578 OUI. This change only affects to MIIVERBOSE.
See also if_wm.c rev. 1.599.
2019-03-08 05:26:04 +00:00
msaitoh
c80c5b675b Regen. 2019-03-08 03:44:46 +00:00
msaitoh
8bc342e11d - Add other two Core 8G host bridges.
- Add Intel Xeon E devices.
2019-03-08 03:44:19 +00:00
mrg
8b21018e17 on m68010 set BOZO_WRSZ to 16k and BOZO_WRSZ to 64k. 2019-03-08 03:12:28 +00:00