HomeFreeBSD

Fix getdirentries(2) under 32-bit compat.

Description

Fix getdirentries(2) under 32-bit compat.

The latest version of getdirentries (syscall 554) takes a pointer
an an off_t as the last argument. The old version which copies out
an int32_t was being used instead. Use the standard sys_getdirentries()
implementation instead.

Reviewed by: kib
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14379

Details

Provenance
brooksAuthored on
Reviewer
kib
Differential Revision
D14379: Fix getdirentries(2) under 32-bit compat.
Parents
rS329321: MFC r328622: vmm/svm: post LAPIC interrupts using event injection
Branches
Unknown
Tags
Unknown