Age | Commit message (Expand) | Author |
2013-07-11 | Fix variable ‘rp_had_locks’ set but not used warning | Rickard Green |
2013-07-11 | Fix 'no previous prototype' warning for dtrace functions | Rickard Green |
2013-07-11 | Merge branch 'jw/fix-float-middle-endian/OTP-11201' into maint | Fredrik Gustafsson |
2013-07-10 | Merge branch 'rickard/info/OTP-11196' into maint | Rickard Green |
2013-07-09 | Make information about use of jump table available via system_info BIF | Rickard Green |
2013-07-09 | Make ethread library information available via system_info BIF | Rickard Green |
2013-07-09 | Make emulator arguments available via the system_info BIF | Rickard Green |
2013-06-20 | Merge branch 'sverk/aoffcbf' into maint | Sverker Eriksson |
2013-06-19 | erts: Make aoffcbf default when migration is enabled | Sverker Eriksson |
2013-06-19 | erts: Add new allocator strategy aoffcbf | Sverker Eriksson |
2013-06-14 | erts: Fix memory leak in term_to_binary/2 with compressed option | Sverker Eriksson |
2013-06-14 | Fix binary construction on floating point middle-endian machines | Johannes Weißl |
2013-06-14 | Fix binary matching on floating point middle-endian machines | Johannes Weißl |
2013-06-14 | Fix erlang:phash2() on floating point middle-endian machines | Johannes Weißl |
2013-06-14 | Fix external term format BIFs on floating point middle-endian machines | Johannes Weißl |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg |
2013-06-12 | Merge branch 'rickard/+sfwi/OTP-11164' into maint | Rickard Green |
2013-06-11 | erts: Add the +sfwi system flag | Rickard Green |
2013-06-11 | Merge branch 'pan/happi/yield_in_term_to_binary' into maintOTP_R16B01_RC1 | Patrik Nyblom |
2013-06-10 | term_to_binary: Remove debug code and set production trap levels | Patrik Nyblom |
2013-06-10 | Merge branch 'rickard-sverker/carrier-migration/OTP-10279' into maint | Rickard Green |
2013-06-10 | Merge branch 'sverk/darwin-unlimited-select' into maint | Sverker Eriksson |
2013-06-10 | Merge branch 'rickard/stale-driver-select/OTP-11084' into maint | Rickard Green |
2013-06-10 | Fix bad fix of erts_stale_drv_select() | Rickard Green |
2013-06-10 | erts: Fix debug code in erts_ptab_test_next_id() | Rickard Green |
2013-06-10 | erts: Fix warning | Rickard Green |
2013-06-10 | erts: Fix management of redirected carrier to deallocate | Rickard Green |
2013-06-06 | Teach erl_gc:offset_rootset about extra_root | Patrik Nyblom |
2013-06-05 | Teach external.c to handle reallocs before compression | Patrik Nyblom |
2013-06-05 | Merge branch 'pan/unicode_error_wrong_offset' into maint | Patrik Nyblom |
2013-06-05 | Merge branch 'pan/r16b01/system_monitor_long_schedule/OTP-11067' into maint | Patrik Nyblom |
2013-06-05 | Merge branch 'pan/win_now_jumps' into maint | Patrik Nyblom |
2013-06-05 | Make all steps ofterm_to_binary work in chunks and yield | Patrik Nyblom |
2013-06-04 | Make term_to_binary yield (trap). | happi |
2013-06-04 | Merge branch 'rickard/stale-driver-select/OTP-11084' into maint | Rickard Green |
2013-06-04 | erts: Carrier pool information in allocator information | Rickard Green |
2013-06-04 | erts: Use carrier pool for migration of carriers | Rickard Green |
2013-06-04 | erts: Implement test case for carrier pool | Rickard Green |
2013-06-04 | erts: Implement carrier pool | Rickard Green |
2013-06-04 | erts: Fix type errors in info functions | Rickard Green |
2013-06-04 | erts: Use Uint64 for call counts | Rickard Green |
2013-06-03 | erts: Rename allocator aoffcbf to aoffcaobf | Sverker Eriksson |
2013-06-03 | erts: Remove unnecessary flag arguments in allocators | Sverker Eriksson |
2013-06-03 | erts: Remove SBMBC allocator | Sverker Eriksson |
2013-06-03 | erts: Add test for add_mbc and remove_mbc callbacks | Sverker Eriksson |
2013-06-03 | erts: Fix deallocation in removed carrier | Sverker Eriksson |
2013-06-03 | erts: Change naive list to rb-tree of carriers in AOFF allocator | Sverker Eriksson |
2013-06-03 | erts: Prepare aoff allocator for carrier migration | Sverker Eriksson |
2013-06-03 | erts: Make carrier header sizes customizable | Sverker Eriksson |
2013-06-03 | erts: Add "bestfit within carrier" for aoff allocator (aoffcbf) | Sverker Eriksson |