mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 00:47:20 +01:00
+ add posix thread support * improve signal handling * synchronize haiku's baseunix unit with the unix one (maybe it will be possible to remove Haiku's one in a future patch, but i keep it for now) + add support for standard sockets * fix some functions import to use the right libraries under Haiku * fix packages compilation git-svn-id: trunk@12636 - |
||
|---|---|---|
| .. | ||
| i386 | ||
| baseunix.pp | ||
| bethreads.pp | ||
| classes.pp | ||
| errno.inc | ||
| errnostr.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| osdefs.inc | ||
| osmacro.inc | ||
| ossysc.inc | ||
| ostypes.inc | ||
| pthread.inc | ||
| ptypes.inc | ||
| settimeo.inc | ||
| signal.inc | ||
| suuid.inc | ||
| syscall.inc | ||
| syscallh.inc | ||
| sysconst.inc | ||
| sysheap.inc | ||
| sysnr.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| system.pp | ||
| termio.pp | ||
| termios.inc | ||
| termiosproc.inc | ||
| unixsock.inc | ||
| unxconst.inc | ||
| unxfunc.inc | ||
| unxsockh.inc | ||