|
a8bc8cfa2e
|
Adds constants DEF_MODE_FILE and DEF_MODE_DIR
|
2025-07-27 21:45:32 +02:00 |
|
|
f18de90868
|
1) REALLY fix strcat crash (git restored wrong file in previous commit) 2) fopen: less labels ffs
|
2025-07-27 21:17:59 +02:00 |
|
|
0d1a125782
|
Fix return value comment of fgettype
|
2025-07-27 16:29:02 +02:00 |
|
|
c40a59b4ff
|
Adds lstat()
|
2025-07-27 16:25:23 +02:00 |
|
|
40583103a1
|
Add (basic) tests for stat(), fgettype(), fgetmod()
|
2025-07-27 14:49:24 +02:00 |
|
|
efd35b2957
|
fstatat -> stat, fgettype/fgetmod: rax->eax (st_mode is dword, not qword)
|
2025-07-27 14:19:09 +02:00 |
|
|
dbf2af0253
|
Adds fgetat,fgettype,fgetmod. Seperates constants to multiple files
|
2025-07-27 14:11:44 +02:00 |
|
|
6b45b84ab1
|
printf->__INTERNAL_fmt. FD passed via RAX. fwrite now allows specifiers and variable arguments.
|
2025-07-26 00:20:25 +02:00 |
|
|
5434e48ee4
|
Adds fwrite()
|
2025-07-25 14:16:20 +02:00 |
|
|
1fac6f92ef
|
Adds fopen() and fexist() and tests for all existing functions
|
2025-07-25 11:56:13 +02:00 |
|
|
c2535d9240
|
file.asm: Make sure constants are defined as octal
|
2025-07-24 15:10:38 +02:00 |
|
|
fc297959ab
|
Start writing file functions
|
2025-07-24 14:56:12 +02:00 |
|