Skip to content

Tags: pkg/xattr

Tags

v0.4.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build.yml

v0.4.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
syscall.ENODATA is not defined on unsupported OS (#69)

ENODATA may not be defined use a dummy value from netbsd errno

v0.4.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(Solaris) return ENOTSUP on unix.Openat error (#68)

v0.4.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade x/sys (#65)

v0.4.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add alias to unsupported (#63)

Signed-off-by: Michael Barz <[email protected]>

v0.4.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix closing file descriptors twice (#62)

Closing the fd's in this code after using them to create new os.File objects results in the fd being closed twice with disastrous results in multi-threaded code.  os.File already arranges for its finalizer to close the fd.

Found via restic tests.

v0.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check for EINTR with != on Linux (#56)

This way, ignoringEINTR becomes small enough for Go 1.16 to inline it.

Co-authored-by: greatroar <@>

v0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for solaris (and illumos). (#54)

v0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Loop on EINTR on Linux (#50)

Co-authored-by: greatroar <@>

v0.4.1

Fix windows and unsupported platform builds with dummy values (#40)