Re: Thermal zone support for arm64

2019-06-29 Thread Steffen Nurpmeso
Mark Kettenis wrote in <543892945e900...@bloch.sibelius.xs4all.nl>: |Many of the cheap arm64 (and armv7) boards will overheat if you run |the CPU cores at full throttle for a while. Adding a heatsink may |help a little bit, but not enough. Some boards have a microcontroller |that monitors

Re: [diff] events.html - add 2 more BSDCan 2019 videos

2019-06-29 Thread Ingo Schwarze
Hi Ross, Ross L Richardson wrote on Sat, Jun 22, 2019 at 02:17:26PM +1000: > Probably in acceptable form :-) Committed, thanks. Ingo > Index: events.html > === > RCS file: /cvs/www/events.html,v > retrieving revision 1.1174 >

Re: [diff] www/libressl/papers.html - add video link

2019-06-29 Thread Ingo Schwarze
Hi Ross, Ross L Richardson wrote on Sat, Jun 22, 2019 at 02:24:46PM +1000: > The following corresponds with the events.html patch... Almost... Committed with the correct YT ID MCVIBwGOwNY instead of gvmGfpMgny4 which is beck@'s unveil(2) talk. Thanks anyway, Ingo > Index: papers.html >

mg(1) dired-goto-file

2019-06-29 Thread Mark Lumsden
This add dired-goto-file to mg. Comments/ok? Mark Index: dired.c === RCS file: /cvs/src/usr.bin/mg/dired.c,v retrieving revision 1.90 diff -u -p -u -p -r1.90 dired.c --- dired.c 28 Jun 2019 13:35:02 - 1.90 +++ dired.c

unused sparc64 extern

2019-06-29 Thread Miod Vallat
The following declaration has actually never been used, for `ver' is a local in cpuattach() and locore does rdpr %ver every time it needs the value. Index: include/psl.h === RCS file: /OpenBSD/src/sys/arch/sparc64/include/psl.h,v

wsdisplay: use timeout_add_msec(9)

2019-06-29 Thread Klemens Nanni
This is for the screen burner, which turns off the screen after # wsconsctl -n display.screen_off 6 milliseconds (60 seconds) as documented in wsconsctl.conf(5). Trivial conversion from ticks to milliseconds where macros already come in milliseconds and timeout values only

[patch] openrsync: improve unveil(2) for multiple sources and also symlink behaviou

2019-06-29 Thread Hiltjo Posthuma
Hi, I've noticed an issue with openrsync and more than 1 source arguments and with it's symlink behaviour (separate issues). Reproduce: cd /tmp mkdir -p a b openrsync -av a/ b/ c/ Output: /usr/src/usr.bin/rsync/flist.c:823: error: b/: lstat: No such file or

Thermal zone support for arm64

2019-06-29 Thread Mark Kettenis
Many of the cheap arm64 (and armv7) boards will overheat if you run the CPU cores at full throttle for a while. Adding a heatsink may help a little bit, but not enough. Some boards have a microcontroller that monitors the temperature and throttles the CPUs if necessary. Other boards don't and