| Commit message (Expand) | Author | Age | Files | Lines |
| * | Also set __stkptr inside cprt0.as startup assembly source | pierre | 2021-01-19 | 2 | -0/+6 |
| * | * updated linux syscall numbers | florian | 2020-01-02 | 1 | -372/+475 |
| * | * Android: The list of supported syscalls has been auto-generated directly fr... | yury | 2018-09-11 | 1 | -0/+4 |
| * | linux: an attempt to clean up and fix syscall calling conventions for ftrunca... | karoly | 2017-12-12 | 1 | -3/+0 |
| * | * updated FSF address (mantis #30198, patch by Paul Gevers) | jonas | 2016-10-02 | 1 | -2/+2 |
| * | * Pass exitcode correctly down to __libc_start_main in _haltproc | pierre | 2016-08-09 | 1 | -1/+4 |
| * | - MIPS: forward declaration of fpc_threadvar_relocate_proc is not needed. | sergei | 2014-11-22 | 1 | -5/+0 |
| * | * Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incom... | sergei | 2014-03-20 | 1 | -6/+2 |
| * | * Frame size on MIPS must be divisible by 8, thanks to Vsevolod Alekseyev for... | sergei | 2014-02-08 | 1 | -2/+2 |
| * | - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe... | sergei | 2013-10-10 | 1 | -3/+1 |
| * | * updated address of FSF (mantis #24646, patch by Alexey Svistunov) | jonas | 2013-06-27 | 1 | -1/+2 |
| * | + MIPS: added profiling support | sergei | 2013-03-21 | 2 | -8/+76 |
| * | * Forgotten delay slot was causing exit code loss in most library-related tests. | sergei | 2013-03-16 | 1 | -0/+1 |
| * | MIPS startup code: | sergei | 2013-03-15 | 1 | -41/+42 |
| * | * MIPS fppipe(): added error handling, and fixed parameter location (assemble... | sergei | 2013-02-13 | 1 | -4/+17 |
| * | * More changes to better obey ABI rules | pierre | 2013-02-10 | 1 | -14/+26 |
| * | Correct code for shared library start | pierre | 2013-02-01 | 1 | -51/+72 |
| * | + MIPS: In PIC mode, set $t9 to correct value before exiting SignalToRunError... | sergei | 2013-01-31 | 1 | -2/+6 |
| * | Try to convert dllprt0.as code to PIC | pierre | 2013-01-18 | 1 | -1/+125 |
| * | * Fix commit 23220, by moving declaration from syscallh.inc to syscall.inc | pierre | 2012-12-25 | 2 | -5/+5 |
| * | Try to fix simply the fpc_threadvar_relocate_proc problem | pierre | 2012-12-24 | 1 | -0/+6 |
| * | * mips-linux: call SetErrno in order to remove dependence on threadvar implem... | sergei | 2012-12-21 | 1 | -160/+16 |
| * | Replace HandleErrorFrame calls by HandleErrorAddrFrameInd where possible in ... | pierre | 2012-07-12 | 1 | -1/+1 |
| * | + Add missing implementation of pipe syscall | pierre | 2012-07-11 | 1 | -3/+13 |
| * | Reset FPU exceptions and retrun after changing sigc_pc value if UContext is ... | pierre | 2012-07-10 | 1 | -0/+16 |
| * | Third field of SignalToRunError must be PUContext type | pierre | 2012-07-10 | 2 | -6/+38 |
| * | Integer Overflow signal must be mapped to error 215, not 205, which is for f... | pierre | 2012-07-06 | 1 | -1/+1 |
| * | First version working to link with shared c library | pierre | 2012-07-05 | 1 | -1/+149 |
| * | * Use to call PASCALMAIN to allow linking with PIC Code | pierre | 2012-07-05 | 1 | -1/+3 |
| * | * Try to adapt sigcontext record to MIPS linux system | pierre | 2012-06-26 | 2 | -21/+35 |
| * | + Use SigContext sigc_sp and sigc_pc fields for HandleErrorAdrFrame parameters | pierre | 2012-06-25 | 1 | -1/+18 |
| * | + Set __stkptr value | pierre | 2012-06-25 | 1 | -0/+2 |
| * | * Use include prt0.as for cprt0, gprt0 and dllprt0 as files | pierre | 2012-06-20 | 3 | -0/+3 |
| * | * Fix wrong .size for _synamic_start | pierre | 2012-06-20 | 1 | -1/+1 |
| * | * Move incorrect delay slot instruction before jump instruction | pierre | 2012-06-17 | 1 | -1/+1 |
| * | Merge of 21562 by Foxsen, adapted to work for different ABIs | pierre | 2012-06-14 | 1 | -25/+22 |
| * | Stat record matching closer system include file | pierre | 2012-06-07 | 1 | -10/+23 |
| * | * Patch from Fuxin Zhang | pierre | 2012-06-07 | 1 | -79/+19 |
| * | * padding corrected | florian | 2012-05-29 | 1 | -12/+2 |
| * | * fix mips(el) stat record | florian | 2012-05-28 | 1 | -25/+29 |
| * | * fixes _haltproc, Hello world works on mipsel | florian | 2012-04-29 | 1 | -2/+0 |
| * | * started to fix simple mips syscalls | florian | 2012-02-12 | 1 | -181/+15 |
| * | * updated MIPS code so the compiler gets through the system unit | florian | 2012-02-05 | 1 | -13/+2 |
| * | * started to fix the mips(el) linux rtl | florian | 2012-02-04 | 4 | -16/+16 |
| * | * put generic mips code into mips dir | florian | 2012-02-04 | 1 | -68/+81 |
| * | Fix shared library loading and unloading for Linux platforms. Shared library ... | tom_at_work | 2011-09-08 | 1 | -0/+10 |
| * | - Revert micro-exe mode for now. | daniel | 2010-10-15 | 1 | -41/+15 |
| * | + If no unit is used, no symbol inside the system unit is used, | daniel | 2010-10-10 | 1 | -15/+41 |
| * | * several mips/mipsel related stuff fixed | florian | 2009-11-27 | 2 | -1/+93 |
| * | + system unit part of David Zhang's MIPS port | florian | 2009-11-24 | 7 | -0/+1203 |