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

2019-06-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Jun 10 05:56:15 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: since uvm_faut() will fail if cache maintain instructions (e.g., "dc cvau". that has ESR.WnR=1 = write access) for a read only page

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

2019-06-09 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Jun 10 05:56:15 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: since uvm_faut() will fail if cache maintain instructions (e.g., "dc cvau". that has ESR.WnR=1 = write access) for a read only page

CVS commit: src/distrib/sets/lists

2019-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 10 00:51:46 UTC 2019 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.i386 src/distrib/sets/lists/xserver: md.amd64 md.i386 Log Message: mark several things that are only built with MKLLVMRT=yes with

CVS commit: src/distrib/sets/lists

2019-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 10 00:51:46 UTC 2019 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.i386 src/distrib/sets/lists/xserver: md.amd64 md.i386 Log Message: mark several things that are only built with MKLLVMRT=yes with

CVS commit: src/sys/kern

2019-06-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jun 10 00:35:47 UTC 2019 Modified Files: src/sys/kern: sysv_shm.c Log Message: shmctl(SHM_LOCK) does not need to mess with mappings of the shm segment, uvm_obj_wirepages() is sufficient. this fixes the problem reported in

CVS commit: src/sys/kern

2019-06-09 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Jun 10 00:35:47 UTC 2019 Modified Files: src/sys/kern: sysv_shm.c Log Message: shmctl(SHM_LOCK) does not need to mess with mappings of the shm segment, uvm_obj_wirepages() is sufficient. this fixes the problem reported in

CVS commit: src/crypto/external/bsd/openssl

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 18:44:34 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h src/crypto/external/bsd/openssl/dist/apps: ocsp.c s_client.c speed.c

CVS commit: src/crypto/external/bsd/openssl

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 18:44:34 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README e_os.h src/crypto/external/bsd/openssl/dist/apps: ocsp.c s_client.c speed.c

CVS commit: src/doc

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 18:44:05 UTC 2019 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new openssl To generate a diff of this commit: cvs rdiff -u -r1.1625 -r1.1626 src/doc/3RDPARTY cvs rdiff -u -r1.2547 -r1.2548 src/doc/CHANGES

CVS commit: src/doc

2019-06-09 Thread Christos Zoulas
c. [christos 20190609]

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

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 18:42:43 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: new openssl man page To generate a diff of this commit: cvs rdiff -u -r1.2275 -r1.2276 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/sys/arch/arm/rockchip

2019-06-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 9 16:14:53 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: Init bpll in a way that brings the big cluster's PLL out of "slow mode". While here, fix a few typos in the cpul's rate table.

CVS commit: src/sys/arch/arm/rockchip

2019-06-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 9 16:14:53 UTC 2019 Modified Files: src/sys/arch/arm/rockchip: rk3399_cru.c Log Message: Init bpll in a way that brings the big cluster's PLL out of "slow mode". While here, fix a few typos in the cpul's rate table.

CVS commit: src/external/gpl3/binutils/dist/binutils

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 15:39:18 UTC 2019 Modified Files: src/external/gpl3/binutils/dist/binutils: strings.c Log Message: fix format To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/dev/adb

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 14:18:30 UTC 2019 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: make this compile again without ddb To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/adb/adb_kbd.c Please note

CVS commit: src/sys/dev/adb

2019-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 14:18:30 UTC 2019 Modified Files: src/sys/dev/adb: adb_kbd.c Log Message: make this compile again without ddb To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/adb/adb_kbd.c Please note

CVS commit: src/sys/dev/usb

2019-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 9 13:35:47 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c Log Message: rearrange some parts of attach/detach to avoid partial-attach leading to detach crash. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/usb

2019-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 9 13:35:47 UTC 2019 Modified Files: src/sys/dev/usb: if_ure.c Log Message: rearrange some parts of attach/detach to avoid partial-attach leading to detach crash. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libcurses

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:54:55 UTC 2019 Added Files: src/tests/lib/libcurses: chk_gen Log Message: Add a script that allows a check file to be created by cutting and pasting the contents of the square brackets in the "Excess nn bytes from

CVS commit: src/tests/lib/libcurses/check_files

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:49:42 UTC 2019 Modified Files: src/tests/lib/libcurses/check_files: mutt_test4.chk mvgetnstr1.chk mvgetstr1.chk Log Message: Adjust check files for changes in cursor positioning. To generate a diff of

CVS commit: src/tests/lib/libcurses/check_files

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:49:42 UTC 2019 Modified Files: src/tests/lib/libcurses/check_files: mutt_test4.chk mvgetnstr1.chk mvgetstr1.chk Log Message: Adjust check files for changes in cursor positioning. To generate a diff of

CVS commit: src/tests/lib/libcurses

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:48:47 UTC 2019 Modified Files: src/tests/lib/libcurses: t_curses.sh Log Message: Add an extra parameter to the h_run function so flags can be passed to the director. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libcurses

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:48:47 UTC 2019 Modified Files: src/tests/lib/libcurses: t_curses.sh Log Message: Add an extra parameter to the h_run function so flags can be passed to the director. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libcurses

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:40:14 UTC 2019 Modified Files: src/lib/libcurses: add_wch.c add_wchstr.c addbytes.c addch.c addchnstr.c addnstr.c addwstr.c copywin.c curses_private.h delch.c erase.c get_wch.c get_wstr.c

CVS commit: src/lib/libcurses

2019-06-09 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 9 07:40:14 UTC 2019 Modified Files: src/lib/libcurses: add_wch.c add_wchstr.c addbytes.c addch.c addchnstr.c addnstr.c addwstr.c copywin.c curses_private.h delch.c erase.c get_wch.c get_wstr.c