~vcs-imports-ii/gnu-smalltalk/master

  • Committer: Holger Hans Peter Freyther
  • Date: 2024-03-17 01:26:18 UTC
  • Revision ID: git-v1:bf3fd4b501c71efa86d7f91d5127cab621245a8d
mem: macos on arm64 does not allow write (and read) on executable pages

On macos with apple silicon mmap with PROT_EXEC|PROT_WRITE will fail.
This caused the heap code to fail. We do not expect to execute any of
these pages. So let's remove this bit.

The jit code will require some more changes to support RW^X on hardened
systems.

The change is enough to make basics of gst run on macos/arm64.
Filename Latest Rev Last Changed Committer Comment Size
..
doc 5 20 years ago Paolo Bonzini initial import for gst 2.2 betas git-archimport-i Diff
snprintfv 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org Diff
tests 5 20 years ago Paolo Bonzini initial import for gst 2.2 betas git-archimport-i Diff
AUTHORS 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 312 bytes Diff Download File
ChangeLog 1595 14 years ago Paolo Bonzini fix cut-and-paste mistake breaking --enable-debug 10.2 KB Diff Download File
File commit 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 6.5 KB Diff Download File
configure.ac 1887.1.1 11 years ago Holger Hans Peter Freyther misc: Enable silent rules of automake 2013-01-27 11.4 KB Diff Download File
COPYING 44 16 years ago Paolo Bonzini update FSF address git-archimport-id: bonzini@gnu 17.5 KB Diff Download File
COPYING.DOC 44 16 years ago Paolo Bonzini update FSF address git-archimport-id: bonzini@gnu 17.6 KB Diff Download File
File gendoc.awk 45 16 years ago Paolo Bonzini more updates to the FSF address git-archimport-id 27.3 KB Diff Download File
File genproto 80 16 years ago Paolo Bonzini fix genproto to support files without a path git- 2.9 KB Diff Download File
ltmain.sh 45 16 years ago Paolo Bonzini more updates to the FSF address git-archimport-id 135 KB Diff Download File
Makefile.am 1719.3.102 12 years ago Paolo Bonzini svnprintf: modernize and improve its build system 1.4 KB Diff Download File
NEWS 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 938 bytes Diff Download File
README 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 1.2 KB Diff Download File
snprintfv.m4 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 3.5 KB Diff Download File
THANKS 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 482 bytes Diff Download File
TODO 1 20 years ago Paolo Bonzini initial import git-archimport-id: bonzini@gnu.org 877 bytes Diff Download File