aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2014-03-24erts: Fix file:list_dir for windows paths 258 or 259 chars longSverker Eriksson
2014-03-24erts: Increase MAXPATHLEN to 4096 for windowsSverker Eriksson
2014-03-24erts: Fix bug in efile_readlink for long win pathsSverker Eriksson
2014-03-24erts: Fix compiler warning in win_efile.cSverker Eriksson
2014-03-24erts: Make file:make_symlink/2 return {error,eperm} on WindowsSverker Eriksson
2014-03-24Specify that +fn* flags affect even command-line parameters and environment v...Vlad Dumitrescu
2014-03-23ose: Reset busy port when pdq emptyLukas Larsson
2014-03-23ose: Restore the owner of the signalAdrian Mangeac
2014-03-21Merge branch 'nox/reedr-closefrom'Henrik Nord
2014-03-21Merge branch 'glacjay/epmd-argv'Henrik Nord
2014-03-21Merge branch 'fogfish/embedded-arm-android'Henrik Nord
2014-03-21erts: Fix heap overflow in maps:remove/2 when key is not foundSverker Eriksson
2014-03-21Merge branch 'yiannist/hipe-llvm-backend'Henrik Nord
2014-03-21Change release name from "OTP APN 181 01" to "Erlang/OTP"Siri Hansen
2014-03-21zlib: Fix adler32_combine/4 and crc32_combine/4Björn Gustavsson
2014-03-21Introduce minimum allowed major driver and nif versions on loadRickard Green
2014-03-21Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov
2014-03-20Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green
2014-03-20Add test-case verifying runtime dependencies found by xrefRickard Green
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-03-20Merge branch 'vinoski/ds-enif-send'Rickard Green
2014-03-20Merge branch 'bjorn/erts/fix-lingering-tracer'Björn Gustavsson
2014-03-20Teach the call_time trace to notice when the trace dies (non-SMP system)Björn Gustavsson
2014-03-20Merge branch 'siri/master-cuddle-with-tests'Siri Hansen
2014-03-19Merge branch 'cobusc/correct_comment'Henrik Nord
2014-03-18Merge branch 'egil/maps-literals'Björn-Egil Dahlberg
2014-03-18Merge branch 'lukas/erts/make_deps_fixes/OTP-11784'Lukas Larsson
2014-03-17erts: Handle literals in is_map/1Björn-Egil Dahlberg
2014-03-17Change encoding for XML files to utf-8Siri Hansen
2014-03-16erts: Document map guard functionsBjörn-Egil Dahlberg
2014-03-16erts: Fix is_map/1 specBjörn-Egil Dahlberg
2014-03-14Merge branch 'sverk/maps-erl_interface'Sverker Eriksson
2014-03-14erts: Add distribution capability flag for maps DFLAG_MAP_TAGSverker Eriksson
2014-03-14erts: Change external format for mapsSverker Eriksson
2014-03-13Merge branch 'sverk/valgrind-leaks'Sverker Eriksson
2014-03-13erts: Deprecate halfword emulatorSverker Eriksson
2014-03-13erts: Revert file:set_cwd impl for windowsSverker Eriksson
2014-03-13erts: Ignore reduntant slashes in windows pathsSverker Eriksson
2014-03-13erts: Fix long windows paths for compressed filesSverker Eriksson
2014-03-13erts: Use GetFullPathNameW to construct abs paths from relative onesSverker Eriksson
2014-03-13erts: Fix file driver to handle long paths on windowsSverker Eriksson
2014-03-12Pass full strings to DTrace probesMichal Ptaszek
2014-03-12erts: Clarify escript's encoding of the I/O-serverHans Bolinder
2014-03-11erts: Document external format for maps (MAP_EXT)Sverker Eriksson
2014-03-10enable enif_send to work from a dirty schedulerSteve Vinoski
2014-03-09Use closefrom(2) when available in child_setupRick Reed
2014-03-09Remove a superfluous echo in the emulator MakefileAnthony Ramine
2014-03-07Add a BIF that only returns the atom okYiannis Tsiouris
2014-03-05Fix comment that differs from codeCobus Carstens
2014-03-04Merge branch 'bjorn/hipe/fix-race-condition'Björn Gustavsson