Re: [Toybox] [PATCH] file: parse JPEG files enough to pull out their size in pixels.

2024-01-03 Thread scsijon
On 3/1/24 12:23, enh wrote: On Tue, Dec 19, 2023 at 5:51 PM scsijon wrote: On 19/12/23 08:05, toybox-requ...@lists.landley.net wrote: 1. [PATCH] file: parse JPEG files enough to pull out their size in pixels. (enh)

Re: [Toybox] Impact of global struct size

2024-01-03 Thread Patrick Oppenlander
On Thu, Jan 4, 2024 at 4:30 AM Rob Landley wrote: > > I note that I've written over a hundred lines of rant in response to his > previous email already. I should dig back through this and turn it into proper > documentation at some point. (Especially since Elliott knows more of this > stuff >

[Toybox] [PATCH] ip: add missing flags.

2024-01-03 Thread enh via Toybox
(Same as the ifconfig change, but in a separate patch since this is in pending and more likely to have conflicts in landley's tree.) --- toys/pending/ip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) From f23707df3ab74d00296e400797b6bad7cbf75d97 Mon Sep 17 00:00:00 2001 From: Elliott

[Toybox] [PATCH] ifconfig: add missing flags.

2024-01-03 Thread enh via Toybox
I haven't seen these in the wild, but happened to be dealing with the corresponding header file and realized they were missing here. IFF_LOWER_UP and IFF_DORMANT were added in Linux 2.6.17, and IFF_ECHO in Linux 2.6.25. (I haven't done anything about the missing bounds check here, nor trying to

Re: [Toybox] Impact of global struct size

2024-01-03 Thread Rob Landley
I note that I've written over a hundred lines of rant in response to his previous email already. I should dig back through this and turn it into proper documentation at some point. (Especially since Elliott knows more of this stuff than I do so I'm likely to get corrected a lot here...) On 1/2/24