Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | Merge branch 'maint' | Lukas Larsson | |
2019-06-28 | erts: Update etp-stackump, stackmap and disasm | Lukas Larsson | |
2019-06-28 | Merge branch 'maint' | Lukas Larsson | |
2019-06-27 | erts: Randomize valgrind taskset CPU | Lukas Larsson | |
When running multiple valgrinds on the same machine we want to attempt to make sure that they do not end up on the same core. | |||
2019-06-27 | Merge branch 'maint' | Lukas Larsson | |
2019-06-27 | erlexec: Fix argument separation when mixing env flags | Lukas Larsson | |
Example: export ERL_AFLAGS=-test erl dummy_param In the above example, the dummy_param would be interpreted as an argument to -test, and not as a separate argument as it should. | |||
2019-06-24 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-24 | Fix VALGRIND_MISC_FLAGS defaults to use ERL_TOP | Sverker Eriksson | |
for suppression file. | |||
2019-06-20 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-20 | Add default VALGRIND_MISC_FLAGS if not set | Sverker Eriksson | |
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/erts/several-config-opt-windows/ERL-912/OTP-15918' ↵ | Sverker Eriksson | |
into maint | |||
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/gcov-docker' into maint | Sverker Eriksson | |
2019-06-19 | erts: Add gcov-gen-html script | Sverker Eriksson | |
to generate nice html from logs of gcov compiled emulator. | |||
2019-06-19 | Merge pull request #2110 from NattyNarwhal/aix-fixes/OTP-15866 | Lukas Larsson | |
Wake AIX up from coma | |||
2019-06-17 | cc.sh: Optimize dependency generation | Björn Gustavsson | |
2019-05-29 | vsyslog replacement if not present | Calvin Buckley | |
2019-05-28 | erts: Allow several -config options on Windows | Sverker Eriksson | |
2019-05-27 | erts: Mend etp-search-heaps | Sverker Eriksson | |
2019-05-27 | erts: Fix etp-commands print of 64-bit pointers | Sverker Eriksson | |
Use %p instead of %x to print full pointer value. | |||
2019-05-02 | erts: Remove dead cpu info code in erlexec | Lukas Larsson | |
This was previously used when erlexec needed to decide whether to run the smp or non-smp emulator. | |||
2019-05-02 | erts: Remove -instr from erlexec flags | Lukas Larsson | |
2019-04-24 | erts: Fix etp-block2mbc | Sverker Eriksson | |
2019-04-24 | erts: Fix etp-commands to work on older gdb | Sverker Eriksson | |
where $argc does not exists "if $undefined_variable" evaluates as true !? | |||
2019-04-18 | Merge branch 'lukas/tools/overhead_benchmark' | Lukas Larsson | |
* lukas/tools/overhead_benchmark: etp: Fix free de processes check tools: Add overhead benchmark | |||
2019-04-18 | etp: Fix free de processes check | Lukas Larsson | |
2019-04-18 | erts: Fix cerl -rr to use correct etp file | Lukas Larsson | |
2019-04-18 | erts: Fix etp-process-info to print exiting and free processes | Lukas Larsson | |
2019-04-10 | erts: Fix gcc warning in to_erl | Lukas Larsson | |
2019-03-25 | etp: Don't crash etp-stack* when c_p->i is null | Lukas Larsson | |
2019-03-04 | Merge branch 'maint' | Sverker Eriksson | |
2019-03-04 | Merge PR-2161 sverker/to_erl-utf8/ERL-854 OTP-15650 into maint | Sverker Eriksson | |
* sverker/to_erl-utf8/ERL-854: erts: Remove 7-bit ASCII limitation in to_erl | |||
2019-02-26 | erts: Remove 7-bit ASCII limitation in to_erl | Sverker Eriksson | |
Symptom: to_erl garbles anything beyond 7-bit ASCII received on STDIN Solution: Remove setting of ISTRIP flag on input terminal. "man tcsetattr" says: ISTRIP Strip off eighth bit. | |||
2019-02-22 | Merge branch ↵ | Lukas Larsson | |
'lukas/erts/fragment-dist-messages/OTP-13397/OTP-15610/OTP-15611/OTP-15612/OTP-15613' * lukas/erts/fragment-dist-messages/OTP-13397/OTP-15610/OTP-15611/OTP-15612/OTP-15613: erts: Add debug dist obuf memory leak check win32: Fix ./otp_build debuginfo_win32 Make ld.sh on windows print better error reason erts: Fix so that externals with creation 0 compare equal to all erts: Expand etp to look for free processes erts: Implement trapping while sending distr exit/down erts: Add ERL_NODE_BOOKKEEP to node tables refc erts: Refactor ErtsSendContext to be ErtsDSigSendContext erts: Add distr testcases for fragmentation erts: Make remote send of exit/2 trap erts: Implement fragmentation of distrubution messages erts: Expand distribution protocol documentation erts: Move reason in dist messages to payload erts: Remove a copy of distribution data payload erts: Yield later during process exit and allow free procs to run erts: Refactor rbt _yielding to use reductions erts: Limit binary printout for %.XT in erts_print | |||
2019-02-22 | Make ld.sh on windows print better error reason | Lukas Larsson | |
2019-02-22 | erts: Expand etp to look for free processes | Lukas Larsson | |
2019-02-21 | erts: Yield later during process exit and allow free procs to run | Lukas Larsson | |
OTP-15610 | |||
2019-02-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-19 | Merge branch 'sverker/heart-nice-exit/OTP-15599' into maint | Sverker Eriksson | |
* sverker/heart-nice-exit/OTP-15599: erts: Avoid heart killing a nicely exiting emulator | |||
2019-02-18 | Merge branch 'maint' | Lukas Larsson | |
2019-02-18 | erts: Remove etp macro offsetof | Lukas Larsson | |
The macro command was added quite recently and far from all of our testmachines have this command | |||
2019-02-14 | erts: Avoid heart killing a nicely exiting emulator | Sverker Eriksson | |
Symptom: Heart kills exiting emulator before is has flushed all ports and with HEART_KILL_SIGNAL=SIGABRT it may also produce unnecessary core dumps from doing init:reboot() for example. Problem: Heart port is closed together with all the others in handle_reap_ports() which is detected by heart OS process. Solution 1: Leave the heart port alone in handle_reap_ports() and let it be closed by OS when emulator exists. It doesn't need to be flushed anyway. Solution 2: When heart OS process gets EOF on connection let it wait max 5 seconds for emulator process to self terminate before trying to kill it. | |||
2019-02-14 | Revert "Add -ztma option for enabling tuple calls" | Björn Gustavsson | |
This reverts commit ea0e763e953f9c7d1fa9c142f24cb95f56119c56. | |||
2019-02-14 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Add -ztma option for enabling tuple calls Reinstate tuple calls support in the beam emulator | |||
2019-02-14 | Merge pull request #2113 from richcarl/optional-tuple-calls | Björn Gustavsson | |
Optional tuple calls OTP-15580 | |||
2019-02-05 | Merge branch 'maint' | Lukas Larsson | |
2019-02-05 | erts: Expand rr support in cerl and etp | Lukas Larsson | |
2019-01-28 | Add -ztma option for enabling tuple calls | Richard Carlsson | |
2018-10-29 | Merge branch 'maint' | Lukas Larsson | |