summaryrefslogtreecommitdiff
path: root/erts/emulator
Commit message (Expand)AuthorAgeFilesLines
* Implement platform specific aligned sys_alloc and use when supportedRickard Green2013-09-2510-69/+179
* Do not count offline run-queues as emptyRickard Green2013-04-161-6/+4
* Merge branch 'egil/r16/fix-delete_element/OTP-10932' into maint-r16Erlang/OTP2013-04-041-14/+10
|\
| * erts: Refactor erlang:insert_element/3 for clarityBjörn-Egil Dahlberg2013-03-121-7/+5
| * erts: Fix copy error in erlang:delete_element/2Björn-Egil Dahlberg2013-03-121-7/+5
* | Merge branch 'rickard/sys-flags/OTP-11000' into maint-r16Erlang/OTP2013-04-041-2/+2
|\ \
| * | Fix `+sws' and `+swt' system flagsRickard Green2013-04-031-2/+2
* | | Merge branch 'rickard/thr_prgr_later_op/OTP-10994' into maint-r16Erlang/OTP2013-04-0410-43/+174
|\ \ \
| * | | Make port close not be delayedPatrik Nyblom2013-04-041-4/+4
| |/ /
| * | Be less eager requesting wakeup for cleanup jobsRickard Green2013-04-0310-46/+177
| |/
* | Fix erlang:is_process_alive/1Rickard Green2013-03-121-1/+1
|/
* Merge branch 'sverk/halfword-loading-crash'Sverker Eriksson2013-02-251-2/+2
|\
| * erts: Fix crash on halfword and code_SUITE:big_boot_embeddedSverker Eriksson2013-02-251-2/+2
* | Merge branch 'lukas/erts/add_ERL_MAX_PORTS_env/OTP-10895'Lukas Larsson2013-02-251-0/+6
|\ \
| * | Undo removal of ERL_MAX_PORTS os variableLukas Larsson2013-02-251-0/+6
| |/
* | Set default max ports on win32 to 8192Lukas Larsson2013-02-251-0/+11
|/
* Merge branch 'rickard/win-drv-bugfix/OTP-10803'Rickard Green2013-02-231-8/+16
|\
| * Fix close_active_handle() properlyRickard Green2013-02-221-8/+16
* | Merge branch 'egil/win-efile-bugfix/OTP-10890'Björn-Egil Dahlberg2013-02-222-2/+5
|\ \
| * | erts: Use correct type for ReadFile bytes readBjörn-Egil Dahlberg2013-02-222-2/+5
* | | Update copyright yearsBjörn-Egil Dahlberg2013-02-2234-34/+34
* | | Merge branch 'rickard/r16b/port-leak/OTP-10809'Rickard Green2013-02-221-0/+1
|\ \ \ | |/ / |/| |
| * | Fix port structure leak when hitting system limitRickard Green2013-02-211-0/+1
* | | Merge branch 'sverk/win-64-pointer-fix'Sverker Eriksson2013-02-225-43/+44
|\ \ \
| * | | erts: Correct term type for printf %TR. Blaine Whittle2013-02-212-5/+8
| * | | erts: Correct internal printf integer type for win64R. Blaine Whittle2013-02-211-27/+27
| * | | erts: Correct some printf type formattingSverker Eriksson2013-02-203-11/+9
* | | | Merge branch 'pan/unicode_printable_ranges'Patrik Nyblom2013-02-225-7/+61
|\ \ \ \
| * | | | Add +pc {latin1|unicode} switch and io:printable_range/0Patrik Nyblom2013-02-185-7/+61
* | | | | Merge branch 'rickard/r16b/thread-queue-fix/OTP-10854'Rickard Green2013-02-214-78/+196
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rickard/thread-queue-fix/OTP-10854' into rickard/r16b/thread-qu...Rickard Green2013-02-214-78/+196
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix lost enqueue notificationRickard Green2013-02-211-35/+44
| | * | | | Use dirty read instead of union which can be unsafe on some platformsRickard Green2013-02-212-52/+61
| | * | | | Add atomic dirty read and dirty set operationsRickard Green2013-02-182-0/+96
* | | | | | Merge branch 'sverk/tcp-exit_on_close-false'Sverker Eriksson2013-02-211-2/+2
|\ \ \ \ \ \
| * | | | | | inet_drv: Fix condition to reject INET_REQ_IGNOREFD for UDP and SCTPSverker Eriksson2013-02-071-1/+1
| * | | | | | A stab at fixing bug with {exit_on_close,false} not workingSverker Eriksson2013-01-291-1/+1
* | | | | | | Merge branch 'lukas/erts/fix_non_smp_shell_sws/OTP-10661'Lukas Larsson2013-02-211-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix bug where +sws proposal was still allowed to be setLukas Larsson2013-02-191-2/+1
* | | | | | | | Merge branch 'lukas/erts/efile_iter_max_files'Lukas Larsson2013-02-211-6/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Move test to slave node with limited portsLukas Larsson2013-02-191-6/+14
| |/ / / / / / /
* | | | | | | | Merge branch 'ks/hipe_bif-remove_refs_from/OTP-10851'Fredrik Gustafsson2013-02-201-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the return value of hipe_bifs:remove_refs_from/1Kostis Sagonas2013-02-131-2/+2
* | | | | | | | | Merge branch 'egil/fix-atom-hash/OTP-10860'Björn-Egil Dahlberg2013-02-202-1/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: Testing hash values of unicode atomsBjörn-Egil Dahlberg2013-02-191-0/+8
| * | | | | | | | | erts: Fix atom hash for latin1 charactersBjörn-Egil Dahlberg2013-02-191-1/+9
| * | | | | | | | | tests: Add latin1 chars atom testBjörn-Egil Dahlberg2013-02-191-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sverk/is_module_native-fix'Sverker Eriksson2013-02-201-1/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | erts: Fix code:is_module_nativeSverker Eriksson2013-02-181-1/+15
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | noncharacter code points are allowedLukas Larsson2013-02-181-3/+1
|/ / / / / / / /