.. |
aarch64
|
d49b69581a
* removed fake _init/_fini symbols (patch by Edmund Grimley Evans)
|
9 jaren geleden |
arm
|
6381280ebd
arm-linux: new gprt0 based on cprt0, plus gmon initialization, so profiling output generation actually works now
|
11 jaren geleden |
i386
|
77285b63eb
* i386-linux: reworked and cleaned up libc-related startup code:
|
9 jaren geleden |
m68k
|
ad2963783e
* m68k-linux startup code:
|
11 jaren geleden |
mips
|
66d735c536
- MIPS: forward declaration of fpc_threadvar_relocate_proc is not needed.
|
10 jaren geleden |
mipsel
|
4934a42389
* avoid assembler warning about missing eol at eof
|
13 jaren geleden |
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.
|
11 jaren geleden |
powerpc64
|
9e3c7f175f
* load the address of envp before storing it, so we don't overwrite argv
|
9 jaren geleden |
sparc
|
1643c175f2
+ .so startup code for sparc-linux.
|
11 jaren geleden |
x86_64
|
36c6a190a8
* execute the real libc init/fini routines instead of dummies
|
9 jaren geleden |
Makefile
|
8b8f905d46
Merged with trunk, and fixed some errors introduced.
|
9 jaren geleden |
Makefile.fpc
|
69ad962544
* fixed cross-assembling the Linux/ppc32 loader files on a 64 bit Linux host
|
9 jaren geleden |
buildrtl.lpi
|
0d717c7e0e
* update by newer lazarus version
|
10 jaren geleden |
buildrtl.pp
|
a001e12d04
* rtl-console initial version.
|
11 jaren geleden |
bunxsysc.inc
|
2221e4e4bd
* fix timespec=nil for -dgeneric_linux_syscalls (aarch64) case.
|
9 jaren geleden |
errno-mips.inc
|
3ccfd2d74d
+ ESysERFKILL added
|
13 jaren geleden |
errno-sparc.inc
|
f4b437288e
Added errors 127 to 133 for Sparc
|
13 jaren geleden |
errno.inc
|
6bc339192d
MIPS system errors separated into errno-mips.inc file
|
13 jaren geleden |
errnostr.inc
|
27c92161d6
* Ales Katona's errors patch
|
19 jaren geleden |
fpcylix.pp
|
a7d088b197
+ MAX_PATH
|
20 jaren geleden |
fpmake.inc
|
03f441c966
+ Initial check-in
|
20 jaren geleden |
linux.pp
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
linuxvcs.pp
|
e6410f45c1
* disable iochecking when opening terminal (to avoid RTE of #11376).
|
17 jaren geleden |
oldlinux.pp
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
osdefs.inc
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
osmacro.inc
|
16183bebfe
* libc's open() function is a varargs function
|
10 jaren geleden |
ossysc.inc
|
e1a0b1204a
* Removed unused vars in RTL.
|
10 jaren geleden |
ostypes.inc
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
pmutext.inc
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
pthread.inc
|
e1a0b1204a
* Removed unused vars in RTL.
|
10 jaren geleden |
ptypes.inc
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
rtldefs.inc
|
da7a67bc74
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
12 jaren geleden |
si_c.pp
|
6bfff9702e
+ add linux/i386 start units
|
19 jaren geleden |
si_c21.pp
|
6bfff9702e
+ add linux/i386 start units
|
19 jaren geleden |
si_c21g.pp
|
77285b63eb
* i386-linux: reworked and cleaned up libc-related startup code:
|
9 jaren geleden |
si_dll.pp
|
6bfff9702e
+ add linux/i386 start units
|
19 jaren geleden |
si_g.pp
|
6bfff9702e
+ add linux/i386 start units
|
19 jaren geleden |
si_intf.inc
|
53680329d3
* changed type of operatingsystem_parameter_argc from ptruint to longint,
|
10 jaren geleden |
si_prc.pp
|
6bfff9702e
+ add linux/i386 start units
|
19 jaren geleden |
si_uc.pp
|
7d5d4ba706
+ add i386-linux uclibc process startup code
|
18 jaren geleden |
signal.inc
|
262bf0fe6e
* Fix Sigcontext field order for MIPS CPU
|
13 jaren geleden |
suuid.inc
|
8b94b4b849
* Fixed file handle leak when creating GUIDs
|
17 jaren geleden |
sysnr-gen.inc
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
sysos.inc
|
9c03d0d6ba
* fix for mantis #25931 return error 5 on EBUSY and ENOTDIR
|
9 jaren geleden |
sysosh.inc
|
23254e7ce2
* refactored definition of pthread_mutex_t into single location
|
10 jaren geleden |
system.pp
|
63813f3e96
* android: Fixed crash when using writeln during shared library finalization on Android 4.4+.
|
9 jaren geleden |
termio.pp
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
11 jaren geleden |
termios.inc
|
4fa2edc638
+ Linux/AArch64 RTL support (patch by Edmund Grimley Evans)
|
10 jaren geleden |
termiosproc.inc
|
e93413fae7
* Initial FPC_USE_LIBC implementation of termios for Linux.
|
11 jaren geleden |
unxconst.inc
|
cd8842a74d
* fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice)
|
19 jaren geleden |
unxfunc.inc
|
266ebc351b
* remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2
|
9 jaren geleden |
unxsysc.inc
|
28e614c237
* move fdatasync to linux unit
|
16 jaren geleden |
unxsysch.inc
|
28e614c237
* move fdatasync to linux unit
|
16 jaren geleden |