florian
|
3b48c6e316
* sparc64 uses the same different signal numbers as sparc32 on linux
|
8 lat temu |
pierre
|
56039f2fc6
Share SPARC signal constants with SPARC64 cpu
|
8 lat temu |
pierre
|
262bf0fe6e
* Fix Sigcontext field order for MIPS CPU
|
13 lat temu |
pierre
|
022d842b06
* Fix SIGXXX constants for mips CPU
|
13 lat temu |
pierre
|
6ddb64e160
Fix sigactionreg record for cpumips
|
13 lat temu |
pierre
|
651589c9a4
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore
|
13 lat temu |
florian
|
16e79969aa
* started to fix simple mips syscalls
|
13 lat temu |
marco
|
2c00a2a0b3
* fixed FPC_USE_LIBC building for Linux and exception handling (mantis #13450)
|
14 lat temu |
ivost
|
a67a85332d
* added SA_RESETHAND and SA_NODEFER constants
|
18 lat temu |
Jonas Maebe
|
3253e7464a
+ sigset alias for sigset_t
|
18 lat temu |
micha
|
79d0e21b5c
fix packing of sigaction record
|
19 lat temu |
micha
|
7911be08f5
add signal handler trampoline return for buggy OS like fedora core
|
19 lat temu |
tom_at_work
|
d54dbdf9b6
* new constants for si_code field for FPU signals (required by commit 1710)
|
19 lat temu |
tom_at_work
|
701638138b
* fixed exception handling for PowerPC64
|
20 lat temu |
tom_at_work
|
bfb2c916dc
* fixed problem with too large offsets in conditional jumps (see also rev 1161 for the PowerPC code)
|
20 lat temu |
tom_at_work
|
b2e1cf2610
* powerpc64 port now (manually) cycles, most test programs in tests/test are fine too
|
20 lat temu |
peter
|
4ace790492
* remove $Log
|
20 lat temu |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 lat temu |
fpc
|
50778076c3
initial import
|
20 lat temu |
peter
|
e417e34496
* truncate log
|
20 lat temu |
peter
|
f6936ee740
* use typecasted sigactionhandler, needed for arm
|
20 lat temu |
peter
|
bf7971e2ab
* sigactionhandler fixed for arm
|
20 lat temu |
peter
|
7fb8c3dfbd
* signal cleanup for linux
|
20 lat temu |
florian
|
49c3f3927e
* fixed floating point and integer exception handling on sparc/linux
|
21 lat temu |
peter
|
f1cf388796
* added siginfo const
|
21 lat temu |
peter
|
80d44f0691
* sparc signals added between $ifdef cpusparc
|
21 lat temu |
florian
|
ee4b23ccac
* x86_64 exception handling fixed
|
21 lat temu |
florian
|
d531e303f9
* tried to fix x86-64 signal handling
|
21 lat temu |
florian
|
7298501722
* structs for arm adapted
|
21 lat temu |
florian
|
c9122a4719
+ completed x86-64/linux system unit
|
21 lat temu |