Re: [PATCH] less: implement -F

2018-04-15 Thread Denys Vlasenko
Applied, thanks On Sun, Apr 15, 2018 at 12:24 AM, Aaro Koskinen wrote: > Implement -F option: Exit if entire file fits on first screen. > > Signed-off-by: Aaro Koskinen > --- > miscutils/less.c | 20 +--- > 1 file changed, 13 insertions(+), 7 deletions(-) > > diff --git a/miscut

[PATCH] - deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21

2018-04-15 Thread Codarren Velvindron
commit d114c7146341622517644da70c85e837fd45d5eb Author: Codarren Velvindron Date: Sun Apr 15 20:29:21 2018 +0400 Update QoS markers Use DSCP AF21 for interactive traffic. DSCP is defined in RFC2474. Many modern equipment no longer support IPTOS. diff --git a/networking/ntpd.c b/networ

Re: [PATCH v2] tar: regression with hardlinked symlinks

2018-04-15 Thread Harald van Dijk
ping FWIW, this problem actually came up with an archive containing a fsroot including a busybox installation again, but this time, the archive was created after a deduplication step had hardlinked identical files and symlinks. On 4/1/18 1:37 PM, Harald van Dijk wrote: When the creation of s

[REGRESSION] busybox less output messed up

2018-04-15 Thread Aaro Koskinen
Hi, Busybox less output gets messed up if the input is delayed. E.g. on busybox source tree: (sleep 10; ls) | ./busybox less produces the following on my Xterm: [...] ~ LICENSE ~ Makefile ~ Makefile.cu