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

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 21:26:30 UTC 2018 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: I realized the changes I made broke the !aslr conf, so enable aslr by default now rather than later (and rather than adding more ifdefs). Now

CVS commit: src/sys/arch

2018-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Jul 21 19:39:45 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: ARMADILLO-IOT-G3 CUBOX CUBOX-I IMX6UL-STARTER NITROGEN6X src/sys/arch/evbmips/conf: ADM5120-USB Log Message: Remove comment mentioning an

CVS commit: src/sys/arch/aarch64/include

2018-07-21 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jul 21 18:58:05 UTC 2018 Modified Files: src/sys/arch/aarch64/include: ptrace.h Log Message: don't depend endian. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/include/ptrace.h Please note

CVS commit: src/usr.bin/calendar/calendars

2018-07-21 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Jul 21 18:50:22 UTC 2018 Modified Files: src/usr.bin/calendar/calendars: calendar.netbsd Log Message: add netbsd 8.0, fix whitespace To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/dev/hpc/apm

2018-07-21 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Jul 21 18:11:09 UTC 2018 Modified Files: src/sys/dev/hpc/apm: apmdev.c Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/hpc/apm/apmdev.c Please note that diffs

CVS commit: src/sys/arch

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 16:21:27 UTC 2018 Modified Files: src/sys/arch/i386/i386: cpufunc.S src/sys/arch/x86/x86: cpu_rng.c Log Message: Forgot to commit a change in i386/cpufunc.S; add rdtsc(), so that it can be used in cpu_rng.

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

2018-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 21 14:46:41 UTC 2018 Modified Files: src/sys/arch/x86/x86: cpu_rng.c Log Message: Unbreak build. Fake out (ie: remove) rdtsc() which does not exist on XEN (or not yet anyway). This change needs to be reverted when a

CVS commit: src/sys/arch/aarch64/aarch64

2018-07-21 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jul 21 13:23:49 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: return correct signo and code in accordance with return value of uvm_fault. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/arch/aarch64

2018-07-21 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Jul 21 13:08:35 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: cpu.h Log Message: * avoid deadlock. mutex_owned() works only for adaptive lock, therefore we cannot use it for

CVS commit: src/share/man/man4/man4.x86

2018-07-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 21 09:51:20 UTC 2018 Modified Files: src/share/man/man4/man4.x86: Makefile Log Message: When files are deleted, they need to be removed from the Makefile as well ... does none of this ever get tested before it is committed?

CVS commit: src/etc

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 07:46:56 UTC 2018 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Create /dev/ksyms as "440 $g_kmem". This prevents unprivileged users from reading the kernel symbols. Discussed in January 2018 on tech-kern@, reported

CVS commit: src/sys/arch/amd64/conf

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 06:30:27 UTC 2018 Modified Files: src/sys/arch/amd64/conf: GENERIC_KASLR Log Message: Remove "no options GPROF", we don't have GPROF in the x86 kernels anymore. By the way this caused a warning because GPROF is not

CVS commit: src/doc

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 06:28:02 UTC 2018 Modified Files: src/doc: CHANGES Log Message: note removal of tpfmt To generate a diff of this commit: cvs rdiff -u -r1.2412 -r1.2413 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 06:25:29 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: tprof.4 Removed Files: src/share/man/man4/man4.x86: tprof_amdpmi.4 tprof_pmi.4 Log Message: Remove the tprof_amdpmi.4

CVS commit: src/sys/arch

2018-07-21 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 21 06:09:14 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S locore.S machdep.c src/sys/arch/x86/include: cpu_rng.h pmap.h src/sys/arch/x86/x86: cpu_rng.c pmap.c Log Message: More ASLR. Randomize