.. |
arm
|
* Patch from Henry Vermaak to fix EABI kernel API for arm.
|
2009-08-20 08:00:50 +00:00 |
i386
|
* rtl: fix i386-linux uclibc atexit functionality (call exit instead of _exit)
|
2010-04-03 13:18:10 +00:00 |
m68k
|
* several fixes by Pierre Pede (parts of his patch to mantis #12492)
|
2009-09-12 21:57:41 +00:00 |
mips
|
* several mips/mipsel related stuff fixed
|
2009-11-27 15:10:56 +00:00 |
mipsel
|
* more mipsel code
|
2009-12-06 12:12:15 +00:00 |
powerpc
|
* remove the RTL's installed signal handlers at the end of the system
|
2009-05-02 09:40:44 +00:00 |
powerpc64
|
* remove the RTL's installed signal handlers at the end of the system
|
2009-05-02 09:40:44 +00:00 |
sparc
|
* remove the RTL's installed signal handlers at the end of the system
|
2009-05-02 09:40:44 +00:00 |
x86_64
|
* don't exit the program in the exit code of shared libraries under Linux
|
2009-11-15 13:50:14 +00:00 |
buildrtl.lpi
|
* .lpi version update
|
2010-01-02 15:54:39 +00:00 |
buildrtl.pp
|
* .lpi version update
|
2010-01-02 15:54:39 +00:00 |
bunxsysc.inc
|
* Patch from Henry Vermaak to fix EABI kernel API for arm.
|
2009-08-20 08:00:50 +00:00 |
errno.inc
|
* remove $Log
|
2005-06-07 09:47:55 +00:00 |
errnostr.inc
|
* Ales Katona's errors patch
|
2006-01-07 18:41:15 +00:00 |
fpcylix.pp
|
+ MAX_PATH
|
2005-09-25 15:44:26 +00:00 |
fpmake.inc
|
+ Initial check-in
|
2005-08-29 07:38:56 +00:00 |
gpm.pp
|
* socket ->fpsocket
|
2009-08-09 10:30:15 +00:00 |
ipccall.inc
|
* fix IPC for FPC_USE_LIBS
|
2007-07-07 09:13:23 +00:00 |
ipcsys.inc
|
* fix IPC for FPC_USE_LIBS
|
2007-07-07 09:13:23 +00:00 |
linux.pp
|
* epoll_oneshot constant, mantis 15732
|
2010-02-20 22:24:01 +00:00 |
linuxvcs.pp
|
* disable iochecking when opening terminal (to avoid RTE of #11376).
|
2008-07-26 10:48:36 +00:00 |
Makefile
|
* several mips/mipsel related stuff fixed
|
2009-11-27 15:10:56 +00:00 |
Makefile.fpc
|
- removed $(SYSTEMUNIT)$(PPUEXT) from the macpas unit dependencies
|
2008-07-20 13:05:03 +00:00 |
oldlinux.pp
|
fix compilation for {$T+} linux/win
|
2006-10-04 20:43:55 +00:00 |
osdefs.inc
|
* Patch from Henry Vermaak to fix EABI kernel API for arm.
|
2009-08-20 08:00:50 +00:00 |
osmacro.inc
|
* Linux 64-bit FS patch from neli for FPC_USE_LIBC
|
2007-02-16 22:16:54 +00:00 |
ossysc.inc
|
* fixed signal return trampolines for ARM EABI (mantis #15803)
|
2010-02-18 20:53:28 +00:00 |
ostypes.inc
|
* fixed linux flock type by defining and using a kernel_off_t type
|
2009-05-09 19:47:59 +00:00 |
pthread.inc
|
* "external;" added to pthreads.inc as per #14179.
|
2009-07-25 09:58:37 +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
|
+ add linux/i386 start units
|
2006-11-02 17:49:36 +00:00 |
si_c21g.pp
|
+ add linux/i386 start units
|
2006-11-02 17:49:36 +00:00 |
si_c.pp
|
+ add linux/i386 start units
|
2006-11-02 17:49:36 +00:00 |
si_dll.pp
|
+ add linux/i386 start units
|
2006-11-02 17:49:36 +00:00 |
si_g.pp
|
+ add linux/i386 start units
|
2006-11-02 17:49:36 +00:00 |
si_intf.inc
|
* Fix smartlinking for linux.
|
2006-11-10 10:19:15 +00:00 |
si_prc.pp
|
+ add linux/i386 start units
|
2006-11-02 17:49:36 +00:00 |
si_uc.pp
|
+ add i386-linux uclibc process startup code
|
2007-09-30 14:53:54 +00:00 |
signal.inc
|
* added SA_RESETHAND and SA_NODEFER constants
|
2007-03-03 22:21:07 +00:00 |
suuid.inc
|
* Fixed file handle leak when creating GUIDs
|
2008-05-29 12:42:42 +00:00 |
sysos.inc
|
* fixed i386/linux rtl compilation and functionality when compiled
|
2008-05-21 15:20:13 +00:00 |
sysosh.inc
|
* fix incompatiblity in signess between 64 and 32, make tthreadid=ptruint
|
2007-05-28 14:25:59 +00:00 |
system.pp
|
* moved ugetrlimit to the implementation (as linux specific call it shouldn't be exported)
|
2009-10-16 18:47:43 +00:00 |
termio.pp
|
* various bugfixes
|
2006-02-02 08:22:35 +00:00 |
termios.inc
|
* yet another fix for 10292, mea culpa. (identifiers were added for the wrong architecture)
|
2008-09-26 19:32:39 +00:00 |
termiosproc.inc
|
* Prevent range check errors on powerpc-linux
|
2007-07-22 09:53:21 +00:00 |
unixsock.inc
|
* Patch from Henry Vermaak to fix EABI kernel API for arm.
|
2009-08-20 08:00:50 +00:00 |
unixsockets.inc
|
* add preliminary UnixSockets with linux implementation
|
2007-08-19 13:35:43 +00:00 |
unixsocketsh.inc
|
* add preliminary UnixSockets with linux implementation
|
2007-08-19 13:35:43 +00:00 |
unxconst.inc
|
* fixed TCGETS ioctl call constant for ppc/ppc64 (from do_isdevice)
|
2006-07-16 10:19:21 +00:00 |
unxfunc.inc
|
fix compilation for {$T+} linux/win
|
2006-10-04 20:43:55 +00:00 |
unxsockh.inc
|
* add UDP and TCP setsockopt constants (linux)
|
2008-05-31 21:10:18 +00:00 |
unxsysc.inc
|
* move fdatasync to linux unit
|
2008-11-15 20:44:44 +00:00 |
unxsysch.inc
|
* move fdatasync to linux unit
|
2008-11-15 20:44:44 +00:00 |