Re: [PATCH] Re: bug in busybox awk handling of empty fields

2023-12-31 Thread Denys Vlasenko
Applied, thank you! On Fri, Dec 22, 2023 at 4:18 PM M Rubon wrote: > > I wanted to resend this, tagging that there is a one-line patch included > > diff --git a/editors/awk.c b/editors/awk.c > index bc95c4155..60b8276e7 100644 > --- a/editors/awk.c > +++ b/editors/awk.c > @@ -1983,3 +1983,3 @@

Re: [PATCH] time: fix max resident set size unit

2023-12-31 Thread Denys Vlasenko
Applied, thank you. Looks like ALL memory fields are in kbytes, so ptok() is wrong everywhere. I'm commenting it out. On Wed, Dec 20, 2023 at 12:30 PM Natanael Copa wrote: > > The ru_maxrss is already in Kbytes and not pages. > > function old new