nickysn 433050a2c4 * set EXEEXT to .wasm for the WASI target in fpcmake пре 4 година
..
aarch64 1b60060eb1 * Aarch64-linux: debugging define disabled пре 5 година
arm 5afa26ddd1 * fix compilation for CPUs without thumb пре 4 година
i386 359bb64aed * 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) пре 4 година
m68k 0055023394 Also set __stkptr inside cprt0.as and dllprt0.as startup assembly sources пре 4 година
mips 83a1f5fbc3 Also set __stkptr inside cprt0.as startup assembly source пре 4 година
mipsel 4934a42389 * avoid assembler warning about missing eol at eof пре 13 година
powerpc b2a67d4656 * fixed comments in sysnr.inc files пре 4 година
powerpc64 b2a67d4656 * fixed comments in sysnr.inc files пре 4 година
riscv32 3053f8c2e8 * 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 пре 5 година
riscv64 a399627aee + RiscV: initial implementation of gprof support пре 4 година
sparc 7281ea7a2c * floating point division by zero should throw run time error 208, fixed пре 5 година
sparc64 7281ea7a2c * floating point division by zero should throw run time error 208, fixed пре 5 година
sparcgen b2a67d4656 * fixed comments in sysnr.inc files пре 4 година
x86_64 91586331b5 * x86_64-linux: assembler helpers syscalls do not need a stackframe пре 4 година
xtensa 233d883731 Correct computation of operatingsystem_parameter_envp, which wrongly pointed to the NIL pointer separating argv from environment variables пре 4 година
Makefile 433050a2c4 * set EXEEXT to .wasm for the WASI target in fpcmake пре 4 година
Makefile.fpc a399627aee + RiscV: initial implementation of gprof support пре 4 година
buildrtl.lpi f5496c9d11 * improved build unit lazarus project for linux пре 5 година
buildrtl.pp f5496c9d11 * improved build unit lazarus project for linux пре 5 година
bunxsysc.inc 1dd914ffc8 + initial xtensa-linux rtl пре 5 година
errno-mips.inc 3ccfd2d74d + ESysERFKILL added пре 13 година
errno-sparc.inc f4b437288e Added errors 127 to 133 for Sparc пре 13 година
errno.inc 6bc339192d MIPS system errors separated into errno-mips.inc file пре 13 година
errnostr.inc 27c92161d6 * Ales Katona's errors patch пре 20 година
fpcylix.pp a7d088b197 + MAX_PATH пре 20 година
fpmake.inc 03f441c966 + Initial check-in пре 20 година
linux.pp 64bd8336f1 Fix compilation of linux unit with -dFPC_USE_LIBC option пре 4 година
linuxvcs.pp ee6c426e05 * Fix bug ID #0035596: better detection of vcs device пре 6 година
osdefs.inc 277d98431c * 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) пре 5 година
osmacro.inc edb07af423 * more GPL -> GPL with modification. пре 5 година
ossysc.inc d2b0bcdf1f + linux implementation of System.GetCPUCount пре 4 година
ostypes.inc d2b0bcdf1f + linux implementation of System.GetCPUCount пре 4 година
pmutext.inc 13e76ccc01 * some type declarations for sparc64-linux fixed пре 8 година
pthread.inc 0906714aa4 * fix for Mantis #36950: apply (slightly adjusted) patch by Bi0T1N to implement SetThreadDebugNameA and -U for Linux and Android targets пре 5 година
ptypes.inc 2b023c62c5 Do not set __USE_LARGEFILE64 macro for sparc CPU, as it does not seem to be used for regular linux kernels пре 5 година
rtldefs.inc da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we пре 12 година
si_c.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages пре 9 година
si_c21.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages пре 9 година
si_c21g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages пре 9 година
si_dll.pp 5491cf9519 Force PIC usage for sparc64 CPU пре 8 година
si_g.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages пре 9 година
si_impl.inc 359bb64aed * 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) пре 4 година
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 година
si_prc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages пре 9 година
si_uc.pp 266eccde9f Merge revision(s) 32484 from branches/svenbarth/packages пре 9 година
signal.inc 3b48c6e316 * sparc64 uses the same different signal numbers as sparc32 on linux пре 8 година
suuid.inc 5bbf299c22 * Fix bug #31555, disbablefile locking пре 8 година
sysnr-gen.inc 295041e523 * updated linux syscall numbers пре 5 година
sysos.inc 288c7e3c9e * Do_IsDevice treats pipes and sockets the same way as character devices пре 5 година
sysosh.inc 3cd4168ab3 + introduce TOSTimestamp пре 5 година
system.pp 0ed69fc662 Fix compilation with 3.2.2 release for arm and i386 CPUs пре 4 година
t_linux.h2paschk e154b9933f Add some types and records to rtl/linux/t_linux.h2paschk and set macro _LARGEFILE64_SOURCE for __i386__ C code пре 4 година
termio.pp ebe262762a * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes пре 11 година
termios.inc 1dd914ffc8 + initial xtensa-linux rtl пре 5 година
termiosproc.inc 83d72bdf19 Use TIOCtlRequest type for local variable nr inside TCSetAttr function пре 6 година
unxconst.inc cd8842a74d * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) пре 19 година
unxfunc.inc 266ebc351b * remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2 пре 10 година
unxsysc.inc af0fdea815 * Android: Include list of supported syscalls for each CPU. пре 8 година
unxsysch.inc 28e614c237 * move fdatasync to linux unit пре 17 година