greatbridf
|
4a42fe3956
refactor(vfs): rewrite struct file
|
1 year ago |
greatbridf
|
6d321f5eac
feat(open): open() can now create new files
|
1 year ago |
greatbridf
|
b5faee6ded
feat(types::path): add types::path to handle paths
|
1 year ago |
greatbridf
|
09fa92b097
feat(syscall): add fcntl64
|
1 year ago |
greatbridf
|
4ee526a1aa
refactor(mm): some tweaks of mm and mm_list
|
1 year ago |
greatbridf
|
696aaa567c
feat(syscall): add clock_gettime64, getuid and prctl
|
1 year ago |
greatbridf
|
da4fc9c087
feat(syscall): add syscalls, change syscall ids
|
1 year ago |
greatbridf
|
423968a920
feat(vfs): support opening relative path
|
1 year ago |
greatbridf
|
1da64db368
feat(libstdc++): add priority_queue
|
1 year ago |
greatbridf
|
719a421750
change(kernel): replace types::list with std::list
|
1 year ago |
greatbridf
|
247863ce35
refactor(thread): remove thdlist and some ctors
|
1 year ago |
greatbridf
|
0a7b5413a5
fix tuple and rbtree, simplify kernel process
|
1 year ago |
greatbridf
|
3893ba9cea
feat(libstdc++): add stl map
|
1 year ago |
greatbridf
|
3807ff3e32
feat(libstdc++): add stl set
|
1 year ago |
greatbridf
|
ec19ff3095
change(proclist): remove tty_idx
|
1 year ago |
greatbridf
|
07638e3531
change(kernel): remove types::pair
|
1 year ago |
greatbridf
|
c4bd0eb20e
feat(libstdc++): tuple
|
1 year ago |
greatbridf
|
e1446fc737
style(process): use structured binding...
|
1 year ago |
greatbridf
|
727c3c936a
refactor(gblibstdc++): add type_traits and utility
|
1 year ago |
greatbridf
|
7472cbe839
feat(gbstdlibc++): add gbstdlibc++ and utility
|
1 year ago |
greatbridf
|
427190bcbe
feat: setpgrp
|
2 years ago |
greatbridf
|
760c462f77
feat(pipe): send EOF on write end close
|
2 years ago |
greatbridf
|
1ff2137333
feat: replace evequeue by cond_var
|
2 years ago |
greatbridf
|
6ab99e3b3d
change: make schedule() return int. status
|
2 years ago |
greatbridf
|
611384a51b
feat(pipe): add syscall pipe
|
2 years ago |
greatbridf
|
c268e31f28
feat(dup): add syscall dup and dup2
|
2 years ago |
greatbridf
|
ca1a736d4f
feat: close() syscall and shell redirection
|
2 years ago |
greatbridf
|
04de266681
feat(signal): send SIGINT, SIGQUIT and SIGSTOP
|
2 years ago |
greatbridf
|
300de58007
add sid and pgid
|
2 years ago |
greatbridf
|
533155f3ad
change: move def. of pid_t to gblibc
|
2 years ago |