fpc/rtl/openbsd
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
classes.pp + revive generics based tfplist/tstringlist implementation for generics testing; build with FPC_TESTGENERICS 2007-03-25 19:19:04 +00:00
errno.inc
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
pmutext.inc
ptypes.inc * use TIOCtlRequest instead of hard ifdefs to remove warnings 2007-09-29 14:22:41 +00:00
signal.inc
syscalls.inc
sysconst.inc
sysctlh.inc
sysnr.inc
sysofft.inc
systypes.inc
termio.pp
termios.inc
termiosproc.inc
unixsock.inc + Restore and fix text/file socket functionality. 2007-01-14 18:50:19 +00:00
unixsysc.inc * hopefuly fix the fp* problems for stat and others 2007-09-08 13:51:39 +00:00
unxsockh.inc + add missing SHUT_* constants to openbsd 2008-10-20 16:59:58 +00:00