]> 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>
Sat, 19 Aug 2017 23:22:41 +0000 (09:22 +1000)
commit8af3db927439a43e428d51dcf71a72e1604b0cf7
treea3f7aaf10010cc61f577bd8f0b73694cf38c38cb
parente6e228e7f4ce674a3017dda80ab196022a4046a4
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