ksokk

Results 13 issues of ksokk

Currently, to support the `time` command, we still need to implement the vfork system call. When I modified the kernel code to directly replicate the implementation of fork for vfork,...

When I was running tests with the spawn benchmark of UnixBench, I found that Jinux crashes due to memory exhaustion when forking 400,000 times, followed by an immediate exit after...

When I run the test [437.leslie3d](https://github.com/skpupil/my_spec_test/tree/main/437.leslie3d/run/run_base_test_amd64-m64-gcc41-nn.0000) from SPEC CPU 2006 within the Asterinas kernel, the program fails to terminate. However, when I execute the same program within the Linux kernel,...

While testing the 401.bzip benchmark of SPEC CPU 2006, I noticed that the Asterinas kernel performs very slowly when handling user malloc and memset. The following program takes nearly 20...

![image](https://github.com/asterinas/asterinas/assets/56211074/e87a180f-7e66-492a-ae7d-5a9fac7aed66) I tried to analyse it. pacnic is raised due to a system call *sys_read*. [code](https://github.com/asterinas/asterinas/blob/main/kernel/aster-nix/src/syscall/read.rs#L18) i used gdb to track it. found these: ![image](https://github.com/asterinas/asterinas/assets/56211074/5b7272bb-ff60-41a8-92de-d1e638cf5e1f) it crashed on [code](https://github.com/asterinas/asterinas/blob/main/kernel/aster-nix/src/fs/inode_handle/mod.rs#L52) I...

![image](https://github.com/asterinas/asterinas/assets/56211074/97052d17-df0a-4492-91be-e73a152aee91) the bug i mentioned in #670 seems not disappear. and The bug ''rhs

435.gromacs, 445.gobmk, 454.calculix, 458.sjeng, 464.h264ref, 471.omnetpp and 482.sphinx3 failed on asterinas: ``` [ERROR]: page fault handler failed: addr: 0x1ffeecd8, err: Error { errno: EACCES, msg: Some("page fault addr is not...

I tried 2.7.0 on kernel version 5.19.2. And I entercountered some wired bugs on exanic version 2.7.0 and kernel version 5.19.2. These bugs dissapeared after I add ``#include `` in...

It is needed by Unixbench.