This website requires JavaScript.
Explore
Help
Sign In
Kwarde
/
klibc
Watch
1
Star
0
Fork
0
You've already forked klibc
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eb1c714127f7602729bc03e85dfad72115480912
klibc
/
src
History
Kwarde
eb1c714127
Optimize umask_get (make it a leaf function)
2025-07-24 15:23:25 +02:00
..
console.asm
FIX printf: NL and TAB not being counted in amount of printed chars
2025-07-22 06:55:08 +02:00
constants.asm
Start writing file functions
2025-07-24 14:56:12 +02:00
convert.asm
atoi: Prevent (unsigned) overflow
2025-07-22 06:45:46 +02:00
core.asm
Optimize umask_get (make it a leaf function)
2025-07-24 15:23:25 +02:00
file.asm
file.asm: Make sure constants are defined as octal
2025-07-24 15:10:38 +02:00
perror.asm
perror: don't overwrite rax if rax=0 (mov rax,r9 before .quit)
2025-07-22 15:57:53 +02:00
string.asm
Fix strcmp() behaviour (ret=-1 --> ret=0)
2025-07-10 00:01:26 +02:00
tests.asm
Add missing defined functions in src/tests.asm
2025-07-24 15:06:34 +02:00