]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
fs: add lseek/stat/fstat and minimal errno
authorTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 22:13:42 +0000 (19:13 -0300)
committerTulio A M Mendes <[email protected]>
Sat, 7 Feb 2026 22:13:42 +0000 (19:13 -0300)
commit147b75759c7f1a498acf4cbe53646d2e2cd42fb7
tree8e49df7f83e7ec62e8d0fa5a7e7ad9a81c8daea2
parent07914d214cc9e2ef5ca2ffc9e063d0208f8cd645
fs: add lseek/stat/fstat and minimal errno
include/errno.h [new file with mode: 0644]
include/stat.h [new file with mode: 0644]
include/syscall.h
src/kernel/syscall.c
user/init.c