svenbarth ddf91a4d19 * regenerate Makefile after r37337 8 лет назад
..
aarch64 d49b69581a * removed fake _init/_fini symbols (patch by Edmund Grimley Evans) 10 лет назад
arm e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 9 лет назад
i386 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
m68k ad2963783e * m68k-linux startup code: 11 лет назад
mips e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 9 лет назад
mipsel 4934a42389 * avoid assembler warning about missing eol at eof 13 лет назад
powerpc e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 9 лет назад
powerpc64 e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) 9 лет назад
sparc 96f28cbb11 * move sysnr.inc to a rtl/linux/sparcgen dir 8 лет назад
sparc64 dc0e8de99f Fix PIC code 8 лет назад
sparcgen e78dbbccc4 * adaption of some rtl code for sparc64-linux 8 лет назад
x86_64 a706c3900f Fix loading of argc field (longint type) of TEntryInformation.OS record 8 лет назад
Makefile ddf91a4d19 * regenerate Makefile after r37337 8 лет назад
Makefile.fpc c38efb692b * fix parallel compilation of Linux RTL: the software FPU units require the ObjPas unit 8 лет назад
buildrtl.lpi 0d717c7e0e * update by newer lazarus version 11 лет назад
buildrtl.pp a001e12d04 * rtl-console initial version. 12 лет назад
bunxsysc.inc 2221e4e4bd * fix timespec=nil for -dgeneric_linux_syscalls (aarch64) case. 9 лет назад
errno-mips.inc 3ccfd2d74d + ESysERFKILL added 13 лет назад
errno-sparc.inc f4b437288e Added errors 127 to 133 for Sparc 13 лет назад
errno.inc 6bc339192d MIPS system errors separated into errno-mips.inc file 13 лет назад
errnostr.inc 27c92161d6 * Ales Katona's errors patch 20 лет назад
fpcylix.pp a7d088b197 + MAX_PATH 20 лет назад
fpmake.inc 03f441c966 + Initial check-in 20 лет назад
linux.pp 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 лет назад
linuxvcs.pp e6410f45c1 * disable iochecking when opening terminal (to avoid RTE of #11376). 17 лет назад
oldlinux.pp 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 лет назад
osdefs.inc d4e6824862 * sparc64-linux has to use syscall_nr_gettimeofday instead of syscall_nr_time as well 8 лет назад
osmacro.inc 16183bebfe * libc's open() function is a varargs function 11 лет назад
ossysc.inc 47bdbb2d1f * fix Fpfstat as Fpstat has been fixed in r36664, sparc64 needs explictly an stat64 call for 64 bit stat 8 лет назад
ostypes.inc 1ff7f061ff Sparc64 uses the same value as sparc for O_APPEND 8 лет назад
pmutext.inc 13e76ccc01 * some type declarations for sparc64-linux fixed 8 лет назад
pthread.inc e1a0b1204a * Removed unused vars in RTL. 10 лет назад
ptypes.inc 50fab14389 * TIOCtlRequest is 64 bit on sparc64 8 лет назад
rtldefs.inc da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 12 лет назад
si_c.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
si_c21.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
si_c21g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
si_dll.pp 5491cf9519 Force PIC usage for sparc64 CPU 8 лет назад
si_g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
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 лет назад
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 лет назад
si_prc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
si_uc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages 9 лет назад
signal.inc 3b48c6e316 * sparc64 uses the same different signal numbers as sparc32 on linux 8 лет назад
suuid.inc 5bbf299c22 * Fix bug #31555, disbablefile locking 8 лет назад
sysnr-gen.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 лет назад
sysos.inc 0c404918e1 sparc64 also uses 0245408 TCGETS constant 8 лет назад
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 лет назад
system.pp c66daeb69f * forgot to correctly enable bootstrapping from direct to indirect entry for x86_64-linux 8 лет назад
termio.pp ebe262762a * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes 12 лет назад
termios.inc e78dbbccc4 * adaption of some rtl code for sparc64-linux 8 лет назад
termiosproc.inc e93413fae7 * Initial FPC_USE_LIBC implementation of termios for Linux. 12 лет назад
unxconst.inc cd8842a74d * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) 19 лет назад
unxfunc.inc 266ebc351b * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 10 лет назад
unxsysc.inc 28e614c237 * move fdatasync to linux unit 17 лет назад
unxsysch.inc 28e614c237 * move fdatasync to linux unit 17 лет назад