Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增系统调用,并对照linux-6.1.9改写sys_wait4 #440

Merged
merged 2 commits into from
Nov 13, 2023

Commits on Nov 13, 2023

  1. 1. 新增以下系统调用

                - SYS_LSTAT
                - SYS_READV
                - SYS_ACCESS
                - SYS_UNLINK
                - SYS_CHMOD
                - SYS_FCHMOD
                - SYS_UMASK
                - SYS_SYSINFO
                - SYS_CLOCK_GETTIME
                - SYS_FCHMODAT
                - SYS_FACCESSAT
    
    2. 修改sys_wait4,使得其部分符合Linux的行为(还是有些地方不符合的,详情请对比linux-6.1.9的sys_wait4接口)
    fslongjin committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    294529d View commit details
    Browse the repository at this point in the history
  2. 删掉一些kdebug

    fslongjin committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    de5e3ab View commit details
    Browse the repository at this point in the history