aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2012-07-31Use static allocation of process lock queuesRickard Green
2012-07-31Improve the enqueue operation of delayed deallocRickard Green
2012-07-31Implement delayed aux work wake upRickard Green
2012-06-18Fix faulty use of thread progress in handle_aux_work()Rickard Green
2012-03-30Merge branch 'sverk/proc-race-leak/OTP-10041' into maintSverker Eriksson
2012-03-30Merge branch 'rickard/erts-poll/OTP-10019' into maintRickard Green
2012-03-30erts: Fix memory leak caused by race on exiting processSverker Eriksson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-27Fix wakeup functionality in no thread support caseRickard Green
2012-03-23Merge branch 'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009...Lukas Larsson
2012-03-22Use distinct function-entry probes for local and global callsBjörn Gustavsson
2012-03-22Correct calculation of stack depth in call/return probesBjörn Gustavsson
2012-03-22Add probes for all kind of callsBjörn Gustavsson
2012-03-22Don't try to "clean up" generated fun namesBjörn Gustavsson
2012-03-22erl_process.c: Fix probe for process exitBjörn Gustavsson
2012-03-22Update slogan and add system_info for dynamic tracePatrik Nyblom
2012-03-22Rename dyntrace BIFs to more suiting namesPatrik Nyblom
2012-03-22If VM probes are not enabled, short-circuit calls to probe BIFsBjörn Gustavsson
2012-03-22beam_makeops: Add a simple preprocessorBjörn Gustavsson
2012-03-22Ifdef all dynamic trace codePatrik Nyblom
2012-03-22Correct some errors in the user tag spreadingPatrik Nyblom
2012-03-22Change to more specific configure options for dtracePatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-22Update dtrace for changes in R15Björn-Egil Dahlberg
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4Scott Lystig Fritchie
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 1/4Scott Lystig Fritchie
2012-03-22Merge branch 'raimo/close-ports-on-halt/OTP-9985' into maintRaimo Niskanen
2012-03-21Disable built in hooks for emulatorLukas Larsson
2012-03-21erts: Basic test of erlang:halt/0..2Raimo Niskanen
2012-03-21erts: Implement erlang:halt/2Raimo Niskanen
2012-03-21erts: Make erlang:halt/0,1 close ports and flush async threadsRaimo Niskanen
2012-03-21erts: Remove forgotten and unused function erl_exit0Raimo Niskanen
2012-03-21erts: Implement erl_haltRaimo Niskanen
2012-03-20Merge branch 'sverk/zlib_port_leak' into maintSverker Eriksson
2012-03-20Merge branch 'ps/inet6-less-build-fix' into maintGustav Simonsson
2012-03-20Merge branch 'lukas/kernel/sendfile_fixes' into maintLukas Larsson
2012-03-20Fix reselecting bug on OS XLukas Larsson
2012-03-20Fix bug when sending long files using selectLukas Larsson
2012-03-20Fix ifdef to check if we are on OS XLukas Larsson
2012-03-20Fix memory leak when sendfile process crashesLukas Larsson
2012-03-20Merge branch 'bjorn/kernel/erts_debug_size-fix/OTP-9991' into maintBjörn Gustavsson
2012-03-20Improve erts_debug_SUITEBjörn Gustavsson
2012-03-19Merge branch 'ph/fix-enfile/OTP-9990' into maintBjörn-Egil Dahlberg
2012-03-15Fix port leaks in zlibSverker Eriksson
2012-03-15Merge branch 'rickard/barriers/OTP-9922' into maintRickard Green
2012-03-14erts: Do not rebuild all emulator when preloaded changesRaimo Niskanen
2012-03-12Remove newly introduced excessive barrier in erts_thr_progress_later()Rickard Green
2012-02-21Add missing HAVE_IN6 && AF_INET6 ifdefPeer Stritzinger
2012-02-21erts: Fail binary_to_term if bignum arity is too largeSverker Eriksson