smtpd.conf(5)/table(5) manuals: change `\-' to `-'

2019-03-23 Thread Randy Hartman
Change smtpd.conf(5) and table(5) man pages to represent hyphen as plain `-'. According to mandoc_char(7), "[...] in manual pages just write plain `-' to represent hyphen, minus, and hyphen-minus." Found while comparing ssl(8), starttls(8), and smtpd.conf(5). Index: smtpd.conf.5

ssl(8): change example key size to 4096 bits

2019-03-23 Thread Randy Hartman
ssl(8) man page changed example key size from 2048 to 4096 in 2012 but reverted after two days. smtpd.conf(5)'s man page and acme-client both use 4096. is it time to un-revert? Index: ssl.8 === RCS file:

intro(3): DES replaced in libc

2019-03-23 Thread Randy Hartman
libc last supported DES on 6 Apr 2015. Index: intro.3 === RCS file: /cvs/src/share/man/man3/intro.3,v retrieving revision 1.87 diff -u -p -u -p -r1.87 intro.3 --- intro.3 5 Mar 2019 14:31:46 - 1.87 +++ intro.3 24

cu(1)/remote(5): add and document support for escape character capability

2019-03-23 Thread Artturi Alm
Hi, for completeness, would anything like the diff below be acceptable? I might begin using /etc/remote soon, and I found the old remote.5[0] to have had this, and also described as such in remote(5) on docs.oracle.com, so i chose to reuse "es". -Artturi [0]:

Type inconsistency in tree.h

2019-03-23 Thread Greg Czerniak
A few functions in sys/sys/tree.h are marked void, but they have return statements that try to pass something back. I suspect these weren't detected by clang because of the __unused flag. The below patch removes the return statements. I compiled and ran this modification on my personal server

Re: ospfd: Warn when the router ID changes during config reload

2019-03-23 Thread Mitchell Krome
On 24/03/2019 7:23 am, Theo de Raadt wrote: > Sebastian Benoit wrote: > >> Mitchell Krome(mitchellkr...@gmail.com) on 2019.03.23 20:27:17 +1000: >>> Was messing around with ospf and got myself into a situation where the >>> router ID's were the same on two boxes because I only did a reload on

Re: ospfd: Warn when the router ID changes during config reload

2019-03-23 Thread Theo de Raadt
Sebastian Benoit wrote: > Mitchell Krome(mitchellkr...@gmail.com) on 2019.03.23 20:27:17 +1000: > > Was messing around with ospf and got myself into a situation where the > > router ID's were the same on two boxes because I only did a reload on > > one of them when I changed the loopback IP's. >

Re: ospfd: Warn when the router ID changes during config reload

2019-03-23 Thread Sebastian Benoit
Mitchell Krome(mitchellkr...@gmail.com) on 2019.03.23 20:27:17 +1000: > Was messing around with ospf and got myself into a situation where the > router ID's were the same on two boxes because I only did a reload on > one of them when I changed the loopback IP's. Thats sub optimal i believe... >

Re: [patch] Re: Possible sasyncd memory leak ?

2019-03-23 Thread Otto Moerbeek
On Sat, Mar 23, 2019 at 06:07:02PM +0100, Michał Koc wrote: > W dniu 23.03.2019 o 10:09, Otto Moerbeek pisze: > > On Fri, Mar 22, 2019 at 09:57:29PM +0100, Michał Koc wrote: > > > > > W dniu 22.03.2019 o 11:19, Michał Koc pisze: > > > > W dniu 21.03.2019 o 11:52, Otto Moerbeek pisze: > > > > >

Re: rasops(9): revert changes in rasops32_putchar()?

2019-03-23 Thread Theo de Raadt
Mateusz Guzik wrote: > You may notice pagezero uses rep. Background page zeroing was removed > quite some time ago. I see OpenBSD still has it, but it is most likely > detrimental by now. If it is to be kept, a pagezero variant utilizing > non-temporal stores still makes sense but a different

Re: [patch] Re: Possible sasyncd memory leak ?

2019-03-23 Thread Michał Koc
W dniu 23.03.2019 o 10:09, Otto Moerbeek pisze: On Fri, Mar 22, 2019 at 09:57:29PM +0100, Michał Koc wrote: W dniu 22.03.2019 o 11:19, Michał Koc pisze: W dniu 21.03.2019 o 11:52, Otto Moerbeek pisze: On Thu, Mar 21, 2019 at 09:28:28AM +0100, Michał Koc wrote: W dniu 21.03.2019 o 07:21,

Re: rasops(9): revert changes in rasops32_putchar()?

2019-03-23 Thread Mark Kettenis
> From: Mateusz Guzik > Date: Sat, 23 Mar 2019 15:29:39 +0100 > > On 3/18/19, Frederic Cambus wrote: > > Hi tech@, > > > > Now that efifb(4) supports remapping the framebuffer in write combining > > mode, it's on par with inteldrm regarding display performance as for as > > rasops(9) is

Re: rasops(9): revert changes in rasops32_putchar()?

2019-03-23 Thread Mateusz Guzik
On 3/18/19, Frederic Cambus wrote: > Hi tech@, > > Now that efifb(4) supports remapping the framebuffer in write combining > mode, it's on par with inteldrm regarding display performance as for as > rasops(9) is concerned. > > Therefore, I'm proposing reverting changes which were introduced in >

Re: bgpd: unbreak route origin validation

2019-03-23 Thread Sebastian Benoit
Denis Fondras(de...@openbsd.org) on 2019.03.22 21:25:32 +0100: > (better when the right diff is sent...) > > ROV has been broken since the configuration reload changes. ok > Index: rde.c > === > RCS file:

Re: [patch] Re: Possible sasyncd memory leak ?

2019-03-23 Thread Otto Moerbeek
On Fri, Mar 22, 2019 at 09:57:29PM +0100, Michał Koc wrote: > W dniu 22.03.2019 o 11:19, Michał Koc pisze: > > W dniu 21.03.2019 o 11:52, Otto Moerbeek pisze: > > > On Thu, Mar 21, 2019 at 09:28:28AM +0100, Michał Koc wrote: > > > > > > > W dniu 21.03.2019 o 07:21, Otto Moerbeek pisze: > > > > >