yury ad6642edc0 * android: Fixed stdio redirection for threads. il y a 6 ans
..
aarch64 42c46207cd * Corrected TUContext record for aarch64-linux and aarch64-android. It fixes obtaining of an address of the instruction where a signal has thrown. il y a 6 ans
arm eeadf618b8 + abi tag for i386 il y a 6 ans
i386 32121de8ae * do not call InitTLS when a compiler is used which does not include the abi tag section il y a 6 ans
m68k bffbff73e1 * remove deprecated parts linux stat records (FPC 1.0 leftovers) il y a 7 ans
mips 3a2884df70 * Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU. il y a 7 ans
mipsel 4934a42389 * avoid assembler warning about missing eol at eof il y a 13 ans
powerpc 1e60364572 * another stat file cleanup. il y a 7 ans
powerpc64 bffbff73e1 * remove deprecated parts linux stat records (FPC 1.0 leftovers) il y a 7 ans
riscv32 dcb0f4fdb5 Fixed setjmp that overwrote a callee save register. il y a 7 ans
riscv64 ba8245dccb argc is a longint. il y a 7 ans
sparc 96f28cbb11 * move sysnr.inc to a rtl/linux/sparcgen dir il y a 8 ans
sparc64 dc0e8de99f Fix PIC code il y a 8 ans
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 il y a 7 ans
x86_64 597a23d278 + tls support for x86_64-linux (not yet enabled by default) il y a 6 ans
Makefile 178217821c + added sortbase as a dependency to unit fgl in the makefiles il y a 6 ans
Makefile.fpc 178217821c + added sortbase as a dependency to unit fgl in the makefiles il y a 6 ans
buildrtl.lpi 0d717c7e0e * update by newer lazarus version il y a 10 ans
buildrtl.pp a001e12d04 * rtl-console initial version. il y a 11 ans
bunxsysc.inc f7efca92ec * android: Disabled usage of the "pselect6" and "ppoll" syscalls for arm-android. These syscalls are not available on old Android versions (2.3 or older). il y a 6 ans
errno-mips.inc 3ccfd2d74d + ESysERFKILL added il y a 13 ans
errno-sparc.inc f4b437288e Added errors 127 to 133 for Sparc il y a 13 ans
errno.inc 6bc339192d MIPS system errors separated into errno-mips.inc file il y a 13 ans
errnostr.inc 27c92161d6 * Ales Katona's errors patch il y a 19 ans
fpcylix.pp a7d088b197 + MAX_PATH il y a 20 ans
fpmake.inc 03f441c966 + Initial check-in il y a 20 ans
linux.pp 3a2884df70 * Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU. il y a 7 ans
linuxvcs.pp bc75e8547e Improve detect_linuxvcs to allow parsing of /proc/PID/stat even with spaces in exe name il y a 7 ans
osdefs.inc f7efca92ec * android: Disabled usage of the "pselect6" and "ppoll" syscalls for arm-android. These syscalls are not available on old Android versions (2.3 or older). il y a 6 ans
osmacro.inc 16183bebfe * libc's open() function is a varargs function il y a 10 ans
ossysc.inc d1b1655441 * x86_64-android requires sigreturn for proper signal handling. il y a 6 ans
ostypes.inc 6352328f3a Update packages with information about RiscV. il y a 7 ans
pmutext.inc 13e76ccc01 * some type declarations for sparc64-linux fixed il y a 8 ans
pthread.inc e1a0b1204a * Removed unused vars in RTL. il y a 10 ans
ptypes.inc 50fab14389 * TIOCtlRequest is 64 bit on sparc64 il y a 8 ans
rtldefs.inc da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we il y a 12 ans
si_c.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages il y a 9 ans
si_c21.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages il y a 9 ans
si_c21g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages il y a 9 ans
si_dll.pp 5491cf9519 Force PIC usage for sparc64 CPU il y a 8 ans
si_g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages il y a 9 ans
si_impl.inc 597a23d278 + tls support for x86_64-linux (not yet enabled by default) il y a 6 ans
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 il y a 8 ans
si_prc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages il y a 9 ans
si_uc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages il y a 9 ans
signal.inc 3b48c6e316 * sparc64 uses the same different signal numbers as sparc32 on linux il y a 8 ans
suuid.inc 5bbf299c22 * Fix bug #31555, disbablefile locking il y a 8 ans
sysnr-gen.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) il y a 10 ans
sysos.inc 0c404918e1 sparc64 also uses 0245408 TCGETS constant il y a 8 ans
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 il y a 8 ans
system.pp ad6642edc0 * android: Fixed stdio redirection for threads. il y a 6 ans
termio.pp ebe262762a * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes il y a 11 ans
termios.inc ceb38833f2 Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk. il y a 7 ans
termiosproc.inc 044c835197 Add explicit typecast to avoid range ccheck error il y a 6 ans
unxconst.inc cd8842a74d * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) il y a 19 ans
unxfunc.inc 266ebc351b * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 il y a 9 ans
unxsysc.inc af0fdea815 * Android: Include list of supported syscalls for each CPU. il y a 7 ans
unxsysch.inc 28e614c237 * move fdatasync to linux unit il y a 16 ans