summaryrefslogtreecommitdiff
path: root/src/kernel/util.h
AgeCommit message (Collapse)Author
2022-04-12kernel: make all sizes unsigned, sort out the sign messdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-09-21implement (safe) min/max macrosdzwdz
2021-09-19remove the unused static_strcmp macrodzwdz
2021-08-03kernel: implement static_strcmp()dzwdz
will be used to test functions operating on strings
2021-08-03kernel: implement memcmpdzwdz
2021-08-03put the NUM2STR macro in util.hdzwdz
i'll use it outside of panic.h
2021-07-18basic executable loadingdzwdz
2021-07-10separate the source code from object files; more modular Makefiledzwdz