aboutsummaryrefslogtreecommitdiff
path: root/sys/lib
AgeCommit message (Expand)Author
2024-05-26kernel: string: Support '%0Nd' formattingIan Moffett
2024-05-14kernel: vsnprintf: Use int instead of int64_tIan Moffett
2024-03-31kernel: lib: Add snprintf() and vsnprintf()Ian Moffett
2024-02-26kernel: Add strcmp()Ian Moffett
2024-02-25kernel: Move video console codeIan Moffett
2024-01-01project-wide: Make copyright year a rangeIan Moffett
2024-01-01project-wide: Update copyright yearIan Moffett
2023-11-13project-wide: Update project namesigsegv7
2023-10-11kernel: lib: Add memset64()sigsegv7
2023-09-12project-wide: migrate to gitsigsegv7
2023-09-03project-wide: update project authoremilia
2023-08-19project-wide: Update author nameemilia
2023-07-17kernel/lib: Fix itoa() blanking '0'ian
2023-07-17kernel/lib: Add memcmp()ian
2023-07-07should be working, should benishi