Skip to content

Conversation

@wang-jiahua
Copy link
Collaborator

@wang-jiahua wang-jiahua commented Mar 24, 2025

No description provided.

@wang-jiahua wang-jiahua requested a review from Azure-stars March 24, 2025 07:24
@wang-jiahua wang-jiahua force-pushed the add_lseek_ioctl branch 4 times, most recently from 48aeaaf to 53156c9 Compare April 3, 2025 16:23
@wang-jiahua wang-jiahua marked this pull request as ready for review April 3, 2025 16:35
warn!("Unimplemented syscall: SYS_IOCTL");
Ok(0)
pub fn sys_ioctl(fd: i32, op: usize, argp: UserPtr<c_void>) -> LinuxResult<isize> {
if fd >= FD_TABLE.read().count() as i32 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect. Please refer to oscomp/arceos#6.

@Azure-stars
Copy link
Collaborator

After #34 is merged, the process modifications in this PR can adopt the content of #34.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants