1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/mps/code
Gareth Rees 0b682800bc Handle errors from mmap and mprotect due to apple hardened runtime.
On Apple Silicon, when Hardened Runtime is in force and the
application lacks the "Allow Unsigned Executable Memory Entitlement",
mmap and mprotect return EACCES when an attempt is made to create or
modify memory so that it is simultaneously writable and executable.

This commit handles these cases by retrying the operation without the
PROT_EXEC flag, and setting global variables so that future operations
omit the flag.
2023-01-06 18:31:54 +00:00
..
mps.xcodeproj Remove mps_arena_expose, deprecated since release 1.111.0 2020-09-24 09:35:47 +01:00
w3mv Swap .gitignore and .p4ignore. 2022-01-11 14:34:05 +00:00
.p4ignore Swap .gitignore and .p4ignore. 2022-01-11 14:34:05 +00:00
.renamed-gitignore Swap .gitignore and .p4ignore. 2022-01-11 14:34:05 +00:00
abq.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
abq.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
abqtest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
airtest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
amcss.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
amcsshe.c Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
amcssth.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
amsss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
amssshe.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
anangc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
ananll.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
ananmv.nmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
apss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
arena.c Represent the spare memory as a land. 2022-01-17 20:19:07 +00:00
arenacl.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
arenacv.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
arenavm.c Handle partial allocation failure by marking allocated pages spare and purging, as suggested by rb in review. 2022-01-17 20:19:08 +00:00
arg.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
arg.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
awlut.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
awluthe.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
awlutth.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
boot.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
boot.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
bt.c Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
bt.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
btcv.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
bttest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
buffer.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
cbs.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
cbs.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
check.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
clock.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
comm.gmk Remove mps_arena_expose, deprecated since release 1.111.0 2020-09-24 09:35:47 +01:00
commpost.nmk Remove mps_arena_expose, deprecated since release 1.111.0 2020-09-24 09:35:47 +01:00
commpre.nmk Remove mps_arena_expose, deprecated since release 1.111.0 2020-09-24 09:35:47 +01:00
config.h Handle errors from mmap and mprotect due to apple hardened runtime. 2023-01-06 18:31:54 +00:00
dbgpool.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
dbgpool.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
dbgpooli.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
djbench.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
event.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
event.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
eventcnv.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
eventcom.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
eventdef.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
eventpy.c New platform xca6ll (macos, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
eventsql.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
eventtxt.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
failover.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
failover.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
finalcv.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
finaltest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtdy.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtdy.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtdytst.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtdytst.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmthe.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmthe.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtno.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtno.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtscheme.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fmtscheme.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
forktest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
format.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
fotest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
freelist.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
freelist.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
fri3gc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
fri3ll.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
fri6gc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
fri6ll.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
gc.gmk Document the reason for enabling so many warnings. 2021-01-10 21:26:58 +00:00
gcbench.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
getopt.h Detabifying code and restructuredtext files. 2016-02-18 19:58:13 +00:00
getoptl.c Detabifying code and restructuredtext files. 2016-02-18 19:58:13 +00:00
global.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
gp.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
land.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
landtest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
ld.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lia6gc.gmk New platform lia6gc (linux, arm64, gcc). 2021-06-03 21:58:04 +01:00
lia6ll.gmk New platform lia6ll (linux, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
lii3gc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
lii6gc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
lii6ll.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
ll.gmk New platform lia6ll (linux, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
locbwcss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lock.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lockan.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lockcov.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lockix.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lockut.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
lockw3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
locus.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
locus.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
locusss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
locv.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
message.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
messtest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
meter.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
meter.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
misc.h Apply suggestions from code review 2021-01-19 22:05:43 +00:00
mpm.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpm.h Represent the spare memory as a land. 2022-01-17 20:19:07 +00:00
mpmss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpmst.h New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
mpmtypes.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mps.c New platform lia6gc (linux, arm64, gcc). 2021-06-03 21:58:04 +01:00
mps.h New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
mpsacl.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpsavm.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscamc.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscams.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscawl.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpsclo.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscmfs.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscmv2.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscmvff.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscmvt.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpscsnc.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpsi.c Remove mps_telemetry_control, deprecated since release 1.111.0. 2020-09-29 11:15:45 +01:00
mpsicv.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
mpsio.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpsioan.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpsiw3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpslib.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpsliban.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mpstd.h New platform lia6gc (linux, arm64, gcc). 2021-06-03 21:58:04 +01:00
mpswin.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
mv.nmk Document the reason for enabling so many warnings. 2021-01-10 21:26:58 +00:00
mv2test.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
nailboard.c Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
nailboard.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
nailboardtest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
pc.nmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
policy.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
pool.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
poolabs.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolamc.c Indirect formatted scanning through the scanstate. 2022-01-17 17:12:58 +00:00
poolams.c Indirect formatted scanning through the scanstate. 2022-01-17 17:12:58 +00:00
poolams.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolawl.c Indirect formatted scanning through the scanstate. 2022-01-17 17:12:58 +00:00
poollo.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
poolmfs.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolmfs.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolmrg.c Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
poolmrg.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolmv2.c Spell out "analysis" in full. 2020-09-01 13:54:31 +01:00
poolmv2.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolmvff.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
poolmvff.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
pooln.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
pooln.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolncv.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
poolsnc.c Indirect formatted scanning through the scanstate. 2022-01-17 17:12:58 +00:00
prmc.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcan.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcanan.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcfri3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcfri6.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmci3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmci3.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmci6.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmci6.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcix.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcix.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmclia6.c New platform lia6ll (linux, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
prmclii3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmclii6.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcw3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcw3.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcw3i3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcw3i6.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcxc.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcxc.h New platform xca6ll (macos, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
prmcxca6.c New platform xca6ll (macos, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
prmcxci3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prmcxci6.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
prot.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
protan.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
protix.c Handle errors from mmap and mprotect due to apple hardened runtime. 2023-01-06 18:31:54 +00:00
protocol.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
protocol.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
protsgix.c Save and restore errno in signal handlers. 2020-09-02 19:59:23 +01:00
protw3.c Save and restore getlasterror() on windows. 2021-03-13 22:14:48 +01:00
protxc.c New platform xca6ll (macos, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
protxc.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
pthrdext.c Save and restore errno in signal handlers. 2020-09-02 19:59:23 +01:00
pthrdext.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
qs.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
range.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
range.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
rangetree.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
rangetree.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
ref.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
ring.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
ring.h Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
root.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
sa.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
sa.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
sac.c Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
sac.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
sacss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
scan.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
seg.c Indirect formatted scanning through the scanstate. 2022-01-17 17:12:58 +00:00
segsmss.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
shield.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
sncss.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
sp.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
span.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
splay.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
splay.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
spw3i3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
spw3i6.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
ss.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
ss.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
steptest.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
table.c Ensure that the mps builds with clang 10. 2021-01-10 10:42:05 +00:00
table.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
tagtest.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
teletest.c Remove mps_telemetry_control, deprecated since release 1.111.0. 2020-09-29 11:15:45 +01:00
testlib.c Improve maintainability of complex loops. 2021-01-16 17:06:07 +00:00
testlib.h New platform xca6ll (macos, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
testthr.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
testthrix.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
testthrw3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
th.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
than.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
thix.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
thw3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
thxc.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
trace.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
traceanc.c Remove mps_arena_expose, deprecated since release 1.111.0 2020-09-24 09:35:47 +01:00
tract.c Eliminate pagestate and pagepoolunion: spare pages are now represented by the spare page land, and free/allocated pages can be distinguished using the pool pointer. 2022-01-17 20:19:08 +00:00
tract.h Eliminate pagestate and pagepoolunion: spare pages are now represented by the spare page land, and free/allocated pages can be distinguished using the pool pointer. 2022-01-17 20:19:08 +00:00
tree.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
tree.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
version.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
vm.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
vm.h Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
vman.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
vmix.c Handle errors from mmap and mprotect due to apple hardened runtime. 2023-01-06 18:31:54 +00:00
vmw3.c Fix indentation of second clause of license. 2020-08-30 10:13:06 +01:00
w3i3mv.nmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
w3i3pc.nmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
w3i6mv.nmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
w3i6pc.nmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
walk.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
walkt0.c New api function mps_pool_walk. 2022-01-17 17:39:18 +00:00
xca6ll.gmk New platform xca6ll (macos, arm64, clang/llvm). 2021-06-03 21:58:04 +01:00
xci3gc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
xci3ll.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
xci6gc.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
xci6ll.gmk Use https: instead of http: when linking to the ravenbrook web site. 2020-08-30 10:13:03 +01:00
zcoll.c Remove mps_tramp, deprecated since release 1.111.0. 2020-09-24 09:30:33 +01:00
zmess.c Avoid compilation error from clang 13.1. 2022-08-21 08:25:50 +01:00