peter
|
523f429d7a
|
* rt_sigaction for all cpus
|
2005-01-31 20:13:24 +00:00 |
|
peter
|
7fb8c3dfbd
|
* signal cleanup for linux
* sigactionhandler instead of tsigaction for bsds
* sigcontext moved to cpu dir
|
2005-01-30 18:01:15 +00:00 |
|
florian
|
efc6c7793e
|
* fixed baseunix.signal for CPU using rt_sigaction
* fixed it for x86_64 too
|
2004-11-02 14:49:48 +00:00 |
|
peter
|
869b0ecc85
|
* compiler defined HEAP and HEAPSIZE removed
|
2004-10-25 15:38:59 +00:00 |
|
florian
|
49c3f3927e
|
* fixed floating point and integer exception handling on sparc/linux
|
2004-08-04 19:27:09 +00:00 |
|
peter
|
3094258825
|
* removed warnings
|
2004-05-31 20:25:04 +00:00 |
|
peter
|
94adf83a8b
|
* use thandle in do_*
|
2004-05-16 18:51:20 +00:00 |
|
florian
|
ee4b23ccac
|
* x86_64 exception handling fixed
|
2004-05-01 15:59:17 +00:00 |
|
florian
|
d531e303f9
|
* tried to fix x86-64 signal handling
|
2004-04-27 20:47:00 +00:00 |
|
peter
|
2a862ae827
|
* do_write/do_read fix
|
2004-04-22 21:16:35 +00:00 |
|
florian
|
f838c3b5b7
|
* tell sigaction to pass siginfo on arm
|
2004-03-27 14:33:45 +00:00 |
|
peter
|
759c514cf1
|
* call _haltproc instead of exit(). This is required for libc linking
|
2004-03-10 20:35:33 +00:00 |
|
marco
|
4fc157970d
|
* use_getcwd updates because FPC_USE_LIBC uses that
|
2004-01-01 14:19:55 +00:00 |
|
marco
|
0afb6fd8ca
|
* some more fixes. Testing on idefix
|
2003-12-30 16:26:10 +00:00 |
|
peter
|
c6e1a6a6d1
|
* don't exit in getdir when fpstat gives a failure
|
2003-12-21 20:30:49 +00:00 |
|
peter
|
1662a037a4
|
* only check errno if the syscall failed
|
2003-12-14 14:28:36 +00:00 |
|
marco
|
024df7a7c6
|
* more small fixes.
|
2003-11-01 01:58:11 +00:00 |
|
marco
|
602aa93399
|
* i386 specific fixes that hopefully fix texception4.
Only the "generic" signal handler was ported to the unix rtl.
|
2003-10-31 20:36:01 +00:00 |
|
peter
|
456025ad0a
|
* fpISxxx macros renamed to C compliant fpS_ISxxx
|
2003-09-27 12:51:33 +00:00 |
|
florian
|
eab5d1f7c5
|
* started to make the rtl 64 bit save by introducing SizeInt and SizeUInt (similar to size_t of C)
|
2003-05-01 08:05:23 +00:00 |
|
peter
|
e0625ccb5d
|
* Fix do_erase which was wrong with inoutres setting
|
2002-12-24 19:45:40 +00:00 |
|
peter
|
4210e95952
|
* fixed Getdir to not set Inoutres
* broken symlinks are now ignored in getdir instead of aborting
the search
|
2002-12-23 22:23:43 +00:00 |
|
peter
|
07fc95ca5a
|
* removed stackcheck, the generic stackcheck is used
* fixed return value for error conversion when no error was passed
|
2002-12-18 20:43:27 +00:00 |
|
marco
|
7dd70233f2
|
* new unix rtl, linux part.....
|
2002-12-18 16:43:26 +00:00 |
|