Vitus
|
5db1f9ad54
refactor(ipc): Refactor the syscalls in ipc (#1183)
|
1 周之前 |
火花
|
aa394c1f6f
feat(wait): 调整内核wait4函数参数类型 (#1175)
|
2 周之前 |
chiichen
|
fccfa6f7ff
feat: 支持动态链接 (#910)
|
2 周之前 |
火花
|
5422256d63
fix: 修复无法执行当前目录下程序的bug (#1154)
|
1 月之前 |
火花
|
bc9bb9607f
Feat(tty): Supplement process group logic (#1139)
|
1 月之前 |
火花
|
fcb5bf4496
Feat(process): 增加ProcessGroup以及Session机制 (#1115)
|
1 月之前 |
linfeng
|
1485456bf3
refacotr: remove all c files (#1131)
|
1 月之前 |
LoGin
|
2d06264d79
feat: 实现ppoll系统调用并优化poll相关功能 (#1127)
|
2 月之前 |
LoGin
|
488718dc2e
feat: 实现poll系统调用实现并修复相关bug (#1098)
|
2 月之前 |
火花
|
24b102b030
添加set_user_sigmask (#1090)
|
2 月之前 |
LoGin
|
bcf0382763
fix: 修复wait4系统调用部分语义与Linux不一致的问题 (#1080)
|
5 月之前 |
LoGin
|
2b72148cae
feat(syscall): 实现syscall restart (#1075)
|
5 月之前 |
火花
|
6e85059fbc
feat:添加sigprocmask系统调用 (#1046)
|
6 月之前 |
LoGin
|
4f8f269baf
fix: 解决进程退出时没有主动释放fdtable的问题 (#1069)
|
6 月之前 |
LoGin
|
62da73bbe5
fix: 修正进程pcb的`on_cpu`字段未设置导致的panic问题 (#1057)
|
6 月之前 |
MemoryShore
|
ff76b0fcb8
修复tty处理信号时错误地将前台进程组置空的问题 & clone时未拷贝父进程tty的问题 (#1043)
|
6 月之前 |
codeironman
|
f5b2038871
ospp project (feature) add namespace overlayfs cgroup (#949)
|
7 月之前 |
LoGin
|
cae6182257
fix: 临时修复线程退出时处理tty前台进程组产生panic的bug (#985)
|
7 月之前 |
MemoryShore
|
a8753f8fff
feat(tty): 实现发送SIGINT终止信号 (#952)
|
8 月之前 |
LoGin
|
dc9b4fea1b
fix: pipe 读取/写入阻塞时,无法kill进程的问题 (#889)
|
9 月之前 |
Jomo
|
0648a547da
feat(cred): 初步实现Cred (#846)
|
10 月之前 |
LoGin
|
703ce5a77c
fix: 修复由于升级到2024-07-23工具链之后,某些机器上面内核运行一直fault的问题。 (#870)
|
10 月之前 |
LoGin
|
bd70d2d1f4
chore: 将工具链更新到2024-07-23 (#864)
|
10 月之前 |
donjuanplatinum
|
3d4cd853a3
feat(procfs): update procfs (#831)
|
1 年之前 |
曾俊
|
2eab6dd743
feat(log): 将内核日志统一为新的logger (#814)
|
1 年之前 |
LoGin
|
352ee04918
fix: disable mm debug log to prevent system lockup due to thingbuf issue (#808)
|
1 年之前 |
SMALLC
|
fbd63a301c
feat: alarm系统调用实现 (#710)
|
1 年之前 |
曾俊
|
3959e94df3
bugfix: 修复smp启动的时候,损坏0号核心的idle进程的内核栈的问题 (#711)
|
1 年之前 |
hmt
|
06560afa2a
Patch feat robust futex (#682)
|
1 年之前 |
LoGin
|
23ef2b33d1
riscv: 把内核编译target改为riscv64gc & 获取time csr的频率 & 修正浮点保存与恢复的汇编的问题 (#699)
|
1 年之前 |