L1D Eviction Sampling / CVE-2020-0549 / INTEL-SA-00329

2020-01-28 Thread Zachary Peschke
Just in case you haven't heard yet... https://cacheoutattack.com/ https://software.intel.com/security-software-guidance/software-guidance/l1d-eviction-sampling - Zac

Re: ipsec flow type changes, use->require

2020-01-28 Thread Tobias Heider
On Tue, Jan 28, 2020 at 01:19:17AM +, Stuart Henderson wrote: > This at least needs documenting in current.html/upgrade67.html so that > people aren't caught by surprise (it took me several days to figure > out as I'd forgotten about this commit!) but this would be better if > we can show a

[PATCH] [www] faq/current.html - pretty print paths

2020-01-28 Thread Raf Czlonka
Hi all, Using the convention from earlier in the faq/current.html file, enclose file/directory paths in . Cheers, Raf Index: faq/current.html === RCS file: /cvs/www/faq/current.html,v retrieving revision 1.1021 diff -u -p -r1.1021

man afterboot / inc. of wsconsctl

2020-01-28 Thread su.root
Hi, would like to suggest inc. / reference of wsconsctl in the afterboot man page. Might be particularly useful for further fine tuning of respective variables pertaining to devices / laptops.

IPv6 Support for umb(4)

2020-01-28 Thread Gerhard Roth
Hi, this patch adds IPv6 support to umb(4). It will try to obtain a IPv6 address if the kernel is compiled with INET6. Currently there is no option to disable IPv6 on such a kernel (other than manually calling "ifconfig umb0 -inet6"). Nor is there a IPv6-only mode which refrains from obtaining

Re: man afterboot / inc. of wsconsctl

2020-01-28 Thread Jason McIntyre
On Tue, Jan 28, 2020 at 12:38:52PM +0100, su.root wrote: > Hi, > would like to suggest inc. / reference of wsconsctl in the afterboot man > page. Might > be particularly useful for further fine tuning of respective variables > pertaining to devices / laptops. > hi. i don;t think we should just

Re: Teach du(1) the -m flag, disk usage in megabytes

2020-01-28 Thread Todd C . Miller
On Mon, 27 Jan 2020 18:29:39 -0500, Daniel Jakots wrote: > Can't you achieve what you want with `du -sh * | sort -h`? du(1)'s -h > options will automatically select the best suffix and sort(1)'s -h > will sort first using the suffix then the numerical value. Yes, I forgot about "sort -h". Old

Re: Teach du(1) the -m flag, disk usage in megabytes

2020-01-28 Thread Florian Obser
On Tue, Jan 28, 2020 at 09:58:40AM -0700, Todd C. Miller wrote: > On Mon, 27 Jan 2020 18:29:39 -0500, Daniel Jakots wrote: > > > Can't you achieve what you want with `du -sh * | sort -h`? du(1)'s -h > > options will automatically select the best suffix and sort(1)'s -h > > will sort first using

Update disklabel(8) man page

2020-01-28 Thread Martin
Hi Attached a diff to bring the disklabel man page up to date. Information taken directly from editor.c line 95. Best, Martin Index: disklabel.8 === RCS file: /cvs/src/sbin/disklabel/disklabel.8,v retrieving revision 1.138 diff -u

Errata patches for OpenSMTPD have been released for OpenBSD 6.5 and 6.6.

2020-01-28 Thread gilles
Hello tech@ Erratas have been published for a security vulnerability discovered in smtpd by Qualys: 6.5/030_smtpd_exec.patch.sig 6.6/019_smtpd_exec.patch.sig It is VERY important that you syspatch as soon as possible. I'll write about this bug later when things have settled, particularly

Re: Teach du(1) the -m flag, disk usage in megabytes

2020-01-28 Thread Lauri Tirkkonen
On Tue, Jan 28 2020 18:03:19 +0100, Florian Obser wrote: > On Tue, Jan 28, 2020 at 09:58:40AM -0700, Todd C. Miller wrote: > > On Mon, 27 Jan 2020 18:29:39 -0500, Daniel Jakots wrote: > > > > > Can't you achieve what you want with `du -sh * | sort -h`? du(1)'s -h > > > options will automatically

Re: Errata patches for OpenSMTPD have been released for OpenBSD 6.5 and 6.6.

2020-01-28 Thread Stuart Henderson
Also be aware that 6.4 is affected too but you will need to update this to a supported release before you can receive syspatch updates. On 2020/01/28 23:49, gil...@poolp.org wrote: > Hello tech@ > > Erratas have been published for a security vulnerability discovered in smtpd > by Qualys: > >

Re: Add support for hex floats to *scanf

2020-01-28 Thread Michael Forney
On 2019-05-28, Michael Forney wrote: > I noticed that OpenBSD's fscanf doesn't yet support hex float strings, > which are standardized in C99. I am using them in my application (which > I would like to support OpenBSD), since the "%a" format specifier is a > convenient way to preserve the exact

cwm: refactor client cycling

2020-01-28 Thread Okan Demirmen
Hi, The below refactors client cycling to be available from a client context instead of limiting to a screen context; this allows bindings for the 4 related functions (window-{,r}cycle,window-{,r}cycle-ingroup) for either key or mouse (current only available via key bindings). With the refactor

Re: Update disklabel(8) man page

2020-01-28 Thread Otto Moerbeek
On Tue, Jan 28, 2020 at 06:43:38PM +0100, Martin wrote: > Hi > > Attached a diff to bring the disklabel man page up to date. Information > taken directly from editor.c line 95. Committed, thanks, -Otto > > Best, > > Martin > > Index: disklabel.8 >