summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sverk/change-map-subtag'Sverker Eriksson2014-03-281-5/+7
|\
| * erts: Adjust is_external_header() for new map tagSverker Eriksson2014-03-271-1/+2
| * Change the subtag used for maps from 0xB to 0xFKostis Sagonas2014-03-261-4/+5
* | Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson2014-03-281-3/+3
|\ \
| * | erts: Move debug printout to eliminate gcc warningLukas Larsson2014-03-281-3/+3
* | | Remove orber/cos*/ic files from encoding testLars Thorsen2014-03-281-0/+10
* | | Merge branch 'matwey/systemd/OTP-11829'Lukas Larsson2014-03-274-2/+70
|\ \ \
| * | | Add systemd socket activation for epmd.Matwey V. Kornilov2014-02-194-2/+71
* | | | Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827'Lukas Larsson2014-03-271-2/+7
|\ \ \ \
| * | | | Document an escript:create/2 hidden featurePierre Fenoll2014-03-271-2/+7
| |/ / /
* | | | Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson2014-03-2715-195/+823
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | ose: Fix erts assert failed printoutsLukas Larsson2014-03-262-3/+3
| * | ose: fix for packet_bytes in fd/spawn driver.Jonas Karlsson2014-03-261-134/+155
| * | ose: Fix bug when hunting for signal proxyLukas Larsson2014-03-261-1/+1
| * | ose: Implement tcp inet driver for OSELukas Larsson2014-03-263-47/+510
| * | ose: Add ifdefs for HAVE_UDPLukas Larsson2014-03-261-6/+39
| * | ose: Yielding has to be done differently for background processes.Robert Paal2014-03-261-3/+15
| * | ose: Print faults in aio sys driver callsLukas Larsson2014-03-261-5/+17
| * | ose: Prinout errno when to_erl read failsLukas Larsson2014-03-261-1/+2
| * | ose: erlang display goes to ramlog printfLukas Larsson2014-03-262-1/+61
| * | ose: Initiate stdin/stdout/stderrLukas Larsson2014-03-262-0/+4
| * | ose: Break lmconf into one per load moduleLukas Larsson2014-03-266-5/+28
| * | ose: Reset busy port when pdq emptyLukas Larsson2014-03-231-10/+9
| * | ose: Restore the owner of the signalAdrian Mangeac2014-03-232-1/+1
* | | Merge branch 'sverk/maps_remove_bug'Sverker Eriksson2014-03-251-7/+9
|\ \ \
| * | | erts: Fix heap overflow in maps:remove/2 when key is not foundSverker Eriksson2014-03-211-7/+9
| |/ /
* | | Merge branch 'sverk/win-warning-io'Sverker Eriksson2014-03-251-2/+2
|\ \ \
| * | | erts: Fix compile warning in io.c for windowsSverker Eriksson2014-03-251-2/+2
* | | | Merge branch 'paulgray/dtrace_snprintf_fix/OTP-11816'Lukas Larsson2014-03-254-5/+8
|\ \ \ \
| * | | | Fix DTrace/SystemTap-related formattingScott Lystig Fritchie2014-03-254-5/+8
* | | | | Merge branch 'vladdu/unicode_parameters_doc'Siri Hansen2014-03-251-3/+3
|\ \ \ \ \
| * | | | | Specify that +fn* flags affect even command-line parameters and environment v...Vlad Dumitrescu2014-03-241-3/+3
* | | | | | Merge branch 'paulgray/dtrace_snprintf_fix/OTP-11816'Lukas Larsson2014-03-258-40/+57
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Pass full strings to DTrace probesMichal Ptaszek2014-03-128-40/+57
* | | | | | Merge branch 'siri/release-name/OTP-11736'Siri Hansen2014-03-254-8/+8
|\ \ \ \ \ \
| * | | | | | Change release name from "OTP APN 181 01" to "Erlang/OTP"Siri Hansen2014-03-214-8/+8
* | | | | | | Merge branch 'bjorn/erts/zlib-fix'Björn Gustavsson2014-03-251-0/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | zlib: Fix adler32_combine/4 and crc32_combine/4Björn Gustavsson2014-03-211-0/+3
* | | | | | | Merge branch 'sverk/halfword-deprecate/OTP-11777'Sverker Eriksson2014-03-241-2/+12
|\ \ \ \ \ \ \
| * | | | | | | erts: Deprecate halfword emulatorSverker Eriksson2014-03-131-2/+12
* | | | | | | | Merge branch 'sverk/win-long-filenames/OTP-11813'Sverker Eriksson2014-03-243-159/+629
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | erts: Cleanup debug tracing in win_efile.cSverker Eriksson2014-03-241-49/+49
| * | | | | | | erts: Fix file:list_dir for windows paths 258 or 259 chars longSverker Eriksson2014-03-241-1/+1
| * | | | | | | erts: Increase MAXPATHLEN to 4096 for windowsSverker Eriksson2014-03-241-9/+11
| * | | | | | | erts: Fix bug in efile_readlink for long win pathsSverker Eriksson2014-03-241-6/+6
| * | | | | | | erts: Fix compiler warning in win_efile.cSverker Eriksson2014-03-241-3/+3
| * | | | | | | erts: Make file:make_symlink/2 return {error,eperm} on WindowsSverker Eriksson2014-03-241-0/+2
| * | | | | | | erts: Revert file:set_cwd impl for windowsSverker Eriksson2014-03-131-18/+9
| * | | | | | | erts: Ignore reduntant slashes in windows pathsSverker Eriksson2014-03-131-2/+10
| * | | | | | | erts: Fix long windows paths for compressed filesSverker Eriksson2014-03-132-1/+14