aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-30kernel: fix spelling of endiannessMark Cave-Ayland3-4/+4
2024-04-16bootstrap: Check result of freadAmadeusz Sławiński1-1/+5
2017-02-10Fix spelling mistakesEdward Betts1-2/+2
2014-02-07bootstrap.c: replace name -> filOlivier Danet1-4/+4
2013-12-08forthstrap: avoid unaligned accessesAurelien Jarno1-0/+1
2013-08-19forth.c: fix ioc!, iow! and iol! wordsMark Cave-Ayland1-3/+3
2011-02-13Tidy cell types and format stringsAndreas Färber1-4/+4
2011-01-30sparc32: avoid runtime relocationsBlue Swirl1-8/+74
2011-01-02Generate Makefile dependencies also from Forth filesBlue Swirl1-3/+32
2010-11-17kernel: avoid including C files from anotherBlue Swirl4-958/+949
2010-11-13Introduce forth_init() for trampoline initializationAndreas Färber2-16/+21
2010-11-13bootstrap: avoid a warning from OpenBSD linkerBlue Swirl1-2/+1
2010-11-09Convert cell2pointer() and pointer2cell() macros to inline functionsAndreas Färber1-1/+1
2010-10-31Consolidate cell format definesAndreas Färber1-6/+0
2010-10-31Partially revert r917: Leave bootstrap functionality in kernel/cross.hAndreas Färber1-0/+4
2010-10-30Don't assume that pointer and cell size are identical, part 2Andreas Färber1-4/+5
2010-10-25Don't assume that pointer and cell size are identical, part 1Andreas Färber1-9/+9
2010-10-24Move cell2pointer and pointer2cell macrosAndreas Färber1-6/+0
2010-07-25Create a C wrapper around the Forth key word to be used in the debugger inste...Mark Cave-Ayland1-8/+25
2010-04-25Fix dead variable assignment, spotted by clang analyzerBlue Swirl1-1/+0
2010-04-12Commit revised version of Igor Kovalenko's patch for detecting whether dictio...Igor V. Kovalenko3-0/+10
2010-03-25Revert the parts of the last commit which changed the exception function to u...Mark Cave-Ayland3-43/+74
2010-03-24Change the sysdebug exception() callback so that it is now a function pointer...Mark Cave-Ayland2-16/+60
2010-03-24Add source file and line number tracking to forthstrap to allow the user to l...Mark Cave-Ayland1-19/+52
2010-03-14Correct comments in kernel/primitives.c as pointed out by ProgrammingKid and ...Mark Cave-Ayland1-2/+2
2010-03-14Fix a debug whereby the debug banner was being printed to the debug output ra...Mark Cave-Ayland1-1/+1
2010-03-14Move the basic OpenBIOS configuration header files from include/openbios to i...Mark Cave-Ayland4-7/+7
2010-03-14Move the kernel header files into include/kernel to synchronise with the code...Mark Cave-Ayland4-6/+6
2009-11-20Another nice patch from Mark Cave-Ayland:Stefan Reinauer2-3/+2
2009-11-20findsemis_wordlist is only used by findsemis() so let's remove it from theStefan Reinauer2-2/+1
2009-11-20improve x@ and x! functions, at least x@ reads back what x! wrote, now.Stefan Reinauer1-6/+6
2009-11-20fix typo Stefan Reinauer1-2/+2
2009-11-15Reworked version of Forth Source debugger (Mark Cave-Ayland)Blue Swirl6-16/+571
2009-08-17Introduce quiet buildBlue Swirl1-11/+22
2009-08-02Improve version number handlingBlue Swirl1-2/+4
2009-05-23Implement /x FCode (Mark Cave-Ayland)Blue Swirl1-0/+1
2009-02-16Fix gcc 4.3 warningBlue Swirl1-3/+0
2009-01-31Fix Sparc64 cross compilation in 32 bit environment, closes #17Blue Swirl4-31/+70
2009-01-31Exit with nonzero status if there are errorsBlue Swirl1-1/+5
2009-01-17Suppress OpenBSD linker warningBlue Swirl1-3/+1
2008-12-23Make words array static and change the definition to a stricter oneBlue Swirl2-3/+4
2008-12-20Fix Sparse warningsBlue Swirl3-8/+9
2008-12-20Fix almost all remaining warningsBlue Swirl1-2/+2
2008-12-14Warning fixes for Sparc32, Sparc64, PPCBlue Swirl2-8/+8
2008-12-13Remove unnecessary trailing newlinesBlue Swirl2-2/+0
2008-12-11Delete extra whitespace at the end of line, which annoys quiltBlue Swirl7-64/+64
2008-11-30Fix some more warningsBlue Swirl1-1/+1
2008-11-30Fix most warnings from SparseBlue Swirl2-3/+3
2008-11-29Fix most print format warningsBlue Swirl1-2/+7
2008-11-29Fix some warningsBlue Swirl1-2/+2