freebsd-dev/usr.bin/ipcs
Konstantin Belousov 65067cc8b0 Correct types of variables used to track amount of allocated SysV shared
memory from int to size_t. Implement a workaround for current ABI not
allowing to properly save size for and report more then 2Gb sized segment
of shared memory.

This makes it possible to use > 2 Gb shared memory segments on 64bit
architectures. Please note the new BUGS section in shmctl(2) and
UPDATING note for limitations of this temporal solution.

Reviewed by:	csjp
Tested by:	Nikolay Dzham <i levsha org ua>
MFC after:	2 weeks
2009-03-02 18:53:30 +00:00
..
ipc.c Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00
ipc.h Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00
ipcs.1
ipcs.c Correct types of variables used to track amount of allocated SysV shared 2009-03-02 18:53:30 +00:00
Makefile Add the ability to clean up all shared memory segments which are 2007-12-25 00:52:24 +00:00