]> granicus.if.org Git - procps-ng/commit
Increase standard I/O buffer a lot to be able to
authorWerner Fink <werner@suse.de>
Fri, 7 Jul 2017 12:09:11 +0000 (14:09 +0200)
committerCraig Small <csmall@enc.com.au>
Wed, 30 Aug 2017 12:39:56 +0000 (22:39 +1000)
commit58ae084c2737cdee395915d45dbcb364648ac615
tree152c8edb97970170c38f5bd78fe03a8635969285
parent03f5e2b7c55c4cd7fd2d4ec07f802635049a8590
Increase standard I/O buffer a lot to be able to

read huge informations at once as otherwise all files below
/proc/sys, not using the seq_file API at the kernel side,
will return EOF on a second read.

Signed-off-by: Werner Fink <werner@suse.de>
sysctl.c