On 5/18/2026 2:27 PM, Warner Losh wrote: > Wire up additional file-related system calls: poll, lseek, pipe, > pipe2, swapon, swapoff, chflagsat, close_range, __realpathat, > copy_file_range, and __specialfd. Also fix __realpathat to use > __sys___realpathat on FreeBSD >= 15.0. > > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > Assisted-by: Claude Opus 4.6 (1M context) > --- > bsd-user/freebsd/os-stat.h | 8 +------ > bsd-user/freebsd/os-syscall.c | 51 > +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 52 insertions(+), 7 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
