Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-27 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2013-05-27 | Merge branch 'raimo/race-in-prim_inet-close/OTP-10497' into maint | Raimo Niskanen | |
* raimo/race-in-prim_inet-close/OTP-10497: Do not unlink before closing port | |||
2013-05-24 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-24 | Merge branch 'nox/fix-silent-rules/OTP-11111' into maint | Fredrik Gustafsson | |
* nox/fix-silent-rules/OTP-11111: Fix some Makefile rules that didn't support silent rules | |||
2013-05-24 | Do not unlink before closing port | Raimo Niskanen | |
2013-05-22 | Merge branch 'maint' | Sverker Eriksson | |
2013-05-22 | Merge branch 'sverk/win64-fixes' into maint | Sverker Eriksson | |
* sverk/win64-fixes: erts: Change some more 'long' to pointer sized int (ErlDrvUInt) erts: Fix crash in nif_SUITE for win64 erts: Fix assert in isdigit for negative characters | |||
2013-05-22 | Merge branch 'maint' | Lukas Larsson | |
* maint: Bump crash dump version | |||
2013-05-22 | Merge branch 'lukas/erts/process_memory_crash_dump/OTP-11098' into maint | Lukas Larsson | |
* lukas/erts/process_memory_crash_dump/OTP-11098: Bump crash dump version | |||
2013-05-21 | Bump crash dump version | Lukas Larsson | |
2013-05-20 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-20 | Merge branch 'nox/fix-wcwidth/OTP-11106' into maint | Fredrik Gustafsson | |
* nox/fix-wcwidth/OTP-11106: Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drv | |||
2013-05-16 | Merge branch 'maint' | Rickard Green | |
* maint: Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled Make high_msgq_watermark and low_msgq_watermark generic inet options Do not treat port_set_data/port_get_data as signals Add 'frmptr' emulator type Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam erts/preloaded/ebin/prim_inet.beam | |||
2013-05-16 | Merge branch 'rickard/frmptr' into maint | Rickard Green | |
* rickard/frmptr: Add 'frmptr' emulator type Conflicts: erts/preloaded/ebin/erlang.beam | |||
2013-05-16 | Merge branch 'rickard/nosuspend/OTP-11076' into maint | Rickard Green | |
* rickard/nosuspend/OTP-11076: Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled | |||
2013-05-16 | Merge branch 'rickard/inet_opts/OTP-11075' into maint | Rickard Green | |
* rickard/inet_opts/OTP-11075: Make high_msgq_watermark and low_msgq_watermark generic inet options Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2013-05-16 | Merge branch 'rickard/inet_db/OTP-11074' into maint | Rickard Green | |
* rickard/inet_db/OTP-11074: Do not treat port_set_data/port_get_data as signals Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam | |||
2013-05-16 | Merge branch 'maint' | Lukas Larsson | |
* maint: Print process memory usage info in crash dump | |||
2013-05-16 | Merge branch 'lukas/erts/process_memory_crash_dump/OTP-11098' into maint | Lukas Larsson | |
* lukas/erts/process_memory_crash_dump/OTP-11098: Print process memory usage info in crash dump | |||
2013-05-16 | Merge branch 'maint' | Lukas Larsson | |
* maint: Change rwlock to rlock where possible | |||
2013-05-16 | Merge branch 'lukas/erts/nodes_rwlock_contentions/OTP-11097' into maint | Lukas Larsson | |
* lukas/erts/nodes_rwlock_contentions/OTP-11097: Change rwlock to rlock where possible | |||
2013-05-16 | Change rwlock to rlock where possible | Lukas Larsson | |
Having rwlock could cause high unneccesary contention on the dist table when calling erlang:nodes() from many schedulers at the same time. | |||
2013-05-16 | Merge branch 'maint' | Lukas Larsson | |
* maint: Repeat flush loop at timeout intervals | |||
2013-05-16 | Merge branch 'lukas/erts/win32_io_flush_hangs/OTP-11096' into maint | Lukas Larsson | |
* lukas/erts/win32_io_flush_hangs/OTP-11096: Repeat flush loop at timeout intervals | |||
2013-05-14 | Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drv | Anthony Ramine | |
2013-05-13 | Print process memory usage info in crash dump | Lukas Larsson | |
2013-05-08 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-08 | Merge branch 'nox/wide-chars/OTP-11088' into maint | Fredrik Gustafsson | |
* nox/wide-chars/OTP-11088: Support wide characters in the shell through wcwidth() Fix bogus DEBUGLOG() incantations in ttsl_drv | |||
2013-05-06 | Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled | Rickard Green | |
2013-05-06 | Make high_msgq_watermark and low_msgq_watermark generic inet options | Rickard Green | |
2013-05-06 | erts: Change some more 'long' to pointer sized int (ErlDrvUInt) | Sverker Eriksson | |
2013-05-06 | Merge branch 'maint' | Sverker Eriksson | |
2013-05-06 | Merge branch 'sverk/fix-alloc-fixes' into maint | Sverker Eriksson | |
* sverk/fix-alloc-fixes: erts: Remove unnecessary utf8 analysis step in external decoding erts: Fix locking order violation for allocation wrappers erts: Change locking order for "port_table" and "port_sched_lock" erts: Adjust sizes for fix allocator erts: Fix unabused bug in fixed allocation erts: Fix benign size-bug for fix-allocators MONITOR_SH and NLINK_SH erts: Refactor in new struct ErtsAllctrFixDDBlock_t OTP-11085 | |||
2013-05-06 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-05-06 | Merge branch 'nox/fix-warnings/OTP-11086' into maint | Fredrik Gustafsson | |
* nox/fix-warnings/OTP-11086: Fix some sign warnings found with Clang Fix a shift/reduce conflicts warning in icparse Fix two deprecation warnings in com.ericsson.otp.ic.Environment Define matherr only on platforms where it is used Properly declare _sigaction on Darwin Properly mark Uint literals as unsigned in big.c Do not use -mdynamic-no-pic on Darwin | |||
2013-05-06 | Update preloaded files | Hans Bolinder | |
2013-05-06 | Fix unmatched_return warning in erl_prim_loader | Siri Hansen | |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder | |
2013-05-03 | erts: Fix crash in nif_SUITE for win64 | Sverker Eriksson | |
'long' is not pointer sized on win64 | |||
2013-05-03 | erts: Fix assert in isdigit for negative characters | Sverker Eriksson | |
2013-05-03 | Merge branch 'egil/opt-list_to_binary/OTP-11082' | Björn-Egil Dahlberg | |
* egil/opt-list_to_binary/OTP-11082: erts: Use fast path for list_to_binary([Bin]) case | |||
2013-04-30 | erts: Use fast path for list_to_binary([Bin]) case | Björn-Egil Dahlberg | |
A common case is to wrap an argument to list_to_binary in a list to ensure conversion can happen even though the argument may already be a binary. Use fast path for this case. | |||
2013-04-30 | Fix some sign warnings found with Clang | Anthony Ramine | |
2013-04-30 | Define matherr only on platforms where it is used | Anthony Ramine | |
2013-04-30 | Properly declare _sigaction on Darwin | Anthony Ramine | |
2013-04-30 | Properly mark Uint literals as unsigned in big.c | Anthony Ramine | |
2013-04-29 | Do not treat port_set_data/port_get_data as signals | Rickard Green | |
2013-04-27 | Support wide characters in the shell through wcwidth() | Anthony Ramine | |
There is one remaining bug where ttsl_drv's state ends up inconsistent with the terminal own state; when a wide character is entered on the last column of the terminal. Reported-by: Loïc Hoguin | |||
2013-04-27 | Fix bogus DEBUGLOG() incantations in ttsl_drv | Anthony Ramine | |
2013-04-27 | Do not use -mdynamic-no-pic on Darwin | Anthony Ramine | |
Latest OS X versions ignore this flag as non PIC objects are discouraged. |