aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2011-12-08Return true/false instead of num for +M<S>t infoLukas Larsson
2011-12-08Return correct format for info about sys_allocLukas Larsson
2011-12-07Merge branch 'sverk/packet_size-http/OTP-9389'Sverker Eriksson
2011-12-07Merge branch 'bjorn/erts/code-loading/OTP-9720'Björn Gustavsson
2011-12-07BEAM loader: Fix bug that allowed loading of more than two versionsBjörn Gustavsson
2011-12-07Add code_SUITE:versions/1Björn Gustavsson
2011-12-06Merge branch 'rickard/test-fixes-r15b'Rickard Green
2011-12-06Unlink test-proc instead of ensuring that it has died before stopping nodeRickard Green
2011-12-06Merge branch 'rickard/test-fixes-r15b'Rickard Green
2011-12-06Ensure test-proc is dead before stopping nodeRickard Green
2011-12-06Merge branch 'rickard/test-fixes-r15b'Rickard Green
2011-12-06Give slow machines more time to compute resultRickard Green
2011-12-06Allow more CPU time in waiting test-casesRickard Green
2011-12-06Merge branch 'sverk/big-float-cmp-bug'Sverker Eriksson
2011-12-06Merge branch 'sverk/ppc-hibernate-fix'Sverker Eriksson
2011-12-06erts: Remove truncation of http packet parsing and return error insteadSverker Eriksson
2011-12-05Skip thread_mseg_alloc_cache_clean() when no mseg_allocRickard Green
2011-12-05honor packet_size for http packet parsing to fix OTP-9389Steve Vinoski
2011-12-05Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-12-05Fix handle_async_ready_clean()Rickard Green
2011-12-05Merge branch 'sverk/deprecate-nif-reload'Sverker Eriksson
2011-12-05Merge branch 'bjorn/test-cases'Björn Gustavsson
2011-12-05erts: Remove duplicate erts_unblock_fpeJovi Zhang
2011-12-02erts: Fix bug in large big/float compareSverker Eriksson
2011-12-02sensitive_SUITE: Fix spuriously failing recv_trace/1Björn Gustavsson
2011-12-02Fix time typesRickard Green
2011-12-02Remove ancient WaitForInputIdle workaroundPatrik Nyblom
2011-12-02Iron out bugs in Win64 found in daily buildsPatrik Nyblom
2011-12-02Make whole of OTP build and release on Win64Patrik Nyblom
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2011-12-02Get working prompt in Win64 using bootstrap codePatrik Nyblom
2011-12-02Build Win64 Erlang emulator using MSYSunknown
2011-12-02Merge branch 'ta/sendfile/OTP-9240'Lukas Larsson
2011-12-02Mend the non-SMP emulatorBjörn Gustavsson
2011-12-02Remove header/trailer supportLukas Larsson
2011-12-02Remove windows implementationLukas Larsson
2011-12-01Preliminary work on header/trailerLukas Larsson
2011-12-01Use free_sendfile explicitly for non-asyncLukas Larsson
2011-12-01Remove debug printoutsLukas Larsson
2011-12-01Set chunk size to 3 GBLukas Larsson
2011-12-01Change type of fd to be ErlDrvEventLukas Larsson
2011-12-01Add ifdef's for HAVE_SENDFILELukas Larsson
2011-12-01Fix freebsd support for sendfileLukas Larsson
2011-12-01Change nbytes to 64 bitLukas Larsson
2011-12-01Implement ignorefd for TCPLukas Larsson
2011-12-01Fix offset calculation for darwinLukas Larsson
2011-12-01Fix cleanup for sendfileLukas Larsson
2011-12-01Fix 32 bit parametersLukas Larsson
2011-12-01Make socket blocking if there are async threadsLukas Larsson
2011-12-01Implement sendfile when there are no async threadsLukas Larsson