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
marco
d3cb19214b
* external rework. Mostly done.
2004-11-19 13:15:14 +00:00
marco
42404cd68e
* moved some calls from unix to baseunix. Darwin untested.
2004-11-14 12:21:08 +00:00
peter
dbc2025604
ErrOutput added
2004-11-04 09:32:31 +00:00
marco
b903ce5a9a
* Pathstr eliminated
2004-11-03 15:00:43 +00:00
peter
869b0ecc85
* compiler defined HEAP and HEAPSIZE removed
2004-10-25 15:38:59 +00:00
Jonas Maebe
159912ec47
* fixed definition of pthread_mutex_t for non-linux targets (and for
...
linux as well, actually).
* base libpthread definitions are now in ptypes.inc, included in unixtype
They sometimes have an extra underscore in front of their name, in
case they were also exported by the packages/base/pthreads unit, so
they can keep their original name there
* cthreadds unit now imports systuils, because it uses exceptions (it
already did so before as well)
* fixed many linux definitions of libpthread functions in pthrlinux.inc
(integer -> cint etc)
+ added culonglong type to ctype.inc
2004-09-09 20:29:06 +00:00
marco
f498e954a5
* small 1.0.x fix to earlier patch
2004-07-18 11:32:24 +00:00
marco
93c356f300
* generalised the {$ifdef cpu_i386} ..powerpc stuff to FPC_BIG_ENDIAN and
...
FPC_LITTLE_ENDIAN
2004-07-17 16:02:58 +00:00
Jonas Maebe
dbedc97141
* initialise StackLength (fixes stack checking in general, and tw2897 in
...
particular)
2004-07-17 15:31:03 +00:00
Jonas Maebe
0ba2497f24
* don't use O_CREATE when opening a file for appending (fixes tw1744)
2004-07-17 15:20:55 +00:00
daniel
51f00ff000
* Moved declarations downwards
2004-07-03 22:49:34 +00:00
marco
8dc79129e2
* small fix for 1.0.x cycling
2004-07-03 22:48:49 +00:00
daniel
9a23e896b3
* Declared envp,argc,argv in interface for Darwin
2004-07-03 22:44:37 +00:00
marco
47e72b772e
* moved heap.inc and text.inc before sysalloc as suggested. Why wasn't this
...
done directly?
2004-06-19 08:06:04 +00:00
peter
2ed14823c5
* New heapmanager that releases memory back to the OS, donated
...
by Micha Nelissen
2004-06-17 16:16:13 +00:00
Jonas Maebe
5c5c449ecf
* moved fpgeterrno/fpseterrno declarations to before their actual usage
2004-05-31 18:03:51 +00:00
marco
0e999633e3
* threadvar errno fix
2004-05-28 21:40:28 +00:00
marco
24bf59caa6
* errno+4 becomes errno+8
2004-05-18 20:05:01 +00:00
marco
5787d92d8f
* x86_64 patches
2004-05-17 19:20:09 +00:00
marco
13a860eefc
* syscallnr for __syscall entered
2004-05-16 21:01:23 +00:00
marco
06dd389fce
* Initial versions
2004-05-16 20:48:32 +00:00
peter
94adf83a8b
* use thandle in do_*
2004-05-16 18:51:20 +00:00
marco
1340afc320
* IPC reform
2004-04-25 19:15:43 +00:00
peter
041eb4aa1d
* do_read/do_write addr argument changed to pointer
2004-04-22 21:10:56 +00:00
marco
93d838bd4d
* fpnice fixes
2004-04-22 16:22:10 +00:00
marco
93622ec2e8
* UnixType changes. Please report problems to me.
2004-03-04 22:15:16 +00:00
marco
66187f0b2e
* forgotten?
2004-02-29 13:46:52 +00:00
Jonas Maebe
4e37beb962
+ fpnanosleep for oscdeclh.inc
...
- removed obsolete darwin remarks from bsd/ossysc.inc
2004-02-06 20:47:00 +00:00
marco
0db9132414
bsd
2004-01-22 13:46:14 +00:00
Tomas Hajny
e0f9297e01
* ExecuteProcess fixes, ProcessID and ThreadID added
2004-01-20 23:05:31 +00:00
marco
e03e8b5a27
* o_creat added when o_append
2004-01-06 15:42:05 +00:00
Jonas Maebe
e6c3cc44c9
* declare C-library routines as external in libc for Darwin (so we
...
generate proper import entries)
2004-01-04 21:04:08 +00:00
Jonas Maebe
20e0d970e9
+ geterrnolocation for Darwin
...
+ C-style main for Darwin (generic, can be used for anything)
2004-01-04 20:32:05 +00:00
Jonas Maebe
d6743c1491
* moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
...
ptypes.inc (already there for Darwin)
2004-01-04 20:08:45 +00:00
marco
5ec7fdfe02
* fix for 1.0 compability issue
2004-01-03 23:56:11 +00:00