Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-18 | Change the return type of hipe_bifs:add_ref/2 | Kostis Sagonas | |
2016-10-18 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: OTP_VERSION | |||
2016-10-18 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-18 | Merge branch 'maint' | Lukas Larsson | |
2016-10-18 | Merge branch 'lukas/erts/etp-disasm' into maint | Lukas Larsson | |
* lukas/erts/etp-disasm: erts: Add etp-disasm gdb macro | |||
2016-10-18 | erts: Add etp-disasm gdb macro | Lukas Larsson | |
2016-10-17 | Updated OTP versionOTP-19.1.5 | Erlang/OTP | |
2016-10-17 | Prepare release | Erlang/OTP | |
2016-10-17 | Merge branch 'hans/ssh/rekey_problem/OTP-13972' into maint-19 | Erlang/OTP | |
* hans/ssh/rekey_problem/OTP-13972: ssh: fix renegotiation problem ssh: test case for renegotiation with openssh client | |||
2016-10-17 | ssh: fix renegotiation problem | Hans Nilsson | |
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-10-17 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-17 | Merge branch 'egil/erl_docgen/reformat-docgen-encoding/OTP-13971' into maint | Björn-Egil Dahlberg | |
* egil/erl_docgen/reformat-docgen-encoding/OTP-13971: Reformat docgen xml encoding | |||
2016-10-17 | Avoid some error reports when stopping mnesia | Dan Gudmundsson | |
Worker processes can cause error reports if the main mnesia processes dissapear. | |||
2016-10-17 | wx: Improve error handling | Dan Gudmundsson | |
Fix error handling in gl as in wx. | |||
2016-10-17 | Merge branch 'sverker/hipe-code-loadnpurge/OTP-13968' | Sverker Eriksson | |
* sverker/hipe-code-loadnpurge: (35 commits) erts: Cleanup dead code kernel,hipe: Fix dialyzer warnings erts: Replace unsafe Module.first_hipe_ref erts: Disable DBG_TRACE_MFA for debug build kernel: Fix code_SUITE:upgrade for non-hipe erts: Cleanup hipe trampoline code erts: Remove dead alloc stats in hipe_amd64.c erts: Remove code_SUITE:make_stub and make_stub_many_funs erts: Let code:make_stub_module raise 'notsup' erts: Fix bug in stack walk on risc erts: Fix old leak for ppc hipe code erts: Fix old leak for arm hipe code erts: Fix old leak of sparc hipe code erts: Fix old leak of hipe code on x86 32-bit erts: Enable exec_alloc for all hipe architectures erts: Remove debug printout for hipe loader state erts: Free hipe_refs and hipe_sdesc of a failed load erts: Refactor out hipe_purge_refs/sdesc erts: Refactor hipe_loader_state_dtor into a true destructor hipe: TRY fix llvm external calls to own module ... | |||
2016-10-17 | erts: Cleanup dead code | Sverker Eriksson | |
2016-10-17 | kernel,hipe: Fix dialyzer warnings | Sverker Eriksson | |
2016-10-17 | Configure enable libsctp dependency | Raimo Niskanen | |
2016-10-14 | Merge branch 'sverker/proc-dict-atom-hash/PR-1194' | Sverker Eriksson | |
* sverker/proc-dict-atom-hash: kernel: Add test pdict_SUITE:literals erts: Refactor process dict hash pre-calculation Use atom value as hash value in process dictionary | |||
2016-10-14 | Merge branch 'sverker/fix-alloc-asserts' | Sverker Eriksson | |
2016-10-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-10-14 | Merge branch 'ingela/ssl/tune-timeouts-basic_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/tune-timeouts-basic_SUITE: ssl: Tune timeout for old solaris machine | |||
2016-10-14 | ssl: Tune timeout for old solaris machine | Ingela Anderton Andin | |
2016-10-14 | ftp: New DBG alternative: ct:pal | Hans Nilsson | |
2016-10-14 | ftp: added forgotten inet:setopts active once | Hans Nilsson | |
2016-10-14 | Merge branch 'master' into sverker/hipe-code-loadnpurge | Sverker Eriksson | |
Conflicts: erts/emulator/beam/beam_bif_load.c erts/emulator/beam/beam_load.c and added macro DBG_TRACE_MFA_P in beam_load.h | |||
2016-10-14 | erts: Replace unsafe Module.first_hipe_ref | Sverker Eriksson | |
with hash table mod2mfa_tab | |||
2016-10-14 | erts: Disable DBG_TRACE_MFA for debug build | Sverker Eriksson | |
2016-10-14 | kernel: Fix code_SUITE:upgrade for non-hipe | Sverker Eriksson | |
2016-10-14 | erts: Cleanup hipe trampoline code | Sverker Eriksson | |
2016-10-14 | ftp: socket wrapper changed suddenly and erroneously | Hans Nilsson | |
2016-10-14 | erts: Remove dead alloc stats in hipe_amd64.c | Sverker Eriksson | |
erlang:system_info({allocator, exec_alloc}) have stats if we need it. | |||
2016-10-14 | erts: Remove code_SUITE:make_stub and make_stub_many_funs | Sverker Eriksson | |
Hard to unit test now when it takes a magic HipeLoaderState as argument. All hipe testing should be enough exercise for code:make_stub_module. | |||
2016-10-14 | erts: Let code:make_stub_module raise 'notsup' | Sverker Eriksson | |
if hipe is disabled. Makes the code simpler to just ifdef away a lot of hipe stuff. | |||
2016-10-14 | erts: Fix bug in stack walk on risc | Sverker Eriksson | |
Symptom: Got ra==NULL at nsp==nsp_end when running basic_SUITE:basic_arith on arm why has this not been detected before? | |||
2016-10-14 | erts: Fix old leak for ppc hipe code | Sverker Eriksson | |
* Use erts_alloc(ERTS_ALC_T_HIPE_EXEC,_) * Each module has its own trampolines | |||
2016-10-14 | erts: Fix old leak for arm hipe code | Sverker Eriksson | |
* Use erts_alloc(ERTS_ALC_T_HIPE_EXEC,_) * Each module has its own trampolines * Stubs do not use trampolines, they do their own long jumps. | |||
2016-10-14 | erts: Fix old leak of sparc hipe code | Sverker Eriksson | |
2016-10-14 | erts: Fix old leak of hipe code on x86 32-bit | Sverker Eriksson | |
2016-10-14 | erts: Enable exec_alloc for all hipe architectures | Sverker Eriksson | |
For non-amd64 it's a "normal" allocator with a wrapper around mseg_alloc to call mprotect(PROT_EXEC). | |||
2016-10-14 | erts: Remove debug printout for hipe loader state | Sverker Eriksson | |
creation and destruction. | |||
2016-10-14 | erts: Free hipe_refs and hipe_sdesc of a failed load | Sverker Eriksson | |
2016-10-14 | erts: Refactor out hipe_purge_refs/sdesc | Sverker Eriksson | |
from hipe_purge_module. | |||
2016-10-14 | erts: Refactor hipe_loader_state_dtor into a true destructor | Sverker Eriksson | |
that is only called once. Basically switch hipe_free_loader_state and hipe_loader_state_dtor. | |||
2016-10-14 | hipe: TRY fix llvm external calls to own module | Sverker Eriksson | |
to not be transformed to local calls. code_SUITE:uprade still fails if run with compile option {hipe,to_llvm} | |||
2016-10-14 | kernel: Fix strange 'ok' return value from code_server | Sverker Eriksson | |
when failing to load native code. | |||
2016-10-14 | hipe,erts: Remove cached fun 'native_address' | Sverker Eriksson | |
Did not work with purge and made worse by new purge strategy. Did yield terrible performance when fun thing is created *before* fun code is loaded. Like when receiving not yet loaded fun from other node. The cached 'native_address' in ErlFunThing will not be updated leading to mode switch and error_handler being called for every call to the fun from native code. | |||
2016-10-14 | erts: Fix early hipe patch loading | Sverker Eriksson | |
by introducing hipe_bifs:commit_patch_load/1 that creates the HipeModule. | |||
2016-10-14 | erts: Move new hipe ref and sdesc lists to loader state | Sverker Eriksson | |