athn auto media type (Was: Re: Explicit NULL assignment after free)

2023-01-01 Thread Ali Farzanrad
Stefan Sperling wrote: > On Sun, Jan 01, 2023 at 09:00:30PM +, Ali Farzanrad wrote: > > Hi Stefan, > > > > Stefan Sperling wrote: > > > On Sun, Jan 01, 2023 at 05:00:35PM +, Ali Farzanrad wrote: > > > > Hi tech@, > > > > > > > > Happy new year! > > > > I have some weird problems with my

Re: Explicit NULL assignment after free

2023-01-01 Thread Stefan Sperling
On Sun, Jan 01, 2023 at 09:00:30PM +, Ali Farzanrad wrote: > Hi Stefan, > > Stefan Sperling wrote: > > On Sun, Jan 01, 2023 at 05:00:35PM +, Ali Farzanrad wrote: > > > Hi tech@, > > > > > > Happy new year! > > > I have some weird problems with my athn interface which drives me crazy. > >

Re: Explicit NULL assignment after free

2023-01-01 Thread Ali Farzanrad
Hi Stefan, Stefan Sperling wrote: > On Sun, Jan 01, 2023 at 05:00:35PM +, Ali Farzanrad wrote: > > Hi tech@, > > > > Happy new year! > > I have some weird problems with my athn interface which drives me crazy. > > > > 1. Whenever I configure my athn as `media auto' for the first time it > >

Re: Explicit NULL assignment after free

2023-01-01 Thread Stefan Sperling
On Sun, Jan 01, 2023 at 05:00:35PM +, Ali Farzanrad wrote: > Hi tech@, > > Happy new year! > I have some weird problems with my athn interface which drives me crazy. > > 1. Whenever I configure my athn as `media auto' for the first time it > correctly detects correct media subclass, but as so

Explicit NULL assignment after free

2023-01-01 Thread Ali Farzanrad
Hi tech@, Happy new year! I have some weird problems with my athn interface which drives me crazy. 1. Whenever I configure my athn as `media auto' for the first time it correctly detects correct media subclass, but as soon as I select exact same media subclass manually, it diverts to DS1 media su

Re: [PATCH] Correctly (per POSIX) round up df usage percentage

2023-01-01 Thread Todd C . Miller
On Mon, 29 Aug 2022 13:51:13 +0200, =?utf-8?B?0L3QsNCx?= wrote: > In that case, how about this scissor-patch? > It has the added benefit of removing the existing floating-point usage. That version looks good to me, committed. - todd

Re: Making wscons a bit more like xterm

2023-01-01 Thread Nicholas Marriott
Hi It is a good idea to make wscons more like xterm, at least so far as setting TERM to xterm will not cause major problems for most programs. Hardly anything uses blinking and the lack of it will bother nobody so TBH I wouldn't worry too much about it. Your diff looks good to me, although it wo

Re: ssh: progress meter: prefer setitimer(2) to alarm(3)

2023-01-01 Thread Theo de Raadt
Scott Cheloha wrote: > On Sat, Dec 31, 2022 at 07:05:20PM +0100, Mark Kettenis wrote: > > > Date: Sat, 31 Dec 2022 10:33:26 -0500 > > > From: Scott Cheloha > > > > > > Here's another one. > > > > > > The progress meter in scp(1) and sftp(1) updates periodically, once > > > per second. But usi

Re: ssh: progress meter: prefer setitimer(2) to alarm(3)

2023-01-01 Thread Theo de Raadt
Joerg Sonnenberger wrote: > On Sat, Dec 31, 2022 at 04:16:18PM -0500, Scott Cheloha wrote: > > Even Windows went with Linux: WSL2 has Linux syscall compatibility, > > WSL2 is running a Linux kernel under HyperV. WSL1 is the system call > translation layer. Your reply is irrelevant to the point