summaryrefslogtreecommitdiff
path: root/rts/RtsUtils.c
Commit message (Expand)AuthorAgeFilesLines
* rts: Introduce stgMallocAlignedBytesBen Gamari2023-03-021-2/+49
* rts: genericRaise: use exit() instead when not HAVE_RAISECheng Shao2022-11-111-1/+3
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-211-2/+0
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Expose RTS-only ways (#18651)Sylvain Henry2020-10-091-0/+33
* rts: Add Windows-specific implementation of rtsSleepBen Gamari2020-06-041-2/+9
* rts: Use nanosleep instead of usleepBen Gamari2020-02-111-0/+18
* Add new debug flag -DZTobias Guggenmos2019-10-031-1/+1
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-1/+6
* Use segments for section layoutArtem Pyanykh2019-03-201-3/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-211-2/+4
* Prefer #if defined to #ifdefBen Gamari2017-04-281-8/+8
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-2/+2
* rts/RtsUtils.c: drop stale commentsSergei Trofimovich2017-04-161-3/+3
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-2/+2
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-2/+2
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-021-14/+6
* Use C99's boolBen Gamari2016-11-291-2/+2
* When in sanity mode, un-zero malloc'd memory; fix uninitialized memory bugs.Edward Z. Yang2016-08-151-0/+1
* RtsUtils: Use `size_t` instead of `int` where appropriateErik de Castro Lopo2016-05-121-13/+9
* rts: Don't use strndupBen Gamari2016-04-181-0/+12
* stgMallocBytes: Tolerate malloc(0) returning a NULL ptrHerbert Valerio Riedel2016-03-211-0/+13
* Fix two occurences of `x86_HOST_ARCH`Herbert Valerio Riedel2015-12-191-1/+1
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-071-6/+7
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: detabify/dewhitespace RtsUtils.cAustin Seipp2014-08-201-7/+7
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: Print correct stack size on stack overflowBen Gamari2013-10-251-3/+3
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-0/+11
* Revert "Default to infinite stack size (#8189)"Austin Seipp2013-09-081-3/+3
* Default to infinite stack size (#8189)Austin Seipp2013-09-081-3/+3
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-20/+0
* Use pthread_kill on OS X tooIan Lynagh2013-01-171-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* avoid 32-bit integer overflow (#5831)Simon Marlow2012-02-071-1/+1
* Fixes for NetBSDIan Lynagh2011-11-251-1/+1
* Add a debug check for a non-empty FPU stack on x86 (see #4914)Simon Marlow2011-03-301-0/+15
* Remove the debugging memory allocator - valgrind does a better jobSimon Marlow2010-08-241-146/+0
* stgReallocBytes(DEBUG): don't fail when the ptr passed in is NULLSimon Marlow2010-08-171-1/+1
* Reorder RTS --info outputIan Lynagh2010-07-171-4/+4
* Use StgWord64 instead of ullongIan Lynagh2010-04-211-18/+67
* fix a non-portable printf formatSimon Marlow2010-03-301-2/+2
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-56/+1
* Fix a warning on WindowsIan Lynagh2009-07-241-1/+1
* add number of bytes to +RTS -DS leak reportsSimon Marlow2009-07-241-2/+2
* Fix #2197 (properly this time)Simon Marlow2009-07-011-0/+10
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-37/+0
* In +RTS --info output, use YES rather than YesIan Lynagh2009-02-271-1/+1