-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Missing syscalls/crashes in coreutils programs and various other bits in the default arch linux image. Feel free to edit. Sorted by approximate usage.
-
/sbin/init: Very complicated. Implement more of prctl #153 and Partially implementsys_close_range#154 both help it get further. Also needsstatfsandmount. -
ls -la:llxattr(Implement xattr syscalls #138). Thenname_to_handle_atand thenstatfs. Fixed by Fix gnu coreutilsls -la#157. -
ls /bin | grep trace:mincore(Implementsys_mincore#160). Now it hangs. -
echo "dev" | cat:cat: -: Bad file descriptor -
ls proc/ls devfails (anylscall onto a different mount seems to fail) -
echo "hi" >> test.txt. Fixed by ImplementF_DUPFDforsys_fcntl#151. -
vi:getsid -
more:signalfd4 -
top: Instantly exits, need more procfs implementation. -
lsattr:statfsFix gnu coreutilsls -la#157 fixes crashes but causes "lsattr: Operation not supported While reading flags on ..." -
xtrace: After Execute scripts #149 needsDUP_FD. Fixed by ImplementF_DUPFDforsys_fcntl#151. Note that runningxtraceon a program is still broken. -
zstdmt:clone3
Metadata
Metadata
Assignees
Labels
No labels