summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Fix grammatical error in erl_nif documentationMike Benza2019-09-061-1/+1
* Merge branch 'sverker/proc-exit-dist-trap' into maintSverker Eriksson2019-09-061-1/+10
|\
| * erts: Fix bugs for exiting process and ERTS_DSIG_SEND_YIELDSverker Eriksson2019-09-041-1/+10
* | Merge branch 'sverker/ets-info-binary-bus-error' into maintSverker Eriksson2019-09-064-17/+42
|\ \
| * | erts: Fix ets compressed offheap inspectionsSverker Eriksson2019-09-054-17/+42
| |/
* | Merge branch 'bmk/erts/esock/20190904/skipping_on_old_sles10sp1_x86' into maintMicael Karlberg2019-09-061-1/+9
|\ \
| * | [esock|test] Skip (Unix Domain Socket) test case on old SLES10Micael Karlberg2019-09-041-1/+9
* | | Merge branch 'bjorn/erlc-server/OTP-15738' into maintBjörn Gustavsson2019-09-041-7/+6
|\ \ \ | |/ / |/| |
| * | erlc: Tolerate that erlc is installed in a dir with space in its nameBjörn Gustavsson2019-09-021-7/+6
* | | [esock|test] Attempt to skip on old fedoraMicael Karlberg2019-09-031-3/+17
| |/ |/|
* | Merge branch 'sverker/erts/persistent_term-kill-updater-bug/OTP-16041' into m...Sverker Eriksson2019-09-031-0/+2
|\ \
| * | erts: Fix persistent_term bug when process killed during updateSverker Eriksson2019-09-021-0/+2
* | | erts: Add units to all crash dump doc memory slogansLukas Larsson2019-09-031-14/+11
* | | Merge branch 'lukas/hipe/disable-without-glibc/OTP-16037' into maintLukas Larsson2019-09-022-14/+24
|\ \ \
| * | | erts: Do not check for ic in configure if not presentLukas Larsson2019-09-021-1/+5
| * | | hipe: Disable if non-glibc libc is detectedLukas Larsson2019-09-022-13/+19
* | | | Merge branch 'sverker/erts/ets-info-binary/OTP-16035' into maintSverker Eriksson2019-09-0213-15/+391
|\ \ \ \
| * | | | erts: Add ets:info(_, binary)Rickard Green2019-08-2913-15/+391
* | | | | Merge branch 'rickard/unicode-bin/OTP-16002' into maintRickard Green2019-09-021-6/+28
|\ \ \ \ \
| * | | | | Return heap binary from unicode:characters_to_binary() when result is smallRickard Green2019-08-231-6/+28
* | | | | | Merge branch 'rickard/port-bin-output/OTP-16001' into maintRickard Green2019-09-021-32/+68
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Output heap binaries from ports when data is smallRickard Green2019-08-231-32/+68
* | | | | Merge branch 'sverker/erl-nif-stub-doc/OTP-16028' into maintSverker Eriksson2019-08-291-23/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | erts: Improve erl_nif documentation about on_load and stubsSverker Eriksson2019-08-291-23/+26
| | |/ / | |/| |
* | | | Merge branch 'bjorn/erlc-server/OTP-15738' of https://github.com/bjorng/otp i...Björn Gustavsson2019-08-285-28/+618
|\ \ \ \
| * | | | Don't use the compile server for PGOBjörn Gustavsson2019-08-261-2/+2
| * | | | Teach erlc to use the compile serverBjörn Gustavsson2019-08-264-26/+616
| |/ / /
* | | | erts: Add missing prototypeJohn Högberg2019-08-261-0/+1
|/ / /
* | | Merge branch 'sverker/ets-delete-tree-trapping' into maintSverker Eriksson2019-08-222-148/+136
|\ \ \
| * | | erts: Refactor ets catree deletionSverker Eriksson2019-08-152-148/+136
* | | | Add helping verbTom Kelley2019-08-191-1/+1
* | | | Merge branch 'john/erts/process_info-binary-heap-fragments/OTP-15978' into maintJohn Högberg2019-08-161-6/+20
|\ \ \ \ | |/ / / |/| | |
| * | | erts: Scan heap fragments for off-heap binariesJohn Högberg2019-08-121-6/+20
| | |/ | |/|
* | | Merge branch 'john/erts/fix-instrument-allocations-race/OTP-15983' into maintJohn Högberg2019-08-131-27/+42
|\ \ \
| * | | erts: Fix crash in instrument:allocations/0-1John Högberg2019-08-121-27/+42
* | | | Merge branch 'john/erts/bs_get_binary2-heap-binaries/OTP-15977' into maintJohn Högberg2019-08-127-237/+298
|\ \ \ \
| * | | | erts: Create heap binaries in binary:split/2-3John Högberg2019-08-091-78/+81
| * | | | erts: Create heap binaries in binary_part/2-3John Högberg2019-08-091-13/+12
| * | | | erts: Create heap binaries in split_binary/2John Högberg2019-08-092-50/+47
| * | | | erts: Create heap binaries in bs_get_binary2John Högberg2019-08-093-33/+76
| * | | | erts: Remove size check in bs_start_matchJohn Högberg2019-08-092-21/+6
| * | | | erts: Disallow binaries whose size in bits exceeds UWORD_MAXJohn Högberg2019-08-091-42/+76
* | | | | Merge pull request #2325 from max-au/is_map_key_doc_fixBjörn Gustavsson2019-08-121-0/+1
|\ \ \ \ \
| * | | | | Fix documentation for erlang:is_map_key/2Maxim Fedorov2019-07-291-0/+1
* | | | | | Merge branch 'john/erts/fun_to_list-escaping/OTP-15975/ERL-1009' into maintJohn Högberg2019-08-082-6/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | erts: Escape atoms in erlang:fun_to_list/1John Högberg2019-08-072-6/+33
* | | | | | Merge pull request #2333 from matwey/fix_ethr_x86_cpuid_asm/OTP-15971Lukas Larsson2019-08-051-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | erts: Do not use named no_cpuid label in asmMatwey V. Kornilov2019-07-271-2/+2
| |/ / / /
* | | | | Merge branch 'bmk/erts/esock/20190730/select_info/OTP-15958' into maintMicael Karlberg2019-08-013-9/+4
|\ \ \ \ \
| * | | | | [esock|doc] Updated select-infoMicael Karlberg2019-07-301-5/+0