summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/sys.h
Commit message (Expand)AuthorAgeFilesLines
* erts: Restructure include of hash.h to work with inlineLukas Larsson2019-08-131-1/+10
* Fix AIX weirdness woth section attribute by not using itCalvin Buckley2019-05-291-1/+2
* Make erlang:phash2/1 and erlang:phash2/2 yieldKjell Winblad2019-05-271-0/+6
* erts: Skip ERTS_NOINLINE on non-GCC-compatible compilersJohn Högberg2019-04-081-2/+0
* stdlib: fix re:replace on LTO buildsSergei Trofimovich2019-03-291-0/+10
* sys.h: Check for overflow checking aritmethic builtinsBjörn Gustavsson2019-03-061-0/+17
* erts: Add magic port control numbersSverker Eriksson2019-01-281-0/+9
* erts: Add new module 'atomics'Sverker Eriksson2018-11-151-0/+3
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Correct overflow in ERTS_SINT64_MIN and add macros for 16/32John Högberg2018-03-231-19/+21
* erts: Fix some zero size sys_memcpySverker Eriksson2018-03-201-3/+1
* erts: Make sys_memcpy and friends inline functionsSverker Eriksson2018-03-201-21/+67
* Check the arguments to sys_memcpy and friendsJohn Högberg2018-03-091-10/+30
* Replace the libc environment with a thread-safe emulationJohn Högberg2018-01-031-19/+18
* Merge branch 'lukas/erts/use_SIGRTMIN_for_sys_suspend/OTP-14682'Lukas Larsson2017-10-121-3/+8
|\
| * erts: Use SIGRTMIN on linux for sys_suspendLukas Larsson2017-10-121-3/+8
* | Merge branch 'rickard/null-chars/ERL-370/OTP-14543'Rickard Green2017-10-121-0/+48
|\ \
| * | Don't allow null chars in various stringsRickard Green2017-10-111-0/+48
* | | erts: Move all I/O polling to a seperate threadLukas Larsson2017-10-021-4/+0
* | | erts: Add number of enif_select's to check_io_debugSverker Eriksson2017-09-151-0/+1
* | | erts: Remove undocumented driver_eventSverker Eriksson2017-09-151-1/+0
* | | erts: Refactor move check_io interface from sys to check_ioSverker Eriksson2017-09-151-4/+0
* | | Merge branch 'maint'John Högberg2017-09-111-0/+8
|\ \ \ | |/ /
| * | Replace ad-hoc MIN/MAX macros with common onesJohn Högberg2017-09-071-0/+8
* | | Merge branch 'maint'Rickard Green2017-09-051-4/+0
|\ \ \ | |/ / | | / | |/ |/|
| * Bug fixes of statistics(wall_clock) and statistics(runtime)Rickard Green2017-09-041-4/+0
| * Merge branch 'rickard/statistics/OTP-14484' into maint-20Erlang/OTP2017-06-301-4/+4
| |\
* | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-143/+7
* | | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-27/+0
* | | erts: ensure alignment of VM core typesMikael Pettersson2017-07-071-9/+9
* | | Merge pull request #1491 from eltex-ecss/e2k_supportLukas Larsson2017-07-031-1/+1
|\ \ \
| * | | Support e2k architectureBoris Bochkarev2017-06-231-1/+1
| |/ /
* | | Merge branch 'maint-19' into maintJohn Högberg2017-06-271-4/+4
|\ \ \ | |/ / |/| / | |/
| * Fix statistics(wall_clock) and statistics(runtime) implementationRickard Green2017-06-221-4/+4
| * erts: Make sigterm signal safe for non-smp beamBjörn-Egil Dahlberg2017-03-211-0/+6
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | Merge branch 'rickard/pcre-8.40'Rickard Green2017-04-111-0/+2
|\ \
| * | Stack guard for PCRERickard Green2017-04-071-0/+2
| |/
| * Update copyright yearRickard Green2017-03-101-1/+1
* | erts: Don't allocate memory during signal handlingBjörn-Egil Dahlberg2017-03-221-0/+6
* | Implement erts_refc_inc_unless()Rickard Green2017-02-061-0/+55
* | Merge branch 'maint'Rickard Green2017-02-061-11/+117
|\ \ | |/
| * Merge branch 'rickard/binary-refc' into maintRickard Green2017-02-061-11/+117
| |\
| | * Atomic reference count of binaries also in non-SMPRickard Green2017-02-061-11/+117
| * | erts: Fix thread suspend in crashdumpBjörn-Egil Dahlberg2017-01-201-0/+3
| |/
* | erts: Fix thread suspend in crashdumpBjörn-Egil Dahlberg2017-02-021-0/+3
* | erts: Handle SIGUSR1 via signal service insteadBjörn-Egil Dahlberg2017-01-191-14/+0
* | Merge branch 'maint'Sverker Eriksson2016-11-221-10/+11
|\ \ | |/
| * erts: Add ErtsStrToSint64Sverker Eriksson2016-11-171-0/+2
| * erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-10/+9