]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ipcs: determine ipc limits from /proc
authorSami Kerola <kerolasa@iki.fi>
Sun, 21 Oct 2012 16:40:28 +0000 (17:40 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 23 Nov 2012 13:58:21 +0000 (14:58 +0100)
commite5995acda2d3d55ba4d926741ddd789c9776f1e7
treed1866f90239ef20e2afbf1aef18e6f92ce4b8c2d
parent37a5c7ee418d9684e3e444934b98a7474a898b3b
ipcs: determine ipc limits from /proc

Some of the limit values are not dynamic.  Like in kernel these values
are #defined.

[kzak@redhat.com: - use better names for functions,
                  - add ipcutils.{c,h}
                  - read also shmmax from /proc]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
include/pathnames.h
sys-utils/Makemodule.am
sys-utils/ipcs.c
sys-utils/ipcutils.c [new file with mode: 0644]
sys-utils/ipcutils.h [new file with mode: 0644]