Zak Yani Star Fenton ZakYSF
ZakYSF commented on issue SecureLang/sllibc#2 2025-06-04 18:33:04 +00:00
Lack of proper error reporting

The standard functions don't set errno properly on failure, and the errno implementation is not thought out for multithreading or other scenarios.

ZakYSF opened issue SecureLang/sllibc#2 2025-06-04 18:31:46 +00:00
Lack of proper error reporting
ZakYSF opened issue SecureLang/sllibc#1 2025-06-04 18:31:12 +00:00
Lack of buffering in stdio
ZakYSF opened issue SecureLang/slcc#2 2025-06-04 18:29:22 +00:00
Standard compliance issues
ZakYSF opened issue SecureLang/slcc#1 2025-06-04 18:26:47 +00:00
Math bugs
ZakYSF pushed to main at SecureLang/slrve 2025-06-04 17:28:44 +00:00
e40457ee47 Initial git commit of my new RV64/RV32 emulator code. Not documented or fully working yet.
ZakYSF pushed to main at SecureLang/slrve 2025-06-04 17:18:42 +00:00
b524879f7e Update README.md
ZakYSF created repository SecureLang/slrve 2025-06-04 17:08:40 +00:00
ZakYSF pushed to main at SecureLang/slas 2025-06-04 16:51:10 +00:00
a79c7ffaf2 Initial commit of the new version of my assembler, complete with macro definitions for RV64 instructions
ZakYSF pushed to main at SecureLang/slmkfs 2025-06-04 16:47:29 +00:00
d202ee3ce1 Initial git commit of my new mkfs program. This commit is untested as some refactoring was done (will expect kernel headers in a slkern directory...)
ZakYSF pushed to main at SecureLang/slmkfs 2025-06-04 16:00:37 +00:00
99ffb80a16 Update README.md
ZakYSF created repository SecureLang/slmkfs 2025-06-04 15:52:39 +00:00
ZakYSF pushed to main at SecureLang/slas 2025-06-04 15:41:06 +00:00
8b549c70e3 Update README.md
ZakYSF created repository SecureLang/slas 2025-06-04 15:33:17 +00:00
ZakYSF created pull request SecureLang/slkern#1 2025-06-04 14:10:32 +00:00
Update README.md
ZakYSF created branch zakysf-patch-1 in SecureLang/slkern 2025-06-04 14:10:02 +00:00
ZakYSF pushed to zakysf-patch-1 at SecureLang/slkern 2025-06-04 14:10:02 +00:00
d4ebc0c8b7 Update README.md
ZakYSF pushed to main at SecureLang/slkern 2025-06-04 14:08:43 +00:00
18a84697ef Update README.md
ZakYSF created repository SecureLang/slkern 2025-06-04 13:53:21 +00:00
ZakYSF pushed to main at SecureLang/slcc 2025-06-03 17:46:12 +00:00
7f74463109 Initial commit of current C compiler sources, partly rebranded but not yet properly cleaned up!