HomeFreeBSD

o Modify extattr_{set,get}() syscalls so that partial reads and writes
rS63967Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

o Modify extattr_{set,get}() syscalls so that partial reads and writes

with an error condition such as EINTR, EWOULDBLOCK, and ERESTART,
are reported to the application, not silently conceal.  This
behavior was copied from the {read,write}v() syscalls, and is
appropriate there but not here.

o Correct a bug in extattr_delete() wherein the LOCKLEAF flag is

passed to the wrong argument in namei(), resulting in some
unexpected errors during name resolution, and passing in an unlocked
vnode.

Obtained from: TrustedBSD Project

Details

Provenance
rwatsonAuthored on
Parents
rS63966: Remove reference to non-existent manpage (ctl-amd(8)).
Branches
Unknown
Tags
Unknown

Event Timeline