fpc/rtl/netbsd
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
powerpc * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
errno.inc * remove $Log 2005-06-07 09:47:55 +00:00
errnostr.inc * NetBSD rtl compiles again 2006-10-28 22:17:49 +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
pmutext.inc * use definition of pthread_mutex_t from ptypes.h instead of 2005-06-03 21:07:04 +00:00
ptypes.inc * use TIOCtlRequest instead of hard ifdefs to remove warnings 2007-09-29 14:22:41 +00:00
signal.inc * NetBSD rtl compiles again 2006-10-28 22:17:49 +00:00
syscalls.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysconst.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysctlh.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysnr.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysofft.inc * truncate log 2005-02-14 17:13:06 +00:00
systypes.inc * remove $Log 2005-06-07 09:47:55 +00:00
termio.pp * inlined few procs. Didn't inline makeraw since that triggers inline WITH bug. 2005-09-28 20:59:20 +00:00
termios.inc * remove $Log 2005-06-07 09:47:55 +00:00
termiosproc.inc * fixed return value of IsATTY() 2005-10-07 09:29:13 +00:00
unixsock.inc * fixed building of powerpc-netbsd rtl 2008-05-21 20:07:27 +00:00
unxconst.inc * NetBSD rtl compiles again 2006-10-28 22:17:49 +00:00
unxfunc.inc * NetBSD rtl compiles again 2006-10-28 22:17:49 +00:00
unxsockh.inc * add TCP and UDP setsockopt option constants to all unix-likes 2008-05-31 22:06:56 +00:00
unxsysc.inc * hopefuly fix the fp* problems for stat and others 2007-09-08 13:51:39 +00:00