Official OpenBSD 6.2 CD set up for auction on Ebay

2017-11-18 Thread Bob Beck
So, the only 6.2 set to be produced is up for auction, featuring hand-drawn artwork by Theo. Artisanally Made in Canada! All proceeds of the sale to fund OpenBSD development. Go have a look at http://www.ebay.ca/itm/Official-OpenBSD-6-2-CD-Set/253265944606

Re: openssl s_time, speed: use monotime for absolute interval measurement

2017-11-18 Thread Jeremie Courreges-Anglas
On Sat, Nov 11 2017, Scott Cheloha wrote: > Hi, Hi, > times(3) is okay for user CPU measurement but is inappropriate > for absolute interval measurement as its output is subject to > changes by both adjtime(2) and settimeofday(2). > > The attached diff replaces it with getrusage(2) for user CPU

Re: fuse: vfs create does not map 1:1 to fuse create

2017-11-18 Thread Otto Moerbeek
On Sat, Nov 18, 2017 at 02:22:43AM +, Helg Bredow wrote: > On Fri, 10 Nov 2017 09:09:32 +0100 > Martin Pieuchot wrote: > > > On 09/11/17(Thu) 01:20, Helg Bredow wrote: > > > > On 08/11/17(Wed) 14:12, Helg Bredow wrote: > > > > > There is a bug when creating a file in fuse-exfat and then dele

Re: faster printf

2017-11-18 Thread Ingo Schwarze
Hi Theo, Theo de Raadt wrote on Fri, Nov 17, 2017 at 11:59:47AM -0700: > how should this work and what would be the best direction The following two aspects provide no clear guidance what is better: 1. Both printing invalid bytes (in particular to terminals) and losing information that was

Re: hide wpakey from root by default

2017-11-18 Thread Stuart Henderson
On 2017/11/17 18:28, Ted Unangst wrote: > Stefan Sperling wrote: > > Or is modifying ifconfig sufficient? > > We are more concerned about textual display rather than the > > kernel/userland ioctl boundary, correct? > > > > The option list for ifconfig is [-AaC]. Plenty of letters available. > > We

Extend OFW regulator code

2017-11-18 Thread Mark Kettenis
This adds support for getting and setting voltages. This is necessary to be able to change the CPU voltage when changing the CPU frequency for example. ok? Index: dev/ofw/ofw_regulator.c === RCS file: /cvs/src/sys/dev/ofw/ofw_regula

Re: fuse: vfs create does not map 1:1 to fuse create

2017-11-18 Thread Martin Pieuchot
On 18/11/17(Sat) 02:22, Helg Bredow wrote: > On Fri, 10 Nov 2017 09:09:32 +0100 > Martin Pieuchot wrote: > > > On 09/11/17(Thu) 01:20, Helg Bredow wrote: > > > > On 08/11/17(Wed) 14:12, Helg Bredow wrote: > > > > > There is a bug when creating a file in fuse-exfat and then deleting it > > > > > a