aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src/erlang.erl
AgeCommit message (Expand)Author
2019-01-10erts: Add erlang:system_flag(system_logger,_)Lukas Larsson
2019-01-10Implement integer_to_list/2 and integer_to_binary/2 as CIFsStanislav Mayorov
2018-12-13erts: Fix seq_trace:reset_trace dirty gc bugLukas Larsson
2018-07-09erts: Fix spec and docs for process_info 'monitored_by'Sverker Eriksson
2018-06-20Update system_info doc to include ets_countArtur Cygan
2018-05-22erts: Fix erlang:memory for 'processes' and 'processes_used'Sverker Eriksson
2018-05-16Replace previous suspend in setnode/3Rickard Green
2018-05-16New process suspend implementation based on async signalingRickard Green
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-25Merge branch 'map-get-bif' of git://github.com/michalmuskala/otpBjörn Gustavsson
2018-04-24Merge pull request #1790 from jhogberg/john/erts/more-alloc-info/OTP-14961John Högberg
2018-04-24Introduce map_get guard-safe functionMichał Muskała
2018-04-23erts: Rewrite memory instrumentationJohn Högberg
2018-04-16Deprecate erlang:get_stacktrace/0Björn Gustavsson
2018-03-23Merge branch 'rickard/signals/OTP-14589'Rickard Green
2018-03-23Merge branch 'john/erts/list-installed-nifs/OTP-14965'John Högberg
2018-03-22Fix signal order for is_process_aliveRickard Green
2018-03-21Add an option to ?MODULE:module_info/1 for listing NIFsJohn Högberg
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2018-03-02erts: Cleanup erlang:system_info docsLukas Larsson
2018-02-12Merge 'sverker/maint-20/alloc-n-migration/ERIERL-88'Sverker Eriksson
2018-02-12Merge 'sverker/maint-19/alloc-n-migration/ERIERL-88'Sverker Eriksson
2018-02-12Merge 'sverker/carrier-migration-improvements'Sverker Eriksson
2018-02-12erts: Add system_flags(erts_alloc,"+M?sbct *")Sverker Eriksson
2018-01-15Merge branch 'maint'Sverker Eriksson
2018-01-09erts: Fix term_to_binary/2 specSverker Eriksson
2017-12-20erts: Add more stats for mbcs_poolSverker Eriksson
2017-12-19Redirect system_flag(scheduler_wall_time,_) to kernel_refcRickard Green
2017-11-15Move new|abort_connection_id to erts_internalSverker Eriksson
2017-11-15Cleanup net_kernelSverker Eriksson
2017-11-15fix erlang specs and preloadedSverker Eriksson
2017-11-15Remove obsolete erlang:dgroup_leaderSverker Eriksson
2017-11-15Remove obsolete erlang:dexit/2Sverker Eriksson
2017-11-15Remove obsolete erlang:dlink/1, dunlink/1 and dist_exit/3Sverker Eriksson
2017-11-15Remove obsolete erlang:dsendSverker Eriksson
2017-11-15erts: Async auto-connect for monitor/2Sverker Eriksson
2017-11-15erts: Async auto-connect for monitor_nodeSverker Eriksson
2017-11-15erts: Introduce asynchronous auto-connectSverker Eriksson
2017-11-15Merge PR-1605 from sverker/sverker/binary_to_term-used OTP-14780Sverker Eriksson
2017-10-17erts: Add 'used' option to binary_to_term/2Sverker Eriksson
2017-10-12Merge branch 'rickard/null-chars/ERL-370/OTP-14543'Rickard Green
2017-10-11Don't allow null chars in various stringsRickard Green
2017-10-02erts: Update +IOt and msacc docsLukas Larsson
2017-09-06Merge branch 'maint' into john/erts/merge-zlib-and-vector-qJohn Högberg
2017-09-05erts: Add erlang:iolist_to_iovecLukas Larsson
2017-08-28Support for distribution controller processesRickard Green
2017-05-19Make statistics/1 aware of dirty run-queues and tasksRickard Green
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25erts: Add erlang:list_to_port/1 debug bifLukas Larsson
2017-04-25erts: Auto-import port_to_list for consistencyLukas Larsson