fpc/rtl/beos
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 * patch by Olivier Coursiere to fix beos building 2009-02-14 18:02:01 +00:00
bethreads.pp * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
classes.pp * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
errno.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
errnostr.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +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
osdefs.inc * patch by Olivier Coursiere to fix beos building 2009-02-14 18:02:01 +00:00
osmacro.inc * rtl part of Olivier Coursier's BeOS patch 2007-09-07 19:25:05 +00:00
ossysc.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
ostypes.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
ptypes.inc * fixed wchar_t type (was: widechar, now is cint/cint32/long depending on 2007-12-05 17:42:35 +00:00
settimeo.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
signal.inc * rtl part of Olivier Coursier's BeOS patch 2007-09-07 19:25:05 +00:00
suuid.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
syscall.inc - $Log$ killed 2007-10-29 21:23:14 +00:00
syscallh.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
sysconst.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
sysheap.inc - $Log$ killed 2007-10-29 21:23:14 +00:00
sysnr.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
sysos.inc * fixed ioctl for non-linux: the third parameter is "..." there rather 2007-11-10 18:22:37 +00:00
sysosh.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +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 * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
termios.inc o Haiku patches by Olivier Coursiere 2009-02-01 10:30:55 +00:00
termiosproc.inc * BeOS/Haiku updates from Olivier Coursière 2008-01-23 15:37:25 +00:00
tthread.inc o BeOS fixes from Olivier Coursière: 2008-04-12 19:28:47 +00:00
unixsock.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
unxconst.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
unxfunc.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00
unxsockh.inc * rtl part of BeOS patch from Olivier Coursiere 2007-05-24 06:52:50 +00:00