Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-03 | erts: Fixup for gdb command etp-cp-1 | Sverker Eriksson | |
fdb350a4 increased MI_FUNCTIONS to 13 | |||
2014-06-03 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Fix git version script | |||
2014-06-03 | Merge branch 'lukas/erts/git_vsn_script_fix/OTP-11961' into maint | Lukas Larsson | |
* lukas/erts/git_vsn_script_fix/OTP-11961: erts: Fix git version script | |||
2014-06-03 | erts: Fix git version script | Lukas Larsson | |
2014-05-31 | Add correct detection of powerpc architecture. | Matwey V. Kornilov | |
2014-05-31 | Add correct detection of armv6hl and armv7hl architectures. | Matwey V. Kornilov | |
2014-05-29 | Merge branch 'maint' | Anders Svensson | |
2014-05-28 | erts: Fix bug in gdb function etp-cp-1 | Sverker Eriksson | |
2014-05-25 | Fix permissions of some files in the repository | Anthony Ramine | |
These files aren't supposed to be executable. For reference, the command used to find them was: git ls-files -z | xargs -0 -J % find % -type f -perm ++x | |||
2014-05-22 | Add test-case comparing old and new implementations | Rickard Green | |
2014-05-22 | Make binary BIFs converting from lists yield on large input | Rickard Green | |
- erlang:list_to_binary/1 - erlang:iolist_to_binary/1 - erlang:list_to_bitstring/1 - binary:list_to_bin/1 | |||
2014-05-22 | Change ERTS vsn | Rickard Green | |
2014-05-22 | Do not use __always_inline__ attribute unless gcc vsn >= 3.1.1 | Rickard Green | |
2014-05-22 | Do not GC other processes in non-smp runtime | Rickard Green | |
2014-05-22 | Make binary BIFs converting to lists yield on large input | Rickard Green | |
- erlang:binary_to_list/1 - erlang:binary_to_list/3 - erlang:bitstring_to_list/1 | |||
2014-05-22 | Fix conversion of empty string in erts_convert_native_to_filename() | Rickard Green | |
2014-05-20 | Merge branch 'sverk/erlang-display-binaries' | Sverker Eriksson | |
OTP-11941 * sverk/erlang-display-binaries: erts: Make erlang:display show content of binaries | |||
2014-05-20 | Merge branch 'sverk/better-module-info' | Sverker Eriksson | |
OTP-11940 * sverk/better-module-info: Remove obsolete 'imports' entry from module_info/1/2 functions Add 'module' entry for module_info/0 function for completeness Add 'md5' entry for module_info/0/1 functions. | |||
2014-05-20 | Merge branch 'maint' | Sverker Eriksson | |
2014-05-20 | Merge branch 'sverk/etp-block-fix' into maint | Sverker Eriksson | |
* sverk/etp-block-fix: erts: Fix bug in etp-block commands | |||
2014-05-20 | Merge branch 'sverk/hipe-global-trace-bug' | Sverker Eriksson | |
OTP-11939 * sverk/hipe-global-trace-bug: erts: Remove some dead hipe specific code erts: Fix global tracing of beam function when called from hipe code erts: Save some space in process struct for hipe | |||
2014-05-14 | Fix efile_openfile() to handle stat() failure | Mikael Pettersson | |
If the initial stat() fails then efile_openfile() will still proceed to open() the file. If that succeeds and the caller passed a non-NULL pSize, then it will copy bogus data from the statbuf into *pSize. This has been observed to cause file:read_file/1 to return truncated file data with no error indication. The use case involved a large file system mounted via NFS, with some directories containing large number of files, and NFS mount options that allow the NFS client to return EIO if the NFS server does not respond quickly enough. Depending on the caching state of the client and server machines, a few stat() calls (fewer than 1 per 10 million) would take long enough to trigger EIO errors, but subsequent open() calls would succeed, and read_file/1 would return truncated data. This sequence of events has been observed via "strace" on beam.smp. Signed-off-by: Mikael Pettersson <[email protected]> | |||
2014-05-14 | Remove obsolete 'imports' entry from module_info/1/2 functions | Richard Carlsson | |
It previously always returned an empty list and was documented to be removed. | |||
2014-05-14 | Add 'module' entry for module_info/0 function for completeness | Richard Carlsson | |
as it exist in module_info/1. | |||
2014-05-14 | Add 'md5' entry for module_info/0/1 functions. | Richard Carlsson | |
2014-05-13 | Add support for failing in BIF that has trapped | Rickard Green | |
2014-05-13 | HiPE wrappers for BIFs disabling GC | Sverker Eriksson | |
2014-05-12 | erts: Make erlang:display show content of binaries | Sverker Eriksson | |
2014-05-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2014-05-12 | Merge branch 'egil/fix-erts_debug-size/OTP-11923' into maint | Björn-Egil Dahlberg | |
* egil/fix-erts_debug-size/OTP-11923: erts: Update preloaded erts_internal.beam erts: Add spec for erts_internal:map_to_tuple_keys/1 erts: Add testcase for erts_debug:size/1 Map terms kernel: Fix erts_debug:size/1 to handle Map sizes erts: Add erts_internal:map_to_tuple_keys/1 | |||
2014-05-12 | erts: Fix bug in etp-block commands | Sverker Eriksson | |
2014-05-09 | erts: Update preloaded erts_internal.beam | Björn-Egil Dahlberg | |
2014-05-09 | erts: Add spec for erts_internal:map_to_tuple_keys/1 | Björn-Egil Dahlberg | |
2014-05-09 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Fix various autoconf issues | |||
2014-05-09 | Merge branch 'lukas/erts/autoconf-fixes/OTP-11921' into maint | Lukas Larsson | |
* lukas/erts/autoconf-fixes/OTP-11921: erts: Fix various autoconf issues | |||
2014-05-09 | erts: Fix various autoconf issues | Lukas Larsson | |
* Check of atomics on bsd * Add --enable-systemd for epmd * Remove unused --enable-tsp option | |||
2014-05-08 | Merge branch 'maint' | Björn Gustavsson | |
* maint: The encoding for '-eval Program' should be UTF-8 | |||
2014-05-08 | Merge branch 'bjorn/erts/fix-eval/OTP-11916' into maint | Björn Gustavsson | |
* bjorn/erts/fix-eval/OTP-11916: The encoding for '-eval Program' should be UTF-8 | |||
2014-05-08 | Add Visual Studio macros to erl_driver.h and ei.h | Piotr Nosek | |
2014-05-08 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Document that spawn_opt/5 does not support the 'monitor' option filelib:wildcard() should show broken symlinks | |||
2014-05-08 | Merge branch 'bjorn/erts/spawn_opt-doc/OTP-11849' into maint | Björn Gustavsson | |
* bjorn/erts/spawn_opt-doc/OTP-11849: Document that spawn_opt/5 does not support the 'monitor' option | |||
2014-05-06 | Merge branch 'maint' | Sverker Eriksson | |
2014-05-06 | Merge branch 'sverk/ets-delete-unfix-race/OTP-11892' into maint | Sverker Eriksson | |
* sverk/ets-delete-unfix-race/OTP-11892: Fix race between ETS table deletion and unfixation erts: Add etp commands for alloc_util block and carrier inspection | |||
2014-05-05 | Merge branch 'essen/remove-pg' | Siri Hansen | |
* essen/remove-pg: Remove the pg module and related documentation OTP-11907 | |||
2014-05-05 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Fix faulty process suspend assert | |||
2014-05-05 | Merge branch 'lukas/erts/suspend_assert/OTP-11906' into maint | Lukas Larsson | |
* lukas/erts/suspend_assert/OTP-11906: erts: Fix faulty process suspend assert | |||
2014-05-05 | erts: Fix faulty process suspend assert | Lukas Larsson | |
2014-05-05 | Merge branch 'lukas/erts/win32_spawn_exec_quoting/OTP-11905' | Lukas Larsson | |
* lukas/erts/win32_spawn_exec_quoting/OTP-11905: win32: Fix quoting of paths | |||
2014-05-05 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Add etp-lc-dump and etp-ppc-stacktrace macro | |||
2014-05-05 | Merge branch 'lukas/erts/etp-lc-macros/OTP-11904' into maint | Lukas Larsson | |
* lukas/erts/etp-lc-macros/OTP-11904: erts: Add etp-lc-dump and etp-ppc-stacktrace macro |