Re: rad: add support for listening on interface groups

2018-11-20 Thread Florian Obser
On Tue, Nov 20, 2018 at 04:23:33PM +0100, Reyk Floeter wrote: > On Sat, Nov 17, 2018 at 02:11:58PM +0100, Klemens Nanni wrote: > > On Fri, Nov 16, 2018 at 08:56:52PM +0100, Reyk Floeter wrote: > > > > the following diff allows rad(8) to watch interface groups. This > > > > allows to automatically

Re: add core4g thermal id to pcidevs

2018-11-20 Thread Mike Larkin
On Sat, Nov 10, 2018 at 04:02:15PM -0500, Daniel Dickman wrote: > Add core 4g thermal id from one of my systems. ok? > sure, ok mlarkin -ml > > Index: pcidevs > === > RCS file: /cvs/src/sys/dev/pci/pcidevs,v > retrieving revision

Re: remove midiplay

2018-11-20 Thread Jonathan Gray
On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > Midiplay requires a midi synth to produce sounds. We dropped support > for OPL2-style chips, as we've two softsynths in ports to render > midi. Both already handle .mid files, so midiplay is not very useful > anymore. > >

remove midiplay

2018-11-20 Thread Alexandre Ratchov
Midiplay requires a midi synth to produce sounds. We dropped support for OPL2-style chips, as we've two softsynths in ports to render midi. Both already handle .mid files, so midiplay is not very useful anymore. Objections to remove it? OK? Index: Makefile

Re: vmd: add support for local inet6 interfaces

2018-11-20 Thread Carlos Cardenas
On Tue, Nov 20, 2018 at 03:24:18PM +0100, Reyk Floeter wrote: > Hi > > On Fri, Nov 16, 2018 at 05:35:03PM +0100, Reyk Floeter wrote: > > "local interface" (-L) is an amazing feature and I use it every day; > > but it is IPv4-only and now I realized that I need IPv6 too. > > > > The attached diff

Re: kernel page fault in vm_teardown

2018-11-20 Thread Greg Steuck
Looking at src changes this is probably expected, Nov 20 snapshot is still affected. login: uvm_fault(0x81cbc100, 0x80b6e000, 0, 1) -> e kernel: page fault trap, code=0 Stopped at uvm_unmap_remove+0x212: movq0x100(%r13),%r8 ddb{7}> set $lines = 0 ddb{7}> show panic kernel

Re: ksh: be even more posixly correct on local/typeset

2018-11-20 Thread Martijn van Duren
On 11/21/18 2:19 AM, Philip Guenther wrote: > On Tue, Nov 20, 2018 at 12:47 AM Martijn van Duren < > openbsd+t...@list.imperialat.at> wrote: > >> When running a script with -o posix I usually do so to make sure that >> the script will run anywhere with a POSIX compliant shell. Currently we >>

Re: ksh: be even more posixly correct on local/typeset

2018-11-20 Thread Philip Guenther
On Tue, Nov 20, 2018 at 12:47 AM Martijn van Duren < openbsd+t...@list.imperialat.at> wrote: > When running a script with -o posix I usually do so to make sure that > the script will run anywhere with a POSIX compliant shell. Currently we > support typeset when running in posix mode, where POSIX

Re: makemap.8 patch

2018-11-20 Thread Edgar Pettijohn
On Nov 20, 2018 9:15 AM, Gilles Chehade wrote: > > On Sun, Nov 18, 2018 at 08:32:47AM -0600, Edgar Pettijohn III wrote: > > Use new syntax. > > > > Sorry was on the road. > > Comment inlined: > > > > Index: makemap.8 > > > > ===

Re: Add Colemak keyboard encoding

2018-11-20 Thread Aaron Bieber
On Fri, 16 Nov 2018 at 07:02:42 -0700, Aaron Bieber wrote: > On Fri, 16 Nov 2018 at 06:55:09 -0700, Aaron Bieber wrote: > > Hi, > > > > This diff is based off a diff Geert Hendrickx sent to bugs@ back in 2009. I > > have updated it to add the 'swapctrlcaps' bit and removed the xenocara diff. > > >

Re: xenocara tarball

2018-11-20 Thread ivpgbe
I noticed this problem too. There is also a related problem with FAQ (and please forgive me for hijacking the thread!): if someone follows these instructions to the letter, correcting for the file hierarchy, of course, they can end up with no space in /usr. Specifically, a) By default,

Re: xenocara tarball

2018-11-20 Thread Theo de Raadt
The FAQ is intended for the average user. The non-average user can understand what is there, and make different choices. People who compile X or the src tree are not average users, and should create additional partitions to store that stuff. The FAQ should *NOT* be changed to accomodate the

Re: Vim core dump

2018-11-20 Thread Chris Cappuccio
def...@posteo.de [def...@posteo.de] wrote: > Hi, all > > Could you be so kind to explain me why OpenBSD has no Dump core issue with > Vim : > https://github.com/vim/vim/issues/3619 > This is the wrong list for random discussion, but obviously, OpenBSD is so far superior it can even help to

ksh: be even more posixly correct on local/typeset

2018-11-20 Thread Martijn van Duren
When running a script with -o posix I usually do so to make sure that the script will run anywhere with a POSIX compliant shell. Currently we support typeset when running in posix mode, where POSIX states: If the command name matches the name of a utility listed in the following table, the

Re: pvclock(4)

2018-11-20 Thread Landry Breuil
On Mon, Nov 19, 2018 at 01:12:46PM +0100, Reyk Floeter wrote: > Hi, > > the attached diff is another attempt at implementing a pvclock(4) > guest driver. This improves the clock on KVM and replaces the need > for using the VM-expensive acpihpet(4). > > While pvclock(4) is available on KVM, Xen,

Re: vmd: add support for local inet6 interfaces

2018-11-20 Thread Reyk Floeter
Hi On Fri, Nov 16, 2018 at 05:35:03PM +0100, Reyk Floeter wrote: > "local interface" (-L) is an amazing feature and I use it every day; > but it is IPv4-only and now I realized that I need IPv6 too. > > The attached diff implements IPv6 support for local interfaces. > Updated diff with

Re: makemap.8 patch

2018-11-20 Thread Gilles Chehade
On Sun, Nov 18, 2018 at 08:32:47AM -0600, Edgar Pettijohn III wrote: > Use new syntax. > Sorry was on the road. Comment inlined: > Index: makemap.8 > > === > RCS file: /cvs/src/usr.sbin/smtpd/makemap.8,v > retrieving revision

Re: rad: add support for listening on interface groups

2018-11-20 Thread Reyk Floeter
On Sat, Nov 17, 2018 at 02:11:58PM +0100, Klemens Nanni wrote: > On Fri, Nov 16, 2018 at 08:56:52PM +0100, Reyk Floeter wrote: > > > the following diff allows rad(8) to watch interface groups. This > > > allows to automatically add/remove interfaces in a given group. > > > > > > For example, I