.. |
arm
|
Fixed argc/argv/envp for arm/linux shared libraries. They are by default in registers a1/a2/a3 as per ABI: the first arguments when calling a method (in this case the FPC_SHARED_LIB_START) are passed via registers, not on the stack.
|
2011-02-27 17:22:29 +00:00 |
i386
|
* reverted the rtl patches from r14184, because they cause an endless
|
2010-11-24 15:33:29 +00:00 |
m68k
|
- Revert micro-exe mode for now.
|
2010-10-15 16:49:48 +00:00 |
mips
|
- Revert micro-exe mode for now.
|
2010-10-15 16:49:48 +00:00 |
mipsel
|
|
|
powerpc
|
Moved global variables from .text section to .bss in ppc/linux startup code, improves position independency
|
2010-10-23 20:07:36 +00:00 |
powerpc64
|
* reverted the rtl patches from r14184, because they cause an endless
|
2010-11-24 15:33:29 +00:00 |
sparc
|
* added syscall_nr_futex = 142 for sparc architecture
|
2011-02-24 10:51:54 +00:00 |
x86_64
|
* fixed internal assembler for x86-64 so that it correctly handles
|
2011-01-06 09:28:25 +00:00 |
buildrtl.lpi
|
|
|
buildrtl.pp
|
|
|
bunxsysc.inc
|
+ Add modify_ldt to linux unit
|
2010-07-18 21:53:26 +00:00 |
errno.inc
|
|
|
errnostr.inc
|
|
|
fpcylix.pp
|
|
|
fpmake.inc
|
|
|
gpm.pp
|
|
|
ipccall.inc
|
+ semtimedop() for Linux, marked as "platform" (last part of patch from
|
2010-11-13 18:37:43 +00:00 |
ipcsys.inc
|
+ semtimedop() for Linux, marked as "platform" (last part of patch from
|
2010-11-13 18:37:43 +00:00 |
linux.pp
|
- disabled modify_ldt for non-x86 platforms, since it does not exist there
|
2010-08-17 21:34:09 +00:00 |
linuxvcs.pp
|
|
|
Makefile
|
+ cpu unit for x86-64 containing a CAS128 implementation
|
2010-11-01 08:20:31 +00:00 |
Makefile.fpc
|
+ cpu unit for x86-64 containing a CAS128 implementation
|
2010-11-01 08:20:31 +00:00 |
oldlinux.pp
|
* Fixed spell error revealed by lintian.
|
2010-10-06 20:33:57 +00:00 |
osdefs.inc
|
|
|
osmacro.inc
|
|
|
ossysc.inc
|
* fixed signal return trampolines for ARM EABI (mantis #15803)
|
2010-02-18 20:53:28 +00:00 |
ostypes.inc
|
o fixed several Linux ipc bugs, based on patch by Ruben Chaer/
|
2010-11-13 16:58:23 +00:00 |
pthread.inc
|
* Fixed compilation on Linux after r15557
|
2010-07-12 21:38:55 +00:00 |
ptypes.inc
|
* moves the alias "TTime = time_t" from ptypes.inc to unixtype.pp.
|
2010-01-09 16:05:42 +00:00 |
si_c21.pp
|
|
|
si_c21g.pp
|
|
|
si_c.pp
|
|
|
si_dll.pp
|
|
|
si_g.pp
|
|
|
si_intf.inc
|
|
|
si_prc.pp
|
|
|
si_uc.pp
|
|
|
signal.inc
|
|
|
suuid.inc
|
|
|
sysos.inc
|
|
|
sysosh.inc
|
|
|
system.pp
|
- Revert micro-exe mode for now.
|
2010-10-15 16:49:48 +00:00 |
termio.pp
|
|
|
termios.inc
|
|
|
termiosproc.inc
|
|
|
unixsock.inc
|
|
|
unixsockets.inc
|
|
|
unixsocketsh.inc
|
|
|
unxconst.inc
|
|
|
unxfunc.inc
|
|
|
unxsockh.inc
|
|
|
unxsysc.inc
|
|
|
unxsysch.inc
|
|
|