fpc/rtl/freebsd
Jonas Maebe 8b0301409a + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
later: the same as i386/darwin, except
      a) uses the non-fragile Objective-C ABI/runtime
      b) does not require stubs for direct calls/jumps (not required for
         i386/darwin under 10.6 and later either, but still generated
         there for backwards compatibility)
      c) only the same packages are enabled as for ARM/Darwin
      d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
    This target also defines the symbol "darwin" apart from the target
    name "iphonesim" for source code compatibility reasons.

git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
..
i386 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
x86_64 * remove the RTL's installed signal handlers at the end of the system 2009-05-02 09:40:44 +00:00
bsdport.txt * minor updates 2005-09-20 11:23:18 +00:00
buildrtl.lpi + FreeBSD lazarus project 2008-09-13 08:58:54 +00:00
buildrtl.pp * fixed typo 2008-09-13 09:18:27 +00:00
console.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
errno.inc * remove $Log 2005-06-07 09:47:55 +00:00
errnostr.inc * Ales Katona's errors patch 2006-01-07 18:41:15 +00:00
freebsd.pas * fix for 8801. mmap constants inconsistancy. Old constants are aliased for compat. non portable moved to OS specific units (merge) 2007-05-04 21:23:02 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * enables compilation of iso7185 unit on all targets 2010-08-06 17:45:42 +00:00
pmutext.inc * use definition of pthread_mutex_t from ptypes.h instead of 2005-06-03 21:07:04 +00:00
pthread.inc * TCriticalSection.Tryenter support (Mantis 15928) + short test/demo 2010-03-21 11:34:05 +00:00
ptypes.inc * continue exchanging untyped "Pointer" handle types to pointer to empty records. 2010-06-10 20:28:39 +00:00
si_crt.pp * added files from linux to attempt having part of the startup in pascal 2008-06-01 13:55:37 +00:00
si_intf.inc * added files from linux to attempt having part of the startup in pascal 2008-06-01 13:55:37 +00:00
signal.inc + psigcontex alias for psigcontextrec 2007-02-01 12:09:33 +00:00
sysctlh.inc * remove $Log 2005-06-07 09:47:55 +00:00
sysnr.inc + Add modify_ldt to linux unit 2010-07-18 21:53:26 +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 * FIO constants 2006-04-02 20:25:36 +00:00
termiosproc.inc * Allow compilation with DEBUG=1 2010-08-24 15:06:50 +00:00
ucontexth.inc * adds support of KSE kernel threads to freeBSD 2006-10-10 19:28:11 +00:00
unixsock.inc * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 2007-05-13 18:30:24 +00:00
unxconst.inc * remove $Log 2005-06-07 09:47:55 +00:00
unxfunc.inc * pipe cleanup from Ales, also fixes TProcess for AMD64. 2008-11-01 11:43:43 +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 * pipe cleanup from Ales, also fixes TProcess for AMD64. 2008-11-01 11:43:43 +00:00