]> git.ipfire.org Git - thirdparty/util-linux.git/commit - meson.build
pipesz: add the pipesz utility
authorNathan Sharp <nwsharp@live.com>
Tue, 12 Apr 2022 04:59:27 +0000 (22:59 -0600)
committerKarel Zak <kzak@redhat.com>
Wed, 18 May 2022 08:35:26 +0000 (10:35 +0200)
commitc221578e4b33abe14aebf5cf844ef87cd9844bae
tree76e571d6f63bb14cd53482d2a7545371630f0c66
parent59d2a5751b50d53142ff5872559c4966706a9be4
pipesz: add the pipesz utility

pipesz is a utility to examine and adjust the size of pipe buffers.

It uses fctnl F_GETPIPE_SZ and F_SETPIPE_SZ to examine and resize
these buffers. This functionality is unique to Linux and was added in
version 2.6.35. Minor bugfixes were made in 4.9, but these do not
obviate the use of pipesz prior to that release.

Signed-off-by: Nathan Sharp <nwsharp@live.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
.gitignore
configure.ac
include/pathnames.h
meson.build
meson_options.txt
misc-utils/Makemodule.am
misc-utils/meson.build
misc-utils/pipesz.c [new file with mode: 0644]