Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-27 | Merge branch 'maint' | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_process.c | |||
2012-04-27 | Merge branch 'maint-r15' into maint | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2012-04-27 | Merge branch 'rickard/proc-sched/OTP-9892' | Rickard Green | |
* rickard/proc-sched/OTP-9892: Teach etp-commands to understand new emulator internal data structures Optimize process state changes Optimize process table access Implement possibility to use ordinary mutexes as process locks Conflicts: erts/emulator/beam/erl_alloc.types | |||
2012-04-27 | Teach etp-commands to understand new emulator internal data structures | Rickard Green | |
2012-04-27 | Optimize process state changes | Rickard Green | |
2012-04-25 | Prepare release | Sverker Eriksson | |
2012-04-25 | Merge branch 'rickard/driver_system_info/OTP-10059' into maint-r15 | Erlang/OTP | |
* rickard/driver_system_info/OTP-10059: Clear number of async threads if no thread support | |||
2012-04-25 | Merge branch 'rickard/no_ets_write_concurrency-r15b01/OTP-10048' into maint-r15 | Erlang/OTP | |
* rickard/no_ets_write_concurrency-r15b01/OTP-10048: Remove unnecessary memory barriers in ETS when no write_concurrency is used | |||
2012-04-25 | Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15 | Erlang/OTP | |
* rickard/sched-busy-wait/OTP-10044: Add switch controlling scheduler busy wait Conflicts: erts/emulator/beam/erl_process.c erts/emulator/beam/erl_process.h | |||
2012-04-23 | Merge branch 'rickard/sched-wakeup-other/OTP-10033' into ↵ | Rickard Green | |
rickard/sched-wakeup-other-r15b01/OTP-10033 Conflicts: erts/emulator/beam/erl_process.c erts/vsn.mk | |||
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-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-20 | erts: The lck->extra field needs 'TAGGED' data | Björn-Egil Dahlberg | |
2012-04-19 | Merge branch 'pan/dtrace_merge_master_correction' | Patrik Nyblom | |
* pan/dtrace_merge_master_correction: Correct dtrace for master branch OTP-10017 | |||
2012-04-19 | Correct dtrace for master branch | Patrik Nyblom | |
2012-04-18 | Clear number of async threads if no thread support | Rickard Green | |
2012-04-18 | Merge branch 'maint' | Patrik Nyblom | |
Conflicts: lib/hipe/cerl/erl_bif_types.erl | |||
2012-04-18 | Revert "Extend erlang:port_info/1,2 to show the OS pid of a spawned process" | Patrik Nyblom | |
This reverts commit d4667d383964c1550e0a91d64b674e84f6d07e3b. This commit was included by mistake, the correct patch will be merged from maint. | |||
2012-04-17 | tests: Remove line macro from port_bif_SUITE | Björn-Egil Dahlberg | |
2012-04-17 | Correct documentation, erl_bif_types and dialyzer tests | Patrik Nyblom | |
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 | |
When spawning OS (unix) processes with erlang:open_port, store the resulting unix pid so that it can be queried later on using erlang:port_info/1,2. | |||
2012-04-16 | Optimize process table access | Rickard Green | |
2012-04-16 | Implement possibility to use ordinary mutexes as process locks | Rickard Green | |
2012-04-16 | Update preloaded prim_inet.beam | Björn-Egil Dahlberg | |
2012-04-16 | erts: Remove bit8 option from prim_inet | Björn-Egil Dahlberg | |
2012-04-16 | kernel, erts: Remove bit8 option from inet | Björn-Egil Dahlberg | |
2012-04-13 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-04-13 | Merge branch 'rr/wa-lcnt/OTP-10051' into maint | Björn-Egil Dahlberg | |
* rr/wa-lcnt/OTP-10051: lcnt: Let runq locks reflect actual call location lcnt: Enhancement fixups erts: Add lcnt port and suspend options Increase ethr event and lock counting constants to allow at least +A 1024. | |||
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 | |
* Add new suspend, location, and port_locks options to erts_debug:lock_counters. * Init and destroy lock counting for processes and ports as appropriate. Conflicts: erts/emulator/beam/erl_bif_info.c | |||
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 Green | |
rickard/no_ets_write_concurrency-r15b01/OTP-10048 Conflicts: erts/emulator/beam/erl_db_hash.c | |||
2012-04-04 | Remove unnecessary memory barriers in ETS when no write_concurrency is used | Rickard Green | |
2012-04-03 | Update version numbers for R15B02 dev | Björn-Egil Dahlberg | |
2012-04-03 | Merge commit 'OTP_R15B01' | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Merge branch 'maint' | Sverker Eriksson | |
2012-03-30 | Merge branch 'sverk/proc-race-leak/OTP-10041' into maint | Sverker Eriksson | |
* sverk/proc-race-leak/OTP-10041: erts: Fix memory leak caused by race on exiting process | |||
2012-03-30 | Merge branch 'maint' | Rickard Green | |
* maint: Fix wakeup functionality in no thread support case | |||
2012-03-30 | Merge branch 'rickard/erts-poll/OTP-10019' into maint | Rickard Green | |
* rickard/erts-poll/OTP-10019: Fix wakeup functionality in no thread support case OTP-10036 is completely unrelated to this commit. Only here to trigger info about the OTP-10036 ticket in the release notes script... OTP-10036 | |||
2012-03-30 | erts: Fix memory leak caused by race on exiting process | Sverker Eriksson | |
Seen with valgrind running ets_SUITE:delete_large_tab or delete_large_named_table. | |||
2012-03-30 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-30 | Merge branch 'maint' | Gustav Simonsson | |
2012-03-30 | Merge branch 'ta/docs-maint' into maint | Gustav Simonsson | |
* ta/docs-maint: Fix typos in ct getting_started_chapter.xml Fix typos in driver.xml and erl_driver.xml Fix typos in INSTALL-WIN32.md OTP-10037 | |||
2012-03-28 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-03-28 | Merge branch 'lukas/system/skip_fenris_max_threads' into maint | Björn-Egil Dahlberg | |
* lukas/system/skip_fenris_max_threads: Skip on buggy solaris |