summaryrefslogtreecommitdiff
path: root/erts/preloaded/src/init.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-03-091-1/+1
* Merge branch 'rickard/prevent-overlapping-partitions/24.2/ERIERL-732/OTP-1784...Rickard Green2022-02-111-0/+20
|\
| * Merge branch 'rickard/prevent-overlapping-partitions/23.3.4/ERIERL-732/OTP-17...Rickard Green2022-02-061-0/+20
| |\
| | * Merge branch 'rickard/prevent-overlapping-partitions/22.3.4/ERIERL-732/OTP-17...Rickard Green2022-02-061-0/+20
| | |\
| | | * global: Preventing overlapping partitions fixRickard Green2022-02-061-0/+20
* | | | Include the error reason when loading a nif failsDominic Letz2022-02-081-1/+1
|/ / /
* | | Do not unload modules during stopJosé Valim2021-08-051-5/+6
* | | Init socket tables during init:restartRaimo Niskanen2021-05-271-2/+2
* | | erts: Fix handling of io messages in initLukas Larsson2021-02-161-10/+21
* | | Merge pull request #2885 from garazdawi/lukas/kernel/logger_simple_format_fix...Lukas Larsson2021-01-131-15/+9
|\ \ \
| * | | logger: Make logger_simple print pretty reportsLukas Larsson2020-11-251-15/+9
| |/ /
* | | Add erl option for reading config from file descriptorKjell Winblad2020-12-111-5/+71
* | | otp: Remove all purify supportSverker Eriksson2020-11-091-4/+0
|/ /
* | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ | |/
| * Update copyright yearRickard Green2020-03-131-1/+1
* | Allow changing the -mode when the system restartsJosé Valim2020-02-191-8/+29
|/
* Merge branch 'maint'Siri Hansen2019-03-041-2/+5
|\
| * [logger] Change timestamp from erlang:system_time to os:system_timeSiri Hansen2019-02-221-2/+5
* | Merge branch 'maint'Siri Hansen2019-01-211-1/+1
|\ \ | |/
| * Use system_time instead of monotonic_time in log eventsSiri Hansen2019-01-161-1/+1
* | Merge branch 'maint'Björn Gustavsson2018-11-061-0/+1
|\ \ | |/
| * Add a persistent term storageBjörn Gustavsson2018-11-061-0/+1
* | Merge branch 'richcarl/erts/erl_init-cleanup/OTP-15336'Lukas Larsson2018-10-011-6/+0
|\ \ | |/ |/|
| * Move calling on_load for preloaded modules to erl_initRichard Carlsson2018-05-241-6/+0
* | Update copyright yearHenrik Nord2018-06-181-1/+1
|/
* Don't kill logger process until all other processes are deadSiri Hansen2018-04-261-20/+31
* Remove error_logger process and add logger processSiri Hansen2018-04-261-1/+6
* erts: Flush messages before doing init restartLukas Larsson2018-04-101-0/+9
* Reword docs related to the runtime system modeXavier Noria2018-02-021-2/+2
* Reimplement efile_drv as a dirty NIFJohn Högberg2017-11-301-2/+3
* Replace the zlib driver with a NIFJohn Högberg2017-09-051-0/+2
* Merge branch 'sverker/refactor'Sverker Eriksson2017-04-251-8/+0
|\
| * erts: Remove hipe_bifs:remove_refs_from/1Sverker Eriksson2017-04-051-8/+0
* | Merge branch 'lukas/erts/print_complex_crash_slogan/OTP-14303'Lukas Larsson2017-04-101-12/+27
|\ \ | |/ |/|
| * erts: Print more complex terms in crash reasonLukas Larsson2017-03-281-12/+27
* | erts: Fix handling of locations and annotationsHans Bolinder2017-03-081-2/+2
|/
* Use magic refs for code loading stateRickard Green2017-02-061-4/+4
* erts: Fix -profile_boot 'true'|'false' parsingBjörn-Egil Dahlberg2016-10-101-2/+2
* Merge branch 'rickard/fun-purge-bug/OTP-13809' and 'rickard/new-purge-strateg...Rickard Green2016-08-291-2/+2
|\
| * Fix purge of codeRickard Green2016-08-291-2/+2
* | erts/kernel: Fix code loading deadlock during init:stopLukas Larsson2016-08-121-3/+2
|/
* erts: Remove unnecessary halt string truncationSverker Eriksson2016-05-251-8/+2
* erts: Implement halt/0 and halt/1 in ErlangSverker Eriksson2016-05-251-0/+1
* Check exit status in init:stop/1 and simplify documentationRichard Carlsson2016-05-201-10/+26
* erts: Add profiling of startupBjörn-Egil Dahlberg2016-04-261-1/+75
* erts: Implement tracer modulesLukas Larsson2016-04-151-0/+4
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | init: Load modules in parallel using the new loader BIFsBjörn Gustavsson2016-03-171-49/+67
* | init: Correct spec for fetch_loaded/1Björn Gustavsson2016-03-161-1/+1
|/