.. |
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
|
8e5e877417
Fix compilation with release 3.0.4 ppcarm
|
6 years ago |
i386
|
3a1fb45315
* synchronised with trunk till r41976
|
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.
|
7 years ago |
mipsel
|
4934a42389
* avoid assembler warning about missing eol at eof
|
13 years ago |
powerpc
|
ce1ba76ce5
Add st_ctime_nsec field for stat powerpc record
|
6 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
|
53542b7c5e
- Port RISC-V64 startup code to native inline routines.
|
6 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
|
ebf2e277ab
Update syscall number for sparc and sparc64 based on results from unix/scripts/check_sys.sh
|
6 years ago |
x86_64
|
3a1fb45315
* synchronised with trunk till r41976
|
6 years ago |
Makefile
|
5ed7bd35df
Update all trunk/fpcsrc Makefile's after commit 42749
|
6 years ago |
Makefile.fpc
|
53542b7c5e
- Port RISC-V64 startup code to native inline routines.
|
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.
|
7 years ago |
linuxvcs.pp
|
ee6c426e05
* Fix bug ID #0035596: better detection of vcs device
|
6 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
|
e8ae490128
sparc32 bit needs SA_SIGINFO
|
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
|
ae5a9e033a
Add flags field to TStatfs record
|
6 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 |
t_linux.h2paschk
|
fae45b2075
Add first linux RTL compliance test file t_linux.h2paschk
|
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
|
83d72bdf19
Use TIOCtlRequest type for local variable nr inside TCSetAttr function
|
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 |