Bug 29467

Summary: Linux ls fails on DEVFS /dev
Product: Base System Reporter: Michael Reifenberger <root>
Component: kernAssignee: Poul-Henning Kamp <phk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Michael Reifenberger 2001-08-05 12:50:01 UTC
linux ls fails on DEVFS /dev because linux_getdents fails because
linux_getdents uses VOP_READDIR( ..., &ncookies, &cookies ) instead of
VOP_READDIR( ..., NULL, NULL ) because it seems to need the offsets for
linux_dirent and sizeof(dirent) != sizeof(linux_dirent)...

Fix: 

none yet
How-To-Repeat: kldload linux
/compat/linux/bin/ls /dev
...and watch the non-output...
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-08-05 14:30:42 UTC
Responsible Changed
From-To: freebsd-bugs->phk

I think phk wants this one.
Comment 2 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-08-14 07:42:39 UTC
State Changed
From-To: open->closed

committed, thanks!