fpc/rtl/haiku
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
..
i386 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
baseunix.pp o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
bethreads.pp
classes.pp
errno.inc
errnostr.inc
Makefile * Makefiles regenerated 2009-02-14 10:38:42 +00:00
Makefile.fpc * couple of small haiku fixes by Olivier Coursiere 2009-02-14 10:36:12 +00:00
osdefs.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
osmacro.inc
ossysc.inc * Haiku patch by Olivier Coursiere 2008-05-31 11:33:02 +00:00
ostypes.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
pthread.inc + pthread_cond_broadcast() definition 2009-03-04 20:10:05 +00:00
ptypes.inc
settimeo.inc
signal.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
suuid.inc
syscall.inc
syscallh.inc
sysconst.inc
sysheap.inc
sysnr.inc
sysos.inc
sysosh.inc
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
termios.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
termiosproc.inc
unixsock.inc
unxconst.inc
unxfunc.inc
unxsockh.inc * add TCP and UDP setsockopt option constants to all unix-likes 2008-05-31 22:06:56 +00:00