Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'ta/ct_run-unused-fun/OTP-11003' into maint | Fredrik Gustafsson | |
* ta/ct_run-unused-fun/OTP-11003: ct_run: delete unused function | |||
2013-04-03 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-03 | Merge branch 'bh/fix-erlsrv-usage-typo/OTP-11002' into maint | Fredrik Gustafsson | |
* bh/fix-erlsrv-usage-typo/OTP-11002: Correct typo in erlsrv usage. | |||
2013-04-02 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-04-02 | Merge branch 'sverk/meta-trace-leak' into maint | Sverker Eriksson | |
* sverk/meta-trace-leak: erts: Fix memleak related to meta tracing OTP-10997 | |||
2013-03-31 | ct_run: delete unused function | Tuncer Ayaz | |
2013-03-29 | Correct typo in erlsrv usage. | Bryan Hunter | |
2013-03-27 | Merge branch 'maint' | Lukas Larsson | |
* maint: Do driver_deq in worker threads instead of async_ready | |||
2013-03-27 | Merge branch 'lukas/erts/efile_delayed_write_fix/OTP-10984' into maint | Lukas Larsson | |
* lukas/erts/efile_delayed_write_fix/OTP-10984: Do driver_deq in worker threads instead of async_ready | |||
2013-03-26 | Merge branch 'maint' | Dan Gudmundsson | |
2013-03-26 | Merge branch 'dgud/testcase_fixes' into maint | Dan Gudmundsson | |
* dgud/testcase_fixes: Fix timers mnesia: Decrease test times Add debug printouts wx: Fix failing testcases stdlib: Ignore symlink tests on windows | |||
2013-03-19 | Merge branch 'maint' | Hans Bolinder | |
* maint: Let escript recognize an encoding comment on the second line | |||
2013-03-19 | Let escript recognize an encoding comment on the second line | Hans Bolinder | |
The manual says that an Emacs directive can be placed on the second line. With this patch that directive is also recognized when selecting encoding of the script. | |||
2013-03-18 | Merge branch 'maint' | Patrik Nyblom | |
2013-03-18 | Add dependency to dtrace header for parallell make | Patrik Nyblom | |
2013-03-18 | Make configure test for fallocate try to link | Patrik Nyblom | |
This hopefully detects fault glibc's where fallocate64 is nonexistent. | |||
2013-03-18 | Set unique anchor on +pc flag in erl.xml | Patrik Nyblom | |
2013-03-15 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-03-13 | Do driver_deq in worker threads instead of async_ready | Lukas Larsson | |
Doing it in async_ready was needed before the pdl was introduced, but now with the pdl the deq no longer needs the port lock to protect it. This was not an issue when async_ready was called in the worker thread, but now (R15B) that it is signalled back to the scheduler, some very nasty race conditions could occur when using driver_timer and async jobs. | |||
2013-03-08 | compilation fix for NetBSD | YAMAMOTO Takashi | |
spells __NetBSD__ correctly. | |||
2013-03-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-03-07 | Merge branch 'egil/fix-mseg_dealloc-arguments/OTP-10912' into maint | Björn-Egil Dahlberg | |
* egil/fix-mseg_dealloc-arguments/OTP-10912: erts: Fix refactor error in mseg | |||
2013-03-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-03-05 | erts: Fix refactor error in mseg | Björn-Egil Dahlberg | |
Faulty number of arguments to mseg_dealloc. Problem arises if we try to compile halfword on operating system which do not have mremap. Not a supported case. | |||
2013-03-04 | erts: Fix void * arithmetic | Björn-Egil Dahlberg | |
2013-03-04 | erts: gcc ansi does not allow 'inline' | Björn-Egil Dahlberg | |
2013-03-04 | erts: Use block comments - ansi style | Björn-Egil Dahlberg | |
2013-03-04 | hipe: Use block comments - ansi style | Björn-Egil Dahlberg | |
2013-02-28 | erts: Fix memleak related to meta tracing | Sverker Eriksson | |
2013-02-27 | Update version numbers for R17A development | Björn-Egil Dahlberg | |
2013-02-27 | Update version numbers for R16B01 development | Björn-Egil Dahlberg | |
2013-02-26 | Add debug printouts | Dan Gudmundsson | |
Testcase if wobbling | |||
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-25 | Merge branch 'sverk/halfword-loading-crash' | Sverker Eriksson | |
* sverk/halfword-loading-crash: erts: Fix crash on halfword and code_SUITE:big_boot_embedded OTP-10896 | |||
2013-02-25 | Merge branch 'lukas/erts/add_ERL_MAX_PORTS_env/OTP-10895' | Lukas Larsson | |
* lukas/erts/add_ERL_MAX_PORTS_env/OTP-10895: Undo removal of ERL_MAX_PORTS os variable | |||
2013-02-25 | Merge branch 'lukas/erts/default_ports_win32/OTP-10892' | Lukas Larsson | |
* lukas/erts/default_ports_win32/OTP-10892: Update to work with new default windows max ports Set default max ports on win32 to 8192 | |||
2013-02-25 | erts: Make vxworks build | Björn-Egil Dahlberg | |
2013-02-25 | Undo removal of ERL_MAX_PORTS os variable | Lukas Larsson | |
2013-02-25 | Set default max ports on win32 to 8192 | Lukas Larsson | |
2013-02-25 | erts: Fix crash on halfword and code_SUITE:big_boot_embedded | Sverker Eriksson | |
2013-02-23 | Merge branch 'rickard/epmd-prot-doc/OTP-10872' | Rickard Green | |
* rickard/epmd-prot-doc/OTP-10872: Add info about UTF-8 encoding of nodename | |||
2013-02-23 | Merge branch 'rickard/win-drv-bugfix/OTP-10803' | Rickard Green | |
* rickard/win-drv-bugfix/OTP-10803: Fix close_active_handle() properly | |||
2013-02-22 | Merge branch 'egil/win-efile-bugfix/OTP-10890' | Björn-Egil Dahlberg | |
* egil/win-efile-bugfix/OTP-10890: erts: Use correct type for ReadFile bytes read | |||
2013-02-22 | Update preloaded modules | Björn-Egil Dahlberg | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-22 | Add info about UTF-8 encoding of nodename | Rickard Green | |
2013-02-22 | erts: Use correct type for ReadFile bytes read | Björn-Egil Dahlberg | |
Using a 64bit type for bytes read will not always clear the higher bits. | |||
2013-02-22 | Merge branch 'rickard/r16b/port-leak/OTP-10809' | Rickard Green | |
* rickard/r16b/port-leak/OTP-10809: Fix port structure leak when hitting system limit | |||
2013-02-22 | Merge branch 'sverk/win-64-pointer-fix' | Sverker Eriksson | |
* sverk/win-64-pointer-fix: erts: Correct term type for printf %T erts: Correct internal printf integer type for win64 erts: Correct some printf type formatting erts: Fix type bug in get_proc_affinity for windows OTP-10887 Forgot this ticket for sverk/erlang_pid-revert: OTP-10885 |