summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining VxWorks supportRickard Green2020-02-2024-847/+6
* Merge branch 'sverker/pie/OTP-15868'Sverker Eriksson2020-02-192-2/+2
|\
| * Add configure options --enable-pie and --disable-pieSverker Eriksson2020-02-181-0/+2
| * Remove unused stuff from erts/configure.inSverker Eriksson2020-02-181-2/+0
* | Merge branch 'sverker/nif_SUITE-make-fix'Sverker Eriksson2020-02-191-2/+2
|\ \
| * | erts: Fix nif_SUITE Makefile for SunOSSverker Eriksson2020-02-191-2/+2
* | | Merge branch 'bmk/erts/esock/20200219/netns_in_supports/OTP-16432'Micael Karlberg2020-02-194-5/+41
|\ \ \
| * | | [esock|doc] Add new clause for socket:supports(netns)Micael Karlberg2020-02-191-1/+2
| * | | [esock] Add netns to the socket supports functionMicael Karlberg2020-02-193-4/+39
* | | | Merge branch 'john/erts/erlexec-epmd-windows/OTP-16478/ERL-1115'John Högberg2020-02-191-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | erlexec: Fix path problem with epmd startup on WindowsShinichiro Kanno2020-02-181-1/+1
* | | | [esock|test] Add test case(s) that verify socket create typeMicael Karlberg2020-02-191-39/+198
* | | | [esock] Add "create type" (ctype) to socket infoMicael Karlberg2020-02-193-0/+46
* | | | [esock|test] Add udp open with fd test case(s)Micael Karlberg2020-02-191-0/+732
* | | | [esock|test] Add file descriptor traffic casesMicael Karlberg2020-02-191-1/+776
* | | | [esock|test] Add first batch of test cases for open with fdMicael Karlberg2020-02-191-1/+259
* | | | [esock|doc] Add documentation for new socket:open/1,2Micael Karlberg2020-02-191-6/+58
* | | | [esock] Create a socket from an already existing fdMicael Karlberg2020-02-195-165/+681
* | | | Merge branch 'sverker/load-nif-nonblocking-23/OTP-10278'Sverker Eriksson2020-02-1811-149/+625
|\ \ \ \
| * | | | erts: Make load_nif/2 nonblockingSverker Eriksson2020-02-0411-149/+625
* | | | | Merge branch 'maint'Raimo Niskanen2020-02-181-7/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'raimo/erts/missing-UDP-packets/OTP-16059' into maintRaimo Niskanen2020-02-181-7/+3
| |\ \ \ \
| | * | | | Remove shortcut for timeout == 0Raimo Niskanen2020-02-111-7/+3
* | | | | | Merge branch 'sverker/remove-ext-pid-0-creation-cmp/OTP-16229'Sverker Eriksson2020-02-172-4/+49
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | erts: Remove 0-creation-as-wildcard from '==' comparisonSverker Eriksson2020-01-292-4/+49
* | | | | | Merge branch 'dgud/fix-wsl-builds'Dan Gudmundsson2020-02-1413-234/+295
|\ \ \ \ \ \
| * | | | | | Look for dump files to make them visible in monitorDan Gudmundsson2020-02-121-14/+53
| * | | | | | Fix tests on WSLDan Gudmundsson2020-02-121-1/+7
| * | | | | | Check argv sizeDan Gudmundsson2020-02-121-1/+1
| * | | | | | Add WSL shell variable for makefilesDan Gudmundsson2020-02-122-4/+7
| * | | | | | erts: Move erts_get_ethread_info implementationDan Gudmundsson2020-01-272-195/+194
| * | | | | | kernel: Find executable from WSLPATH on windowsLukas Larsson2020-01-241-3/+18
| * | | | | | Fix ERTS_SKIP_DEPENDDan Gudmundsson2020-01-242-0/+4
| * | | | | | Fix CLASSPATH with wslDan Gudmundsson2020-01-241-15/+2
| * | | | | | Fix executable extensionsDan Gudmundsson2020-01-242-1/+3
| * | | | | | Extend MSVC install pathsDan Gudmundsson2020-01-241-0/+6
* | | | | | | Update preloaded modulesJohn Högberg2020-02-1221-0/+0
* | | | | | | otp: Add descriptions to all deprecation attributesJohn Högberg2020-02-121-1/+7
* | | | | | | Merge branch 'maint'Rickard Green2020-02-111-1/+2
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'rickard/kill2killed-test' into maintRickard Green2020-02-111-1/+2
| |\ \ \ \ \ \
| | * | | | | | Activate testRickard Green2020-02-111-1/+2
* | | | | | | | Merge branch 'maint'Rickard Green2020-02-111-1/+64
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'rickard/kill2killed-test' into maintRickard Green2020-02-111-1/+64
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | Test case verifying exit signal kill to killed mappingRickard Green2020-02-111-1/+64
* | | | | | | Merge pull request #2514 from NattyNarwhal/pase-ifaddrsMicael Karlberg2020-02-111-2/+18
|\ \ \ \ \ \ \
| * | | | | | | Fix compile on systems without getifaddrs, add PASE getifaddrsCalvin Buckley2020-01-211-3/+19
* | | | | | | | Merge pull request #2526 from bjorng/bjorn/erts/map-eq/OTP-16454Björn Gustavsson2020-02-101-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Optimize =:= when comparing mapsBjörn Gustavsson2020-02-071-0/+4
* | | | | | | | | Merge branch 'maint'Raimo Niskanen2020-02-076-835/+964
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'raimo/erts/socket-fixes/OTP-14644' into maintRaimo Niskanen2020-02-076-835/+964
| |\ \ \ \ \ \ \