Commit Graph

316 Commits

Author SHA1 Message Date
marco
feaed02001 * cross compiling fixes to makefile and fpcmake 2003-10-04 13:48:11 +00:00
marco
73876b7490 * CROSSCOMPILING stage 2 2003-10-03 21:40:35 +00:00
marco
eaceacb7e2 * remake with new fpc param 2003-10-02 08:50:13 +00:00
olle
2931590e9b - removed parameter from fpc_iocheck 2003-08-21 22:21:00 +00:00
Jonas Maebe
0185f7684a - disabled nanosleep for darwin for now
+ getcwd for darwin
2003-05-26 21:29:16 +00:00
Jonas Maebe
c4438016df * added missing Const 2003-05-26 19:32:21 +00:00
Jonas Maebe
eac3e6f828 * several fixes, addition of Mach trap numbers (thye are simply syscalls
with a negative number)
2003-05-25 12:59:56 +00:00
florian
24a5d569cd * basic setup; derived from FreeBSD and Linux 2003-05-20 23:56:40 +00:00
Jonas Maebe
5cc852aae8 + added sys_readdir code from OpenBSD in fixes branch 2002-09-08 15:29:23 +00:00
Jonas Maebe
fb08ac116d + initial revision, h2pas of sys/signal.h 2002-09-08 09:06:07 +00:00
Jonas Maebe
15e37e7154 + initial revision, simply copied from FreeBSD 2002-09-08 09:00:54 +00:00
Jonas Maebe
91891959ea + initial revision 2002-09-08 09:00:17 +00:00
peter
9f31783a0a * old logs removed and tabs fixed 2002-09-07 16:01:16 +00:00
Jonas Maebe
71a7fb486a * implemented most syscalls, except readdir because the getdents
syscall is declared obsolete in Darwin...
2002-09-06 18:35:59 +00:00
Jonas Maebe
13857b04fb + initial implementation, h2pas of /usr/include/sys/syscall.h on a
Mac OS X 10.1.5 machine
2002-09-06 17:12:55 +00:00
Jonas Maebe
6c202898f6 + crt0.o file, compiled from the Darwin Csu module sources of 2002/09/06.
Can't just put an assembler file here, because it's composed of 2
    assembler files and a C file. No idea whether it will actually
    work on OS X 10.1.x (may require 10.2.x, since it's from the main
    branch)
2002-09-06 16:43:26 +00:00