greatbridf
|
3b78bb6760
fix(files): files may be closed for multiple times
|
2 年 前 |
greatbridf
|
39430cb4c3
Merge branch 'fix-map'
|
2 年 前 |
greatbridf
|
734d075ade
fix(map): fix erase
|
2 年 前 |
greatbridf
|
7c895c1ac3
Merge branch 'mac'
|
2 年 前 |
greatbridf
|
8dbabbba51
Merge branch 'master' into mac
|
2 年 前 |
greatbridf
|
95e561acf6
Merge branch 'fix-mm'
|
2 年 前 |
greatbridf
|
4a36d3b820
fix(mm): mem leak when unmapping mem area and mm
|
2 年 前 |
greatbridf
|
1dba142be9
chore: clear cmake default linker options
|
2 年 前 |
greatbridf
|
4596fdcda2
chore(usp): move usp linker args into ldscript
|
2 年 前 |
greatbridf
|
7438992327
fix: make pid_t type 'int'
|
2 年 前 |
greatbridf
|
2106a9dbaf
Merge branch 'libc'
|
2 年 前 |
greatbridf
|
d4122bd571
feat(posix): impl. posix interface, update usp
|
2 年 前 |
greatbridf
|
521d554189
Merge branch 'master' into libc
|
2 年 前 |
greatbridf
|
08b04e54c1
Merge branch 'fix-libstdc++-map'
|
2 年 前 |
greatbridf
|
fa8c43ffc7
fix(libstdc++): map deleting elements
|
2 年 前 |
greatbridf
|
f5cdd03c55
Merge branch 'fix-mmap'
|
2 年 前 |
greatbridf
|
f6dff3e420
fix(mm): invlpg after unmapping mem areas
|
2 年 前 |
greatbridf
|
90b868a5cf
feat(gblibc): set entry point to _start
|
2 年 前 |
greatbridf
|
fc545e1710
chore: build user-space-program with cmake
|
2 年 前 |
greatbridf
|
33e5982d79
change(cmake): link the kernel with cmake
|
2 年 前 |
greatbridf
|
d44046d21c
feat(gblibc): separate libc from kernel code
|
2 年 前 |
greatbridf
|
df785572f8
Merge branch 'getdents'
|
2 年 前 |
greatbridf
|
c8ff5b072a
feat(syscall): add getdents
|
2 年 前 |
greatbridf
|
0120d746b3
feat(map): add operator bool, fix find()
|
2 年 前 |
greatbridf
|
f12a8f26ab
feat(c++): add std::function
|
2 年 前 |
greatbridf
|
bd25366506
change(file): add ptr to parent in struct file
|
2 年 前 |
greatbridf
|
b74163b1d5
Merge branch 'open_working' into open
|
2 年 前 |
greatbridf
|
d3a2691a11
feat(tty): read from tty
|
2 年 前 |
greatbridf
|
246de6198f
output less debug info in kernel_main
|
2 年 前 |
greatbridf
|
551cec8c54
feat: bufferred tty reading
|
2 年 前 |