cvs commit: src/sys/amd64/linux32 linux32_machdep.c

Alexander Leidinger netchild at FreeBSD.org
Sat Jan 6 07:58:34 PST 2007


netchild    2007-01-06 15:58:34 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux32_machdep.c 
  Log:
  MFi386 rev 1.56:
  Bring the linux mmap code more into line with how linux (2.4.x) behaves.
  
  Tested by:      Scot Hetzel <swhetzel at gmail.com> on amd64 without PROT_EXEC
  
  Additionally to the i386 version always use PROT_EXEC in the mapping like the
  previous version of the amd64 code did. We need to examinate this further to
  decide what the right thing to do is. For now this fixes several problems in
  the LTP test runs and should behave regarding PROT_EXEC like before.
  
  Revision  Changes    Path
  1.24      +46 -6     src/sys/amd64/linux32/linux32_machdep.c


More information about the cvs-all mailing list