fpc/rtl/linux
florian 3922926d17 * disable new syscalls on android
git-svn-id: trunk@48495 -
2021-02-01 21:05:23 +00:00
..
aarch64 * Aarch64-linux: debugging define disabled 2020-09-15 21:08:58 +00:00
arm * fixed comments in sysnr.inc files 2020-11-15 19:30:19 +00:00
i386 * if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS is not required (according to one comment by Florian), so disable all related code in that case (as for example the syscall numbers are not available then) 2021-01-09 15:58:13 +00:00
m68k Also set __stkptr inside cprt0.as and dllprt0.as startup assembly sources 2021-01-19 22:30:59 +00:00
mips Also set __stkptr inside cprt0.as startup assembly source 2021-01-19 22:28:37 +00:00
mipsel
powerpc * fixed comments in sysnr.inc files 2020-11-15 19:30:19 +00:00
powerpc64 * fixed comments in sysnr.inc files 2020-11-15 19:30:19 +00:00
riscv32 * many syscallh header files had GPL license instead of modified. I owned the copyright, or in one case, Thomas did, but it was a full copy of mine. -> changed to modified 2020-01-17 12:07:50 +00:00
riscv64 Correct computation of operatingsystem_parameter_envp, which wrongly pointed to the NIL pointer separating argv from environment variables 2020-11-24 09:39:55 +00:00
sparc * floating point division by zero should throw run time error 208, fixed 2020-08-03 19:42:16 +00:00
sparc64 * floating point division by zero should throw run time error 208, fixed 2020-08-03 19:42:16 +00:00
sparcgen * fixed comments in sysnr.inc files 2020-11-15 19:30:19 +00:00
x86_64 * if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS is not required (according to one comment by Florian), so disable all related code in that case (as for example the syscall numbers are not available then) 2021-01-09 15:58:13 +00:00
xtensa Correct computation of operatingsystem_parameter_envp, which wrongly pointed to the NIL pointer separating argv from environment variables 2020-11-24 09:39:55 +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 + initial xtensa-linux rtl 2020-04-07 21:01:07 +00:00
errno-mips.inc
errno-sparc.inc
errno.inc
errnostr.inc
fpcylix.pp
fpmake.inc
linux.pp * disable new syscalls on android 2021-02-01 21:05:23 +00:00
linuxvcs.pp * Fix bug ID #0035596: better detection of vcs device 2019-08-23 06:45:11 +00:00
Makefile Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483 2020-11-20 14:03:57 +00:00
Makefile.fpc * add missing unixutils -> baseunix dependency 2020-11-03 21:34:26 +00:00
osdefs.inc * linux: use ugetrlimit syscall on m68k for rlimits retrieval. this fixes fpgetrlimit() call, and stack checking on Linux/m68k (tstack.pp test), at least on anything newer than kernel 2.4+ (2001) 2020-09-09 15:15:52 +00:00
osmacro.inc * more GPL -> GPL with modification. 2020-01-17 15:01:23 +00:00
ossysc.inc + linux implementation of System.GetCPUCount 2021-01-07 22:44:49 +00:00
ostypes.inc + linux implementation of System.GetCPUCount 2021-01-07 22:44:49 +00:00
pmutext.inc * some type declarations for sparc64-linux fixed 2017-07-09 20:28:30 +00:00
pthread.inc * fix for Mantis #36950: apply (slightly adjusted) patch by Bi0T1N to implement SetThreadDebugNameA and -U for Linux and Android targets 2020-05-03 15:08:35 +00:00
ptypes.inc Do not set __USE_LARGEFILE64 macro for sparc CPU, as it does not seem to be used for regular linux kernels 2020-09-16 20:40:36 +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 * if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS is not required (according to one comment by Florian), so disable all related code in that case (as for example the syscall numbers are not available then) 2021-01-09 15:58:13 +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 * updated linux syscall numbers 2020-01-02 11:08:40 +00:00
sysos.inc * Do_IsDevice treats pipes and sockets the same way as character devices 2020-09-13 22:08:18 +00:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
system.pp * if the Linux target is compiled with FPC_USE_LIBC the initialization of TLS is not required (according to one comment by Florian), so disable all related code in that case (as for example the syscall numbers are not available then) 2021-01-09 15:58:13 +00:00
t_linux.h2paschk Add some types and records to rtl/linux/t_linux.h2paschk and set macro _LARGEFILE64_SOURCE for __i386__ C code 2020-11-16 22:37:04 +00:00
termio.pp * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes 2014-01-02 13:26:09 +00:00
termios.inc + initial xtensa-linux rtl 2020-04-07 21:01:07 +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 * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 2015-11-06 14:55:38 +00:00
unxsysc.inc * Android: Include list of supported syscalls for each CPU. 2017-10-17 18:15:02 +00:00
unxsysch.inc