Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | Merge branch 'sverk/code-load-refactor-later-op' | Sverker Eriksson | |
* sverk/code-load-refactor-later-op: erts: Fix faulty lock check assert erts: Refactor naming regarding code_write_permission erts: Refactor tracing to use erts_schedule_thr_prgr_later_op erts: Allow thr_prgr_later_op to reschedule erts: Refactor code loading to use erts_schedule_thr_prgr_later_op erts: Remove some compiler warnings | |||
2012-09-26 | Fix missing information in crash dump for native-compiled modules | Björn Gustavsson | |
In the erl_crash.dump file, native-compiled modules did not have any information about attributes and compilation. The problem is that the code:make_stub_module/3 BIF (which is internally used when native code is loaded) did not copy the size field the attribute and compilation info chunks. Those size fields are only used when writing crash dumps. | |||
2012-09-25 | Merge branch 'egil/r16/strengthen-buffer-copies' | Björn-Egil Dahlberg | |
* egil/r16/strengthen-buffer-copies: Replace sprintf with erts_snprintf in beam Replace sprintf with erts_snprintf in epmd Replace sprintf with erts_snprintf in inet_gethost | |||
2012-09-25 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-09-25 | Merge branch 'egil/fix-configure-openbsd/OTP-10395' into maint | Björn-Egil Dahlberg | |
* egil/fix-configure-openbsd/OTP-10395: Fix linking of shared libraries on OpenBSD | |||
2012-09-19 | ignore calls to gs* modules if it is not built | Henrik Nord | |
2012-09-13 | Merge branch 'sverk/gcc-atomic-config-bug' into maint | Sverker Eriksson | |
* sverk/gcc-atomic-config-bug: erts: Fix gcc atomic bug in ethread.h OTP-10418 | |||
2012-09-10 | Merge branch 'sverk/gcc-atomic-config-bug' | Sverker Eriksson | |
* sverk/gcc-atomic-config-bug: erts: Fix gcc atomic bug in ethread.h | |||
2012-09-10 | Merge branch 'maint' | Lukas Larsson | |
* maint: Make sure io is flushed when driver is closed | |||
2012-09-10 | Merge branch 'lukas/erts/win32_flush_console_io/OTP-10325' into maint | Lukas Larsson | |
* lukas/erts/win32_flush_console_io/OTP-10325: Make sure io is flushed when driver is closed | |||
2012-09-07 | erts: Fix faulty lock check assert | Sverker Eriksson | |
2012-09-07 | Replace sprintf with erts_snprintf in beam | Björn-Egil Dahlberg | |
2012-09-07 | Replace sprintf with erts_snprintf in epmd | Björn-Egil Dahlberg | |
2012-09-07 | Replace sprintf with erts_snprintf in inet_gethost | Björn-Egil Dahlberg | |
2012-09-06 | Fix linking of shared libraries on OpenBSD | Björn-Egil Dahlberg | |
Reported-by: Matthew Dempsky | |||
2012-09-05 | Update version numbers | Björn-Egil Dahlberg | |
2012-09-05 | Make sure io is flushed when driver is closed | Lukas Larsson | |
Sometime when executing an tty io operation just before the emulator terminated, the io message would get lost. This commit makes sure that there is no io in the fd driver before shutting down. | |||
2012-09-04 | erts: Fix gcc atomic bug in ethread.h | Sverker Eriksson | |
A faulty #if 0 caused healthy gcc builtin atomic to be ignored. | |||
2012-09-04 | Merge tag 'OTP_R15B02' | Björn-Egil Dahlberg | |
The R15B02 release | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Merge branch 'maint' | Patrik Nyblom | |
2012-09-03 | Add missing release note for erts-5.9.1.2 | Patrik Nyblom | |
2012-08-31 | erts: Refactor naming regarding code_write_permission | Sverker Eriksson | |
The concept of code_write_permission is used by tracing as well and is not specific to code_ix. | |||
2012-08-31 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-08-31 | erts: Refactor tracing to use erts_schedule_thr_prgr_later_op | Sverker Eriksson | |
2012-08-31 | erts: Allow thr_prgr_later_op to reschedule | Sverker Eriksson | |
and reuse the same ErtsThrPrgrLaterOp | |||
2012-08-31 | erts: Refactor code loading to use erts_schedule_thr_prgr_later_op | Sverker Eriksson | |
2012-08-31 | erts: Remove some compiler warnings | Sverker Eriksson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'maint' | Patrik Nyblom | |
2012-08-30 | Teach VM not to dump core on long pathnames | Patrik Nyblom | |
Long input paths (longer than MAX_PATH) would get copied into a buffer of size MAX_PATH for read_link and altname in efile_drv. Also fixed misuse of size_t parameter as wchar_t * string length in win_efile:efile_readlink. | |||
2012-08-30 | Merge branch 'maint' | Lukas Larsson | |
* maint: Document that CTHs can get fail/skip as Config Ignore calls to dialyzer_timing when checking deprecated Do not verify del_path as it is not always there Fix broken links Generate <a name="name"> tags in edoc xml headings Fix compile warning crypto: Fix buffer overflow bug in rsa_sign crypto: Skip some tests if openssl lib < 0.9.8 Fix boken spec | |||
2012-08-30 | Merge branch 'lukas/doc-fixes' into maint | Lukas Larsson | |
* lukas/doc-fixes: Document that CTHs can get fail/skip as Config Ignore calls to dialyzer_timing when checking deprecated Do not verify del_path as it is not always there Fix broken links Generate <a name="name"> tags in edoc xml headings Fix compile warning Fix boken spec | |||
2012-08-30 | Ignore calls to dialyzer_timing when checking deprecated | Lukas Larsson | |
2012-08-30 | Merge branch 'bjorn/erts/fix-trace-pattern' | Björn Gustavsson | |
* bjorn/erts/fix-trace-pattern: Make sure that turning off local trace does not turn off global trace erl_bif_trace: Remove an unused variable | |||
2012-08-29 | Merge branch 'maint' | Sverker Eriksson | |
2012-08-29 | Merge branch 'sverk/port-data-lock-bug' into maint | Sverker Eriksson | |
* sverk/port-data-lock-bug: Fix premature deallocation bug of port data lock | |||
2012-08-29 | Merge branch 'maint' | Henrik Nord | |
2012-08-29 | Merge branch 'ta/docsmaint' into maint | Henrik Nord | |
* ta/docsmaint: Fix various doc typos for R15B02 Fix various code typos for R15B02 OTP-10245 | |||
2012-08-28 | Fix premature deallocation bug of port data lock | Sverker Eriksson | |
Release port data lock *after* "async_ready" or "free" callback has been called. | |||
2012-08-28 | Merge branch 'maint' | Sverker Eriksson | |
2012-08-28 | Make sure that turning off local trace does not turn off global trace | Björn Gustavsson | |
Attempting to turn off local call trace when there was global call trace enabled would incorrectly turn off the global call trace. This bug was introduced in bf5bf8b93dccca86c4775b21ee0db49eb6a3b133. | |||
2012-08-28 | erl_bif_trace: Remove an unused variable | Björn Gustavsson | |
2012-08-27 | erts: Fix dtrace-bug in file rename op | Sverker Eriksson | |
2012-08-27 | Merge branch 'maint' | Fredrik Gustafsson | |
2012-08-27 | Merge branch 'jkl/erlsrv-graceful-shutdown/OTP-10228' into maint | Fredrik Gustafsson | |
* jkl/erlsrv-graceful-shutdown/OTP-10228: erlsrv: gracefully stop emulator on Windows shutdown | |||
2012-08-27 | Merge branch 'maint' | Fredrik Gustafsson | |
2012-08-27 | Merge branch 'psi/fix-leap-seconds/OTP-10227' into maint | Fredrik Gustafsson | |
2012-08-27 | Update preloaded | Lukas Larsson | |