|
|
566b35f4d5
|
Big code refactor, get rid of HAL entirely
|
2025-11-11 21:26:27 +01:00 |
|
|
|
344952fb5f
|
Move string functions/utils from HAL to std/string
|
2025-11-11 19:54:09 +01:00 |
|
|
|
efaddb970a
|
Remove useless path fiels in VfsObj
|
2025-11-10 18:19:17 +01:00 |
|
|
|
371d777a7c
|
vfs_delete() implement deleting files
|
2025-10-15 20:10:00 +02:00 |
|
|
|
406434fed0
|
Break ioctl() up into smaller syscalls
|
2025-10-14 20:05:41 +02:00 |
|
|
|
c972b0fbd1
|
Fix buffer constness
|
2025-10-14 08:11:37 +02:00 |
|
|
|
25cb309105
|
Implement an ATA driver, Add vfsmount/vfsunmount syscalls
|
2025-10-14 00:39:59 +02:00 |
|
|
|
26517e8e28
|
ioctl() IOCTL_MKDIR command, vfs_mkdir()
|
2025-10-04 01:38:41 +02:00 |
|
|
|
20b4545cae
|
Fix minor warnings
|
2025-10-03 22:41:38 +02:00 |
|
|
|
fc47ff581e
|
littlefs_fetchdirent() fix missing return statement
|
2025-10-03 22:34:32 +02:00 |
|
|
|
c30d2d2ea6
|
Remove conversions between VfsStat struct and IoctlStat struct
|
2025-10-03 19:55:14 +02:00 |
|
|
|
443cf0e4ff
|
Fetching directory entries
|
2025-10-03 19:50:10 +02:00 |
|
|
|
de20efa0f3
|
vfs Rewrite IOCTL_STAT so that it doesnt require an already open handle
|
2025-10-03 01:00:09 +02:00 |
|
|
|
fb5e88a175
|
Simple file IO with the ioctl syscall
|
2025-09-05 19:56:27 +02:00 |
|
|
|
f42c4b7e44
|
Rework shared headers
|
2025-09-05 17:08:40 +02:00 |
|
|
|
708c53c64d
|
Move to new processctl syscall, share common kernel and ulib headers
|
2025-09-05 15:44:57 +02:00 |
|
|
|
ca92a0e6a8
|
Remove VFS object reference counting
|
2025-09-05 15:10:25 +02:00 |
|
|
|
afa4d383e0
|
Redesign the VFS
|
2025-09-03 17:32:08 +02:00 |
|
|
|
2015e0e0aa
|
Hello user process
|
2025-09-01 23:22:47 +02:00 |
|
|
|
8da890e388
|
Working port of Little FS
|
2025-08-16 20:35:00 +02:00 |
|
|
|
2b0566c56f
|
Implement storedevs, prepare to port littlefs
|
2025-08-16 12:34:36 +02:00 |
|
|
|
c6c12d93a0
|
KVFS improvements
|
2025-08-15 19:30:42 +02:00 |
|
|
|
d91330ba73
|
Simple VFS layer
|
2025-08-15 01:41:11 +02:00 |
|