Károly Balogh
|
5b38e8d98e
rtl-extra/AROS: reopen bsdsocket.library in sockets unit for each thread
|
10 年之前 |
Károly Balogh
|
1a53f6a799
AROS: in agreement with Marcus Sackrow, AThreads is now enabled for AROS, and the old AROS-specific threading implementation is zapped
|
10 年之前 |
Károly Balogh
|
21329e6606
Amiga: enable using of external resources we have no internal resource support yet for Amiga Hunk executables
|
10 年之前 |
Károly Balogh
|
d9b5830aa0
amiga: enable external resources instead of internal ones for now
|
10 年之前 |
Károly Balogh
|
c5caa6d494
fpcres: enable resource compiler for Amiga and MorphOS
|
10 年之前 |
Károly Balogh
|
8a09c5f40d
MorphOS: register ELF resources info
|
10 年之前 |
Károly Balogh
|
8e3ebb87cd
use res_elf on MorphOS for resources
|
10 年之前 |
nickysn
|
318874837f
+ implemented 16-bit dos MZ exe header writer
|
10 年之前 |
Károly Balogh
|
06ac6c2773
amunits: added a HookEntry implementation to AmigaLib
|
10 年之前 |
Károly Balogh
|
c1946ace52
morphunits: imported the traditional Amiga types and some consts into exec for better Amiga & AROS compatibility
|
10 年之前 |
Károly Balogh
|
2ffb2f9c98
morphunits: forgot to actually publish the newly added HookEntry function
|
10 年之前 |
Károly Balogh
|
adb2b71c94
amunits: removed PSmallInt definition from exec. Nowadays it's defined in the System unit anyway
|
10 年之前 |
Károly Balogh
|
df146a5767
morphunits/amigalib: implemented HookEntry function
|
10 年之前 |
Károly Balogh
|
222d64cdab
morphunits/exec: Pascal/assembler equivalents of REG_XX macros of the C SDK, which helps accessing virtual 68k registers
|
10 年之前 |
Károly Balogh
|
bea2a50cc5
morphunits: have pointers in the hook structure instead of dwords. this matches classic Amiga, and serves its purpose better
|
10 年之前 |
Károly Balogh
|
a8f875e660
rtl-extra/amiga: fixed SocketBase to be a threadvar, also added Obtain/Release/ReleaseCopyOfSocket() functions, which are required to Amiga to pass socket descriptors among threads (processes)
|
10 年之前 |
Károly Balogh
|
88afa7c1e3
rtl-extra: made MorphOS to use the Amiga sockets implementation because it works, so deleted the MorphOS one. adapted Amiga sockets unit to open/close bsdsocket.library per thread
|
10 年之前 |
Károly Balogh
|
57f8922448
amicommon: make AThreads call the thread init/exit chain
|
10 年之前 |
Károly Balogh
|
5eea4b2846
amicommon: support for init/exit procedures for threads. will be used by Sockets unit for example, because bsdsocket.library needs to be reopened for each thread
|
10 年之前 |
Károly Balogh
|
5955e67c83
MorphOS: enabled sockets unit, and a bunch of network-related packages which depends on it
|
10 年之前 |
Károly Balogh
|
96228327f8
morphunits/iffparse: hint Make_ID string parameter as a const
|
10 年之前 |
Károly Balogh
|
5d0dd23ddd
amunits: cast TAG_USER as LongInt. this avoids all constants based on TAG_USER being 64bit, and causing constant range check warnings
|
10 年之前 |
marco
|
b9aeeae771
* Patch by WP, mantis #0028249 mostly memory leaks
|
10 年之前 |
Károly Balogh
|
f32c9d165d
amunits: Utility: do not use PasToC unit
|
10 年之前 |
Károly Balogh
|
539b031834
amunits: Rexx: do not use PasToC unit. Removed some broken-by-design overlay functions, which change API behavior or simply doesn't make sense
|
10 年之前 |
Károly Balogh
|
35b01bc3a4
amunits: Intuition: reworked overlay functions and removed pas2c dependency
|
10 年之前 |
Károly Balogh
|
1b37964d86
amunits: amigalib: reworked printf() functions not use the deprecated pas2c() function
|
10 年之前 |
Károly Balogh
|
5af1d635c6
munits: Exec overlay function cleanup
|
10 年之前 |
Károly Balogh
|
dfe781485c
amunits: AmigaDOS overlay function cleanup
|
10 年之前 |
Károly Balogh
|
48f9e1928d
amunits: syscall-ified layers
|
10 年之前 |