Jonas Maebe
307520b550
* change argc from cardinal into longint
...
git-svn-id: trunk@4801 -
2006-10-04 21:31:46 +00:00
Almindor
5d469b6847
* changed "directives" macro to "extdecl" to be more lazarus-friendly
...
git-svn-id: trunk@4778 -
2006-10-03 16:38:36 +00:00
Almindor
adf89bd95d
* adds info about bsd.pas
...
git-svn-id: trunk@4705 -
2006-09-24 11:38:59 +00:00
Jonas Maebe
a296f9f816
* use unixtype instead of hardcoded types
...
* use pcint instead of plongint
git-svn-id: trunk@4574 -
2006-09-08 17:34:38 +00:00
Jonas Maebe
51f130ca3d
+ cdecl modifier for FPC_USE_LIBC
...
git-svn-id: trunk@4573 -
2006-09-08 16:13:00 +00:00
Jonas Maebe
9e801eb048
* removed/conditionalised several unused variables
...
git-svn-id: trunk@4199 -
2006-07-14 20:44:57 +00:00
Jonas Maebe
822e41689d
fixed Do_IsDevice()
...
git-svn-id: trunk@3022 -
2006-03-24 19:53:32 +00:00
Jonas Maebe
2a90c43cea
+ turn on fpu exceptions for darwin/i386
...
git-svn-id: trunk@2928 -
2006-03-15 21:32:50 +00:00
Jonas Maebe
a90e3b3e1d
* fixed argc/argv/envp catching for darwin/x86 (not really nice, but
...
works)
git-svn-id: trunk@2848 -
2006-03-10 23:45:37 +00:00
marco
6f0e817973
* pwrite/writev for *BSD + FPC_USE_LIBC. Requires IOVEC et al to be defined in ostypes.inc
...
git-svn-id: trunk@2734 -
2006-03-04 14:21:42 +00:00
marco
1656cdc574
* little fixes related to KQueue and Sendfile
...
git-svn-id: trunk@2529 -
2006-02-12 14:12:15 +00:00
marco
a2fb3fb60d
* Initial implementation based on an implementation of Ales Katona.
...
git-svn-id: trunk@2519 -
2006-02-11 20:02:13 +00:00
marco
768bf94a99
* more "shared" fixes
...
git-svn-id: trunk@2295 -
2006-01-15 14:56:20 +00:00
marco
b6ac26d673
* picified syscall code
...
git-svn-id: trunk@2292 -
2006-01-15 12:00:49 +00:00
marco
b6ed07eb30
* fixed RLIMIT_VMEM gotcha
...
git-svn-id: trunk@1754 -
2005-11-15 11:15:27 +00:00
marco
238510c59d
* added resource consts and types
...
git-svn-id: trunk@1749 -
2005-11-14 11:31:28 +00:00
tom_at_work
1b4b42fdd6
* added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking
...
git-svn-id: trunk@1722 -
2005-11-11 12:16:08 +00:00
Jonas Maebe
9d9fd923d9
* the 'main' procedure for darwin is now placed in the main program instead
...
of in the system unit
+ ability to rename this 'main' symbol (-XM<x>, e.g. -XMSDL_main for SDL), for
all OS'es
+ mention the -Xm parameter in the help
git-svn-id: trunk@503 -
2005-06-26 13:24:12 +00:00
michael
21425e303c
+ Removed HASVARIANT define
...
git-svn-id: trunk@244 -
2005-06-07 20:48:31 +00:00
michael
8a226bba52
+ Removed HASWIDESTRING/HASWIDECHAR defines
...
git-svn-id: trunk@241 -
2005-06-07 20:42:22 +00:00
michael
23ad0ae1ec
+ Removed HASINTF and VER1_0 defines
...
git-svn-id: trunk@239 -
2005-06-07 20:30:03 +00:00
peter
4ace790492
* remove $Log
...
git-svn-id: trunk@231 -
2005-06-07 09:47:55 +00:00
Jonas Maebe
7ba46ce6f0
* Darwin TThreadID is a pointer
...
* BeginThread now returns a TThreadID instead of dword
git-svn-id: trunk@189 -
2005-06-04 09:33:39 +00:00
Jonas Maebe
7a79e0f083
* use definition of pthread_mutex_t from ptypes.h instead of
...
the linux definition in the system unit
git-svn-id: trunk@185 -
2005-06-03 21:07:04 +00:00
michael
aea4d56d46
+ Reversed setup of stdio and arguments to fix bug #3962
...
git-svn-id: trunk@114 -
2005-05-25 21:47:52 +00:00
marco
1efce6412b
* FPC_USE_LIBC and uuidgen(2) support under IFDEF FREEBSD5.
...
git-svn-id: trunk@72 -
2005-05-22 14:24:55 +00:00
marco
1467901e3e
* Fixes for some $LOG$ removal snafu's
...
git-svn-id: trunk@57 -
2005-05-21 23:15:32 +00:00
michael
180fd52858
+ Reworked GUID creation
...
git-svn-id: trunk@43 -
2005-05-21 10:03:44 +00:00
fpc
790a4fe2d3
* log and id tags removed
...
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
michael
ffb55c4254
+ Removed VER1_0 defines
...
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +00:00
fpc
50778076c3
initial import
...
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
marco
8884d2e079
* mmap had another, yet unknown 8th parameter which must be 0 and comes after the offset param
2005-04-24 19:11:28 +00:00
florian
4aa4aeae79
+ TThreadID
2005-04-13 20:10:50 +00:00
Jonas Maebe
2426ecafc3
* fixed several warnings and notes about unused variables (mainly) or
...
uninitialised use of variables/function results (a few)
2005-03-25 22:53:39 +00:00
marco
3567f25001
* fix from mischi
2005-03-13 14:11:06 +00:00
Jonas Maebe
1ec1e7f2f8
* fixed wifexited and wstopsig
2005-02-15 22:27:45 +00:00
peter
e417e34496
* truncate log
2005-02-14 17:13:06 +00:00
peter
f397aadd96
* ctypes.inc moved to unix/
2005-02-13 21:56:28 +00:00
peter
4534feb917
* include file cleanup part 2
2005-02-13 21:47:56 +00:00
peter
ae8b7b153b
* include file cleanup
2005-02-13 20:01:37 +00:00
peter
2808b3acea
* moved to unix
2005-02-07 22:04:55 +00:00
peter
86025bbcb6
* moved file and dir functions to sysfile/sysdir
...
* win32 thread in systemunit
2005-02-06 13:06:20 +00:00
peter
f5bc749953
* bsd thread updates
2005-02-06 12:16:52 +00:00
florian
5793f2037f
+ added the new types from linux
2005-02-06 08:50:22 +00:00
florian
4f7560d89e
* improved widestring infrastructure manager
2005-02-01 20:22:49 +00:00
Tomas Hajny
353d5cc3de
+ GetProcessID added
2004-12-05 14:36:37 +00:00
marco
0d1d1a2c1b
* fpsettimeofday.
2004-12-02 18:24:35 +00:00
marco
75019cf36a
* initial settimeofday
2004-12-02 15:11:42 +00:00
marco
c505806918
* tz_ prefixed for timezone
2004-12-02 11:22:11 +00:00
marco
c8335a9d75
* libc fixes
2004-11-21 17:49:28 +00:00