summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/sys.h
Commit message (Expand)AuthorAgeFilesLines
* Merge PR-6900 from derekkraan/decode_packet_ipv6_address OTP-18540Sverker Eriksson2023-04-031-0/+22
|\
| * erts: Add sys_memchr()Sverker Eriksson2023-04-031-0/+6
| * erts: Enable decoding URIs with ipv6 address in host.Derek Kraan2023-04-031-0/+16
* | Update copyright yearErlang/OTP2023-03-211-1/+1
* | [erts] Option 'local' of term_to_binary/2 and term_to_iovec/2Rickard Green2023-03-151-0/+1
|/
* erts: Implement erlang:display_string/2 used for testingLukas Larsson2022-08-291-1/+1
* erts: Add function attributes in APIs and internalSverker Eriksson2022-05-031-0/+56
* Merge PR-5809 from sverker/sched-poll-flag OTP-17945Sverker Eriksson2022-04-071-0/+3
|\
| * erts: Add ErtsInBetweenSverker Eriksson2022-03-181-0/+3
* | Update copyright yearErlang/OTP2022-03-231-1/+1
|/
* Check for and use dlvsym for sctp_connectx in dynamically loaded libSimon Cornish2022-03-011-0/+2
* Update copyright yearRickard Green2021-12-161-1/+1
* Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-2/+2
* erts: Cast char constant to silience clang warningLukas Larsson2021-01-071-37/+43
* Multiple reusable receive markers for receive optimizationRickard Green2020-12-081-0/+2
* erts: Replace `BeamInstr*` with `ErtsCodePtr` (void*)John Högberg2020-11-121-0/+1
* otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-23/+0
* erts: Use alternate signal stack when HiPE or beamasm is enabledJohn Högberg2020-09-221-0/+4
* erts: Refactor all headers to work in C++Lukas Larsson2020-09-211-10/+10
* erts: Add get_uint32 and fix some dubious uses of get_int32Sverker Eriksson2020-06-261-0/+3
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | Merge branch 'maint'Rickard Green2020-01-131-23/+0
|\ \ | |/
| * Adjustable busy port parameters for default driversRickard Green2020-01-131-23/+0
* | Merge pull request #2490 from mikpe/erts-typo-in-commentLukas Larsson2020-01-071-1/+1
|\ \
| * | sys.h: fix typo in commentMikael Pettersson2019-12-261-1/+1
| |/
* | Make ets:insert/2 and ets:insert_new/2 yieldKjell Winblad2019-12-181-0/+33
* | Merge branch 'maint'Rickard Green2019-11-061-1/+25
|\ \ | |/
| * Merge branch 'sverker/dist-entry-refc-bug/ERL-1044/OTP-16224' into maintRickard Green2019-11-061-1/+25
| |\
| | * erts: Fix write-after-free bug for DistEntrySverker Eriksson2019-10-251-1/+25
* | | 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