commit | 63ea55921009a8ce6989d9a82010cf6cfae7a91c | [log] [tgz] |
---|---|---|
author | Dmitri Goutnik <dgoutnik@gmail.com> | Sun Sep 11 11:43:09 2022 -0500 |
committer | Gopher Robot <gobot@golang.org> | Tue Sep 13 17:52:20 2022 +0000 |
tree | 2d816d572a7b35b401ae1cfd1872c07948cbe241 | |
parent | 76c7481b51586cc35fd995497028e522db48dff5 [diff] |
unix: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD Current extended attributes API mixes together attributes from different namespaces without a way to separate them. Add versions of *listxattr functions that return attributes only from the specified namespace. For golang/go#54357 Change-Id: I605d677dd2f2a17541bc02f3146a7509c69269c9 Reviewed-on: https://go-review.googlesource.com/c/sys/+/430215 Reviewed-by: Yuval Pavel Zholkover <paulzhol@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Dmitri Goutnik <dgoutnik@gmail.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Jenny Rakoczy <jenny@golang.org> Reviewed-by: Jenny Rakoczy <jenny@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.