fpc/rtl/haiku
2019-01-10 03:53:44 +00:00
..
i386
x86_64 haiku: add sighnd.inc for x86_64, the i386 version with minimal changes, probably needs to be better adapted for 64bit 2019-01-07 13:47:46 +00:00
baseunix.pp haiku: update baseunix unit, remove syscalls code, flock() and nanosleep() is actually supported on Haiku for a long time now, so lets use it 2019-01-10 03:51:35 +00:00
bethreads.pp
classes.pp
errno.inc
errnostr.inc
Makefile haiku: zapped syscalls support code, using the syscall interface directly on Haiku is discouraged, and it was never really supported with FPC 2019-01-10 03:53:44 +00:00
Makefile.fpc haiku: zapped syscalls support code, using the syscall interface directly on Haiku is discouraged, and it was never really supported with FPC 2019-01-10 03:53:44 +00:00
osdefs.inc
osmacro.inc
ostypes.inc haiku: cleanup of some interface definitions, verify structures against the actual haiku code, so it should work both on 32bit and 64bit 2019-01-07 13:01:08 +00:00
pthread.inc
ptypes.inc haiku: cleanup of some interface definitions, verify structures against the actual haiku code, so it should work both on 32bit and 64bit 2019-01-07 13:01:08 +00:00
rtldefs.inc
si_c.pp haiku: pascal sysinit code for haiku, will be needed for x86_64, nice to have for i386 2019-01-04 02:44:39 +00:00
si_dllc.pp haiku: pascal sysinit code for haiku, will be needed for x86_64, nice to have for i386 2019-01-04 02:44:39 +00:00
signal.inc haiku: do not use a packed record to define the signal stack and sigactionrec 2019-01-04 05:09:03 +00:00
suuid.inc
sysconst.inc
sysos.inc haiku: zapped syscalls support code, using the syscall interface directly on Haiku is discouraged, and it was never really supported with FPC 2019-01-10 03:53:44 +00:00
sysosh.inc
system.pp haiku: cleaned up the decade old leftovers from 1.x and early 2.x times from system unit, mainly old bits of heap management no longer in use, old defines and workarounds, also added a copyright header. 2019-01-10 03:45:25 +00:00
termio.pp
termios.inc
termiosproc.inc
unxconst.inc
unxfunc.inc