CVS commit: src/external/gpl3/gcc

2020-06-02 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun  2 08:03:59 UTC 2020

Modified Files:
src/external/gpl3/gcc: gcc2netbsd

Log Message:
don't elide fortran components.  we'd like to revive g77-as-gfortran.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/gcc2netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/evbarm/installimage

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 10:41:30 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Use a larger INSTIMAGEMB value for MKDEBUG builds


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/fdt

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 11:40:02 UTC 2020

Modified Files:
src/sys/dev/fdt: cpufreq_dt.c

Log Message:
Select the highest rate at boot, and update cycle counter frequency when rates 
change


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/fdt/cpufreq_dt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2020-06-02 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jun  2 13:49:15 UTC 2020

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
Synchronize struct name in rump_syscalls.c and syscallargs.h

Whenever a syscall has alias name, the struct sys_ names shall be the same.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc

2020-06-02 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun  2 13:56:30 UTC 2020

Modified Files:
src/lib/libc: shlib_version

Log Message:
Don't suggest removing arc4random with a libc bump.

It's established enough in non-legacy code that this is a terrible idea.
Even if we add getentropy it's not a comparable API (not a userspace RNG
capable of streaming large numbers of bytes, doesn't have _uniform, etc).

"Feel free to remove that line!" - riastradh


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/lib/libc/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 14:26:01 UTC 2020

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
Set USE_XZ_SETS for evbarm-aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.1197 -r1.1198 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/evbarm/installimage

2020-06-02 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Jun  2 14:27:32 UTC 2020

Modified Files:
src/distrib/evbarm/installimage: Makefile

Log Message:
Revert previous; always use the same INSTIMAGEMB size regardless of
MKDEBUG. Should fit now that USE_XZ_SETS=yes on aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/evbarm/installimage/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/mips/cavium/dev

2020-06-02 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Jun  2 14:39:57 UTC 2020

Modified Files:
src/sys/arch/mips/cavium/dev: octeon_ciureg.h

Log Message:
Add a missing entry, clean up a few other incorrect entries.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/cavium/dev/octeon_ciureg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/makemandb

2020-06-02 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jun  2 15:43:26 UTC 2020

Modified Files:
src/usr.sbin/makemandb: nostem.txt

Log Message:
Register ppoll


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makemandb/nostem.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2020-06-02 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jun  2 16:45:42 UTC 2020

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
Respect syscall aliases in the rump code

With this change rump_sys_*() matches *() from the usually libc entry point.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2020-06-02 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jun  2 17:02:33 UTC 2020

Modified Files:
src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c
systrace_args.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
Regenerate native NetBSD syscalls

The only change is rump repecting syscall alias names.

No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.320 -r1.321 src/sys/kern/syscalls.c
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/syscalls_autoload.c
cvs rdiff -u -r1.39 -r1.40 src/sys/kern/systrace_args.c
cvs rdiff -u -r1.119 -r1.120 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.150 -r1.151 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.314 -r1.315 src/sys/sys/syscall.h
cvs rdiff -u -r1.298 -r1.299 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2020-06-02 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jun  2 17:23:22 UTC 2020

Modified Files:
src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c
systrace_args.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
Regenerate syscalls

Respect syscall alias names in rump.

No binary change in this version.

The previous commit was interrupted in the middle by CVS network outage.


To generate a diff of this commit:
cvs rdiff -u -r1.333 -r1.334 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.321 -r1.322 src/sys/kern/syscalls.c
cvs rdiff -u -r1.38 -r1.39 src/sys/kern/syscalls_autoload.c
cvs rdiff -u -r1.40 -r1.41 src/sys/kern/systrace_args.c
cvs rdiff -u -r1.120 -r1.121 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.151 -r1.152 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.315 -r1.316 src/sys/sys/syscall.h
cvs rdiff -u -r1.299 -r1.300 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/base

2020-06-02 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Tue Jun  2 19:15:15 UTC 2020

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
dhcpcd: delete the obsolete chroot paths

postinstall will take care of it.


To generate a diff of this commit:
cvs rdiff -u -r1.1248 -r1.1249 src/distrib/sets/lists/base/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2020-06-02 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Jun  2 19:30:29 UTC 2020

Modified Files:
src/lib/libc/gen: timespec_get.3

Log Message:
timespec_get(3) was developed by myself

Remove FreeBSD from the authorship as it was just a pullup of small
documentation changes.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/gen/timespec_get.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/xlint/lint1

2020-06-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun  2 21:10:07 UTC 2020

Modified Files:
src/usr.bin/xlint/lint1: decl.c err.c tree.c

Log Message:
Fix return of alignof()


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/xlint/lint1/err.c
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/xlint/lint1/tree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2020-06-02 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Wed Jun  3 00:27:46 UTC 2020

Modified Files:
src/sys/arch/x86/x86: pmap.c

Log Message:
Revert most of 1.396 and go back to using memset()/memcpy().
Do not restore pageidlezero stuff though.


To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 src/sys/arch/x86/x86/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mpl/bind/lib/libisc

2020-06-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  3 02:07:53 UTC 2020

Modified Files:
src/external/mpl/bind/lib/libisc: Makefile

Log Message:
Fix the vax build: vax is special and always builds pic code.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mpl/bind/lib/libisc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc/stand/boot

2020-06-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jun  3 02:51:40 UTC 2020

Modified Files:
src/sys/arch/sparc/stand/boot: Makefile

Log Message:
Appease clang -Waddress-of-packed-member for ,
in the same manner as done for sparc64; pointer substitution is just for
sanity check and harmless there.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sparc/stand/boot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/debug

2020-06-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jun  3 02:55:17 UTC 2020

Modified Files:
src/distrib/sets/lists/debug: ad.aarch64

Log Message:
Add missing compat debug symbols only available for llvm && dtrace.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/sets/lists/debug/ad.aarch64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/evbarm/instkernel/ramdisk

2020-06-02 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jun  3 06:36:44 UTC 2020

Modified Files:
src/distrib/evbarm/instkernel/ramdisk: list

Log Message:
x_gzip need liblzma for xz support.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/distrib/evbarm/instkernel/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.