greatbridf
|
6c586cfd98
feat(timer & syscall): add readv, change tick rate
|
1 vuosi sitten |
greatbridf
|
2a7dde2f9e
feat(procfs): impl procfs and mount() syscall
|
1 vuosi sitten |
greatbridf
|
b4bb1feadf
rewrite(string): new string class
|
1 vuosi sitten |
greatbridf
|
635ea3e5ee
feat(llseek): llseek return file->seek
|
1 vuosi sitten |
greatbridf
|
bd0da59162
fix(lock): add lock_irq to avoid deadlocks
|
1 vuosi sitten |
greatbridf
|
87949fe12a
feat(syscall): impl. symlink and readlink
|
1 vuosi sitten |
greatbridf
|
ad3ff833e5
refactor: rewrite thread and readyqueue
|
1 vuosi sitten |
greatbridf
|
b1b6d920f8
refactor: special node files and partprobe
|
1 vuosi sitten |
greatbridf
|
94f3cee3e5
refactor: move init script out of init_vfs
|
1 vuosi sitten |
greatbridf
|
dbda9e3578
refactor: divide vfs.hpp into four
|
1 vuosi sitten |
greatbridf
|
da84d0d39b
refactor: vfs
|
1 vuosi sitten |
greatbridf
|
f67d993913
remove: some redundant code
|
1 vuosi sitten |
greatbridf
|
e75d8437f5
feature(syscall): unlink and access
|
1 vuosi sitten |
greatbridf
|
530db35b6a
feat(file): append to file
|
2 vuotta sitten |
greatbridf
|
c29afbde1d
feat(truncate): add it to syscall, vfs and tmpfs
|
2 vuotta sitten |
greatbridf
|
4ac28ae9a7
feat(init): execute init script using busybox sh
|
2 vuotta sitten |
greatbridf
|
74c913f994
feat(syscall): implement sigaction
|
2 vuotta sitten |
greatbridf
|
759eb73ba3
rewrite(allocator): locked version of kernel allocator
|
2 vuotta sitten |
greatbridf
|
d5070d823a
feat(syscall): mkdir
|
2 vuotta sitten |
greatbridf
|
5926e83a34
feat(syscall): uname, getpgid, getuid, rt_sigaction(half works)
|
2 vuotta sitten |
greatbridf
|
a52f58ffb4
feat(syscall): add rt_sigprocmask
|
2 vuotta sitten |
greatbridf
|
35cce41a09
fix(vfs): close pipes properly, prohibit sendfile64 used on non regular files
|
2 vuotta sitten |
greatbridf
|
5813062c00
Merge branch 'dev'
|
2 vuotta sitten |
greatbridf
|
b4ec221a53
feat(ahci): add ahci controller driver
|
2 vuotta sitten |
greatbridf
|
46dc1ed418
fix(vfs): check whether a dentry is a directory before read and write
|
2 vuotta sitten |
greatbridf
|
8efa4a211a
feat(syscall): add sendfile64
|
2 vuotta sitten |
greatbridf
|
4a42fe3956
refactor(vfs): rewrite struct file
|
2 vuotta sitten |
greatbridf
|
9ca65a15e9
fix(inode_write): update inode size after writting
|
2 vuotta sitten |
greatbridf
|
6d321f5eac
feat(open): open() can now create new files
|
2 vuotta sitten |
greatbridf
|
b5faee6ded
feat(types::path): add types::path to handle paths
|
2 vuotta sitten |