| Commit message (Expand) | Author | Age | Files | Lines |
| * | * fixed comments in sysnr.inc files | florian | 2020-11-15 | 1 | -1/+1 |
| * | * floating point division by zero should throw run time error 208, fixed | florian | 2020-08-03 | 1 | -1/+1 |
| * | Use same field type and name as in /ust/include/sys/stat.h | pierre | 2020-04-20 | 1 | -1/+3 |
| * | * many syscallh header files had GPL license instead of modified. I owned th... | marco | 2020-01-17 | 2 | -1/+5 |
| * | * remove deprecated parts linux stat records (FPC 1.0 leftovers) | marco | 2018-08-19 | 1 | -23/+1 |
| * | * updated FSF address (mantis #30198, patch by Paul Gevers) | jonas | 2016-10-02 | 2 | -4/+4 |
| * | Merge revision(s) 32484 from branches/svenbarth/packages | svenbarth | 2016-06-12 | 4 | -8/+0 |
| * | * load the address of envp before storing it, so we don't overwrite argv | jonas | 2016-02-04 | 1 | -0/+1 |
| * | * equivalent of r32525/32526 for the assembler version of the startup code | jonas | 2015-11-25 | 1 | -4/+20 |
| * | * call external routines via their TOC entry instead of directly | jonas | 2015-11-25 | 2 | -6/+6 |
| * | * fixed saving the stack pointer in r32525 | jonas | 2015-11-25 | 1 | -1/+1 |
| * | * fixed dynamic startup of programs that don't link against libc (they get | jonas | 2015-11-24 | 1 | -1/+2 |
| * | * call seterrno instead of manually handling the setting setting the errno | jonas | 2015-03-14 | 1 | -314/+63 |
| * | * switched Linux/PowerPC64 to Pascal startup code so that we can used ifdefs | jonas | 2015-03-14 | 4 | -0/+3030 |
| * | - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT labe... | sergei | 2013-10-10 | 1 | -1/+0 |
| * | * 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/+7 |
| * | Fix shared library loading and unloading for Linux platforms. Shared library ... | tom_at_work | 2011-09-08 | 2 | -39/+91 |
| * | * IsLibrary is a byte-sized boolean, thus use stb instruction to set value | pierre | 2011-09-07 | 1 | -1/+1 |
| * | * Remove use of direct U_UNIT_NAME or TC_UNIT_NAME | pierre | 2011-09-02 | 1 | -2/+2 |
| * | * reverted the rtl patches from r14184, because they cause an endless | jonas | 2010-11-24 | 1 | -2/+2 |
| * | * minor changes to the startup code: use exit_group syscall to exit, minor cl... | tom_at_work | 2010-10-29 | 3 | -8/+19 |
| * | Startup files fixes for ppc/ppc64 | tom_at_work | 2010-10-22 | 4 | -19/+444 |
| * | - Revert micro-exe mode for now. | daniel | 2010-10-15 | 1 | -42/+16 |
| * | + If no unit is used, no symbol inside the system unit is used, | daniel | 2010-10-10 | 1 | -16/+42 |
| * | * remove the RTL's installed signal handlers at the end of the system | jonas | 2009-05-02 | 1 | -1/+5 |
| * | * mark produced object files as "does not require executable stack" by | jonas | 2008-12-12 | 3 | -0/+5 |
| * | * update linux syscall numbers (merge powerpc64 to powerpc) | micha | 2008-11-15 | 1 | -289/+1 |
| * | * properties set | florian | 2007-08-02 | 3 | -1254/+1254 |
| * | * More deprecated. | marco | 2007-06-03 | 1 | -10/+10 |
| * | * updated stat record | tom_at_work | 2006-11-05 | 1 | -1/+1 |
| * | * fixed syscall helpers: threadvar index now correctly loaded as dword, helpe... | tom_at_work | 2006-07-16 | 1 | -231/+320 |
| * | * forgot to commit ppc64 gprt0.as used for gprof support | tom_at_work | 2006-04-20 | 1 | -4/+441 |
| * | - Syscall number update for Kernel 2.6.15 | tom_at_work | 2006-03-29 | 1 | -5/+11 |
| * | * added syscall_nr_pwrite/read64 aliases for build | tom_at_work | 2006-03-04 | 1 | -1/+8 |
| * | * syscalls regenerated by Neli. | marco | 2006-02-12 | 1 | -0/+5 |
| * | * add initialstkptr to get the stackpointer at startup before | peter | 2006-01-12 | 2 | -46/+56 |
| * | * ppc64: with -Or the compiler now also generates calls to helper functions i... | tom_at_work | 2005-11-20 | 2 | -6/+550 |
| * | * added ptrgl helper to cprt0 startup code as well | tom_at_work | 2005-11-17 | 1 | -0/+16 |
| * | * ppc64/linux: fixed and enabled some more assembly routines in the RTL | tom_at_work | 2005-11-15 | 3 | -287/+289 |
| * | * some cleanup, typo fixes | tom_at_work | 2005-11-11 | 2 | -17/+16 |
| * | * cleanup, removing debug code removed and fixing file headers | tom_at_work | 2005-11-10 | 6 | -202/+139 |
| * | * release old stack pointer register on ppc64 after method prolog | tom_at_work | 2005-10-26 | 1 | -8/+16 |
| * | * call by register now also takes care of the TOC and environment pointer | tom_at_work | 2005-10-25 | 1 | -1/+17 |
| * | * first shared library link path fixes | tom_at_work | 2005-10-17 | 1 | -14/+8 |
| * | * fixed exception handling for PowerPC64 | tom_at_work | 2005-10-15 | 1 | -6/+9 |
| * | * added workarounds for some load/store instructions requiring 4 byte aligned... | tom_at_work | 2005-10-14 | 1 | -18/+41 |
| * | * fixed basic signal handling for PowerPC64/linux, by updating related types ... | tom_at_work | 2005-10-12 | 2 | -66/+186 |
| * | * fixed problem with too large offsets in conditional jumps (see also rev 116... | tom_at_work | 2005-10-10 | 2 | -257/+280 |
| * | * fixed last commit (1337) which broke some files in the repository | tom_at_work | 2005-10-08 | 2 | -0/+135 |