Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-07 | tools: Add missing lcnt module to .app.src | Björn-Egil Dahlberg | |
2012-09-07 | percept: Add missing modules to .app.src | Björn-Egil Dahlberg | |
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-06 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-09-05 | Update version numbers | Björn-Egil Dahlberg | |
2012-09-05 | public_key: Add missing references to sha224 and sha384 | Sverker Eriksson | |
2012-09-05 | public_key: ssh_decode now handles comments, at the end of the line, ↵ | Ingela Anderton Andin | |
containing withespaces correctly | |||
2012-09-05 | Merge branch 'siri/sasl/rb_SUITE/OTP-10387' | Siri Hansen | |
* siri/sasl/rb_SUITE/OTP-10387: Fix rb_SUITE failing tests | |||
2012-09-05 | Merge branch 'siri/runtime_tools/remove-inviso-rest' | Siri Hansen | |
* siri/runtime_tools/remove-inviso-rest: Remove all traces of inviso application from runtime_tools | |||
2012-09-05 | Extend watchdog, and add report_error option to compile:file in escript_SUITE | Siri Hansen | |
1. escript_SUITE:create_and_extract sometimes fails with timetrap timeout on solars. Watchdog is extended to avoid this. 2. escript_SUITE:archive_scritp sometimes fails with compilation error. Option 'report_errors' is added to compile:file in order to get more information. | |||
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-05 | add (de)compress roundtrip tests with larger values | Nico Kruber | |
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 | Fix rb_SUITE failing tests | Siri Hansen | |
Some tests in rb_SUITE failed every now and then depending on timing: 1. sometimes SASL printouts from cth_log_redirect were captured in addition to expected printouts 2. sometimes test supervisor and server were not completely stopped before next test case was started This has been corrected. | |||
2012-09-03 | Remove all traces of inviso application from runtime_tools | Siri Hansen | |
Rests of inviso was still in runtime_tools.app.src and runtime_tools_sup.erl. This has been removed. A test of application:start/stop is also added to runtime_tools_SUITE. | |||
2012-09-03 | Do not build jinterface test if there is no jinterface | Lukas Larsson | |
2012-09-03 | Escape whitespace in path | Lukas Larsson | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-09-03 | Merge branch 'kenneth/topdoc/corrections2' into maint | Kenneth Lundin | |
* kenneth/topdoc/corrections2: Fix a missing li tag plus a link to Erlide | |||
2012-09-03 | Fix a missing li tag plus a link to Erlide | Kenneth Lundin | |
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 | Merge branch 'maint' | Anders Svensson | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |
2012-08-31 | Fix answer-message blunder | Anders Svensson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-31 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-08-31 | Merge branch 'maint' | 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 | Update primary bootstrap | Björn-Egil Dahlberg | |
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 | Merge branch 'pan/win_readlink/OTP-10200' into maint | Patrik Nyblom | |
* pan/win_readlink/OTP-10200: Teach VM not to dump core on long pathnames | |||
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' | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'kenneth/asn1/dialyzer-warnings' into maint | Björn-Egil Dahlberg | |
* kenneth/asn1/dialyzer-warnings: Remove Dialyzer warnings | |||
2012-08-30 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'kenneth/topdoc/corrections' into maint | Björn-Egil Dahlberg | |
* kenneth/topdoc/corrections: Correct a dangling link to mailinglists plus a few other minor adjustments. |