| .. |
|
aarch64
|
* Corrected TUContext record for aarch64-linux and aarch64-android. It fixes obtaining of an address of the instruction where a signal has thrown.
|
2018-10-06 18:36:02 +00:00 |
|
arm
|
* improved software floating point exception handling in the rtl
|
2019-10-10 20:31:31 +00:00 |
|
i386
|
+ support tls threadvars with the internal assembler
|
2019-09-25 21:19:03 +00:00 |
|
m68k
|
* remove deprecated parts linux stat records (FPC 1.0 leftovers)
|
2018-08-19 15:10:22 +00:00 |
|
mips
|
* Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU.
|
2018-09-11 16:10:50 +00:00 |
|
mipsel
|
|
|
|
powerpc
|
Add st_ctime_nsec field for stat powerpc record
|
2019-05-02 12:57:51 +00:00 |
|
powerpc64
|
* remove deprecated parts linux stat records (FPC 1.0 leftovers)
|
2018-08-19 15:10:22 +00:00 |
|
riscv32
|
Add si_XXX.inc files, pointing to riscv64 counterparts
|
2019-11-20 22:51:03 +00:00 |
|
riscv64
|
prepare source to also support riscv32 code
|
2019-11-20 22:46:31 +00:00 |
|
sparc
|
* move sysnr.inc to a rtl/linux/sparcgen dir
|
2017-06-03 20:52:41 +00:00 |
|
sparc64
|
Fix PIC code
|
2017-07-26 14:52:12 +00:00 |
|
sparcgen
|
Update syscall number for sparc and sparc64 based on results from unix/scripts/check_sys.sh
|
2019-05-07 11:26:44 +00:00 |
|
x86_64
|
* we have to use __tls_get_addr from the dyn. linker lib else tls on programs with pure pascal dyn. libraries fail
|
2019-09-25 21:19:01 +00:00 |
|
buildrtl.lpi
|
* improved build unit lazarus project for linux
|
2019-12-01 08:41:26 +00:00 |
|
buildrtl.pp
|
* improved build unit lazarus project for linux
|
2019-12-01 08:41:26 +00:00 |
|
bunxsysc.inc
|
* 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).
|
2018-12-12 14:04:57 +00:00 |
|
errno-mips.inc
|
|
|
|
errno-sparc.inc
|
|
|
|
errno.inc
|
|
|
|
errnostr.inc
|
|
|
|
fpcylix.pp
|
|
|
|
fpmake.inc
|
|
|
|
linux.pp
|
* Android: The list of supported syscalls has been auto-generated directly from android sources for each CPU.
|
2018-09-11 16:10:50 +00:00 |
|
linuxvcs.pp
|
* Fix bug ID #0035596: better detection of vcs device
|
2019-08-23 06:45:11 +00:00 |
|
Makefile
|
+ riscv32 cpu: Use SYSINIT_UNITS instead of LOADERS
|
2019-11-20 22:57:49 +00:00 |
|
Makefile.fpc
|
+ riscv32 cpu: Use SYSINIT_UNITS instead of LOADERS
|
2019-11-20 22:57:49 +00:00 |
|
osdefs.inc
|
* 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).
|
2018-12-12 14:04:57 +00:00 |
|
osmacro.inc
|
|
|
|
ossysc.inc
|
Also use syscall_nr_fstatat for FpStat function for riscv32 cpu
|
2019-11-20 23:04:33 +00:00 |
|
ostypes.inc
|
Update packages with information about RiscV.
|
2018-07-20 10:40:28 +00:00 |
|
pmutext.inc
|
* some type declarations for sparc64-linux fixed
|
2017-07-09 20:28:30 +00:00 |
|
pthread.inc
|
* patch by Benjamin Rosseaux: TEvent.WaitFor on *nix uses Monotonic Clock now
|
2019-11-25 20:58:18 +00:00 |
|
ptypes.inc
|
* TIOCtlRequest is declared as unsigned long according to man 2 ioctl
|
2019-11-09 18:27:21 +00:00 |
|
rtldefs.inc
|
|
|
|
si_c21.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_c21g.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_c.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_dll.pp
|
Force PIC usage for sparc64 CPU
|
2017-07-26 14:46:41 +00:00 |
|
si_g.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_impl.inc
|
+ tls support for x86_64-linux (not yet enabled by default)
|
2019-01-27 09:37:25 +00:00 |
|
si_intf.inc
|
* 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
|
2017-07-08 20:37:43 +00:00 |
|
si_prc.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
si_uc.pp
|
Merge revision(s) 32484 from branches/svenbarth/packages
|
2016-06-12 16:49:56 +00:00 |
|
signal.inc
|
* sparc64 uses the same different signal numbers as sparc32 on linux
|
2017-07-22 13:26:48 +00:00 |
|
suuid.inc
|
* Fix bug #31555, disbablefile locking
|
2017-03-17 07:58:59 +00:00 |
|
sysnr-gen.inc
|
|
|
|
sysos.inc
|
sparc64 also uses 0245408 TCGETS constant
|
2017-07-13 22:01:28 +00:00 |
|
sysosh.inc
|
* 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
|
2017-07-08 20:37:43 +00:00 |
|
system.pp
|
* android: Fixed stdio redirection for threads.
|
2019-02-20 15:11:45 +00:00 |
|
t_linux.h2paschk
|
Add first linux RTL compliance test file t_linux.h2paschk
|
2019-05-06 21:13:42 +00:00 |
|
termio.pp
|
|
|
|
termios.inc
|
Added RiscV32/64 target, from a cleaned up version of branches/laksen/riscv/trunk.
|
2018-07-20 08:21:15 +00:00 |
|
termiosproc.inc
|
Use TIOCtlRequest type for local variable nr inside TCSetAttr function
|
2019-05-10 07:23:31 +00:00 |
|
unxconst.inc
|
|
|
|
unxfunc.inc
|
|
|
|
unxsysc.inc
|
* Android: Include list of supported syscalls for each CPU.
|
2017-10-17 18:15:02 +00:00 |
|
unxsysch.inc
|
|
|