florian a553798151 * improved makefile rules for linux il y a 13 ans
..
arm 9ce34c63c9 Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. il y a 14 ans
i386 9ce34c63c9 Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. il y a 14 ans
m68k 3307d98c40 - Revert micro-exe mode for now. il y a 15 ans
mips 645698183d Integer Overflow signal must be mapped to error 215, not 205, which is for floating point overflow il y a 13 ans
mipsel 4934a42389 * avoid assembler warning about missing eol at eof il y a 13 ans
powerpc 9ce34c63c9 Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. il y a 14 ans
powerpc64 9ce34c63c9 Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. il y a 14 ans
sparc 645698183d Integer Overflow signal must be mapped to error 215, not 205, which is for floating point overflow il y a 13 ans
x86_64 9ce34c63c9 Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. il y a 14 ans
Makefile a553798151 * improved makefile rules for linux il y a 13 ans
Makefile.fpc a553798151 * improved makefile rules for linux il y a 13 ans
buildrtl.lpi 6278c2473e * version updated il y a 14 ans
buildrtl.pp 67ae360a2b rtl: enable character.pas building for win64 and linux il y a 14 ans
bunxsysc.inc 651589c9a4 * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore il y a 13 ans
errno-sparc.inc f4b437288e Added errors 127 to 133 for Sparc il y a 13 ans
errno.inc 80838aa2dd EDEADLOCK is same as EDEADLK, error number 58 does not exist in Linux il y a 13 ans
errnostr.inc 27c92161d6 * Ales Katona's errors patch il y a 20 ans
fpcylix.pp a7d088b197 + MAX_PATH il y a 20 ans
fpmake.inc 03f441c966 + Initial check-in il y a 20 ans
gpm.pp 715c819ff7 - removed "packed" from record types that should/need not be packed il y a 14 ans
ipccall.inc 0cb2fa1baf + semtimedop() for Linux, marked as "platform" (last part of patch from il y a 15 ans
ipcsys.inc 0cb2fa1baf + semtimedop() for Linux, marked as "platform" (last part of patch from il y a 15 ans
linux.pp 651589c9a4 * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore il y a 13 ans
linuxvcs.pp e6410f45c1 * disable iochecking when opening terminal (to avoid RTE of #11376). il y a 17 ans
oldlinux.pp 651589c9a4 * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore il y a 13 ans
osdefs.inc e8a375c774 * Patch from Henry Vermaak to fix EABI kernel API for arm. il y a 16 ans
osmacro.inc 57cfd89fbd * Linux 64-bit FS patch from neli for FPC_USE_LIBC il y a 19 ans
ossysc.inc 0cea493014 * Fix hidden parameter for fpsigprocmask for mips cpu (16 instead of 8) il y a 13 ans
ostypes.inc 61acf7de97 * Fix O_ constants for mips cpu il y a 13 ans
pthread.inc 3e165e2dcf * Fixed compilation on Linux after r15557 il y a 15 ans
ptypes.inc 32644a526c Use CPUMIPS instead of MIPS conditional il y a 13 ans
si_c.pp 6bfff9702e + add linux/i386 start units il y a 19 ans
si_c21.pp 6bfff9702e + add linux/i386 start units il y a 19 ans
si_c21g.pp 6bfff9702e + add linux/i386 start units il y a 19 ans
si_dll.pp 6bfff9702e + add linux/i386 start units il y a 19 ans
si_g.pp 6bfff9702e + add linux/i386 start units il y a 19 ans
si_intf.inc 9217d50f5c * Fix smartlinking for linux. il y a 19 ans
si_prc.pp 6bfff9702e + add linux/i386 start units il y a 19 ans
si_uc.pp 7d5d4ba706 + add i386-linux uclibc process startup code il y a 18 ans
signal.inc 262bf0fe6e * Fix Sigcontext field order for MIPS CPU il y a 13 ans
suuid.inc 8b94b4b849 * Fixed file handle leak when creating GUIDs il y a 17 ans
sysos.inc f00beea41c * fixed i386/linux rtl compilation and functionality when compiled il y a 17 ans
sysosh.inc 9abb852d70 * fix incompatiblity in signess between 64 and 32, make tthreadid=ptruint il y a 18 ans
system.pp 495a6cfebf Merge of rev21558-59-60 by Foxsen il y a 13 ans
termio.pp d19c95db8f * various bugfixes il y a 20 ans
termios.inc 651589c9a4 * Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore il y a 13 ans
termiosproc.inc d51b735deb * Prevent range check errors on powerpc-linux il y a 18 ans
unixsock.inc e8a375c774 * Patch from Henry Vermaak to fix EABI kernel API for arm. il y a 16 ans
unixsockets.inc 7a21cb5888 * add preliminary UnixSockets with linux implementation il y a 18 ans
unixsocketsh.inc 7a21cb5888 * add preliminary UnixSockets with linux implementation il y a 18 ans
unxconst.inc cd8842a74d * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) il y a 19 ans
unxfunc.inc d704af7216 fix compilation for {$T+} linux/win il y a 19 ans
unxsockh.inc 185e34915c - Removed level 2 comments and control characters in comments. il y a 13 ans
unxsysc.inc 28e614c237 * move fdatasync to linux unit il y a 17 ans
unxsysch.inc 28e614c237 * move fdatasync to linux unit il y a 17 ans