fpc/rtl/freebsd/i386
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
..
bsyscall.inc * remove $Log 2005-06-07 09:47:55 +00:00
cprt0.as * added somes comments to cprt0.as 2008-05-31 18:09:55 +00:00
gprt0.as initial import 2005-05-16 18:37:41 +00:00
identpatch.sh * added somes comments to cprt0.as 2008-05-31 18:09:55 +00:00
prt0.as * .size stuff for GOT 2006-01-15 00:08:15 +00:00
si_crt.inc * added files from linux to attempt having part of the startup in pascal 2008-06-01 13:55:37 +00:00
si_prc.inc * added files from linux to attempt having part of the startup in pascal 2008-06-01 13:55:37 +00:00
sighnd.inc * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
x86.inc * remove $Log 2005-06-07 09:47:55 +00:00
x86h.inc * remove $Log 2005-06-07 09:47:55 +00:00