Re: Patch to add support for RFC2324 (HTCPCP)

2021-11-28 Thread Kang-Che Sung
On Mon, Nov 29, 2021 at 5:16 AM Peter Willis wrote: > > Hi busybox devs, It's been a long time! About 17 years since my last > submission :-) > > I was just trying to make some coffee with busybox, and I noticed it doesn't > support RFC 2324 (Hyper Text Coffee Pot Control Protocol). Attached is

Patch to add support for RFC2324 (HTCPCP)

2021-11-28 Thread Peter Willis
Hi busybox devs, It's been a long time! About 17 years since my last submission :-) I was just trying to make some coffee with busybox, and I noticed it doesn't support RFC 2324 (Hyper Text Coffee Pot Control Protocol). Attached is a patch that adds support for the standard. Although I should

RE: return type demotion remarks

2021-11-28 Thread David Laight
From: Bernhard Reutner-Fischer > Sent: 28 November 2021 19:37 > > On Sun, 28 Nov 2021 18:00:31 + > David Laight wrote: > > > From: Bernhard Reutner-Fischer > > > Sent: 27 November 2021 20:57 > > > > > > Hi! > > > > > > I'm attaching a color log of some spots that may benefit of using > > >

RE: return type demotion remarks

2021-11-28 Thread David Laight
From: Bernhard Reutner-Fischer > Sent: 27 November 2021 20:57 > > Hi! > > I'm attaching a color log of some spots that may benefit of using > narrower return types; See "could return". My mailer won't expand a .gz file . However making function arguments and return values smaller than a

[PATCH] find: implement -samefile

2021-11-28 Thread Aaro Koskinen
Implement -samefile. Signed-off-by: Aaro Koskinen --- findutils/find.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/findutils/find.c b/findutils/find.c index fdc5c152d..87fd5b9bc 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -155,6 +155,13