Re: add -k / --keep for gzip(1)

2022-03-05 Thread Theo de Raadt
Todd C. Miller wrote: > On Sun, 06 Mar 2022 02:58:30 +0100, Jeremie Courreges-Anglas wrote: > > > I'm not sure what you mean here. Solene's diff added -k to both > > compress(1) and gzip(1) (and their uncompressor counterparts). > > Adding -k to gzip/gunzip only would indeed make the usage() sl

Re: add -k / --keep for gzip(1)

2022-03-05 Thread Todd C . Miller
On Sun, 06 Mar 2022 02:58:30 +0100, Jeremie Courreges-Anglas wrote: > I'm not sure what you mean here. Solene's diff added -k to both > compress(1) and gzip(1) (and their uncompressor counterparts). > Adding -k to gzip/gunzip only would indeed make the usage() slightly > more complicated. > > So

Re: add -k / --keep for gzip(1)

2022-03-05 Thread Jeremie Courreges-Anglas
On Thu, Mar 03 2022, Todd C. Miller wrote: > On Thu, 03 Mar 2022 15:11:13 +, Miod Vallat wrote: > >> > I think this makes sense if only for better GNU gzip compatibility. >> > OK millert@ >> >> But does the `-k' flag needs to be added to compress(1) too? > > No, it just makes usage() slightly

Re: Mention Smart Battery Data Spec in smbus.h

2022-03-05 Thread patrick keshishian
On Sat, Mar 05, 2022 at 09:37:32PM +1100, Damien Miller wrote: > without commenting on the substance of this change, it should definitely > not be added to the copyright block Good point. I thought adding reference to SMBus spec and mention of ACPI section where SMBus register offsets are sourced

Re: Enthusiast Guy

2022-03-05 Thread Thomas Vetere
Hello, Stefan S gave a presentation on this here: https://youtu.be/W5qhWw07qpU In addition I would get familiar with the coding style of the project: https://man.openbsd.org/style.9 On Sat, Mar 5, 2022, 9:42 AM Shiran wrote: > Hi, as the title suggests, I'm a pretty enthusiast guy and wis

Enthusiast Guy

2022-03-05 Thread Shiran
Hi, as the title suggests, I'm a pretty enthusiast guy and wish to contribute on drivers for arm based devices. Where could I start? Regards, *Shiran*

Re: Mention Smart Battery Data Spec in smbus.h

2022-03-05 Thread Damien Miller
without commenting on the substance of this change, it should definitely not be added to the copyright block On Fri, 4 Mar 2022, patrick keshishian wrote: > Hello, > > I took a wrong turn, and got interested in where the SMBATT_CMD_* > defines were sourced. > > Adding a reference to Smart Batte

Mention Smart Battery Data Spec in smbus.h

2022-03-05 Thread patrick keshishian
Hello, I took a wrong turn, and got interested in where the SMBATT_CMD_* defines were sourced. Adding a reference to Smart Battery Data Spec might save someone else the time searching through ACPI spec, then SMBus spec, to finally arriving at the answer. Is the following diff acceptable? I belie