aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_nif.c
AgeCommit message (Expand)Author
2012-08-20Merge branch 'maint'Patrik Nyblom
2012-08-17Relocate bodies of DTrace probes to the statically-linked VM.Scott Lystig Fritchie
2012-06-25Change the data structures for breakpointsBjörn Gustavsson
2012-04-27Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green
2012-04-16Optimize process table accessRickard Green
2012-03-30Merge branch 'maint'Björn-Egil Dahlberg
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Merge branch 'maint'Patrik Nyblom
2012-03-22Ifdef all dynamic trace codePatrik Nyblom
2012-03-22Change to more specific configure options for dtracePatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie
2012-02-23erts: Refactor code loading with renamingSverker Eriksson
2012-02-23erts: Seize code_ix lock when updating trace settingsSverker Eriksson
2012-02-21erts: Multiple module tables using code_ixSverker Eriksson
2012-02-21erts: Refactor Module structSverker Eriksson
2011-12-05Merge branch 'sverk/deprecate-nif-reload'Sverker Eriksson
2011-12-02Iron out bugs in Win64 found in daily buildsPatrik Nyblom
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2011-12-02Build Win64 Erlang emulator using MSYSunknown
2011-11-29erts: Deprecate the NIF reload mechanismSverker Eriksson
2011-11-25Fix clang linking problemBjörn Gustavsson
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-09Merge branch 'sverk/enif_inspect-memleak/OTP-9668'Sverker Eriksson
2011-11-07erts: Remove unused variable in enif_make_binaryBjörn-Egil Dahlberg
2011-10-31erts: Fix memory leak of enif_inspect_* on independent environmentSverker Eriksson
2011-10-18Merge branch 'fm/enif_is_number'Henrik Nord
2011-09-08Merge branch 'dev' into majorHenrik Nord
2011-09-02Fix enif_compare on 64bits machinesFilipe David Manana
2011-07-13Merge branch 'dev' into majorSverker Eriksson
2011-07-01Rename enif_get_reverse_list to enif_make_reverse_listLukas Larsson
2011-06-30Fix halfword bug in enif_make_int64Sverker Eriksson
2011-06-30Remove extra allocated heap fragmentLukas Larsson
2011-06-30Added enif_get_reverse_list to nif APILukas Larsson
2011-06-08Add NIF function enif_is_numberFilipe David Manana
2011-05-10Replace io_list_len() with erts_iolist_size()Björn Gustavsson
2011-03-24add support for checking if an ERL_NIF_TERM is an exceptionSteve Vinoski
2011-02-18Refuse to load NIF library on wrong VM variant (halfword/fullword)Sverker Eriksson
2011-02-03HALFWORD ETS match spec heap fragment optimizationSverker Eriksson
2011-02-03HALFWORD Make more allocators use high mem (binary, fixed and driver)Sverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-11-25NIF 64-bit integer get/make bugfix for halfword emulator.Sverker Eriksson
2010-08-30Merge branch 'sverker/NIF-64bit-integers/OTP-8746' into devPatrik Nyblom
2010-08-12Increase vheap counter to Uint64Björn-Egil Dahlberg
2010-07-23NIF 64-bit integer supportSverker Eriksson
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-06-03Add a scheduler array for BpData at BeamInstr[-4]Björn-Egil Dahlberg
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-05-24erl_nif: add make_atom_len, make_existing_atom_len and make_string_lenTuncer Ayaz