greatbridf
|
09fa92b097
feat(syscall): add fcntl64
|
1 年間 前 |
greatbridf
|
2656facbab
feat(syscall): add statx
|
1 年間 前 |
greatbridf
|
4ee526a1aa
refactor(mm): some tweaks of mm and mm_list
|
1 年間 前 |
greatbridf
|
696aaa567c
feat(syscall): add clock_gettime64, getuid and prctl
|
1 年間 前 |
greatbridf
|
423968a920
feat(vfs): support opening relative path
|
1 年間 前 |
greatbridf
|
719a421750
change(kernel): replace types::list with std::list
|
1 年間 前 |
greatbridf
|
247863ce35
refactor(thread): remove thdlist and some ctors
|
1 年間 前 |
greatbridf
|
0a7b5413a5
fix tuple and rbtree, simplify kernel process
|
1 年間 前 |
greatbridf
|
3807ff3e32
feat(libstdc++): add stl set
|
1 年間 前 |
greatbridf
|
ec19ff3095
change(proclist): remove tty_idx
|
1 年間 前 |
greatbridf
|
07638e3531
change(kernel): remove types::pair
|
1 年間 前 |
greatbridf
|
e1446fc737
style(process): use structured binding...
|
1 年間 前 |
greatbridf
|
e289c9a72b
feat(bitmap): change bm_ funcs to class bitmap
|
1 年間 前 |
greatbridf
|
7472cbe839
feat(gbstdlibc++): add gbstdlibc++ and utility
|
1 年間 前 |
greatbridf
|
8e1293cd43
feat: support fat32 lowercase filename
|
2 年 前 |
greatbridf
|
167dd07e9b
feat(pipe): send SIGPIPE on read end close
|
2 年 前 |
greatbridf
|
760c462f77
feat(pipe): send EOF on write end close
|
2 年 前 |
greatbridf
|
ba8f40e69b
feat: read and write of pipes will wait for data
|
2 年 前 |
greatbridf
|
1ff2137333
feat: replace evequeue by cond_var
|
2 年 前 |
greatbridf
|
6ab99e3b3d
change: make schedule() return int. status
|
2 年 前 |
greatbridf
|
c268e31f28
feat(dup): add syscall dup and dup2
|
2 年 前 |
greatbridf
|
04de266681
feat(signal): send SIGINT, SIGQUIT and SIGSTOP
|
2 年 前 |
greatbridf
|
300de58007
add sid and pgid
|
2 年 前 |
greatbridf
|
841e258a13
fix: free stage1 and kinit
|
2 年 前 |
greatbridf
|
a3d94d13c1
fix: mark kstack as allocated
|
2 年 前 |
greatbridf
|
0471ee9813
change: replace some _new with operator new
|
2 年 前 |
greatbridf
|
304ecefefb
feat: move kernel to 0xc0000000
|
2 年 前 |
greatbridf
|
cb96ca109a
feat: free kinit memory
|
2 年 前 |
greatbridf
|
a9e1f08cc6
style: kernel_main
|
2 年 前 |
greatbridf
|
d8a3f66f7a
fix(vfs_open): check nullptr
|
2 年 前 |