Re: ifconfig: print tpmr(4) members

2020-08-04 Thread David Gwynne
> On 31 Jul 2020, at 17:17, Klemens Nanni wrote: > > This diff is to be applied on top of my other diff on tech@ with subject > "ifconfig: merge switch_status() into bridge_status()". > > It hooks completes the output of tpmr intefaces in what I think is the > simplest and least intrusive

Re: switch: allow datapath_id and maxflow ioctls for non-root

2020-08-04 Thread David Gwynne
> On 31 Jul 2020, at 14:28, Klemens Nanni wrote: > > ifconfig(8) detects switch(4) through its unique SIOCSWSDPID ioctl and > further does another switch specific ioctl for the default output > regardless of configuration and/or members: > > SIOCSWSDPID struct ifbrparam >

Re: ifconfig: merge switch_status() into bridge_status()

2020-08-04 Thread David Gwynne
> On 31 Jul 2020, at 16:36, Klemens Nanni wrote: > > On Wed, Jul 29, 2020 at 02:21:42PM +0200, Klemens Nanni wrote: >> This is to reduce duplicate code and pave the way for a single >> bridge_status() that covers all bridge like interfaces: bridge(4), >> switch(4) and tpmr(4). > A duplicate

Re: additions to unit(1)

2020-08-04 Thread Tracey Emery
On August 4, 2020 1:38:43 PM MDT, Tracey Emery wrote: >On August 4, 2020 1:24:18 PM MDT, Florian Obser >wrote: >>Because of reasons I recently had to carry a lot of garbage around for >>the municipality to pick up. They would only pickup 2 cubic meters in >>one sitting so I had to check how much

Re: additions to unit(1)

2020-08-04 Thread Tracey Emery
On August 4, 2020 1:24:18 PM MDT, Florian Obser wrote: >Because of reasons I recently had to carry a lot of garbage around for >the municipality to pick up. They would only pickup 2 cubic meters in >one sitting so I had to check how much I had. Turned out to be 0.9 m^3. > >Of course inquisitive

additions to unit(1)

2020-08-04 Thread Florian Obser
Because of reasons I recently had to carry a lot of garbage around for the municipality to pick up. They would only pickup 2 cubic meters in one sitting so I had to check how much I had. Turned out to be 0.9 m^3. Of course inquisitive minds wanted to know how much that is in buttloads, to my

Re: wsfontload(8): restore working default height/width values

2020-08-04 Thread Frederic Cambus
On Tue, Jul 21, 2020 at 12:44:57PM +0200, Frederic Cambus wrote: > Currently, wsfontload(8) hardcodes the default height and width values > for the font to be loaded as 12x22 when using framebuffer consoles, and > as 8x16 when in text mode. The 12x22 value wasn't correct in case we > felt back to

Re: Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on tty*cfg

2020-08-04 Thread Frederic Cambus
On Mon, Jul 20, 2020 at 04:36:46PM +0200, Frederic Cambus wrote: > Here is a diff to allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the > tty*cfg device, passing it back to tty*0. > > I need this to restore working defaults in wsfontload(8). > > Comments? OK? > > Index:

lex: reset yy_at_bol in yyless() if yyleng is non-zero.

2020-08-04 Thread Todd C . Miller
Fixes a bug where calling yyless() to unput all the chars before a newline would not reset the beginning of line marker. Otherwise, flex won't match rules that start with a caret (^) after calling yyless() in thise case. AT lex behaves correctly. Upstream PR:

Re: NET_LOCK and trunk detach

2020-08-04 Thread Sven F.
On Tue, Jul 28, 2020 at 5:27 PM Vitaliy Makkoveev wrote: > > > > > On 29 Jul 2020, at 00:09, sven falempin wrote: > > > > On Tue, Jul 28, 2020 at 4:42 PM Vitaliy Makkoveev wrote: > >> > >> On Tue, Jul 28, 2020 at 04:10:01PM -0400, sven falempin wrote: > >>> Hello, > >>> > >>> I am running some

Re: pipex(4): kill pipexintr()

2020-08-04 Thread Vitaliy Makkoveev
On Tue, Aug 04, 2020 at 01:53:55PM +0900, YASUOKA Masahiko wrote: > On Mon, 3 Aug 2020 23:36:09 +0300 > Vitaliy Makkoveev wrote: > > On Tue, Aug 04, 2020 at 01:26:14AM +0900, YASUOKA Masahiko wrote: > >> Comments? > > > > You introduce `cookie' as > > > > cookie = session->protocol << 16 |

Re: [PATCH] pipex(4): rework PPP input

2020-08-04 Thread YASUOKA Masahiko
Sorry for delayed reply. On Wed, 27 May 2020 01:29:36 +0300 Sergey Ryazanov wrote: > On Tue, May 26, 2020 at 12:07 PM Vitaliy Makkoveev > wrote: >>> On 25 May 2020, at 22:04, Sergey Ryazanov wrote: >>> On Sat, May 23, 2020 at 3:07 PM Vitaliy Makkoveev >>> wrote: For example, each pipex