florian b24eb3cce7 * x86_64-linux uses now pascal init code 7 years ago
..
aarch64 d49b69581a * removed fake _init/_fini symbols (patch by Edmund Grimley Evans) 9 years ago
arm a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
i386 a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
m68k a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
mips a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
mipsel 4934a42389 * avoid assembler warning about missing eol at eof 13 years ago
powerpc a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
powerpc64 e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 8 years ago
sparc 96f28cbb11 * move sysnr.inc to a rtl/linux/sparcgen dir 8 years ago
sparc64 dc0e8de99f Fix PIC code 8 years ago
sparcgen a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
x86_64 b24eb3cce7 * x86_64-linux uses now pascal init code 7 years ago
Makefile 595938637e Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of system units, thus allowing to explicitly pass -Sf option 7 years ago
Makefile.fpc 595938637e Add explicit FPC_SYSTEM_OPT variable that is only used for compilation of system units, thus allowing to explicitly pass -Sf option 7 years ago
buildrtl.lpi 0d717c7e0e * update by newer lazarus version 10 years ago
buildrtl.pp a001e12d04 * rtl-console initial version. 11 years ago
bunxsysc.inc a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
errno-mips.inc 3ccfd2d74d + ESysERFKILL added 13 years ago
errno-sparc.inc f4b437288e Added errors 127 to 133 for Sparc 13 years ago
errno.inc 6bc339192d MIPS system errors separated into errno-mips.inc file 13 years ago
errnostr.inc 27c92161d6 * Ales Katona's errors patch 19 years ago
fpcylix.pp a7d088b197 + MAX_PATH 20 years ago
fpmake.inc 03f441c966 + Initial check-in 20 years ago
linux.pp 94b6fe6ad3 * added O_CLOEXEC 7 years ago
linuxvcs.pp e6410f45c1 * disable iochecking when opening terminal (to avoid RTE of #11376). 17 years ago
oldlinux.pp 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 years ago
osdefs.inc af0fdea815 * Android: Include list of supported syscalls for each CPU. 7 years ago
osmacro.inc 16183bebfe * libc's open() function is a varargs function 10 years ago
ossysc.inc a3a7285df4 linux: an attempt to clean up and fix syscall calling conventions for ftruncate64, pread64 and pwrite64 on platforms which use aligned register pairs to pass the 64bit parameters 7 years ago
ostypes.inc 1ff7f061ff Sparc64 uses the same value as sparc for O_APPEND 8 years ago
pmutext.inc 13e76ccc01 * some type declarations for sparc64-linux fixed 8 years ago
pthread.inc e1a0b1204a * Removed unused vars in RTL. 10 years ago
ptypes.inc 50fab14389 * TIOCtlRequest is 64 bit on sparc64 8 years ago
rtldefs.inc da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 12 years ago
si_c.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 years ago
si_c21.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 years ago
si_c21g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 years ago
si_dll.pp 5491cf9519 Force PIC usage for sparc64 CPU 8 years ago
si_g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 years ago
si_impl.inc 533789777b * prepare Linux RTL for a platform-by-platform switch to indirect entry information, including the capability to bootstrap a direct entry target to an indirect one while using the assembly startup files of the indirect one 8 years ago
si_intf.inc 533789777b * prepare Linux RTL for a platform-by-platform switch to indirect entry information, including the capability to bootstrap a direct entry target to an indirect one while using the assembly startup files of the indirect one 8 years ago
si_prc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 years ago
si_uc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 years ago
signal.inc 3b48c6e316 * sparc64 uses the same different signal numbers as sparc32 on linux 8 years ago
suuid.inc 5bbf299c22 * Fix bug #31555, disbablefile locking 8 years ago
sysnr-gen.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 years ago
sysos.inc 0c404918e1 sparc64 also uses 0245408 TCGETS constant 8 years ago
sysosh.inc 533789777b * prepare Linux RTL for a platform-by-platform switch to indirect entry information, including the capability to bootstrap a direct entry target to an indirect one while using the assembly startup files of the indirect one 8 years ago
system.pp c66daeb69f * forgot to correctly enable bootstrapping from direct to indirect entry for x86_64-linux 8 years ago
termio.pp ebe262762a * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes 11 years ago
termios.inc e78dbbccc4 * adaption of some rtl code for sparc64-linux 8 years ago
termiosproc.inc e93413fae7 * Initial FPC_USE_LIBC implementation of termios for Linux. 11 years ago
unxconst.inc cd8842a74d * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) 19 years ago
unxfunc.inc 266ebc351b * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 9 years ago
unxsysc.inc af0fdea815 * Android: Include list of supported syscalls for each CPU. 7 years ago
unxsysch.inc 28e614c237 * move fdatasync to linux unit 16 years ago