Date: Thu, 12 Mar 2009 13:45:55 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src UPDATING src/lib/libc/sys shmctl.2 src/sys/kern sysv_shm.c src/sys/sys param.h shm.h Message-ID: <200903121349.n2CDn1HN096057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-03-12 13:45:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
. UPDATING
lib/libc/sys shmctl.2
sys/kern sysv_shm.c
sys/sys param.h shm.h
Log:
SVN rev 189740 on 2009-03-12 13:45:55Z by kib
MFC r189283:
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.
MFC r189398:
Systematically use vm_size_t to specify the size of the segment for VM KPI.
Do not overload the local variable size in kern_shmat() due to vm_size_t
change.
Fix style bug by adding explicit comparision with 0.
MFC r189399:
Improve the grammar and wording in the changes to shmctl(2) manpage.
Put an UPDATING entry and bump __FreeBSD_version for the change.
Revision Changes Path
1.507.2.21 +13 -0 src/UPDATING
1.18.10.1 +10 -0 src/lib/libc/sys/shmctl.2
1.111.2.1 +15 -11 src/sys/kern/sysv_shm.c
1.308.2.23 +1 -1 src/sys/sys/param.h
1.24.2.1 +1 -0 src/sys/sys/shm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903121349.n2CDn1HN096057>
