Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-10 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-10-10 | Merge branch 'egil/fix-boot_combo-test' into maint | Björn-Egil Dahlberg | |
* egil/fix-boot_combo-test: test: Fix smoke_test_SUITE | |||
2012-10-09 | Merge branch 'maint' | Lukas Larsson | |
* maint: Fix bug when making nsis target | |||
2012-10-09 | Merge branch 'lukas/erts/whitespace_nsis_fix/OTP-10481' into maint | Lukas Larsson | |
* lukas/erts/whitespace_nsis_fix/OTP-10481: Fix bug when making nsis target | |||
2012-10-09 | test: Fix smoke_test_SUITE | Björn-Egil Dahlberg | |
* Skip boot_combo tests where cannot start slave nodes (The binary will not exist) | |||
2012-10-09 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add comment about eproviderfailedinit error Increase sbct for win64 as block alignment is 16 | |||
2012-10-09 | Add comment about eproviderfailedinit error | Lukas Larsson | |
2012-10-09 | Increase sbct for win64 as block alignment is 16 | Lukas Larsson | |
2012-10-08 | Merge branch 'egil/remove-unused-files' | Björn-Egil Dahlberg | |
* egil/remove-unused-files: Remove unused files from old native dns resolver | |||
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 | Remove unused files from old native dns resolver | Björn-Egil Dahlberg | |
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-18 | Fix bug when making nsis target | Lukas Larsson | |
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 | |