Re: [PATCH] add ping(1)-like stats to tcpbench(1)

2020-05-03 Thread Iain R. Learmonth
Hi, On 02/05/2020 12:41, richard.n.proc...@gmail.com wrote: >> More assumptions are implied here. How do I measure a 2400 bps link >> with this >> report? The precision is lost in "%.3Lf". > I highly doubt anyone needs to benchmark a 2400 bps link. The display is > in any case precise to 1000

Re: pipex(4) man page fix

2020-04-02 Thread Iain R. Learmonth
Hi, On 02/04/2020 12:47, Vitaliy Makkoveev wrote: > +.Xr pppax 4 , I guess you meant pppac here. Thanks, Iain.

Re: ifTypes, if_data->if_type, conflicts and too small

2019-10-18 Thread Iain R. Learmonth
Hi, On 18/10/2019 17:19, Theo de Raadt wrote: >> 3. Track down all the places that this might be used, and make sure they >> are also changed to handle a u_int32_t. > > Gigantic ABI breakage. > > Hope you have fun upgrading bsd, ifconfig, and other tools through that > change. Yeah, I didn't

ifTypes, if_data->if_type, conflicts and too small

2019-10-18 Thread Iain R. Learmonth
Hi, For context: I'm currently working on a patch set for OpenBSD that adds support for AX.25 network interfaces. Constants for interface types are defined in based on the IANA registry for ifTypes maintained as: https://www.iana.org/assignments/ianaiftype-mib As the bottom of this file, we

pstat(8): display text for msts/endrun line disciplines

2019-10-09 Thread Iain R. Learmonth
ping. pstat(8) will display text description for the nmea line discipline, but not for msts/endrun. This patch adds support for displaying text for msts and endrun line disciplines in the output of pstat -t. comments? ok? diff --git usr.sbin/pstat/pstat.8 usr.sbin/pstat/pstat.8 index

Re: [patch] pstat(8): display text for msts/endrun line disciplines

2019-10-05 Thread Iain R. Learmonth
Hi, On 06/09/2019 14:24, Iain R. Learmonth wrote with a patch. I'd really like to see this included in 6.6. Thanks, Iain.

[patch] pstat(8): display text for msts/endrun line disciplines

2019-09-06 Thread Iain R. Learmonth
pstat(8) will display text description for the nmea line discipline, but not for msts/endrun. This patch adds support for displaying text for msts and endrun line disciplines in the output of pstat -t. diff --git usr.sbin/pstat/pstat.8 usr.sbin/pstat/pstat.8 index d523b0014..d2631f834 100644 ---

[patch] pstat: print names for msts and endrun line discs

2019-08-31 Thread Iain R. Learmonth
Hi, I've been working on a line discipline for something else and I noticed that the msts and endrun line disciplines are not displayed in pstat. Here attached is a simple patch that fixes the issue. This is also a practice run for me at submitting patches, so please let me know if I'm doing