florian
|
b2a67d4656
|
* fixed comments in sysnr.inc files
git-svn-id: trunk@47426 -
|
2020-11-15 19:30:19 +00:00 |
|
Jonas Maebe
|
629b2a8951
|
* regenerated
git-svn-id: trunk@47303 -
|
2020-11-03 21:34:30 +00:00 |
|
Jonas Maebe
|
24e188f0d2
|
* add missing unixutils -> baseunix dependency
git-svn-id: trunk@47302 -
|
2020-11-03 21:34:26 +00:00 |
|
svenbarth
|
985c4fafeb
|
* regenerate Makefiles after adding the softfpu units
git-svn-id: trunk@47188 -
|
2020-10-24 20:58:24 +00:00 |
|
svenbarth
|
0df460f56e
|
* simplify rules for softfpu units
git-svn-id: trunk@47186 -
|
2020-10-24 20:57:56 +00:00 |
|
florian
|
80394fc6e8
|
- removed cvs remainders ($Id$ and $Log$ tags)
git-svn-id: trunk@47119 -
|
2020-10-16 21:19:10 +00:00 |
|
florian
|
91fe098eb4
|
* check first for x86 exception and only for sse if no x87 exceptions is thrown, clear all exception afterwards
* throw rte 206 instead of rte 216 for denormal on m68k-linux as well
git-svn-id: trunk@47117 -
|
2020-10-16 19:44:25 +00:00 |
|
florian
|
15695b317c
|
* denormalized value floating point exception has to result in an rte 206, resolves part of #37926
git-svn-id: trunk@47114 -
|
2020-10-15 19:52:57 +00:00 |
|
florian
|
1a2b99bc09
|
* correctly reset fpu on x86_64-linux after a floating point exception, resolves second part of #37468
git-svn-id: trunk@46992 -
|
2020-09-28 20:50:25 +00:00 |
|
Jonas Maebe
|
322d04cdee
|
* regenerated after adding unixtype dependencies
git-svn-id: trunk@46990 -
|
2020-09-28 14:02:03 +00:00 |
|
Jonas Maebe
|
de095258a7
|
* add missing unixtype dependencies
git-svn-id: trunk@46989 -
|
2020-09-28 14:02:00 +00:00 |
|
pierre
|
2b023c62c5
|
Do not set __USE_LARGEFILE64 macro for sparc CPU, as it does not seem to be used for regular linux kernels
git-svn-id: trunk@46882 -
|
2020-09-16 20:40:36 +00:00 |
|
florian
|
1b60060eb1
|
* Aarch64-linux: debugging define disabled
git-svn-id: trunk@46872 -
|
2020-09-15 21:08:58 +00:00 |
|
florian
|
a22d8a7c38
|
* Aarch64-linux: return properly from the signal handler
* Aarch64-linux: clear FPU exception flags before returning from the signal handler
git-svn-id: trunk@46870 -
|
2020-09-15 20:35:15 +00:00 |
|
Tomas Hajny
|
288c7e3c9e
|
* Do_IsDevice treats pipes and sockets the same way as character devices
git-svn-id: trunk@46863 -
|
2020-09-13 22:08:18 +00:00 |
|
Károly Balogh
|
277d98431c
|
* linux: use ugetrlimit syscall on m68k for rlimits retrieval. this fixes fpgetrlimit() call, and stack checking on Linux/m68k (tstack.pp test), at least on anything newer than kernel 2.4+ (2001)
git-svn-id: trunk@46811 -
|
2020-09-09 15:15:52 +00:00 |
|
Károly Balogh
|
b49aa071ca
|
* linux: fix some formatting in ostypes.inc, no functional change
git-svn-id: trunk@46810 -
|
2020-09-09 14:58:45 +00:00 |
|
Károly Balogh
|
313790502d
|
* linux-m68k: depend on FPU defines to compile FPU code, instead of CPU68020. also, minor cosmetics
git-svn-id: trunk@46447 -
|
2020-08-15 09:07:30 +00:00 |
|
pierre
|
ca40956a3a
|
Regenerated all Makefile's
git-svn-id: trunk@46224 -
|
2020-08-04 10:19:49 +00:00 |
|
florian
|
7281ea7a2c
|
* floating point division by zero should throw run time error 208, fixed
git-svn-id: trunk@46210 -
|
2020-08-03 19:42:16 +00:00 |
|
florian
|
b60ac4c2db
|
* @PLT is needed for calls to link it properly with pic code
git-svn-id: trunk@46209 -
|
2020-08-03 19:42:14 +00:00 |
|
florian
|
4c2c540b29
|
* fixed resetting of state, broken in r45995
+ debugging output
* check magic properly
* cosmetics
git-svn-id: trunk@46208 -
|
2020-08-03 19:42:13 +00:00 |
|
florian
|
893225770c
|
* updated tfpstate
git-svn-id: trunk@46207 -
|
2020-08-03 19:42:13 +00:00 |
|
florian
|
eac6675cba
|
* reset exception flags, resolves #37468 on x86_64
git-svn-id: trunk@45995 -
|
2020-08-02 21:23:29 +00:00 |
|
svenbarth
|
48cc5250f9
|
* fpc_geteipasebx and fpc_geteipasecx are used as procedures, not functions, so declare them as such
git-svn-id: trunk@45980 -
|
2020-08-01 17:26:34 +00:00 |
|
svenbarth
|
04cbf32b1b
|
* rename local import of fpc_geteipasebx
git-svn-id: trunk@45979 -
|
2020-08-01 17:26:29 +00:00 |
|
pierre
|
2e6bba76bf
|
Define __USE_LARGEFILE64 for sparc-linux, and adapt filed ffree type to that macro
git-svn-id: trunk@45837 -
|
2020-07-23 21:03:19 +00:00 |
|
pierre
|
1d5c714ff2
|
Fix error in assembly startup code for sparc linux
git-svn-id: trunk@45836 -
|
2020-07-23 20:59:03 +00:00 |
|
pierre
|
9f60f5093d
|
F_GetLk/SetLk have different values for sparc/sparc64
git-svn-id: trunk@45829 -
|
2020-07-22 23:15:03 +00:00 |
|
florian
|
d6d92e3666
|
* revert part of r44879: flock must use kernel_off_t: off_t breaks e.g. i386
git-svn-id: trunk@45810 -
|
2020-07-19 19:54:22 +00:00 |
|
Jonas Maebe
|
fb23834367
|
* regenerated Makefiles again
git-svn-id: trunk@45766 -
|
2020-07-11 09:51:28 +00:00 |
|
Jonas Maebe
|
350d2d92f9
|
* regenerated Makesfiles
git-svn-id: trunk@45762 -
|
2020-07-10 22:08:30 +00:00 |
|
svenbarth
|
eb6f503bad
|
* fix O_LARGEFILE for Aarch64, RISC-V 32-bit and RISC-V 64-bit
git-svn-id: trunk@45613 -
|
2020-06-07 19:09:08 +00:00 |
|
svenbarth
|
b3ddd4e786
|
* regenerate Makefiles
git-svn-id: trunk@45601 -
|
2020-06-06 17:18:48 +00:00 |
|
pierre
|
c77ef7d6dd
|
Regenerate all Makefile's after change in utils/fpcm/fpcmake.ini to better support use of i386 compiler on x86_64 machines
git-svn-id: trunk@45356 -
|
2020-05-13 13:53:15 +00:00 |
|
nickysn
|
56b79257a1
|
* fixed fpmake invokation when building an i386-linux snapshot on a x86_64-linux host
git-svn-id: trunk@45298 -
|
2020-05-06 20:41:01 +00:00 |
|
svenbarth
|
0906714aa4
|
* fix for Mantis #36950: apply (slightly adjusted) patch by Bi0T1N to implement SetThreadDebugNameA and -U for Linux and Android targets
git-svn-id: trunk@45233 -
|
2020-05-03 15:08:35 +00:00 |
|
svenbarth
|
2840e5e1fd
|
* fix for Mantis #36895: the new epoll_pwait was missing the size parameter for the sigmask parameter
git-svn-id: trunk@45208 -
|
2020-05-01 13:11:02 +00:00 |
|
svenbarth
|
4faf56353e
|
* fix for Mantis #36949: apply patch by Bi0T1N to exclude the same pthread functions for Android for the static case that are excluded for the dynamic case
git-svn-id: trunk@45207 -
|
2020-05-01 13:10:58 +00:00 |
|
nickysn
|
86643f8a34
|
* synchronized with trunk
git-svn-id: branches/z80@44981 -
|
2020-04-21 23:36:44 +00:00 |
|
svenbarth
|
184d6d61ed
|
* regenerate makefiles
git-svn-id: trunk@44958 -
|
2020-04-21 06:09:20 +00:00 |
|
nickysn
|
d57ffc4745
|
* changed the object file format for z80-embedded and z80-zxspectrum to .rel
git-svn-id: branches/z80@44899 -
|
2020-04-20 23:36:15 +00:00 |
|
nickysn
|
2f68090dd6
|
* synchronized with trunk
git-svn-id: branches/z80@44898 -
|
2020-04-20 22:42:08 +00:00 |
|
pierre
|
cd6de6a4ca
|
Regenerate all Makefiles
git-svn-id: trunk@44882 -
|
2020-04-20 13:58:47 +00:00 |
|
pierre
|
4d25558519
|
* Use off_t type for l_start and l_end fields instead of kernel_off_t
+ Distinguish rlim_t type depending on fs32bit macro being set or not.
git-svn-id: trunk@44879 -
|
2020-04-20 09:50:07 +00:00 |
|
pierre
|
4888c379c4
|
Use same field type and name as in /ust/include/sys/stat.h
git-svn-id: trunk@44878 -
|
2020-04-20 09:37:55 +00:00 |
|
nickysn
|
0f323df7a3
|
* synchronized with trunk
git-svn-id: branches/z80@44873 -
|
2020-04-19 21:10:31 +00:00 |
|
Jonas Maebe
|
26ec913725
|
* regenerated makefiles
git-svn-id: trunk@44861 -
|
2020-04-19 17:33:47 +00:00 |
|
nickysn
|
b868d653bb
|
* regenerated makefiles after sync with trunk
git-svn-id: branches/z80@44847 -
|
2020-04-19 13:00:50 +00:00 |
|
nickysn
|
daf22383b0
|
* makefiles regenerated with the zxspectrum target
+ added zxspectrum to ppudump
git-svn-id: branches/z80@44820 -
|
2020-04-19 01:56:06 +00:00 |
|