From owner-freebsd-bugs Sun Aug 5 4:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F6B237B403 for ; Sun, 5 Aug 2001 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f75Bo2M96430; Sun, 5 Aug 2001 04:50:02 -0700 (PDT) (envelope-from gnats) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by hub.freebsd.org (Postfix) with ESMTP id 56C9037B401 for ; Sun, 5 Aug 2001 04:44:33 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.9.3/8.9.3) with UUCP id NAA03362 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Aug 2001 13:44:32 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: (from root@localhost) by nihil.plaut.de (8.11.3/8.8.8) id f75Bi3r01551; Sun, 5 Aug 2001 13:44:03 +0200 (CEST) (envelope-from root) Message-Id: <200108051144.f75Bi3r01551@nihil.plaut.de> Date: Sun, 5 Aug 2001 13:44:03 +0200 (CEST) From: Michael Reifenberger Reply-To: root@nihil.plaut.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/29467: Linux ls fails on DEVFS /dev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29467 >Category: kern >Synopsis: Linux ls fails on DEVFS /dev >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 05 04:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Reifenberger >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD nihil 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Thu Aug 2 22:32:57 CEST 2001 root@nihil:/usr/src/sys/i386/compile/nihil i386 >Description: 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)... >How-To-Repeat: kldload linux /compat/linux/bin/ls /dev ...and watch the non-output... >Fix: none yet >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message