aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.c
AgeCommit message (Expand)Author
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-21erts: Implement erlang:halt/2Raimo Niskanen
2012-03-21erts: Make erlang:halt/0,1 close ports and flush async threadsRaimo Niskanen
2012-01-26Implement statistics(scheduler_wall_time)Rickard Green
2011-12-08Change name of bif universaltime_to_seconds/1Björn-Egil Dahlberg
2011-12-08Remove OS taint from datetime conversionBjörn-Egil Dahlberg
2011-12-08Add utc <-> seconds conversions bifsBjörn-Egil Dahlberg
2011-12-01Merge branch 'rickard/deprecate-runtime-binding/OTP-9749'Rickard Green
2011-12-01Merge branch 'rickard/rm-common-runq/OTP-9727'Rickard Green
2011-12-01Deprecate erlang:system_flag/2 arguments scheduler_bind_type and cpu_topologyRickard Green
2011-12-01Remove common run-queue in SMP caseRickard Green
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/bif-args/OTP-9662'Sverker Eriksson
2011-11-07erts: Remove cp on exiting and trapping processesBjörn-Egil Dahlberg
2011-10-26Use the proper macros in all BIFsBjörn Gustavsson
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Merge branch 'rickard/barriers/OTP-9281' into devRickard Green
2011-05-13Use 32-bit atomic for port snapshotRickard Green
2011-05-13Remove pointless erts_ports_alive variableRickard Green
2011-05-13Merge branch 'bjorn/fix-binary-overflow/OTP-9118' into devBjörn Gustavsson
2011-05-11Merge branch 'rickard/gc-other/OTP-9211' into devRickard Green
2011-05-06Merge branch 'ms/beam-fix-format-specifiers-in-erl_exit-msg' into devHenrik Nord
2011-05-04iolist_size/1: Fix truncation of resultBjörn Gustavsson
2011-04-11Avoid scheduling of processes being garbage collected by othersRickard Green
2011-04-07Fix format specifiers in erl_exit messagesMichael Santos
2011-03-16erts: Remove unused variablesTuncer Ayaz
2011-03-10Update copyright yearsSverker Eriksson
2011-01-29Fix several bugs related to hibernate/3 and HiPEPaul Guyot
2010-12-17Merge branch 'rickard/exit/2-refc/OTP-9005' into devRickard Green
2010-12-17Decrement refc after unlock in exit/2Rickard Green
2010-12-16Use 32-bit atomics for misc scheduling specific informationRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-06-08Merge branch 'bg/nif_error' into devErlang/OTP
2010-06-01Remove unsupported erlang:blocking_read_file/1Björn Gustavsson
2010-05-31Add erlang:nif_error/1,2Björn Gustavsson
2010-03-10Make tracing and distribution workPatrik Nyblom
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2010-03-10Fit all heap data into the 32-bit address rangePatrik Nyblom
2010-02-08OTP-8412 Fixed numerous compiler warnings generated by gcc 4.4.1 andRickard Green
2010-01-15Merge branch 'egil/binary-gc' into ccase/r13b04_devErlang/OTP
2010-01-13Improve binary garbage collectionBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP