cvs commit: src/sys/kern sysv_shm.c

Tim J. Robbins tjr at FreeBSD.org
Sat Jun 19 07:46:47 PDT 2004


tjr         2004-06-19 14:46:13 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sysv_shm.c 
  Log:
  When no fixed address is given in a shmat() request, pass a hint address
  to vm_map_find() that is less likely to be outside of addressable memory
  for 32-bit processes: just past the end of the largest possible heap.
  This is the same hint that mmap() uses.
  
  Revision  Changes    Path
  1.92      +5 -2      src/sys/kern/sysv_shm.c


More information about the cvs-all mailing list