Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | [esock|test] Add sendmsg/recvmsg medium ping-pong test case for local (dgram) | Micael Karlberg | |
Add a sendmsg and recvmsg small ping-pong test case for Unix Domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add sendmsg/recvmsg small ping-pong test case for local (dgram) | Micael Karlberg | |
Add a sendmsg and recvmsg small ping-pong test case for Unix Domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add sendmsg/recvmsg large ping-pong test case for local (stream) | Micael Karlberg | |
Add a sendmsg and recvmsg large ping-pong test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add sendmsg/recvmsg medium ping-pong test case for local (stream) | Micael Karlberg | |
Add a sendmsg and recvmsg medium ping-pong test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add sendmsg/recvmsg small ping-pong test case for local (stream) | Micael Karlberg | |
Add a sendmsg and recvmsg small ping-pong test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add sendto/recvfrom medium ping-pong test case for local | Micael Karlberg | |
Add a sendto and recvfrom medium ping-pong test case for Unix Domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add sendto/recvfrom small ping-pong test case for local | Micael Karlberg | |
Add a sendto and recvfrom small ping-pong test case for Unix Domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add plain send/recv large ping-pong test case for local | Micael Karlberg | |
Add a (plain) send and recv large ping-pong test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add plain send/recv medium ping-pong test case for local | Micael Karlberg | |
Add a (plain) send and recv medium ping-pong test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add plain send/recv small ping-pong test case for local | Micael Karlberg | |
Add a (plain) send and recv small ping-pong test case for Unix Domain (stream) socket. Also fixed minor bug in setopt for level 'otp' and option rcvbuf. Could not be changed if unix domain (stream) socket (local). OTP-15822 | |||
2019-05-29 | [esock|test] Add simple plain send and recv test case for local (stream) | Micael Karlberg | |
Add simple (plain) send and recv chunks test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add remote shutdown recvmsg test case for local (stream) | Micael Karlberg | |
Add remote shutdown(write) recvmsg response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add remote shutdown (plain) recv test case for local (stream) | Micael Karlberg | |
Add remote shutdown(write) recv response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add remote close recvmsg test case for local (stream) | Micael Karlberg | |
Add remote close recvmsg response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add remote close (plain) recv test case for local (stream) | Micael Karlberg | |
Add remote close recv response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add local close accept test case for local (stream) | Micael Karlberg | |
Add local close accept response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add local close recvmsg test case for local (dgram) | Micael Karlberg | |
Add local close recvmsg response test case for Unix Domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add local close recvfrom test case for local (dgram) | Micael Karlberg | |
Add local close recvfrom response test case for Unix Domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add local close recvmsg test case for local (stream) | Micael Karlberg | |
Add local close recvmsg response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add local close (plain) recv test case for local | Micael Karlberg | |
Add local close recv response test case for Unix Domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add controlling process test case for local | Micael Karlberg | |
Add controlling process exit test case for Unix Domain (stream and dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add (dgram) sendmsg and recvmsg test case for local | Micael Karlberg | |
Add a sendmsg and recvmsg test case for a unix domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add (dgram) sendto and recvfrom test case for local | Micael Karlberg | |
Add a sendto and recvfrom test case for a unix domain (dgram) socket. OTP-15822 | |||
2019-05-29 | [esock|test] Add (stream) sendmsg and recvmsg test case for local | Micael Karlberg | |
Add a sendmsg and recvmsg test case for a unix domain (stream) socket. Found and fixed a bug for the return value for the address field for family 'local' (encoded as 'inet'). OTP-15822 | |||
2019-05-29 | [esock|test] Add plain (stream) send and recv test case for local | Micael Karlberg | |
Add a plain send and recv test case for a unix domain (stream) socket. OTP-15822 | |||
2019-05-29 | [esock] Finalize handling of Unix Domain Socket | Micael Karlberg | |
Corrected various issues and added missing stuff. Default protocol is now indicated with the atom 'default' instead of the atom 'null'. Also let the underlying OS decide what protocol is actually the default protocol. OTP-15822 | |||
2019-05-29 | Prepare release | Erlang/OTP | |
2019-05-29 | Merge branch 'bjorn/erts/fix-wrong-class/ERIERL-367/OTP-15834' into maint-22 | Erlang/OTP | |
* bjorn/erts/fix-wrong-class/ERIERL-367/OTP-15834: Fix sticky class in exception | |||
2019-05-29 | fix names conflicting with AIX system names | Calvin | |
quick and dirty renaming. the reason why is because AIX has some network function names prefixed with "n" for spec compliant versions, and the unprefixed versions are just redfined or are wrappers. as such, rename the erts/ei functions with these names. fixes compile on IBM i 7.3 | |||
2019-05-29 | fix missing check for proper ipv6 sockopt | Calvin | |
2019-05-29 | Set preprocessor flags required for AIX and PASE | Calvin Buckley | |
2019-05-29 | Try to use NONBLOCK for erl_child_setup | Calvin Buckley | |
2019-05-29 | AIX formats utsname different for version numbers | Calvin Buckley | |
2019-05-29 | vsyslog replacement if not present | Calvin Buckley | |
2019-05-29 | MSG_DONTWAIT may not be present on all systems | Calvin Buckley | |
2019-05-29 | AIX needs this for mallopt too | Calvin Buckley | |
2019-05-29 | Fix AIX weirdness woth section attribute by not using it | Calvin Buckley | |
I suspect XCOFF shenanigans. | |||
2019-05-29 | fix linker flags for AIX | Calvin Buckley | |
Modern AIX also wants these; matches Bull SPRM for OTP R15 | |||
2019-05-29 | Merge branch 'maint' | Lukas Larsson | |
2019-05-29 | Merge pull request #2254 from trofi/master/OTP-15853 | Lukas Larsson | |
erts: don't loop indefinitely on --enable-pgo | |||
2019-05-29 | Merge pull request #2252 from michalmuskala/debug-fix | Lukas Larsson | |
Add missing attribute to debug variable | |||
2019-05-29 | Merge branch 'maint' | Lukas Larsson | |
2019-05-29 | Merge branch 'kuroneer/multiple-mode-flags/OTP-15852' into maint | Lukas Larsson | |
* kuroneer/multiple-mode-flags/OTP-15852: Update preloaded modules Add comment to doc regarding multiple -mode flags Extra -mode flags are ignored with a warning | |||
2019-05-28 | erts: Allow several -config options on Windows | Sverker Eriksson | |
2019-05-28 | erts: Fix seq_trace:print/2 for arbitrary labels | Sverker Eriksson | |
Would raise badarg if Label was not atom or small integer. | |||
2019-05-28 | erts: Fix bug in seq_trace:set_token(label,_) | Sverker Eriksson | |
If internal seq-trace tuple is on old heap an incorrect ref from old to new heap was made. | |||
2019-05-28 | Merge pull request #2189 from ↵ | John Högberg | |
jhogberg/john/erts/seq-trace-on-spawn/OTP-15232/ERL-700 Propagate seq_trace tokens to spawned processes | |||
2019-05-28 | Add missing attribute to debug variable | Michał Muskała | |
Without this I wasn't able to compile the debug emulator, the compilation would fail with "section attribute is specified on redeclared variable" errors. | |||
2019-05-27 | Merge branch 'maint' | Sverker Eriksson | |
2019-05-27 | Merge branch 'sverker/etp-fixing' into maint | Sverker Eriksson | |
* sverker/etp-fixing: erts: Mend etp-search-heaps erts: Fix etp-commands print of 64-bit pointers |