Age | Commit message (Expand) | Author |
2010-03-10 | Fix further test-suite problems | Patrik Nyblom |
2010-03-10 | Correct the VM to work for more test suites | Patrik Nyblom |
2010-03-10 | Teach {wordsize,internal|external} to system_info/1 | Patrik Nyblom |
2010-03-10 | Make tracing and distribution work | Patrik Nyblom |
2010-03-10 | Turn on instruction packing in the loader and virtual machine | Patrik Nyblom |
2010-03-10 | Add the BeamInstr data type for loaded BEAM code | Patrik Nyblom |
2010-03-10 | Fix the BEAM dissambler for the half-word emulator | Patrik Nyblom |
2010-03-10 | Store pointers to heap data in 32-bit words | Patrik Nyblom |
2010-03-10 | Add a custom mmap wrapper to force heaps into the lower address range | Patrik Nyblom |
2010-03-10 | Fit all heap data into the 32-bit address range | Patrik Nyblom |
2010-03-10 | OTP-8475 status lock needed when looking up ioq from async threads | Rickard Green |
2010-03-10 | OTP-8487 unregister/1 on a port can cause the non-smp runtime to crash | Rickard Green |
2010-02-18 | OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv. | Sverker Eriksson |
2010-02-12 | Merge branch 'ms/pcre-security' into ccase/r13b04_dev | Erlang/OTP |
2010-02-11 | Merge branch 'ks/erts' into ccase/r13b04_dev | Erlang/OTP |
2010-02-11 | hipe_bif0.c: Remove $Id$ | Kostis Sagonas |
2010-02-11 | OTP-8335 Even more NIF features | Sverker Eriksson |
2010-02-11 | Fix CVE-2008-2371 (outer level option with alternatives caused crash). | Michael Santos |
2010-02-10 | OTP-8420 Fix processes in exiting status that are about to be scheduled, | Björn-Egil Dahlberg |
2010-02-10 | Merge branch 'egil/lcnt' into ccase/r13b04_dev | Erlang/OTP |
2010-02-08 | Add runtime option to enable/disable lcnt stats | Björn-Egil Dahlberg |
2010-02-08 | Merge branch 'gc/hipe_darwin_amd64' into ccase/r13b04_dev | Erlang/OTP |
2010-02-08 | OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 and | Rickard Green |
2010-02-06 | Fix hipe memory allocation problems on darwin/amd64 | Geoff Cant |
2010-02-06 | Porting x86 darwin fixes to amd64 darwin hipe asm/m4 code | Geoff Cant |
2010-02-05 | Fixed erroneous assertion. | Rickard Green |
2010-02-04 | Fixed an erroneous assertion. | Rickard Green |
2010-02-03 | Merge branch 'jb/atom-table-size' into ccase/r13b04_dev | Erlang/OTP |
2010-02-03 | OTP-8386 Immediately repeated multi-scheduling block/unblock cycles using | Rickard Green |
2010-02-02 | Add the +t emulator option to change the maximum number of atoms | Julien Barbot |
2010-01-31 | hipe_mfait_lock needs to be below proc_main. | Rickard Green |
2010-01-30 | Merge branch 'mp/hipe-smp-fixes' into ccase/r13b04_dev | Erlang/OTP |
2010-01-27 | work around hipe_mfa_info_table lock omission | Mikael Pettersson |
2010-01-27 | Fix re:replace/4 to handle unicode charlist RE argument | Patrik Nyblom |
2010-01-25 | Merge branch 'ta/os_timestamp_no_mutex' into ccase/r13b04_dev | Erlang/OTP |
2010-01-25 | OTP-8377 ETS bug causing the memory counter from ets:info for | Sverker Eriksson |
2010-01-23 | Remove mutex lock around sys_gettimeofday() in os:timestamp/0 | Tuncer Ayaz |
2010-01-22 | OTP-8386 Immediately repeated multi-scheduling block/unblock cycles using | Rickard Green |
2010-01-20 | OTP-8375 A bug causing memory corruption in re:run() has been corrected. | Patrik Nyblom |
2010-01-19 | OTP-8373 ERTS makefiles used to detect the use of a gcc C compiler by | Rickard Green |
2010-01-19 | OTP-8342 Processes, and/or ports could get stuck on a blocked scheduler | Rickard Green |
2010-01-19 | Merge branch 'bg/compiler-beam_validator' into ccase/r13b04_dev | Erlang/OTP |
2010-01-18 | Fix annoying failing statistics_SUITE test cases | Björn Gustavsson |
2010-01-15 | Merge branch 'egil/binary-gc' into ccase/r13b04_dev | Erlang/OTP |
2010-01-15 | beam_validator: fix incorrect assumptions about GC guard BIFs | Björn Gustavsson |
2010-01-13 | Add tracing capabilities for binary virtual heap | Björn-Egil Dahlberg |
2010-01-13 | Add min heap size start options to beam and erl | Björn-Egil Dahlberg |
2010-01-13 | Improve binary garbage collection | Björn-Egil Dahlberg |
2010-01-13 | OTP-8240 Improved GC performance after BIF/NIF call when a lot of heap | Sverker Eriksson |
2010-01-12 | Merge branch 'jv/binary_to_term-opts' into ccase/r13b04_dev | Erlang/OTP |