Re: vmd(8): slight NS8250 fix

2019-05-26 Thread Mike Larkin
On Wed, May 22, 2019 at 08:05:50PM -0500, Katherine Rohl wrote: > Hi, > > Adjusted NS8250 behavior in vmd(8) so it gets detected as an 8250 and not a > 16450 by OpenBSD’s boot process. Also generalized some of the COM1-specific > I/O address definitions to support adding COM2 (and COM3, and COM4

Re: BFD: fix reporting of up->down transition in routing message

2019-05-26 Thread Klemens Nanni
On Sat, May 25, 2019 at 09:27:18PM +1000, Mitchell Krome wrote: > I tracked this down to what I think is a typo. The code for updating the > laststate and timer is looking at laststate before it's been updated. > Patch below makes it work as expected You're right, thanks. OK kn if anyone else want

Re: makeinfo dumps core

2019-05-26 Thread Theo Buehler
> This works indeed. I'd rather ditch techinfo from base, but i guess > that is not feasible yet. > > So ok? ok tb

Re: makeinfo dumps core

2019-05-26 Thread Otto Moerbeek
On Sat, May 25, 2019 at 09:53:26PM +0200, Otto Moerbeek wrote: > On Sat, May 25, 2019 at 10:45:48AM -0500, athom...@athompso.net wrote: > > > >Synopsis: makeinfo dumps core on amdref.info when outputting docbook > > >Category: user > > >Environment: > > ***also tested on 6.5-STABLE, same pr

Re: update sysupgrade manpage

2019-05-26 Thread Otto Moerbeek
On Mon, May 27, 2019 at 04:16:01AM +0200, giovani...@tuta.io wrote: > Hello, > > I tried to make sysupgrade man page more readable and fixed a small mistake. > The man page stated: > > > .It Fl s > > Upgrade to a snapshot. > > The default is to find out if the system is running a release or a s

update sysupgrade manpage

2019-05-26 Thread giovanifss
Hello, I tried to make sysupgrade man page more readable and fixed a small mistake. The man page stated: > .It Fl s > Upgrade to a snapshot. > The default is to find out if the system is running a release or a snapshot. > In case of release> .Nm > downloads the next release. But if SNAP is set,

Re: vmd: tweak mc146818 periodic interrupt updating

2019-05-26 Thread Mike Larkin
On Sun, May 26, 2019 at 08:14:43PM +0200, Jasper Lievisse Adriaanse wrote: > Hi, > > Whilst looking at the mc146818 code in vmd I noticed something that initially > struck > me as a pasto as the same code is present in the rtc_update_regb() function. > However > it led me to look at how other em

vmd: tweak mc146818 periodic interrupt updating

2019-05-26 Thread Jasper Lievisse Adriaanse
Hi, Whilst looking at the mc146818 code in vmd I noticed something that initially struck me as a pasto as the same code is present in the rtc_update_regb() function. However it led me to look at how other emulators handle the updating of registers. Based on that here's a diff to only reschedule

success on 6.5: wscons 'many ttys' patches

2019-05-26 Thread zeurkous
[not subscribed, please Cc, thanks] Haai, Just a quick note to whomever may be interested: me 'many ttys' wscons patches still work fine on 6.5, including the ps(1), w(1), and X ones. Patch #3 of the original set has been committed by Otto Moerbeek (thanks!) and thus will no longer need to be ap

ping: patch: minor comment tyop in xserver

2019-05-26 Thread zeurkous
This is still in 6.5. Anyone feel sufficiently bothered to commit this? --zeurkous. > See below. Bit hasty, weren't we? :P > --zeur. > > Index: xenocara/xserver/hw/xfree86/os-support/bsd/bsd_init.c > === > RCS file:

Re: remove mention of YP from hosts(5)

2019-05-26 Thread Bryan Steele
On Sun, May 26, 2019 at 03:57:48PM +0200, Jan-Piet Mens wrote: > I noticed hosts(5) still mentions YP in spite of support for the latter > having been removed in [1]. This minuscule patch corrects the man page. > > Index: share/man/man5/hosts.5 > ===

remove mention of YP from hosts(5)

2019-05-26 Thread Jan-Piet Mens
I noticed hosts(5) still mentions YP in spite of support for the latter having been removed in [1]. This minuscule patch corrects the man page. Index: share/man/man5/hosts.5 === RCS file: /cvs/src/share/man/man5/hosts.5,v retrieving

Re: intro.8: .Xr rcctl 8 -- http://man.openbsd.org/intro.8

2019-05-26 Thread Christian Weisgerber
Ingo Schwarze: > > Not sure what do about "ELF(3)" in elf(3). > Index: elf.3 > Index: elf_flagdata.3 > Index: elf_open.3 > Index: gelf.3 > Index: gelf_newehdr.3 > Index: gelf_newphdr.3 -snip- OK, but note that there are also three instances of .Xr ELF 3 in elf.3. -- Christian "naddy" Weisgerbe