summaryrefslogtreecommitdiff
path: root/erts/lib_src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix bug in FreeBSD topology detection codePaul Guyot2014-10-191-3/+3
* | | erts: Add icount build type for opcode counterBjörn-Egil Dahlberg2014-09-171-0/+6
|/ /
* | erts: Separate ethread inlining from ethread.hBjörn-Egil Dahlberg2014-06-302-1/+2
|/
* Merge branch 'sverk/ethr_aux-cache-align-bug' into maintSverker Eriksson2014-06-131-3/+3
|\
| * erts: Fix cache line alignment bug for ts_event_poolSverker Eriksson2014-06-041-3/+3
* | Merge branch 'jjhoo/mingw_compile_fix_forceinline/OTP-11945' into maintRickard Green2014-06-062-6/+7
|\ \ | |/ |/|
| * Add ETHR_FORCE_INLINE define to hide compiler specific directivesJani Hakala2014-02-282-6/+7
* | Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov2014-03-211-1/+5
|/
* ose: Cleanup cleanup of mutex selection definesLukas Larsson2014-02-241-2/+2
* ose: Cleanup of mutex selection definesLukas Larsson2014-02-241-1/+3
* ose: Thread priorities configurable from lmconfLukas Larsson2014-02-241-9/+211
* ose: Start using ppdata for tse keyLukas Larsson2014-02-241-7/+6
* ose: Remove receive in debugLukas Larsson2014-02-241-19/+1
* ose: Shutdown cleanlyLukas Larsson2014-02-241-1/+1
* ose: OSE port related cleanup and fixesJonas Karlsson2014-02-241-17/+14
* ose,erts: Specify name for tsd keysLukas Larsson2014-02-243-10/+3
* ose: Fix various build environment issuesLukas Larsson2014-02-241-5/+12
* ose: Change get_envp to ose_get_ppdata for tsdLukas Larsson2014-02-241-34/+10
* ose: Change start way to use arguments to beam.smp directlyLukas Larsson2014-02-241-5/+9
* ose: Debug wait__ does receive_fsem instead of wait_fsemLukas Larsson2014-02-241-1/+25
* Added support for ENEA OSELukas Larsson2014-02-244-0/+888
* initial support for dirty schedulers and dirty NIFsSteve Vinoski2014-01-281-0/+1
* Add 'frmptr' emulator typeRickard Green2013-04-211-0/+8
* Update copyright yearsBjörn-Egil Dahlberg2013-02-223-3/+3
* Merge branch 'sverk/win-64-pointer-fix'Sverker Eriksson2013-02-222-38/+39
|\
| * erts: Correct term type for printf %TR. Blaine Whittle2013-02-211-5/+5
| * erts: Correct internal printf integer type for win64R. Blaine Whittle2013-02-211-32/+32
| * erts: Fix type bug in get_proc_affinity for windowsR. Blaine Whittle2013-02-201-1/+2
* | Fix memory leak in error caseLukas Larsson2013-02-131-5/+5
|/
* Revert "erts: Remove forgotten vxworks includes"Björn-Egil Dahlberg2013-01-281-0/+2
* Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc'Patrik Nyblom2013-01-252-5/+5
|\
| * Fix clang compiler warnings on FreeBSD in ertsPatrik Nyblom2013-01-232-5/+5
* | Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* | Fix a typo in erts/lib_src/Makefile.inAnthony Ramine2013-01-231-1/+1
|/
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-51/+58
* erts: Fix '#ifdef' for unused static functionsBjörn-Egil Dahlberg2012-10-101-0/+8
* erts: Remove forgotten vxworks includesBjörn-Egil Dahlberg2012-10-101-2/+0
* Update copyright yearsBjörn-Egil Dahlberg2012-08-312-2/+2
* erts: Fix bug in erts_printf for %s with precisionSverker Eriksson2012-08-211-3/+10
* Update to work with whitespace in exec pathLukas Larsson2012-06-051-14/+14
* Increase ethr event and lock counting constants to allow at least +A 1024.Rick Reed2012-04-041-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2012-03-302-2/+2
* Update dtrace for changes in R15Björn-Egil Dahlberg2012-03-221-1/+1
* Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 3/4Scott Lystig Fritchie2012-03-221-1/+3
* erts: Fix memory corruption when reading topology infoSverker Eriksson2012-03-151-3/+3
* Merge branch 'rickard/barriers/OTP-9922' into maintRickard Green2012-03-152-31/+116
|\
| * Fix implementation with ddrb barriersRickard Green2012-03-122-31/+116
* | erts: Fix crash on Linux if /sys/devices/system/node is not readableSverker Eriksson2012-03-091-1/+1
* | Merge branch 'rickard/barriers/OTP-9922' into maintRickard Green2012-02-292-23/+21
|\ \ | |/
| * Fix implementation with ddrb barriersRickard Green2012-02-212-23/+21