.. |
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.
|
6 years ago |
arm
|
eeadf618b8
+ abi tag for i386
|
6 years ago |
i386
|
32121de8ae
* do not call InitTLS when a compiler is used which does not include the abi tag section
|
6 years ago |
m68k
|
bffbff73e1
* remove deprecated parts linux stat records (FPC 1.0 leftovers)
|
7 years ago |
mips
|
3a2884df70
* Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU.
|
6 years ago |
mipsel
|
4934a42389
* avoid assembler warning about missing eol at eof
|
13 years ago |
powerpc
|
1e60364572
* another stat file cleanup.
|
7 years ago |
powerpc64
|
bffbff73e1
* remove deprecated parts linux stat records (FPC 1.0 leftovers)
|
7 years ago |
riscv32
|
dcb0f4fdb5
Fixed setjmp that overwrote a callee save register.
|
7 years ago |
riscv64
|
ba8245dccb
argc is a longint.
|
7 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
|
597a23d278
+ tls support for x86_64-linux (not yet enabled by default)
|
6 years ago |
Makefile
|
178217821c
+ added sortbase as a dependency to unit fgl in the makefiles
|
6 years ago |
Makefile.fpc
|
178217821c
+ added sortbase as a dependency to unit fgl in the makefiles
|
6 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
|
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).
|
6 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
|
3a2884df70
* Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU.
|
6 years ago |
linuxvcs.pp
|
bc75e8547e
Improve detect_linuxvcs to allow parsing of /proc/PID/stat even with spaces in exe name
|
7 years ago |
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).
|
6 years ago |
osmacro.inc
|
16183bebfe
* libc's open() function is a varargs function
|
10 years ago |
ossysc.inc
|
d1b1655441
* x86_64-android requires sigreturn for proper signal handling.
|
6 years ago |
ostypes.inc
|
6352328f3a
Update packages with information about RiscV.
|
7 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
|
597a23d278
+ tls support for x86_64-linux (not yet enabled by default)
|
6 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
|
ad6642edc0
* android: Fixed stdio redirection for threads.
|
6 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
|
ceb38833f2
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
7 years ago |
termiosproc.inc
|
044c835197
Add explicit typecast to avoid range ccheck error
|
6 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 |