Age | Commit message (Expand) | Author |
2012-04-27 | erts: Remove unused variable | Björn-Egil Dahlberg |
2012-04-27 | Merge branch 'maint-r15' into maint | Sverker Eriksson |
2012-04-25 | Merge branch 'rickard/driver_system_info/OTP-10059' into maint-r15 | Erlang/OTP |
2012-04-25 | Merge branch 'rickard/no_ets_write_concurrency-r15b01/OTP-10048' into maint-r15 | Erlang/OTP |
2012-04-25 | Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15 | Erlang/OTP |
2012-04-23 | Merge branch 'rickard/sched-wakeup-other/OTP-10033' into rickard/sched-wakeup... | Rickard Green |
2012-04-23 | Add switch controlling scheduler busy wait | Rickard Green |
2012-04-23 | Implement proposal for new scheduler wakeup strategy | Rickard Green |
2012-04-20 | erts: The lck->extra field needs 'TAGGED' data | Björn-Egil Dahlberg |
2012-04-18 | Clear number of async threads if no thread support | Rickard Green |
2012-04-17 | tests: Remove line macro from port_bif_SUITE | Björn-Egil Dahlberg |
2012-04-17 | Make port_info(Port,os_pid) work on Windows | Björn-Egil Dahlberg |
2012-04-17 | Extend erlang:port_info/1,2 to show the OS pid of a spawned process | Matthias Lang |
2012-04-10 | lcnt: Let runq locks reflect actual call location | Rick Reed |
2012-04-10 | lcnt: Enhancement fixups | Björn-Egil Dahlberg |
2012-04-05 | erts: Add lcnt port and suspend options | Rick Reed |
2012-04-04 | Increase ethr event and lock counting constants to allow at least +A 1024. | Rick Reed |
2012-04-04 | Merge branch 'rickard/no_ets_write_concurrency/OTP-10048' into rickard/no_ets... | Rickard Green |
2012-04-04 | Remove unnecessary memory barriers in ETS when no write_concurrency is used | Rickard Green |
2012-03-30 | Merge branch 'sverk/proc-race-leak/OTP-10041' into maint | Sverker Eriksson |
2012-03-30 | Merge branch 'rickard/erts-poll/OTP-10019' into maint | Rickard Green |
2012-03-30 | erts: Fix memory leak caused by race on exiting process | Sverker Eriksson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-27 | Fix wakeup functionality in no thread support case | Rickard Green |
2012-03-23 | Merge branch 'lukas/common_test/fix_disable_builtin_hooks_from_spec/OTP-10009... | Lukas Larsson |
2012-03-22 | Use distinct function-entry probes for local and global calls | Björn Gustavsson |
2012-03-22 | Correct calculation of stack depth in call/return probes | Björn Gustavsson |
2012-03-22 | Add probes for all kind of calls | Björn Gustavsson |
2012-03-22 | Don't try to "clean up" generated fun names | Björn Gustavsson |
2012-03-22 | erl_process.c: Fix probe for process exit | Björn Gustavsson |
2012-03-22 | Update slogan and add system_info for dynamic trace | Patrik Nyblom |
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom |
2012-03-22 | If VM probes are not enabled, short-circuit calls to probe BIFs | Björn Gustavsson |
2012-03-22 | beam_makeops: Add a simple preprocessor | Björn Gustavsson |
2012-03-22 | Ifdef all dynamic trace code | Patrik Nyblom |
2012-03-22 | Correct some errors in the user tag spreading | Patrik Nyblom |
2012-03-22 | Change to more specific configure options for dtrace | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4 | Scott Lystig Fritchie |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4 | Scott Lystig Fritchie |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 1/4 | Scott Lystig Fritchie |
2012-03-22 | Merge branch 'raimo/close-ports-on-halt/OTP-9985' into maint | Raimo Niskanen |
2012-03-21 | Disable built in hooks for emulator | Lukas Larsson |
2012-03-21 | erts: Basic test of erlang:halt/0..2 | Raimo Niskanen |
2012-03-21 | erts: Implement erlang:halt/2 | Raimo Niskanen |
2012-03-21 | erts: Make erlang:halt/0,1 close ports and flush async threads | Raimo Niskanen |
2012-03-21 | erts: Remove forgotten and unused function erl_exit0 | Raimo Niskanen |
2012-03-21 | erts: Implement erl_halt | Raimo Niskanen |
2012-03-20 | Merge branch 'sverk/zlib_port_leak' into maint | Sverker Eriksson |