summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_nif.c
Commit message (Expand)AuthorAgeFilesLines
* Fix variable ‘rp_had_locks’ set but not used warningRickard Green2013-07-111-7/+0
* erts: Add enif_consume_timesliceSverker Eriksson2013-02-131-0/+13
* Merge branch 'sverk/enc_atom-opt'Sverker Eriksson2013-01-281-3/+3
|\
| * erts: Refactor erts_atom_get to use ErtsAtomEncodingSverker Eriksson2013-01-251-3/+3
* | Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
|/
* Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson2013-01-231-11/+21
|\
| * atom fixes for NIFs and atom_to_binarySverker Eriksson2013-01-161-7/+17
| * erts: Change internal representation of atoms to utf8Sverker Eriksson2013-01-081-4/+4
* | Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-071-8/+8
|\ \ | |/ |/|
| * Implement true asynchronous signaling between processes and portsRickard Green2012-12-071-2/+2
| * Prepare for use of ptab functionality also for portsRickard Green2012-12-031-6/+6
* | crypto: Make unloading of crypto saferSverker Eriksson2012-10-091-0/+38
* | Merge branch 'maint'Patrik Nyblom2012-08-201-0/+1080
|\ \
| * | Relocate bodies of DTrace probes to the statically-linked VM.Scott Lystig Fritchie2012-08-171-0/+1080
* | | Change the data structures for breakpointsBjörn Gustavsson2012-06-251-3/+4
* | | Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green2012-04-271-8/+12
|\ \ \ | | |/ | |/|
| * | Optimize process table accessRickard Green2012-04-161-8/+12
| |/
* | Merge branch 'maint'Björn-Egil Dahlberg2012-03-301-1/+1
|\ \ | |/
| * Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
* | Merge branch 'maint'Patrik Nyblom2012-03-221-1/+15
|\ \ | |/
| * Ifdef all dynamic trace codePatrik Nyblom2012-03-221-0/+4
| * Change to more specific configure options for dtracePatrik Nyblom2012-03-221-1/+1
| * Add user tag spreading functionality to VM and use in filePatrik Nyblom2012-03-221-1/+5
| * Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie2012-03-221-0/+6
* | erts: Refactor code loading with renamingSverker Eriksson2012-02-231-2/+2
* | erts: Seize code_ix lock when updating trace settingsSverker Eriksson2012-02-231-0/+8
* | erts: Multiple module tables using code_ixSverker Eriksson2012-02-211-1/+1
* | erts: Refactor Module structSverker Eriksson2012-02-211-16/+16
|/
* Merge branch 'sverk/deprecate-nif-reload'Sverker Eriksson2011-12-051-0/+11
|\
| * erts: Deprecate the NIF reload mechanismSverker Eriksson2011-11-291-0/+11
* | Iron out bugs in Win64 found in daily buildsPatrik Nyblom2011-12-021-2/+2
* | Get cerl and distribution working in Win64Patrik Nyblom2011-12-021-1/+1
* | Build Win64 Erlang emulator using MSYSunknown2011-12-021-4/+27
* | Fix clang linking problemBjörn Gustavsson2011-11-251-1/+1
|/
* Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green2011-11-131-4/+5
|\
| * Replace system block with thread progress blockRickard Green2011-11-131-4/+5
* | Merge branch 'sverk/enif_inspect-memleak/OTP-9668'Sverker Eriksson2011-11-091-9/+25
|\ \
| * | erts: Fix memory leak of enif_inspect_* on independent environmentSverker Eriksson2011-10-311-9/+25
* | | erts: Remove unused variable in enif_make_binaryBjörn-Egil Dahlberg2011-11-071-0/+2
|/ /
* | Merge branch 'fm/enif_is_number'Henrik Nord2011-10-181-0/+5
|\ \
| * | Add NIF function enif_is_numberFilipe David Manana2011-06-081-0/+5
* | | Merge branch 'dev' into majorHenrik Nord2011-09-081-1/+9
|\ \ \ | | |/ | |/|
| * | Fix enif_compare on 64bits machinesFilipe David Manana2011-09-021-1/+9
* | | Merge branch 'dev' into majorSverker Eriksson2011-07-131-2/+8
|\ \ \ | |/ /
| * | Fix halfword bug in enif_make_int64Sverker Eriksson2011-06-301-2/+8
| |/
* | Rename enif_get_reverse_list to enif_make_reverse_listLukas Larsson2011-07-011-1/+1
* | Remove extra allocated heap fragmentLukas Larsson2011-06-301-5/+4
* | Added enif_get_reverse_list to nif APILukas Larsson2011-06-301-0/+24
|/
* Replace io_list_len() with erts_iolist_size()Björn Gustavsson2011-05-101-2/+2
* add support for checking if an ERL_NIF_TERM is an exceptionSteve Vinoski2011-03-241-0/+5