| Commit message (Expand) | Author | Age | Files | Lines |
| * | * if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS... | svenbarth | 2021-01-09 | 1 | -2/+4 |
| * | * fixed comments in sysnr.inc files | florian | 2020-11-15 | 1 | -1/+1 |
| * | * check first for x86 exception and only for sse if no x87 exceptions is th... | florian | 2020-10-16 | 1 | -18/+21 |
| * | * denormalized value floating point exception has to result in an rte 206, ... | florian | 2020-10-15 | 1 | -2/+2 |
| * | * fixed resetting of state, broken in r45995 | florian | 2020-08-03 | 1 | -10/+23 |
| * | * updated tfpstate | florian | 2020-08-03 | 1 | -1/+15 |
| * | * reset exception flags, resolves #37468 on x86_64 | florian | 2020-08-02 | 1 | -9/+8 |
| * | * fpc_geteipasebx and fpc_geteipasecx are used as procedures, not functions, ... | svenbarth | 2020-08-01 | 1 | -1/+1 |
| * | * rename local import of fpc_geteipasebx | svenbarth | 2020-08-01 | 1 | -8/+8 |
| * | * many syscallh header files had GPL license instead of modified. I owned th... | marco | 2020-01-17 | 2 | -16/+8 |
| * | * updated linux syscall numbers | florian | 2020-01-02 | 1 | -0/+47 |
| * | + support tls threadvars with the internal assembler | florian | 2019-09-25 | 1 | -7/+0 |
| * | * converted _FPC_libc21_haltproc into a pascal subroutine so stack alignment ... | florian | 2019-09-15 | 1 | -6/+8 |
| * | * cosmetics: indention | florian | 2019-09-15 | 1 | -28/+28 |
| * | * synchronised with trunk till r41976 | jonas | 2019-05-02 | 1 | -17/+62 |
| |\ |
|
| | * | * Update syscall list for i386 and x86_64 cpus, | pierre | 2019-04-25 | 1 | -17/+62 |
| * | | * improved floating point signal handling on x86/linux | florian | 2019-02-24 | 2 | -33/+74 |
| * | | * fixed unwinding from signal handlers, the approach used now is very simple ... | florian | 2019-02-22 | 1 | -1/+8 |
| |/ |
|
| * | * do not call InitTLS when a compiler is used which does not include the abi ... | florian | 2018-12-04 | 1 | -0/+2 |
| * | + abi tag for i386 | florian | 2018-12-02 | 1 | -0/+32 |
| * | + support for tlsm_general on i386-linux | florian | 2018-11-11 | 1 | -0/+7 |
| * | + i386-linux support for tls-based threadvars | florian | 2018-11-07 | 1 | -0/+4 |
| * | * remove deprecated parts linux stat records (FPC 1.0 leftovers) | marco | 2018-08-19 | 1 | -79/+6 |
| * | linux: an attempt to clean up and fix syscall calling conventions for ftrunca... | karoly | 2017-12-12 | 1 | -3/+2 |
| * | * Fixed version of FpSysCall() with 6 params for Linux with PIC. | yury | 2017-10-17 | 1 | -1/+5 |
| * | Merge revision(s) 32484 from branches/svenbarth/packages | svenbarth | 2016-06-12 | 6 | -9/+0 |
| * | * i386-linux: reworked and cleaned up libc-related startup code: | sergei | 2016-01-22 | 2 | -292/+23 |
| * | * removed 'nostackframe' attribute, since on i386 assembler procedures refere... | sergei | 2016-01-22 | 1 | -1/+1 |
| * | - i386-linux RTL: removed assembler startup files, which are unused since ver... | sergei | 2016-01-21 | 6 | -658/+0 |
| * | - Cleaned out some more assembler PIC hacks around ExitCode variable | sergei | 2015-12-18 | 2 | -41/+5 |
| * | - Cleaned out more assembler hacks around ExitCode variable | sergei | 2015-01-26 | 1 | -38/+5 |
| * | - Cleaned out assembler hacks around ExitCode variable | sergei | 2015-01-26 | 1 | -43/+5 |
| * | Reset FPU state in SignalToRunError for SIGFPE, fixes tw12214 failure | pierre | 2015-01-26 | 1 | -2/+9 |
| * | * More correctly scan Elf Auxiliary Vector. Fixes possible crash when the fir... | yury | 2014-11-12 | 1 | -8/+9 |
| * | * Clean up i386-Linux startup code for shared libraries: | sergei | 2014-02-13 | 1 | -57/+3 |
| * | - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe... | sergei | 2013-10-10 | 1 | -3/+0 |
| * | * updated address of FSF (mantis #24646, patch by Alexey Svistunov) | jonas | 2013-06-27 | 1 | -2/+2 |
| * | - Removed duplicate file header | sergei | 2012-12-21 | 1 | -35/+0 |
| * | * fixed compilation after introduction of nostackframe checks | jonas | 2012-10-19 | 1 | -12/+7 |
| * | * adjusted startup code so it guarantees 16 byte stack alignment on program | jonas | 2012-09-13 | 7 | -16/+21 |
| * | Fix shared library loading and unloading for Linux platforms. Shared library ... | tom_at_work | 2011-09-08 | 1 | -7/+20 |
| * | * Remove use of direct U_UNIT_NAME or TC_UNIT_NAME | pierre | 2011-09-02 | 1 | -1/+1 |
| * | * fix got loading si_c32, resolves #19520 (still uses the call/pop approach b... | florian | 2011-08-16 | 1 | -5/+5 |
| * | * declared external fpc_geteipasebx , with local suffix to avoid clashes. | marco | 2011-06-07 | 1 | -5/+9 |
| * | * killed fpc_geteipbasebx in the startup code, mantis #19504 | marco | 2011-06-06 | 1 | -6/+0 |
| * | * reverted the rtl patches from r14184, because they cause an endless | jonas | 2010-11-24 | 1 | -3/+22 |
| * | - Revert micro-exe mode for now. | daniel | 2010-10-15 | 1 | -47/+17 |
| * | + If no unit is used, no symbol inside the system unit is used, | daniel | 2010-10-10 | 1 | -17/+47 |
| * | * moved {$asmmode att} to top of file (mantis #17377) | jonas | 2010-09-09 | 2 | -2/+2 |
| * | + adds mcount calls to syscall assembler helpers for i386 and x86-64, resolve... | florian | 2010-08-15 | 1 | -0/+61 |