fpc/rtl/linux
Jonas Maebe f6d452c2c0 * remove the RTL's installed signal handlers at the end of the system
unit's initialization code in case we're in a library
  + implemented InquireSignal(), AbandonSignalHandler(), HookSignal() and
    UnhookSignal() in the sysutils unit
  * for Kylix compatibility, these routines support operating on
    SIGINT and SIGQUIT as well, although they are not hooked by default
    by FPC. The run time errors/exception codes for these signals are
    resp. 217 and 233 (same as in Kylix; I changed ENoWideStringSupport
    to 234).
  * changed the BSD syscall version of fpsigaction to use pointer
    rather than "var" arguments (compatible with other targets, and
    required to be able to pass nil arguments inside the system unit)
  -> together fixes mantis #12704

git-svn-id: trunk@13077 -
2009-05-02 09:40:44 +00:00
..
arm * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
i386 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
m68k * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +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 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
buildrtl.lpi Merged revisions 11665-11738 via svnmerge from 2008-09-10 20:14:31 +00:00
buildrtl.pp * typo fixed 2008-09-27 12:37:30 +00:00
bunxsysc.inc + add poll support for unix 2008-11-16 17:05:47 +00:00
errno.inc
errnostr.inc * Ales Katona's errors patch 2006-01-07 18:41:15 +00:00
fpcylix.pp
fpmake.inc
gpm.pp * Apply patch written by Jonas in bug report 13362 to make the gpm 2009-03-23 22:20:56 +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 * attempt to fix powerpc64-linux sync_file_range compilation 2008-11-29 15:43:09 +00:00
linuxvcs.pp * disable iochecking when opening terminal (to avoid RTE of #11376). 2008-07-26 10:48:36 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +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 * made fptime based on usgettimeofday available 2008-10-18 13:50:55 +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 * made fptime based on usgettimeofday available 2008-10-18 13:50:55 +00:00
ostypes.inc * marked domain field of Linux record with "platform" directive. under IFNDEF 2.2, do not merge 2008-12-11 17:42:36 +00:00
pthread.inc * honour the specified stack size when creating new threads on unix 2009-01-08 18:37:24 +00:00
ptypes.inc + add splice and sync_file_range linux-only syscalls 2008-11-15 15:43:52 +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 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +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 * fix for socketerror problems; x86_64 specific (NEED_SOCKETCALL). 2009-04-19 21:02:28 +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