aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2010-04-14MacOS X: Boost default stack sizeBjörn Gustavsson
2010-04-14Fix check for compile workspace overflowMichael Santos
2010-04-13Merge branch 'bg/fconv' into devErlang/OTP
2010-04-08system_info(procs): Fix the value for "OldHeap unused"Satoshi Kinoshita
2010-04-07erts: Fix loading of modules with invalid floating point arithmeticBjörn Gustavsson
2010-03-30Merge branch 'se/decode_packet' into devErlang/OTP
2010-03-29Fix erlang:decode_packet(httph_bin,..) to not return faulty header stringsSverker Eriksson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22erts: Don't support the put_string/3 instructionBjörn Gustavsson
2010-03-22binary_SUITE: Don't test bit-level binary roundtrips with R11 nodesBjörn Gustavsson
2010-03-22erts: Test compatibility of funs with R12 instead of R11Björn Gustavsson
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-12Teach testcase in driver_suite the new prototype for driver_asyncPatrik Nyblom
2010-03-10Adopt the new (R13B04) Nif functionality to the halfword codebasePatrik Nyblom
2010-03-10Support monitoring and demonitoring from driver threadsPatrik Nyblom
2010-03-10Fix further test-suite problemsPatrik Nyblom
2010-03-10Correct the VM to work for more test suitesPatrik Nyblom
2010-03-10Teach {wordsize,internal|external} to system_info/1Patrik Nyblom
2010-03-10Make tracing and distribution workPatrik Nyblom
2010-03-10Turn on instruction packing in the loader and virtual machinePatrik Nyblom
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Fix the BEAM dissambler for the half-word emulatorPatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2010-03-10Add a custom mmap wrapper to force heaps into the lower address rangePatrik Nyblom
2010-03-10Fit all heap data into the 32-bit address rangePatrik Nyblom
2010-03-10OTP-8475 status lock needed when looking up ioq from async threadsRickard Green
2010-03-10OTP-8487 unregister/1 on a port can cause the non-smp runtime to crashRickard Green
2010-02-18OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv.Sverker Eriksson
2010-02-12Merge branch 'ms/pcre-security' into ccase/r13b04_devErlang/OTP
2010-02-11Merge branch 'ks/erts' into ccase/r13b04_devErlang/OTP
2010-02-11hipe_bif0.c: Remove $Id$Kostis Sagonas
2010-02-11OTP-8335 Even more NIF featuresSverker Eriksson
2010-02-11Fix CVE-2008-2371 (outer level option with alternatives caused crash).Michael Santos
2010-02-10OTP-8420 Fix processes in exiting status that are about to be scheduled,Björn-Egil Dahlberg
2010-02-10Merge branch 'egil/lcnt' into ccase/r13b04_devErlang/OTP
2010-02-08Add runtime option to enable/disable lcnt statsBjörn-Egil Dahlberg
2010-02-08Merge branch 'gc/hipe_darwin_amd64' into ccase/r13b04_devErlang/OTP
2010-02-08OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green
2010-02-06Fix hipe memory allocation problems on darwin/amd64Geoff Cant
2010-02-06Porting x86 darwin fixes to amd64 darwin hipe asm/m4 codeGeoff Cant
2010-02-05Fixed erroneous assertion.Rickard Green
2010-02-04Fixed an erroneous assertion.Rickard Green
2010-02-03Merge branch 'jb/atom-table-size' into ccase/r13b04_devErlang/OTP
2010-02-03OTP-8386 Immediately repeated multi-scheduling block/unblock cycles usingRickard Green
2010-02-02Add the +t emulator option to change the maximum number of atomsJulien Barbot
2010-01-31hipe_mfait_lock needs to be below proc_main.Rickard Green
2010-01-30Merge branch 'mp/hipe-smp-fixes' into ccase/r13b04_devErlang/OTP
2010-01-27work around hipe_mfa_info_table lock omissionMikael Pettersson
2010-01-27Fix re:replace/4 to handle unicode charlist RE argumentPatrik Nyblom
2010-01-25Merge branch 'ta/os_timestamp_no_mutex' into ccase/r13b04_devErlang/OTP