[PATCH] free: include SReclaimable in cached value

2019-06-10 Thread Lukas Rusak
I noticed that the 'used' values from busybox free and procps-ng free differed so I looked into why. It turns out that procps-ng uses the "SReclaimable" value as part of the cached value. This was changed in procps-ng commit 05d751c4f076a2f0118b914c5e51cfbb4762ad8e --- procps/free.c | 22

Re: [PATCH] tftp: introduce CONFIG_FEATURE_TFTP_UMASK

2019-06-10 Thread Markus Gothe
I think you answer yourself there if I get it right, in media res, your hack works without it. It is neither a standard behavior not something that cannot be fixed the most obviously way to fix it; the filesystem. There are from many perspectives nothing that justify the end here. However it

Re: [PATCH] tftp: introduce CONFIG_FEATURE_TFTP_UMASK

2019-06-10 Thread Markus Mayer
On Sun, 9 Jun 2019 at 00:54, Denys Vlasenko wrote: > > Imagining myself in the situation where I need to download > executables over tftp, the first solution which comes to mind > is to just chmod them after download. > > Why that does not work for you? I am working on a reference root file

[PATCH] dhcpc.c: Added support for relay server parameter.

2019-06-10 Thread Martin Lewis
Resolved a TODO by adding support for gateway_nip parameter. Signed-off-by: Martin Lewis --- networking/udhcp/dhcpc.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index 739870b..acd80f9 100644 ---