2
0
nickysn 2e3cb70489 * regenerated makefiles after adding the win16 target 10 жил өмнө
..
aarch64 3634262437 + Linux/AArch64 gprof-enabled startup code (patch by Edmund Grimley Evans) 10 жил өмнө
arm 6381280ebd arm-linux: new gprt0 based on cprt0, plus gmon initialization, so profiling output generation actually works now 11 жил өмнө
i386 2efa348b19 - Cleaned out more assembler hacks around ExitCode variable 10 жил өмнө
m68k ad2963783e * m68k-linux startup code: 11 жил өмнө
mips 66d735c536 - MIPS: forward declaration of fpc_threadvar_relocate_proc is not needed. 10 жил өмнө
mipsel 4934a42389 * avoid assembler warning about missing eol at eof 13 жил өмнө
powerpc a3364a4b80 - RTL, Linux/FreeBSD shared library startup: removed FPC_SHARED_LIB_EXIT label, it is a leftover from times when library startup code was erroneously halting owning process on exit. 12 жил өмнө
powerpc64 82d92dbf50 * call seterrno instead of manually handling the setting setting the errno 10 жил өмнө
sparc 1643c175f2 + .so startup code for sparc-linux. 11 жил өмнө
x86_64 c1091e1724 * added more asmmode directives to make compilation more robust in case the asmmode is changed by configuration files, resolves #27255 10 жил өмнө
Makefile 2e3cb70489 * regenerated makefiles after adding the win16 target 10 жил өмнө
Makefile.fpc 492101df76 * fixed a race condition during parallel build on linux, when the loaders are 10 жил өмнө
buildrtl.lpi 0d717c7e0e * update by newer lazarus version 10 жил өмнө
buildrtl.pp a001e12d04 * rtl-console initial version. 11 жил өмнө
bunxsysc.inc e54d0a41af * fixed ppoll for infinite timeouts (patch by Edmund Grimley Evans) 10 жил өмнө
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 19 жил өмнө
fpcylix.pp a7d088b197 + MAX_PATH 20 жил өмнө
fpmake.inc 03f441c966 + Initial check-in 20 жил өмнө
linux.pp 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
linuxvcs.pp e6410f45c1 * disable iochecking when opening terminal (to avoid RTE of #11376). 17 жил өмнө
oldlinux.pp 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
osdefs.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
osmacro.inc 16183bebfe * libc's open() function is a varargs function 10 жил өмнө
ossysc.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
ostypes.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
pmutext.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
pthread.inc bf2a01cfeb fix pthreads use with Android: it does not provide some functions. This patch is partially based on the bug report 0021525. Further, fix use of sem_timedwait in cthreads.pp since Android supports it. 13 жил өмнө
ptypes.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
rtldefs.inc da7a67bc74 + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 12 жил өмнө
si_c.pp 6bfff9702e + add linux/i386 start units 19 жил өмнө
si_c21.pp 6bfff9702e + add linux/i386 start units 19 жил өмнө
si_c21g.pp 6bfff9702e + add linux/i386 start units 19 жил өмнө
si_dll.pp 6bfff9702e + add linux/i386 start units 19 жил өмнө
si_g.pp 6bfff9702e + add linux/i386 start units 19 жил өмнө
si_intf.inc 53680329d3 * changed type of operatingsystem_parameter_argc from ptruint to longint, 10 жил өмнө
si_prc.pp 6bfff9702e + add linux/i386 start units 19 жил өмнө
si_uc.pp 7d5d4ba706 + add i386-linux uclibc process startup code 18 жил өмнө
signal.inc 262bf0fe6e * Fix Sigcontext field order for MIPS CPU 13 жил өмнө
suuid.inc 8b94b4b849 * Fixed file handle leak when creating GUIDs 17 жил өмнө
sysnr-gen.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
sysos.inc 1a895a875b * move fpgetenv(pchar) to unit system for syscall based *nix rtls. 13 жил өмнө
sysosh.inc 23254e7ce2 * refactored definition of pthread_mutex_t into single location 10 жил өмнө
system.pp 2d454dc8fa Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 10 жил өмнө
termio.pp ebe262762a * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes 11 жил өмнө
termios.inc 4fa2edc638 + Linux/AArch64 RTL support (patch by Edmund Grimley Evans) 10 жил өмнө
termiosproc.inc e93413fae7 * Initial FPC_USE_LIBC implementation of termios for Linux. 11 жил өмнө
unxconst.inc cd8842a74d * fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice) 19 жил өмнө
unxfunc.inc d704af7216 fix compilation for {$T+} linux/win 19 жил өмнө
unxsysc.inc 28e614c237 * move fdatasync to linux unit 16 жил өмнө
unxsysch.inc 28e614c237 * move fdatasync to linux unit 16 жил өмнө