greatbridf
|
fca6223938
move interrupt and vm to rust
|
4 months ago |
greatbridf
|
7930b71762
feat: rewrite filearray with rust
|
5 months ago |
greatbridf
|
ae698248ee
[partial] feat: add sync stuffs
|
5 months ago |
greatbridf
|
1d5525f5c1
rewrite Dentry module with rust
|
6 months ago |
greatbridf
|
ea629feec9
rewrite(ahci): rewrite ahci module with rust
|
6 months ago |
greatbridf
|
b43277c46c
refactor: rewrite fs submodule with rust
|
6 months ago |
greatbridf
|
d75905e322
change: improve module arch. and fix some bugs
|
7 months ago |
greatbridf
|
538244e339
style: reformat all codes with new format
|
7 months ago |
greatbridf
|
e6c6d8f1b7
feat: use RAII to manage dentry pointers
|
8 months ago |
greatbridf
|
cafeec4a85
refactor: rewrite all dentry part of vfs
|
8 months ago |
greatbridf
|
753cb3d885
fix: getdents64 struct size
|
9 months ago |
greatbridf
|
2a7dde2f9e
feat(procfs): impl procfs and mount() syscall
|
10 months ago |
greatbridf
|
87949fe12a
feat(syscall): impl. symlink and readlink
|
11 months ago |
greatbridf
|
b1b6d920f8
refactor: special node files and partprobe
|
11 months ago |
greatbridf
|
94f3cee3e5
refactor: move init script out of init_vfs
|
11 months ago |
greatbridf
|
dbda9e3578
refactor: divide vfs.hpp into four
|
11 months ago |
greatbridf
|
da84d0d39b
refactor: vfs
|
11 months ago |
greatbridf
|
f67d993913
remove: some redundant code
|
11 months ago |
greatbridf
|
e75d8437f5
feature(syscall): unlink and access
|
11 months ago |
greatbridf
|
530db35b6a
feat(file): append to file
|
1 year ago |
greatbridf
|
c29afbde1d
feat(truncate): add it to syscall, vfs and tmpfs
|
1 year ago |
greatbridf
|
759eb73ba3
rewrite(allocator): locked version of kernel allocator
|
1 year ago |
greatbridf
|
d5070d823a
feat(syscall): mkdir
|
1 year ago |
greatbridf
|
5926e83a34
feat(syscall): uname, getpgid, getuid, rt_sigaction(half works)
|
1 year ago |
greatbridf
|
35cce41a09
fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files
|
1 year ago |
greatbridf
|
5813062c00
Merge branch 'dev'
|
1 year ago |
greatbridf
|
b4ec221a53
feat(ahci): add ahci controller driver
|
1 year ago |
greatbridf
|
8efa4a211a
feat(syscall): add sendfile64
|
1 year ago |
greatbridf
|
4a42fe3956
refactor(vfs): rewrite struct file
|
1 year ago |
greatbridf
|
6d321f5eac
feat(open): open() can now create new files
|
1 year ago |