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 th

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 i38

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 th

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 src/usr.bin/calendar/calendars/c

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 are

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. Restore

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 proper

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 -r1.6

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