Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

clone_task 支持 fs 和 sighand 继承 #2

@Azure-stars

Description

@Azure-stars

syscall_clone 支持CLONE_FSCLONE_SIGHAND

  1. CLONE_FS需要做到父子进程之间工作目录共享,还需要后续对于 chdirumask 的修改是共享的
  2. CLONE_SIGHAND:继承信号处理函数,但是不继承掩码和等待信号集

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions