From owner-freebsd-commit Tue Oct 10 16:13:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09050 for freebsd-commit-outgoing; Tue, 10 Oct 1995 16:13:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09033 for cvs-all-outgoing; Tue, 10 Oct 1995 16:13:40 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09021 for cvs-sys-outgoing; Tue, 10 Oct 1995 16:13:37 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09008 ; Tue, 10 Oct 1995 16:13:29 -0700 Date: Tue, 10 Oct 1995 16:13:29 -0700 From: Steven Wallace Message-Id: <199510102313.QAA09008@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_file.c Sender: owner-commit@FreeBSD.org Precedence: bulk swallace 95/10/10 16:13:28 Modified: sys/i386/ibcs2 ibcs2_misc.c Log: Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. Same bug as was in linux. Also, fix problem where an entry would be skipped next call if not enough room in buffer current call. Modified: sys/i386/linux linux_file.c Log: Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. Slight modification from previous fix. Also, fix problem where an entry would be skipped next call if not enough room in buffer current call.