| .. |
|
mps.xcodeproj
|
Adding a rash configuration to xcode builds.
|
2014-01-25 15:25:52 +00:00 |
|
w3mv
|
|
|
|
.gdbinit
|
|
|
|
.p4ignore
|
Ignoring a.out (default output from cc).
|
2014-01-25 15:24:28 +00:00 |
|
abq.c
|
Make improvements (mostly to comments) based on reviews:
|
2014-01-10 18:18:06 +00:00 |
|
abq.h
|
Change result type of abqpush, abqpop and abqpeek to bool.
|
2014-01-10 18:44:46 +00:00 |
|
abqtest.c
|
Make improvements (mostly to comments) based on reviews:
|
2014-01-10 18:18:06 +00:00 |
|
amcss.c
|
|
|
|
amcsshe.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
amcssth.c
|
|
|
|
amsss.c
|
Avoid warnings when compiling with -wwrite-strings:
|
2013-10-01 10:52:45 +01:00 |
|
amssshe.c
|
|
|
|
apss.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
arena.c
|
Changes from review comments made in <https://info.ravenbrook.com/mail/2014/01/31/13-40-25/0/>.
|
2014-01-31 15:21:21 +00:00 |
|
arenacl.c
|
|
|
|
arenacv.c
|
iterating over segments using the pool and segment rings, rather than scanning the tract table, which may be full of irrelevant tracts, especially when non-gc pools are large. see <https://info.ravenbrook.com/mail/2014/01/25/12-16-09/0/>.
|
2014-01-25 15:33:10 +00:00 |
|
arenavm.c
|
Encoding the page state in the bottom two bits of the first field, rather than using up a whole word, in order to make room for a free list pointer.
|
2014-02-11 13:41:57 +00:00 |
|
arg.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
arg.h
|
|
|
|
awlut.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
awluthe.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
awlutth.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
boot.c
|
|
|
|
boot.h
|
|
|
|
bt.c
|
Add comments and assertions to make it clearer how btfindresrange and btfindresrangehigh work. in particular, explain why the possible unsigned integer underflow in btfindresrangehigh is safe.
|
2013-10-30 15:53:19 +00:00 |
|
bt.h
|
|
|
|
btcv.c
|
|
|
|
bttest.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
buffer.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
cbs.c
|
|
|
|
cbs.h
|
|
|
|
chain.h
|
|
|
|
check.h
|
Improve wording of comment.
|
2013-10-04 11:50:19 +01:00 |
|
clock.h
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
comm.gmk
|
Raise an error if variety is something other than rash, hot, or cool.
|
2013-10-01 10:53:09 +01:00 |
|
commpost.nmk
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
commpre.nmk
|
|
|
|
config.h
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
dbgpool.c
|
|
|
|
dbgpool.h
|
|
|
|
dbgpooli.c
|
|
|
|
djbench.c
|
Inclusion order mysteriously prevents profiling under xcode.
|
2014-01-24 16:00:49 +00:00 |
|
event.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
event.h
|
|
|
|
eventcnv.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
eventcom.h
|
|
|
|
eventdef.h
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
eventrep.c
|
|
|
|
eventrep.h
|
|
|
|
eventsql.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
eventtxt.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
exposet0.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
expt825.c
|
|
|
|
fbmtest.c
|
|
|
|
finalcv.c
|
|
|
|
finaltest.c
|
|
|
|
fmtdy.c
|
|
|
|
fmtdy.h
|
|
|
|
fmtdytst.c
|
|
|
|
fmtdytst.h
|
|
|
|
fmthe.c
|
|
|
|
fmthe.h
|
|
|
|
fmtno.c
|
|
|
|
fmtno.h
|
|
|
|
format.c
|
|
|
|
fotest.c
|
Put testsetsize back to its original value of 200, so that randomsizealigned does not invoke undefined behaviour by right-shifting by more than the word width.
|
2013-10-31 09:39:09 +00:00 |
|
freelist.c
|
|
|
|
freelist.h
|
|
|
|
fri3gc.gmk
|
|
|
|
fri6gc.gmk
|
|
|
|
gc.gmk
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
global.c
|
Improve documentation of thread- and exception-safety precautions.
|
2013-11-04 15:14:47 +00:00 |
|
gp.gmk
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
ld.c
|
|
|
|
lii3gc.gmk
|
|
|
|
lii6gc.gmk
|
|
|
|
lii6ll.gmk
|
|
|
|
ll.gmk
|
|
|
|
lo.h
|
|
|
|
locbwcss.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
lock.h
|
|
|
|
lockan.c
|
|
|
|
lockcov.c
|
|
|
|
lockix.c
|
|
|
|
lockli.c
|
|
|
|
lockutw3.c
|
|
|
|
lockw3.c
|
|
|
|
locus.c
|
|
|
|
locusss.c
|
|
|
|
locv.c
|
|
|
|
message.c
|
|
|
|
messtest.c
|
|
|
|
meter.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
meter.h
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
misc.h
|
|
|
|
mpm.c
|
|
|
|
mpm.h
|
Changes from review comments made in <https://info.ravenbrook.com/mail/2014/01/31/13-40-25/0/>.
|
2014-01-31 15:21:21 +00:00 |
|
mpmss.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
mpmst.h
|
Changes from review comments made in <https://info.ravenbrook.com/mail/2014/01/31/13-40-25/0/>.
|
2014-01-31 15:21:21 +00:00 |
|
mpmtypes.h
|
Changes from review comments made in <https://info.ravenbrook.com/mail/2014/01/31/13-40-25/0/>.
|
2014-01-31 15:21:21 +00:00 |
|
mps.c
|
Rename spi3.c to spw3i3mv.c as it is windows- and microsoft- specific.
|
2014-01-10 20:51:13 +00:00 |
|
mps.h
|
Fix broken mps_key_pool_debug_options keyword argument.
|
2013-10-04 11:05:56 +01:00 |
|
mpsacl.h
|
|
|
|
mpsavm.h
|
|
|
|
mpscamc.h
|
|
|
|
mpscams.h
|
|
|
|
mpscawl.h
|
|
|
|
mpsclo.h
|
|
|
|
mpscmfs.h
|
|
|
|
mpscmv.h
|
|
|
|
mpscmv2.h
|
|
|
|
mpscmvff.h
|
|
|
|
mpscmvt.h
|
|
|
|
mpscsnc.h
|
|
|
|
mpsi.c
|
|
|
|
mpsicv.c
|
|
|
|
mpsio.h
|
|
|
|
mpsioan.c
|
Remove obsolete file osxc.h.
|
2014-01-12 21:57:54 +00:00 |
|
mpsiw3.c
|
|
|
|
mpslib.h
|
|
|
|
mpsliban.c
|
Remove obsolete file osxc.h.
|
2014-01-12 21:57:54 +00:00 |
|
mpstd.h
|
|
|
|
mpsw3.h
|
|
|
|
mpswin.h
|
|
|
|
mv2test.c
|
|
|
|
pool.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
poolabs.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
poolamc.c
|
Clarify decision to preserve/reclaim in amcreclaimnailed, avoiding ternary operator inside the if condition.
|
2014-01-12 11:21:21 +00:00 |
|
poolams.c
|
Make keyword mps_key_ams_support_ambiguous optional, with default value false. update documentation accordingly.
|
2013-10-02 15:14:57 +01:00 |
|
poolams.h
|
|
|
|
poolamsi.c
|
|
|
|
poolawl.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
poollo.c
|
|
|
|
poolmfs.c
|
|
|
|
poolmfs.h
|
|
|
|
poolmrg.c
|
|
|
|
poolmrg.h
|
|
|
|
poolmv.c
|
|
|
|
poolmv.h
|
|
|
|
poolmv2.c
|
Merge branch/2013-05-17/emergency into the master sources.
|
2014-01-10 18:52:08 +00:00 |
|
poolmv2.h
|
|
|
|
poolmvff.c
|
iterating over segments using the pool and segment rings, rather than scanning the tract table, which may be full of irrelevant tracts, especially when non-gc pools are large. see <https://info.ravenbrook.com/mail/2014/01/25/12-16-09/0/>.
|
2014-01-25 15:33:10 +00:00 |
|
pooln.c
|
|
|
|
pooln.h
|
|
|
|
poolncv.c
|
|
|
|
poolsnc.c
|
|
|
|
prmcan.c
|
|
|
|
prmci3.h
|
|
|
|
prmci3fr.c
|
|
|
|
prmci3li.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
prmci3w3.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
prmci3xc.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
prmci6.h
|
|
|
|
prmci6fr.c
|
|
|
|
prmci6li.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
prmci6w3.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
prmci6xc.c
|
Use macro nonnegative so that we can keep asserting that values are >= 0 without provoking "unsigned comparison >= 0 is always true" warnings from gcc.
|
2013-10-01 14:27:52 +01:00 |
|
prmcix.h
|
|
|
|
prmcw3.h
|
|
|
|
prmcxc.h
|
|
|
|
protan.c
|
|
|
|
proti3.c
|
|
|
|
proti6.c
|
|
|
|
protix.c
|
|
|
|
protli.c
|
|
|
|
protocol.c
|
|
|
|
protocol.h
|
|
|
|
protsgix.c
|
|
|
|
protw3.c
|
|
|
|
protxc.c
|
|
|
|
protxc.h
|
|
|
|
pthrdext.c
|
|
|
|
pthrdext.h
|
|
|
|
qs.c
|
|
|
|
range.c
|
|
|
|
range.h
|
|
|
|
ref.c
|
|
|
|
replay.c
|
|
|
|
reserv.c
|
|
|
|
ring.c
|
|
|
|
ring.h
|
|
|
|
root.c
|
|
|
|
sac.c
|
|
|
|
sac.h
|
|
|
|
sacss.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
sc.h
|
|
|
|
seg.c
|
iterating over segments using the pool and segment rings, rather than scanning the tract table, which may be full of irrelevant tracts, especially when non-gc pools are large. see <https://info.ravenbrook.com/mail/2014/01/25/12-16-09/0/>.
|
2014-01-25 15:33:10 +00:00 |
|
segsmss.c
|
Merge branch/2013-08-21/lii6ll/... into the master sources, adding new supported platform lii6ll (linux, x86-64, clang/llvm).
|
2013-10-01 14:04:36 +01:00 |
|
shield.c
|
|
|
|
span.c
|
|
|
|
splay.c
|
|
|
|
splay.h
|
|
|
|
spw3i3mv.c
|
Rename spi3.c to spw3i3mv.c as it is windows- and microsoft- specific.
|
2014-01-10 20:51:13 +00:00 |
|
spw3i6mv.c
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
ss.c
|
|
|
|
ss.h
|
|
|
|
ssan.c
|
|
|
|
ssixi3.c
|
|
|
|
ssixi6.c
|
|
|
|
ssw3i3mv.c
|
|
|
|
ssw3i6mv.c
|
|
|
|
steptest.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
table.c
|
|
|
|
table.h
|
|
|
|
teletest.c
|
Turn on -wextra -wwrite-strings when compiling with gcc or clang.
|
2013-09-30 17:18:52 +01:00 |
|
testlib.c
|
Catch-up merge from master.
|
2014-01-24 14:22:27 +00:00 |
|
testlib.h
|
Catch-up merge from master.
|
2014-01-24 14:22:27 +00:00 |
|
th.h
|
|
|
|
than.c
|
|
|
|
thix.c
|
|
|
|
thw3.c
|
|
|
|
thw3.h
|
|
|
|
thw3i3.c
|
|
|
|
thw3i6.c
|
|
|
|
thxc.c
|
|
|
|
trace.c
|
iterating over segments using the pool and segment rings, rather than scanning the tract table, which may be full of irrelevant tracts, especially when non-gc pools are large. see <https://info.ravenbrook.com/mail/2014/01/25/12-16-09/0/>.
|
2014-01-25 15:33:10 +00:00 |
|
traceanc.c
|
iterating over segments using the pool and segment rings, rather than scanning the tract table, which may be full of irrelevant tracts, especially when non-gc pools are large. see <https://info.ravenbrook.com/mail/2014/01/25/12-16-09/0/>.
|
2014-01-25 15:33:10 +00:00 |
|
tract.c
|
Encoding the page state in the bottom two bits of the first field, rather than using up a whole word, in order to make room for a free list pointer.
|
2014-02-11 13:41:57 +00:00 |
|
tract.h
|
Encoding the page state in the bottom two bits of the first field, rather than using up a whole word, in order to make room for a free list pointer.
|
2014-02-11 13:41:57 +00:00 |
|
version.c
|
The next release of the mps will be 1.112.0, so update version.c.
|
2013-10-10 14:29:31 +01:00 |
|
vman.c
|
|
|
|
vmix.c
|
|
|
|
vmw3.c
|
|
|
|
w3i3mv.nmk
|
Rename spi3.c to spw3i3mv.c as it is windows- and microsoft- specific.
|
2014-01-10 20:51:13 +00:00 |
|
w3i6mv.nmk
|
Merge custom cet mainline into the master sources. this includes fixes for job003519 (clock values in text telemetry logs on windows have top 32 bits zero), job003536 (cet office can't replicate 100k snowmen in reasonable time), job003651 (stack overflows are not reliably handled).
|
2014-01-10 14:16:08 +00:00 |
|
walk.c
|
iterating over segments using the pool and segment rings, rather than scanning the tract table, which may be full of irrelevant tracts, especially when non-gc pools are large. see <https://info.ravenbrook.com/mail/2014/01/25/12-16-09/0/>.
|
2014-01-25 15:33:10 +00:00 |
|
walkt0.c
|
|
|
|
xci3gc.gmk
|
|
|
|
zcoll.c
|
|
|
|
zmess.c
|
|
|