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
|
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
|
e1446fc737
style(process): use structured binding...
|
1 year ago |
greatbridf
|
e289c9a72b
feat(bitmap): change bm_ funcs to class bitmap
|
1 year ago |
greatbridf
|
7472cbe839
feat(gbstdlibc++): add gbstdlibc++ and utility
|
1 year ago |
greatbridf
|
cf416c45b5
feat(kill): add syscall kill()
|
2 years ago |
greatbridf
|
9483e98eca
fix(proclist::find()): check iter null
|
2 years ago |
greatbridf
|
769feae046
feat(gblibc): add umask()
|
2 years ago |
greatbridf
|
e9937eddbd
feat(environ): pass envs between procs
|
2 years ago |
greatbridf
|
405ef53f7a
feat(tty): clear read buf in default sig. handlers
|
2 years ago |
greatbridf
|
1ce4b3415e
feat(gblibc): add malloc, brk, sbrk
|
2 years ago |
greatbridf
|
eaa4c84140
feat: vfs_open_proc for user space syscalls
|
2 years ago |
greatbridf
|
8e1293cd43
feat: support fat32 lowercase filename
|
2 years ago |
greatbridf
|
167dd07e9b
feat(pipe): send SIGPIPE on read end close
|
2 years ago |
greatbridf
|
760c462f77
feat(pipe): send EOF on write end close
|
2 years ago |
greatbridf
|
ba8f40e69b
feat: read and write of pipes will wait for data
|
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
|
c268e31f28
feat(dup): add syscall dup and dup2
|
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
|
841e258a13
fix: free stage1 and kinit
|
2 years ago |
greatbridf
|
a3d94d13c1
fix: mark kstack as allocated
|
2 years ago |
greatbridf
|
0471ee9813
change: replace some _new with operator new
|
2 years ago |
greatbridf
|
304ecefefb
feat: move kernel to 0xc0000000
|
2 years ago |
greatbridf
|
cb96ca109a
feat: free kinit memory
|
2 years ago |
greatbridf
|
a9e1f08cc6
style: kernel_main
|
2 years ago |