-
share/man/man5: mk.conf.5
jkoshy: mk.conf.5: Note that MKDTRACE defaults to "yes" for MACHINE_ARCH ~ /earm*/.
http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man5/mk.conf.5.diff?r1=1.122&r2=1.123
-
external/bsd/elftoolchain/dist/tools: netbsd-base-system-import.sh
jkoshy: elftoolchain/netbsd-base-system-import.sh: Update to upstream [r4372].
-
doc: 3RDPARTY
jkoshy: doc/3RDPARTY: update the stanza for Elftoolchain.
http://cvsweb.netbsd.org/bsdweb.cgi/src/doc/3RDPARTY.diff?r1=1.2204&r2=1.2205
-
sys/arch/sparc64/include: param.h
kre: Return an #endif seemingly deleted by accident in previous.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sparc64/include/param.h.diff?r1=1.64&r2=1.65
-
sys/arch/riscv/include: proc.h
thorpej: Two issues:
- Always include vmparams.h via <machine/vmparams.h>, because redirection
logic elsewhere relies on this.
- But akshually, isn't not even needed here because the code that would
use it is #if 0'd out anyway.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/riscv/include/proc.h.diff?r1=1.6&r2=1.7