Re: sndiod: Remove ambiguous use of 'last' in man page

2021-12-18 Thread Alexandre Ratchov
On Sat, Dec 18, 2021 at 10:27:34AM +, Jason McIntyre wrote: > On Sat, Dec 18, 2021 at 10:51:28AM +0100, Richard Ulmer wrote: > > Hi, > > after reading about using USB audio interfaces in > > https://www.openbsd.org/faq/faq13.html I looked up what -F and -f mean > > in sndiod(8) but was briefly

Re: : provide ElfW() macro

2021-12-18 Thread Theo de Raadt
Klemens Nanni wrote: > On Sat, Dec 18, 2021 at 04:37:17PM +0300, Andrew Krasavin wrote: > > On Fri, Dec 17, 2021 at 01:04:35PM +, Klemens Nanni wrote: > > > An upcoming port uses ElfW(). I first patched the port, but looking > > > around shows that both NetBSD and FreeBSD adopted the macro:

Re: : provide ElfW() macro

2021-12-18 Thread Klemens Nanni
On Sat, Dec 18, 2021 at 04:37:17PM +0300, Andrew Krasavin wrote: > On Fri, Dec 17, 2021 at 01:04:35PM +, Klemens Nanni wrote: > > An upcoming port uses ElfW(). I first patched the port, but looking > > around shows that both NetBSD and FreeBSD adopted the macro: > > > > https://mail-index.net

Re: : provide ElfW() macro

2021-12-18 Thread Andrew Krasavin
On Fri, Dec 17, 2021 at 01:04:35PM +, Klemens Nanni wrote: An upcoming port uses ElfW(). I first patched the port, but looking around shows that both NetBSD and FreeBSD adopted the macro: https://mail-index.netbsd.org/source-changes-hg/2018/07/31/msg027523.html +#defineElfW(x)

Re: sndiod: Remove ambiguous use of 'last' in man page

2021-12-18 Thread Jason McIntyre
On Sat, Dec 18, 2021 at 10:51:28AM +0100, Richard Ulmer wrote: > Hi, > after reading about using USB audio interfaces in > https://www.openbsd.org/faq/faq13.html I looked up what -F and -f mean > in sndiod(8) but was briefly confused by the word 'last'. I commonly > understand 'last' as either 'pre

Re: fix ping(8) and traceroute(8) source selection

2021-12-18 Thread Denis Fondras
Le Sat, Dec 18, 2021 at 10:02:32AM +0100, Florian Obser a écrit : > On 2021-12-17 22:12 +01, Denis Fondras wrote: > > Here is an attempt to fix ping(8) and traceroute(8) source selection. > > > > Currently these tools do not obey route sourceaddr set by the operator. This > > leads to frustration

Re: fix ping(8) and traceroute(8) source selection

2021-12-18 Thread Florian Obser
On 2021-12-17 22:12 +01, Denis Fondras wrote: > Here is an attempt to fix ping(8) and traceroute(8) source selection. > > Currently these tools do not obey route sourceaddr set by the operator. This > leads to frustration at best and erroneous diagnosis at worse on multi-homed > systems. I did no