git: kernel - Fix bug in shmget()
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Oct 28 18:56:02 PDT 2011
commit d7c9bb1882b03eeba45f4b418db2c34cde10c5b4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Oct 28 18:54:01 2011 -0700
kernel - Fix bug in shmget()
* Fix bug in shmget() which was truncating requests >= 4G.
Summary of changes:
sys/kern/sysv_shm.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d7c9bb1882b03eeba45f4b418db2c34cde10c5b4
--
DragonFly BSD source repository
More information about the Commits
mailing list