| Commit message (Expand) | Author | Age | Files | Lines |
| * | m68k: sinclair ql now requires vlink 0.16h or newer. | karoly | 2021-04-29 | 1 | -1/+1 |
| * | sinclairql: added an entirely stub (for now) sysutils unit. added a classes u... | karoly | 2021-04-20 | 3 | -3/+555 |
| * | sinclairql: hopefully fix off-by-one processing in the packed relocs code | karoly | 2021-04-19 | 1 | -1/+1 |
| * | sinclairql: added startup code support for the 'packed' relocation table form... | karoly | 2021-04-16 | 1 | -0/+24 |
| * | sinclairql: implemented StackTop, this results in working stacktraces and wor... | karoly | 2021-04-14 | 3 | -3/+30 |
| * | sinclairql: turn the anyKey string const into a pchar, this reduces the final... | karoly | 2021-04-13 | 1 | -2/+2 |
| * | Add strings unit to buildrtl meta-unit, and update Makefile.fpc accordingly | pierre | 2021-04-12 | 3 | -108/+108 |
| * | sinclairql: add right spelling for iof_mkdr, add the QDOS equivalent alias | karoly | 2021-04-12 | 4 | -5/+6 |
| * | sinclairql: also have a function which returns a pointer directly to the QLst... | karoly | 2021-04-12 | 1 | -0/+9 |
| * | sinclairql: have a max. 48 char buffer for job name. set the job name to the ... | karoly | 2021-04-12 | 2 | -2/+65 |
| * | sinclairql: add the used includes to the system unit deps | karoly | 2021-04-10 | 2 | -2/+2 |
| * | sinclairql: do_mkdir implemented, patch by Norman Dunbar | karoly | 2021-04-10 | 2 | -0/+24 |
| * | sinclairql: new files to contain SMS only functions, iof_rename implemented, ... | karoly | 2021-04-10 | 2 | -0/+44 |
| * | sinclairql: implemented do_rename(), based on the patch of Norman Dunbar | karoly | 2021-04-10 | 3 | -0/+62 |
| * | sinclairql: various seeking, FS_POSAB/FS_POSRE and ERR_EF related fixes | karoly | 2021-04-10 | 3 | -27/+38 |
| * | sinclairql: first version of working argc/argv generation. implemented ParamC... | karoly | 2021-04-10 | 2 | -47/+85 |
| * | * regenerated with FreeBSD/AArch64 support | jonas | 2021-04-10 | 1 | -1/+19 |
| * | sinclairql: instead of tinyheap, made the QL port to use the new OS heap by d... | karoly | 2021-04-09 | 1 | -25/+13 |
| * | sinclairql: various file and directory handling improvements, based on patch ... | karoly | 2021-04-09 | 2 | -7/+19 |
| * | sinclairql: implemented io_delet and mt_rclck QDOS functions, patch by Norman... | karoly | 2021-04-09 | 2 | -0/+42 |
| * | sinclairql: implemented Error2InOutRes, patch by Norman Dunbar | karoly | 2021-04-09 | 1 | -0/+24 |
| * | sinclairql: fixed parameter trashing in several QDOS function assembler wrappers | karoly | 2021-04-09 | 1 | -9/+10 |
| * | sinclairql: further tweaks to the startup code. enable optimizations. mark fu... | karoly | 2021-04-08 | 1 | -8/+5 |
| * | sinclairql: fix and simplify the startup code changes in r49134. accessing gl... | karoly | 2021-04-08 | 1 | -31/+10 |
| * | Add basic support for setting argc and argv for sinclairql OS | pierre | 2021-04-07 | 2 | -0/+75 |
| * | * Makefiles regenerated | florian | 2021-04-05 | 1 | -0/+13 |
| * | Add sinclairql/Makefile | pierre | 2021-03-15 | 1 | -0/+3608 |
| * | * synchronized with trunk | nickysn | 2020-11-25 | 5 | -110/+250 |
| |\ |
|
| | * | sinclairql: changed startup code to be able to run directly as job without a ... | karoly | 2020-11-25 | 1 | -38/+20 |
| | * | sinclairql: fix exitCode parameter accidentally overwritten in mt_frjob. also... | karoly | 2020-11-25 | 1 | -3/+3 |
| | * | sinclairql: system unit changes and improvements, patch by Marcel Kilgus in q... | karoly | 2020-11-24 | 1 | -56/+43 |
| | * | sinclairql: initial implementation of RTL file I/O functions, patch by Marcel... | karoly | 2020-11-24 | 1 | -7/+37 |
| | * | sinclairql: QDOS interface wrapper function improvements, patch by Marcel Kil... | karoly | 2020-11-24 | 2 | -9/+150 |
| | * | Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/... | pierre | 2020-11-20 | 1 | -2/+2 |
| * | | * synchronized with trunk | nickysn | 2020-11-20 | 5 | -32/+219 |
| |\ \
| |/ |
|
| | * | sinclairql: more work on the QL port. very basic stdio (console writeln) works. | karoly | 2020-11-19 | 5 | -32/+219 |
| | * | * regenerated all Makefiles after Sinclair QL support was added | karoly | 2020-11-19 | 1 | -0/+3582 |
| |/ |
|
| * | sinclairql: fixed the relocation marker comment in the startup code. no funct... | karoly | 2020-11-15 | 1 | -2/+2 |
| * | sinclairql: startup code fixes. set the top of the new stack as stack pointer... | karoly | 2020-11-15 | 1 | -10/+28 |
| * | sinclairql: add a few more QDOS function wrappers which are useful at early s... | karoly | 2020-11-15 | 3 | -1/+115 |
| * | sinclairql: now the target short name is also sinclairql as proposed by Pierr... | karoly | 2020-11-10 | 1 | -1/+1 |
| * | sinclairql: disabled a bunch of things in RTL until they're implemented | karoly | 2020-11-09 | 2 | -19/+19 |
| * | sinclairql: initial heap allocation code, and minor system unit bits | karoly | 2020-11-08 | 3 | -1/+23 |
| * | sinclairql: implemented startup code, including binary relocation and stack a... | karoly | 2020-11-08 | 1 | -4/+60 |
| * | sinclairql: implemented some OS trap wrappers, to be used by the RTL | karoly | 2020-11-08 | 3 | -0/+156 |
| * | + RTL skeleton for the Sinclair QL | karoly | 2020-11-04 | 12 | -0/+660 |