Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-18741-1687925
OSKernel2023-AVX-1477
Commits
33f0778c47cd0c182ff5db455065805c2bda205f
Select Git revision
202310487101114-1477
Author
Search by author
Any Author
20 Jul, 2023
7 commits
初步完成了clone
· 33f0778c
胡宇飞
authored
2 years ago
33f0778c
增加了vmacopy和vma_map
· 152be1a5
胡宇飞
authored
2 years ago
152be1a5
fix init problem
· 18ec16ec
刘弈成
authored
2 years ago
18ec16ec
Merge branch 'master' of gitee.com:decisivemoments/xv6-vf2
· ce3222f0
SQL巨佬联盟
authored
2 years ago
ce3222f0
补充了kill, 正在检测提交方式
· 42e81648
SQL巨佬联盟
authored
2 years ago
42e81648
syscall 178 and 131, wait for kill and tgkill
· 71fa2036
刘弈成
authored
2 years ago
71fa2036
改了一下brk
· e587fe9d
胡宇飞
authored
2 years ago
e587fe9d
19 Jul, 2023
10 commits
加上了155和154号系统调用
· 2d94939b
胡宇飞
authored
2 years ago
2d94939b
Merge branch 'master' of gitee.com:decisivemoments/xv6-vf2
· b40ed59d
SQL巨佬联盟
authored
2 years ago
b40ed59d
修好了异常的brk以及随之导致的mmap,usertrap问题.问题是exec的时候栈的内容填错了
· a80038f6
SQL巨佬联盟
authored
2 years ago
a80038f6
Merge branch 'master' of
https://gitee.com/decisivemoments/xv6-vf2
· 78c35c40
胡宇飞
authored
2 years ago
78c35c40
改掉了warning
· c2e9581a
胡宇飞
authored
2 years ago
c2e9581a
Merge branch 'master' into signal
· 80140453
SQL巨佬联盟
authored
2 years ago
80140453
初步给出了signal的框架
· 93b29a61
SQL巨佬联盟
authored
2 years ago
93b29a61
time-test不会死循环了,提交测评的时候需要根据板子的时钟频率来调一下参数
· d35d3901
胡宇飞
authored
2 years ago
d35d3901
增加time-test调试脚本
· 45876663
胡宇飞
authored
2 years ago
45876663
更改了一下代码结构
· 180a0ce3
胡宇飞
authored
2 years ago
180a0ce3
18 Jul, 2023
17 commits
fix hwclock
· e0261ab5
胡宇飞
authored
2 years ago
e0261ab5
fix dup3
· 6b5d2ad4
胡宇飞
authored
2 years ago
6b5d2ad4
update tasklist
· e2b463c0
胡宇飞
authored
2 years ago
e2b463c0
solve the lock problem of file_send function
· d99200d2
刘弈成
authored
2 years ago
d99200d2
Merge branch 'master' into fix-hwclock
· a658a8a9
胡宇飞
authored
2 years ago
a658a8a9
fix utimensat
· 14390ccd
胡宇飞
authored
2 years ago
14390ccd
openat一些文件不存在时,直接创建,修复了若干系统调用的问题
· 8581ccce
胡宇飞
authored
2 years ago
8581ccce
solve most of the warnings except the freeproc and runcmd
· 3f108fbf
刘弈成
authored
2 years ago
3f108fbf
solve most of the warnings except the freeproc and runcmd
· 9a4614b9
刘弈成
authored
2 years ago
9a4614b9
fix some werror
· 94a27087
胡宇飞
authored
2 years ago
94a27087
增加了一些检查语句,但是openat还是存在打不开一些系统内的指定文件的问题
· 72733503
胡宇飞
authored
2 years ago
72733503
打开编译选项-Werror, 谁写出来的warning自己把屁股擦了
· d8847ff5
SQL巨佬联盟
authored
2 years ago
d8847ff5
fix warning of findfile
· 6924a7e4
刘弈成
authored
2 years ago
6924a7e4
fix warning of findfile
· 16b9955e
刘弈成
authored
2 years ago
16b9955e
Merge branch 'master' of
https://gitee.com/decisivemoments/xv6-vf2
· 5aeb3e3f
胡宇飞
authored
2 years ago
5aeb3e3f
修复了getcwd的问题
· a7041701
胡宇飞
authored
2 years ago
a7041701
finish sendfile
· 146ed09d
刘弈成
authored
2 years ago
146ed09d
17 Jul, 2023
6 commits
Merge branch 'renameat2'
· 3c1965d9
胡宇飞
authored
2 years ago
3c1965d9
finish renameat2
· 6d97c43e
胡宇飞
authored
2 years ago
6d97c43e
Merge branch 'fcntl'
· b7fdb530
胡宇飞
authored
2 years ago
b7fdb530
解决了死锁的问题
· 65fee140
胡宇飞
authored
2 years ago
65fee140
sendfile还没完成,但是push内容会导致编译失败,先注释掉,确保主分支始终可以运行
· 9b651019
SQL巨佬联盟
authored
2 years ago
9b651019
写是写完了,但是elock会出现panic,debug中
· e76a5cdb
胡宇飞
authored
2 years ago
e76a5cdb