]> 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)
commit2a80f80e8ef8ee5be21b410f6616d02da0e824de
tree38f5c81d383a338406cf09457255f2734e39de93
parentc41e5c32711986acfb0180ecc7a800466b5859ce
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