Implement proper mknod syscall support in DevFS and TmpFS by adding logic to create character devices, block devices, and FIFO pipes based on the mode parameter. - DevFS: Add mknod method to create device nodes - TmpFS: Enhance mknod to correctly set file type and device number - Remove ENOSYS error for block/char device creation in TmpFS Signed-off-by: sparkzky <sparkhhhhhhhhhh@outlook.com> |
||
|---|---|---|
| .. | ||
| misc.rs | ||
| mod.rs | ||
| sys_getrandom.rs | ||
| sys_sysinfo.rs | ||
| table.rs | ||
| user_access.rs | ||
| user_buffer.rs | ||